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

Page 491

Advertising
background image

9-3

IM MX190-01E

DARWIN - Visual Basic -

9

Data Retrieval Functions

Function

Command

Function

Get system configuration data.

TS, CF

getSystemConfigDARWIN

Declare the retrieval of the channel

TS, LF

talkChInfoDARWIN

information data.

Get channel information data.

getChInfoDARWIN

Declare the retrieval of the measured

TS, FM

talkDataByASCIIDARWIN

data (ASCII code).

Get the measured data (ASCII code).

getChDataByASCIIDARWIN

Declare the retrieval of the measured

TS, FM

talkDataByBinaryDARWIN

data (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

TS, LF

talkCalibrationDataDARWIN

(A/D calibration mode).

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-

toDoubleValueDARWIN

precision floating point number.

Convert the measured value into string.

toStringValueDARWIN

Alarm

Get the alarm type string.

toAlarmNameDARWIN

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.

toErrorMessageDARWIN

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.

9.1 Functions and Their Functionalities - DARWIN/Visual Basic -

Advertising