Status retrieval function – Yokogawa PC-Based MX100 User Manual

Page 1075

Advertising
background image

22-8

IM MX190-01E

22.3 Correspondence between Functions for

Instantaneous Value Data Loading and
Functions - DARWIN/Visual Basic.NET -

This section indicates the correspondence between the functionalities that the

extension API supports and the Visual C functions.

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 Retrieval Function

Communication Functions

Function

Command

Function

Comm. open

-

openDA100Reader

Comm. cut

-

closeDA100Reader

Data Retrieval Functions

Function

Command

Function

Meas data

Measurement channel

EF

measInstChDA100Reader

(inst value) Computation channel

EF

mathInstChDA100Reader

Channel

Measurement channel

EL

measInfoChDA100Reader

info data

Computation channels

EL

mathInfoChDA100Reader

Channel information data is stored internally, but the user can explicitly perform

acquisition.

Advertising