dm_geocom_api_request_set_angle_correction Subroutine

public pure subroutine dm_geocom_api_request_set_angle_correction(request, incline, stand_axis, collimation, tilt_axis)

Request of TMC_SetAngSwitch procedure. Creates request for turning angle corrections on or off.

The instrument returns the following responses:

  • grc – GeoCOM return code.
Property Values
Instruments TPS1100, TPS1200, TM30/TS30, TS16
ASCII request %R1Q,2016:<incline>,<stand_axis>,<collimation>,<tilt_axis>
ASCII response %R1P,0,0:<grc>

Arguments

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

Prepared request.

logical, intent(in) :: incline

Enable inclination correction.

logical, intent(in) :: stand_axis

Enable standard axis correction.

logical, intent(in) :: collimation

Enable collimation correction.

logical, intent(in) :: tilt_axis

Enable tilt axis correction.


Calls

proc~~dm_geocom_api_request_set_angle_correction~~CallsGraph proc~dm_geocom_api_request_set_angle_correction dm_geocom_api_request_set_angle_correction proc~dm_btoi dm_btoi proc~dm_geocom_api_request_set_angle_correction->proc~dm_btoi proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_set_angle_correction->proc~dm_geocom_api_request