dm_geocom_api_request_set_config Subroutine

public pure subroutine dm_geocom_api_request_set_config(request, auto_power, timeout)

Request of SUP_SetConfig procedure. Creates request for setting the power management configuration.

The argument timeout sets the duration after which the instrument switches into the mode auto_power (GEOCOM_SUP_AUTO_POWER) when no user activity occured (key press, GeoCOM communication). The value must be between 60,000 m/s (1 min) and 6,000,000 m/s (100 min).

The instrument returns the following responses:

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

Arguments

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

Prepared request.

integer, intent(in) :: auto_power

Power-off mode (GEOCOM_SUP_AUTO_POWER).

integer, intent(in) :: timeout

Timeout [msec].


Calls

proc~~dm_geocom_api_request_set_config~~CallsGraph proc~dm_geocom_api_request_set_config dm_geocom_api_request_set_config proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_set_config->proc~dm_geocom_api_request