Cdaqda100::chnummax – Yokogawa PC-Based MX100 User Manual

Page 1014

Advertising
background image

19-20

IM MX190-01E

CDAQDA100::CDAQDA100

Syntax

CDAQDA100(void);
CDAQDA100(const char * strAddress, unsigned int uiPort =
DAQDARWIN_COMMPORT, nt * errCode = NULL);
virtual ~CDAQDA100(void);

Parameters

strAddress

Specify the IP address as a string.

uiPort

Specify the port number.

errCode

Specify the destination where the error number is to be returned.

Description

Constructs or destructs an object.

When constructing, the data member is initialized. When the parameters are
specified, a connection is established during construction. If the return destination is

specified, the error number during connection is returned.
When destructing, the data member field is released. The connection is dropped

when the communication descriptor exists. The error number is not returned.

Reference

measClear open CDAQDARWIN::CDAQDARWIN

CDAQDA100::chNumMax

Syntax

int chNumMax(int chType);

Parameters

chType

Specify the channel type.

Description

Retrieves the maximum number of channels within the specified channel type.
Identifies the model (standalone or expandable) with system configuration data and

returns the value.

Return value

Returns the maximum number of channels.

Reference

chNumMaxReport getClassSysInfo CDAQDARWINSysInfo::isExist

19.6 Details of the DARWIN Class

Advertising