7cdaqdarwin::talkdatabyascii – Yokogawa PC-Based MX100 User Manual

Page 437

Advertising
background image

7-39

IM MX190-01E

DARWIN - Visual C++ -

7

CDAQDARWIN::talkDataByASCII

Syntax

int talkDataByASCII(int startChType, int startChNo, int
endChType, int endChNo, CDAQDARWINDateTime & cDARWINDateTime);

Parameters

startChType

Specify the start channel type.

startChNo

Specify the start channel number.

endChType

Specify the end channel type.

endChNo

Specify the end channel number.

cDARWINDateTime

Specify the destination where the time information data is

to be returned.

Description

Executes the declaration for retrieving measured data in ASCII format from the start

channel (start channel type and start channel number) to the end channel (end
channel type and end channel number).

Stores the time information data of the measured data to the specified return
destination.

Specify measurement channels and computation channels separately. The start
channel type is used to distinguish measurement channels and computation

channels.
This function executes the TS and FM commands of the DARWIN communication

function.
After executing this function, use the getChDataByASCII function to retrieve the

data for each channel.

Return value

Returns an error number.

Reference

checkAck receiveLine send startTalker
CDAQDARWINChInfo::toChName
CDAQDARWINDateTime::setLine

7.4 Details of the DARWIN Class

Advertising