dm_geocom_api_request_set_station Subroutine

public pure subroutine dm_geocom_api_request_set_station(request, easting, northing, height, instr_height)

Request of TMC_SetStation procedure. Creates request for setting the station coordinates of the instrument.

The instrument returns the following responses:

  • grc – GeoCOM return code.
Property Values
Instruments TPS1100, TPS1200, TM30/TS30, TS16
ASCII request %R1Q,2010:<easting>,<northing>,<height>,<instr_height>
ASCII response %R1P,0,0:<grc>

Arguments

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

Prepared request.

real(kind=r8), intent(in) :: easting

E coordinate [m].

real(kind=r8), intent(in) :: northing

N coordinate [m].

real(kind=r8), intent(in) :: height

H coordinate [m].

real(kind=r8), intent(in) :: instr_height

Instrument height [m].


Calls

proc~~dm_geocom_api_request_set_station~~CallsGraph proc~dm_geocom_api_request_set_station dm_geocom_api_request_set_station proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_set_station->proc~dm_geocom_api_request