dm_geocom_api_request_get_angle_correction Subroutine

public pure subroutine dm_geocom_api_request_get_angle_correction(request)

Request of TMC_GetAngSwitch procedure. Creates request for getting the angular correction status.

The instrument returns the following responses:

  • grc – GeoCOM return code.
  • inccor – Inclination correction on/off [bool].
  • stdcor – Standing axis correction on/off [bool].
  • colcor – Collimation error correction on/off [bool].
  • tilcor – Tilting axis correction on/off [bool].
Property Values
Instruments TPS1100, TPS1200, TM30/TS30, TS16
ASCII request %R1Q,2014:
ASCII response %R1P,0,0:<grc>,<inccor>,<stdcor>,<colcor>,<tilcor>

Arguments

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

Prepared request.


Calls

proc~~dm_geocom_api_request_get_angle_correction~~CallsGraph proc~dm_geocom_api_request_get_angle_correction dm_geocom_api_request_get_angle_correction proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_get_angle_correction->proc~dm_geocom_api_request