dm_geocom_api_request_set_binary_mode Subroutine

public pure subroutine dm_geocom_api_request_set_binary_mode(request, enabled)

Request of COM_SetBinaryAvailable procedure. Creates request for setting the binary attribute of the server.

The function sets the ability of the GeoCOM server to handle binary communication (not supported by DMPACK).

The instrument returns the following responses:

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

Arguments

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

Prepared request.

logical, intent(in) :: enabled

Enable binary communication.


Calls

proc~~dm_geocom_api_request_set_binary_mode~~CallsGraph proc~dm_geocom_api_request_set_binary_mode dm_geocom_api_request_set_binary_mode proc~dm_btoi dm_btoi proc~dm_geocom_api_request_set_binary_mode->proc~dm_btoi proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_set_binary_mode->proc~dm_geocom_api_request