Status transition functions – Yokogawa PC-Based MX100 User Manual

Page 996

Advertising
background image

19-2

IM MX190-01E

19.2 Correspondence between the Functions and

Class/Member Functions - DARWIN -

This section indicates functions and classes that this extension API supports.

Note

This extension API provides a portion of the functions common to the DARWIN series
instruments. Model-specific functions, setup functions of the setup mode, and A/D
calibration functions are not given. The functions can be added by using the
commands of the DARWIN communication function.

The word “command” in the table signifies the command of the DARWIN

communication function. For the details on the command, see the Communication
Interface User’s Manual.

There are two types of functions, status transition functions and retrieval functions.

Status transition functions control DARWIN.
With retrieval functions, the parameter values of the current status are retrieved.

When using retrieval functions, the data value of the stored current status is
returned (the status of the extension API does not change).

Status Transition Functions

Communication Functions

Function

Command

Class and Member Function

Communication connection

-

CDAQDA100:: open

Comm. cut

-

CDAQDA100:: close

Send in units of lines

-

CDAQDA100:: sendLine

Receive in units of lines

-

CDAQDA100:: receiveLine

Receive in units of bytes

-

CDAQDA100:: receiveByte

Send trigger

(ESC T)

CDAQDA100:: sendTrigger

Update status

(ESC S)

CDAQDA100:: updateStatus

Execute command

-

CDAQDA100:: runCommand

Except during connection or status updates, communciation functions do not
perform status updates of stored data.

Advertising