Cdaqmxchconfig::ischatfilter, Cdaqmxchconfig::iscorrect, Cdaqmxchconfig::isdeenergize – Yokogawa PC-Based MX100 User Manual

Page 117

Advertising
background image

2-94

IM MX190-01E

CDAQMXChConfig::isChatFilter

Syntax

int isChatFilter(void);

Description

Gets the chattering filter value from the setup data storage field of the data member.
The value of 0 is invalid; other values are valid.

Return value

Returns a Boolean value.

CDAQMXChConfig::isCorrect

Syntax

int isCorrect(int iTempUnit = DAQMX_TEMPUNIT_C);

Parameters

iTempUnit

Specify the temperature unit type.

Description

Checks the validity.
Checks each setting item according to the channel type.

If an invalid value is detected, Invalid is returned.
If an invalid value is detected, the setting item number than indicates the detected

location is stored in the setting item number field of the data member.

Return value

Returns a Boolean value.

Reference

getAlarmType getAlarmValueOFF getAlarmValueON getBurnout
getErrorChoice getFilter getIdleChoice getKind getPoint
getPresetValue getPulseTime getRange getRJCType getRJCVolt
getScale getScaleMax getScaleMin getSpanMax getSpanMin isValid

CDAQMXChConfig::isDeenergize

Syntax

int isDeenergize(void);

Description

Gets the de-energized action value from the DO setup data field of the data
member.

The value of 0 is invalid; other values are valid.

Return value

Returns a Boolean value.

2.5 Details of the MX100 Class

Advertising