19 retrieval functions – Yokogawa PC-Based MX100 User Manual

Page 999

Advertising
background image

19-5

IM MX190-01E

DARWIN for Extended API - Visual C++

19

Retrieval Functions

Measured Data

Data Name

Class and Member Function

Data value

CDAQDARWINDataInfo:: getValue

Data status values

CDAQDARWINDataInfo:: getStatus

Alarm (presence/absence)

CDAQDARWINDataBuffer:: isDataAlarm

Meas val

Dbl. integer

CDAQDARWINDataInfo:: getDoubleValue

String

CDAQDARWINDataInfo:: getStringValue

Time

Year

CDAQDARWINDateTime:: getFullYear

Month

CDAQDARWINDateTime:: getMonth

Day

CDAQDARWINDateTime:: getDay

Hour

CDAQDARWINDateTime:: getHour

Minute

CDAQDARWINDateTime:: getMinute

Second

CDAQDARWINDateTime:: getSecond

Alarm type

CDAQDARWINDataInfo:: getAlarm

The data is retrieved from CDAQDA100::getClassDataBuffer through

CDAQDARWINDataBuffer::getClassDARWINDataInfo and
CDAQDARWINDataBuffer::getClassDARWINDateTime.

Channel Information

Data Name

Class and Member Function

Decimal point position

CDAQDARWINChInfo:: getPoint

Channel status

CDAQDARWINChInfo:: getChStatus

Unit name

CDAQDARWINChInfo:: getUnit

The data is retrieved from CDAQDA100::getClassDataBuffer through

CDAQDARWINDataBuffer::getClassDARWINChInfo.

System Configuration Data

Data Name

Class and Member Function

Measurement interval

CDAQDARWINSysInfo:: getInterval

Unit

Presence or absence

CDAQDARWINSysInfo:: isExist

Module

Internal code

CDAQDA100:: getModuleCode

Module name

CDAQDARWINSysInfo:: getModuleName

The data is retrieved from CDAQDA100::getClassSysInfo.

19.2 Correspondence between the Functions and Class/Member Functions - DARWIN -

Advertising