Class ChanIi
|
Version |
1.0 |
|
Modified |
26-MAY-2023 14:29:27.00 |
|
Configures a integer input channel.
Integer values are normally recieved from bus io-systems.
The integer value is stored as a 32-bit signed integer.
Hints
ChanIi objects are configured below a suitable Io-card or module
object.
RtBody attributes pwr_sClass_ChanIi |
String80 |
Description |
|
Optional text, for example to describe the channel or
its employment. |
AttrRef |
SigChanCon |
|
Name of a signal object, i.e. Iv object, connected with
the channel object. This is filled in at runtime. |
String40 |
Identity |
|
The identity of the channel. Optional, for example Di0
to denote the first channel, physical cable marking,
etc. |
UInt16 |
Number |
|
The Number attribute can be used by the io methods of the module
to identify the channel. See documentation for the module if, and
how, this attribute is used. |
Boolean |
ConversionOn |
|
Specifies if the ActualValue should be updated or not.
FALSE means no updating; TRUE means ActualValue will be
updated at the period T0, where T0 is equal to
ScanTime of the process and thread handling the module. |
DataRepEnum |
Representation |
|
Specifies the data representation of the raw value. |
Template Object |
ConversionOn |
1 |
Representation |
0 |
Attributes detail
Optional text, for example to describe the channel or
its employment.
Name of a signal object, i.e. Iv object, connected with
the channel object. This is filled in at runtime.
The identity of the channel. Optional, for example Di0
to denote the first channel, physical cable marking,
etc.
The Number attribute can be used by the io methods of the module
to identify the channel. See documentation for the module if, and
how, this attribute is used.
Specifies if the ActualValue should be updated or not.
FALSE means no updating; TRUE means ActualValue will be
updated at the period T0, where T0 is equal to
ScanTime of the process and thread handling the module.
Specifies the data representation of the raw value.