Yokogawa PC-Based MX100 User Manual

Page 562

Advertising
background image

11-12

IM MX190-01E

DAQDARWIN

Type for storing the device descriptor.
Handled as Long type in Visual Basic and int in Visual C.

DarwinDateTime

DarwinDateTime structure

Visual C/C++ Type

Name

Description

Visual Basic Type

char

aYear

Last two digits

Byte

of the year (0 to 99)

char

aMonth

Month (1 to 12) R

Byte

char

aDay

Day (1 to 31)

Byte

char

aHour

Hours (0 to 23)

Byte

char

aMinute

Minutes (0 to 59)

Byte

char

aSecond

Seconds (0 to 59)

Byte

short

aMilliSecond

Not used

Integer

Retrieval

Name

Description

Talker

aYear

Lower two digits of the year (0 to 99)

R

aMonth

Month (1 to 12)

R

aDay

Day (1 to 31)

R

aHour

Hours (0 to 23)

R

aMinute

Minutes (0 to 59)

R

aSecond

Seconds (0 to 59)

R

Time information data structure.

Visual C++: The wrapper class is CDAQDARWINDateTime.
Milliseconds are not used with the command support port.

DarwinChInfo

DarwinChInfo structure

Visual C/C++ Name

Description

Visual Basic Type

Type

int

aChNo

Channel number

Long

int

aPoint

Decimal point pos.

Long

int

aStatus

Channel status

Long

int

aChType

Channel type

Long

char []

aUnit

Unit name

String * DAQDARWIN_MAXUNITLEN

char

align

Not used.

(0 To 1) As Byte

11.4 DARWIN Types

Advertising