Cdaqmxchconfig class, Public members – Yokogawa PC-Based MX100 User Manual

Page 109

Advertising
background image

2-86

IM MX190-01E

CDAQMXChConfig Class

CDAQChInfo

CDAQMXChID

CDAQMXChConfig

This class stores the channel setup data of the MX100.
It is a wrapper class of the MXChConfig structure.
This class can be used as an interface for storing setup data by channel when
retrieving setup data.

Public Members

Construct/Destruct

CDAQMXChConfig

Constructs an object.

~CDAQMXChConfig

Destructs an object.

Structure Manipulation

getMXChConfig

Gets the data in a structure.

setMXChConfig

Sets the data in a structure.

initMXChConfig

Initializes the data in a structure.

Member Data Manipulation

getSpanMin

Gets the span minimum.

getSpanMax

Gets the span maximum.

getScaleMin

Gets the scale minimum.

getScaleMax

Gets the scale maximum.

getRefChNo

Gets the reference channel number.

getFilter

Gets the filter coefficient.

getRJCType

Gets the RJC type.

getRJCVolt

Gets the RJC voltage.

getBurnout

Gets the burnout type.

isDeenergize

Gets the Boolean value of “de-energize”action of relays.

isHold

Gets the Boolean value of “hold”action of relays.

isRefAlarm

Gets the reference alarm.

isChatFilter

Gets the chattering filter value.

setRefChNo

Sets the reference channel number.

setFilter

Set the filter coefficient.

setBurnout

Sets the burnout type.

setRJCType

Sets the RJC type.

setAlarm

Sets the alarm value.

setDeenergize

Sets the Boolean value of “de-energize”action of relays.

setHold

Sets the Boolean value of “hold”action of relays.

setRefAlarm

Sets the reference alarm.

setChatFilter

Sets the chattering filter.

2.5 Details of the MX100 Class

Advertising