dm_geocom_api_request_get_station Subroutine

public pure subroutine dm_geocom_api_request_get_station(request)

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>

Arguments

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

Prepared request.


Calls

proc~~dm_geocom_api_request_get_station~~CallsGraph proc~dm_geocom_api_request_get_station dm_geocom_api_request_get_station proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_get_station->proc~dm_geocom_api_request