dm_geocom_api_request_switch_off Subroutine

public pure subroutine dm_geocom_api_request_switch_off(request, stop_mode)

Request of COM_SwitchOffTPS procedure. Creates request for turning the instrument off.

The argument stop_mode has to be one of the following:

  • GEOCOM_COM_TPS_STOP_SHUT_DOWN – Power down instrument.
  • GEOCOM_COM_TPS_STOP_SLEEP – Sleep mode (not supported by TPS1200).

The instrument returns the following responses:

  • grc – GeoCOM return code.
Property Values
Instruments TPS1100, TPS1200, TM30/TS30, TS16
ASCII request %R1Q,112:<mode>
ASCII response %R1P,0,0:<grc>

Arguments

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

Prepared request.

integer, intent(in) :: stop_mode

Switch-off mode (GEOCOM_COM_TPS_STOP_MODE).


Calls

proc~~dm_geocom_api_request_switch_off~~CallsGraph proc~dm_geocom_api_request_switch_off dm_geocom_api_request_switch_off proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_switch_off->proc~dm_geocom_api_request