dm_geocom_api_request_switch_on Subroutine

public pure subroutine dm_geocom_api_request_switch_on(request, start_mode)

Request of COM_SwitchOnTPS procedure. Creates request for turning the instrument on.

The argument start_mode has to be one of the following:

  • GEOCOM_COM_TPS_STARTUP_LOCAL – Not supported by TPS1200.
  • GEOCOM_COM_TPS_STARTUP_REMOTE – Online mode (RPC is enabled).

The instrument may return the following responses:

  • grc – GeoCOM return code.

The response is not captured by the returned request.

Property Values
Instruments TPS1100, TPS1200, TM30/TS30, TS16
ASCII request %R1Q,111:<start_mode>
ASCII response %R1P,0,0:5 (if switched on)

Arguments

Type IntentOptional Attributes Name
type(request_type), intent(out) :: request

Prepared request.

integer, intent(in) :: start_mode

Switch-on mode (GEOCOM_COM_TPS_STARTUP_MODE).


Calls

proc~~dm_geocom_api_request_switch_on~~CallsGraph proc~dm_geocom_api_request_switch_on dm_geocom_api_request_switch_on proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_switch_on->proc~dm_geocom_api_request