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> |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(request_type), | intent(out) | :: | request |
Prepared request. |