dm_geocom_api_request_set_tolerance Subroutine

public pure subroutine dm_geocom_api_request_set_tolerance(request, hz, v)

Request of AUT_SetTol procedure. Creates request for setting the positioning tolerances.

This function sets the position tolerances of the Hz and V instrument axes (GeoCOM robotic licence required). The tolerances must be in the range of 1 [cc] (1.57079E-06 [rad]) to 100 [cc] (1.57079E-04 [rad]).

The maximum resolution of the angle measurement system depends on the instrument accuracy class. If smaller positioning tolerances are required, the positioning time can increase drastically.

The instrument returns the following responses:

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

Arguments

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

Prepared request.

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

Positioning tolerance in Hz direction [rad].

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

Positioning tolerance in V direction [rad].


Calls

proc~~dm_geocom_api_request_set_tolerance~~CallsGraph proc~dm_geocom_api_request_set_tolerance dm_geocom_api_request_set_tolerance proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_set_tolerance->proc~dm_geocom_api_request