Yokogawa PC-Based MX100 User Manual

Page 563

Advertising
background image

11-13

IM MX190-01E

DARWIN Constants and Types

11

Retrieval

Name

Description

ASCII

Binary

Channel Information

aChNo

Channel number

R

R

R

aPoint

Decimal Point Position

R

-

R

aStatus

Channel Status

-

-

R

aChType

Channel Type

R

R

R

aUnit

Unit Name

R

-

R

Channel information data structure.

Visual C++: The wrapper class is CDAQDARWINChInfo.

Note

For functions that retrieve measured data in binary code, the decimal point position
and unit information is not retrieved. To convert the measured data into a value with
an engineering unit, retrieve the decimal point position separately.

DarwinDataInfo

DarwinDataInfo structure

Visual C/C++ Name

Description

Visual Basic Type

Type

int

aValue

Data Value

Long

int

aStatus Data Status

Long

int []

aAlarm

Array of alarms for the number of alarm levels (1 To 4) As Long

Retrieval

Name

Description

ASCII

Binary

aValue

Data Value

R

R

aStatus

Data Status

R

R

aAlarm

Array of alarms for the number of alarm levels

R

R

Measured data structure.

The wrapper class is CDAQDARWINDataInfo.

DarwinModuleInfo

DarwinModuleInfo structure

Visual C/C++ Name

Description

Visual Basic Type

Type

int

aSlotNo

Slot number

Long

int

aInternalCode Internal code

Long

char []

aName

Module name

String * DAQDARWIN_MAXMODULELEN

char

align

Not used.

(0 To 1) As Byte

Module information structure.

11.4 DARWIN Types

Advertising