Chapter 23 darwin for extended api - c, 1 functions and their functionalities - darwin/c, Functions and their functionalities - darwin/c# -1 – Yokogawa PC-Based MX100 User Manual

Page 1079: 1 functions and their functionalities - darwin/ c, Status transition functions

Advertising
background image

23-1

IM MX190-01E

DARWIN for Extended API - C# -

23

Chapter 23 DARWIN for Extended API - C# -

23.1 Functions and Their Functionalities - DARWIN/

C# -

This section indicates functions 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 commands, 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 Function

Connect to DARWIN.

-

DAQDA100. openDA100

Disconnect from DARWIN.

-

DAQDA100. closeDA100

Send data by line.

-

DAQDA100. sendLineDA100

Used when controlling the data reception in a special way.

Receive data by line.

-

DAQDA100. receiveLineDA100

Used when controlling the data reception in a special way.

Receives data by bytes.

-

DAQDA100. receiveByteDA100

Used when controlling the data reception in a special way.

Send command and receive the response.

-

DAQDA100. runCommandDA100

Used when implementing function commands.

Get the status byte.

(ESC S)

DAQDA100. updateStatusDA100

Sends the status byte output command and receives the response.

Send a trigger command (ESC T),

(ESC T)

DAQDA100. sendTriggerDA100

and receive the response.

Used when implementing a new talker function.

Except during connection or status updates, communication functions do not

perform status updates of stored data.

Advertising