12 cdaqmxitemconfig class, Public members – Yokogawa PC-Based MX100 User Manual
Page 649

12-85
IM MX190-01E
MX100 for Exteded API
12
CDAQMXItemConfig Class
CDAQCongig
CDAQMXItemConfig
This is a setup data class providing functions that access the setting contents using
setup items.
Access using setup items involves the loading from or writing to the fields of the
content. In principle, all contents are processed even they are unused, indefinite, or
illegal. The contents are not checked for validity.
The class supports functions that indicate content fields using strings. If a type is
defined with a constant, it is expressed with the string that indicates the type. If
multiple notations are used such as with the CF status type and reference alarm,
they are delimited with commas.
See the constants for the item name strings.
If it does not exist in the return value of the member function, it is usually the case
that the field does not exist.
Functions are supported that retrieve the string as a floating point value from the
item name and decimal point position.
Public Members
Construct/Destruct
CDAQMXItemConfig
Constructs an object.
~CDAQMXItemConfig
Destructs an object.
Setup Item Manipulation
readItem
Loads setup items.
writeItem
Writes setup items.
Member Data Manipulation
getHisterisys
Gets the hysteresis.
getDoubleHisterisys
Gets the hysteresis as a floating point number.
getDoubleAlarmON
Gets the alarm ON value as a floating point number.
getDoubleAlarmOFF
Gets the alarm OFF value as a floating point number.
getDoubleSpanMin
Gets the span minimum as a floating point number.
getDoubleSpanMax
Gets the span maximum as a floating point number.
getDoubleScaleMin
Gets the scale minimum as a floating point number.
getDoubleScaleMax
Gets the scale maximum as a floating point number.
getDoublePresetValue
Gets the value if the selected value is the “specified
value”as a floating point number.
12.4 Details of the MX100 Class