7cdaqdarwin::establish, Cdaqdarwin::getchannel – Yokogawa PC-Based MX100 User Manual

Page 415

Advertising
background image

7-17

IM MX190-01E

DARWIN - Visual C++ -

7

CDAQDARWIN::establish

Syntax

int establish(int iSetup = DAQDARWIN_SETUP_ABORT);

Parameters

iSetup

Specifies establishment of setup.

Description

Executes the specified setup establishment.

Executes the “Communication interface”EX command.
Creates and sends the command and receives the response.

It is valid in setup mode.

Return value

Returns an error number.

Reference

runCommand

CDAQDARWIN::getChannel

Syntax

virtual int getChannel(int chType, int chNo, CDAQChInfo &
cChInfo);

Parameters

chType

Specify the channel type.

chNo

Specify the channel number.

cChInfo

Specify the destination where the channel information data is to

be returned.

Description

This function gets the channel information data by channels.

Gets the channel information data of the specified channel.

Return value

Returns an error number.

Reference

getChInfo talkChInfo

7.4 Details of the DARWIN Class

Advertising