dm_geocom_api_request_beep_on Subroutine

public pure subroutine dm_geocom_api_request_beep_on(request, intensity)

Request of IOS_BeepOn procedure. Creates request for continuous beep signal of given intensity.

The instrument returns the following responses:

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

Arguments

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

Prepared request.

integer, intent(in) :: intensity

Intensity of beep, from 0 to 100.


Calls

proc~~dm_geocom_api_request_beep_on~~CallsGraph proc~dm_geocom_api_request_beep_on dm_geocom_api_request_beep_on proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_beep_on->proc~dm_geocom_api_request