dm_geocom_api_request_set_date_time Subroutine

public pure subroutine dm_geocom_api_request_set_date_time(request, year, month, day, hour, minute, second)

Request of CSV_SetDateTime procedure. Creates request for setting the date and time of the instrument.

The instrument returns the following responses:

  • grc – GeoCOM return code.
Property Values
Instruments TPS1100, TPS1200, TM30/TS30, TS16
ASCII request %R1Q,5007:<year>,<month>,<day>,<hour>,<minute>,<second>
ASCII response %R1P,0,0:<grc>

Arguments

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

Prepared request.

integer, intent(in) :: year

Year (YYYY).

integer, intent(in) :: month

Month (MM).

integer, intent(in) :: day

Day of month (DD).

integer, intent(in) :: hour

Hour (hh).

integer, intent(in) :: minute

Minute (mm).

integer, intent(in) :: second

Second (ss).


Calls

proc~~dm_geocom_api_request_set_date_time~~CallsGraph proc~dm_geocom_api_request_set_date_time dm_geocom_api_request_set_date_time proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_set_date_time->proc~dm_geocom_api_request