Cdaqda100::getinstchascii, Cdaqda100::getinstchbinary – Yokogawa PC-Based MX100 User Manual

Page 1018

Advertising
background image

19-24

IM MX190-01E

CDAQDA100::getInstChASCII

Syntax

int getInstChASCII(int sChType, int sChNo, int eChType, int
eChNo);

Parameters

sChType

Specify the start channel type.

sChNo

Specify the start channel number.

eChType

Specify the end channel type.

eChNo

Specify the end channel number.

Description

Gets the measured data in ASCII mode.

The specified data is stored in the data member.

Return value

Returns an error number.

Reference

getChDataByASCII getClassDataBuffer talkDataByASCII
CDAQDARWINDataBuffer::setDataInfo
CDAQDARWINDataBuffer::setDateTime

CDAQDA100::getInstChBINARY

Syntax

int getInstChBINARY(int sChType, int sChNo, int eChType, int
eChNo);

Parameters

sChType

Specify the start channel type.

sChNo

Specify the start channel number.

eChType

Specify the end channel type.

eChNo

Specify the end channel number.

Description

Gets the measured data in binary mode.

The specified data is stored in the data member.

Return value

Returns an error number.

Reference

getChDataByBinary getClassDataBuffer talkDataByBinary
CDAQDARWINDataBuffer::setDataInfo
CDAQDARWINDataBuffer::setDateTime

19.6 Details of the DARWIN Class

Advertising