Request of TMC_GetStation procedure. Creates request for getting the station coordinates of the instrument.
The instrument returns the following responses:
grc
– GeoCOM return code.east0
– Station easting coordinate [m].north0
– Station northing coordinate [m].height0
– Station height coordinate [m].heighti
– Instrument height [m].Property | Values |
---|---|
Instruments | TPS1100, TPS1200, TM30/TS30, TS16 |
ASCII request | %R1Q,2009: |
ASCII response | %R1P,0,0:<east0>,<north0>,<height0>,<heighti> |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(request_type), | intent(out) | :: | request |
Prepared request. |