Owner manual

2-96 IM MX190-01E
CDAQMXChConfig::operator=
Syntax
CDAQMXChConfig & operator=(CDAQMXChConfig & cMXChConfig);
Parameters
cMXChConfig Specify an object for substitution.
Description
Copies the data member of the specified object.
Return value
Returns the reference to the object.
Reference
getMXChConfig setMXChConfig
CDAQMXChConfig::setAlarm
Syntax
void setAlarm(int levelNo, int iAlarmType, int value, int
histerisys = 0);
Parameters
levelNo Specify the alarm level.
iAlarmType Specify the alarm type.
value Specify the alarm value.
histerisys Specify the hysteresis.
Description
Stores the specified value in the alarm field of the data member.
Generates the threshold level for alarm activation (ON value) and the threshold level
for alarm termination (Off value) from the alarm value and hysteresis.
If the alarm type is not allowed per the previously set channel type, it is ignored.
Reference
getkind setAlarmValue
2.5 Details of the MX100 Class