dm_geocom_api_request_lock_in Subroutine

public pure subroutine dm_geocom_api_request_lock_in(request)

Request of AUT_LockIn procedure. Creates request for starting the target tracking.

The API function will start the target tracking if the Lock mode is activated (AUS_SetUserLockState). The AUT_FineAdjust call must have finished successfully before executing this function.

The instrument returns the following responses:

  • grc – GeoCOM return code.
Property Values
Instruments TPS1200, TM30/TS30, TS16
ASCII request %R1Q,9013:
ASCII response %R1P,0,0:<grc>

Arguments

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

Prepared request.


Calls

proc~~dm_geocom_api_request_lock_in~~CallsGraph proc~dm_geocom_api_request_lock_in dm_geocom_api_request_lock_in proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_lock_in->proc~dm_geocom_api_request