8data retrieval functions, Utilities, Implementing function commands – Yokogawa PC-Based MX100 User Manual

Page 477

Advertising
background image

8-3

IM MX190-01E

DARWIN - Visual C -

8

Data Retrieval Functions

Function

Command

Function

Get system configuration data.

TS, CF

getSystemConfigDARWIN

Declare the retrieval of the channel information

TS, LF

talkChInfoDARWIN

data.

Get channel information data.

getChInfoDARWIN

Declare the retrieval of the measured data

TS, FM

talkDataByASCIIDARWIN

(ASCII code).

Get the measured data (ASCII code).

getChDataByASCIIDARWIN

Declare the retrieval of the measured data

TS, FM

talkDataByBinaryDARWIN

(binary code).

Get the measured data (binary code).

getChDataByBinaryDARWIN

Declare the retrieval of the setup data

TS, LF

talkOperationDataDARWIN

(operation mode).

Get the setup data (operation mode).

getSetDataByLineDARWIN

Declare the retrieval of the setup data (

setup mode

). TS, LF

talkSetupDataDARWIN

Get the setup data (setup mode).

getSetDataByLineDARWIN

Declare the retrieval of the setup data(A/D calibration mode).

TS, LF

talkCalibrationDataDARWIN

Get the setup data (A/D calibration mode)

getSetDataByLineDARWIN

Retrieve the report status

TS, RF

getReportStatusDARWIN

Utilities

Function

Function

Convert the measured value into double-precision

toDoubleValueDARWIN

floating point number.

Convert the measured value into string.

toStringValueDARWIN

Alarm

Get the alarm type string.

toAlarmNameDARWIN

getAlarmNameDARWIN

Get the maximum length of the

getMaxLenAlarmNameDARWIN

alarm string.

Get the version number of this API.

getVersionAPIDARWIN

Get the revision number of this API.

getRevisionAPIDARWIN

Get the error message string.

getErrorMessageDARWIN

Get the maximum length of the error message string. getMaxLenErrorMessageDARWIN

Implementing Function Commands

Function commands can be implemented by using the DARWIN communication
function commands. Below are the DARWIN communication function commands

that can be used.
• All communication commands for the DA100 Data Acquisition Unit

• All communication commands for the DC100 Data Collector
• All communication commands for the DR130, DR231, DR232, DR241, and

DR242 Hybrid Recorders.

8.1 Functions and Their Functionalities - DARWIN/Visual C -

Advertising