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


Description Attribute
Class Attribute
Type String80
Flags
Body RtBody
  Optional text, for example to describe the channel or
  its employment.

SigChanCon Attribute
Class Attribute
Type AttrRef
Flags STATE | INVISIBLE
Body RtBody
  Name of a signal object, i.e. Iv object, connected with
  the channel object. This is filled in at runtime.

Identity Attribute
Class Attribute
Type String40
Flags
Body RtBody
  The identity of the channel. Optional, for example Di0
  to denote the first channel, physical cable marking,
  etc.

Number Attribute
Class Attribute
Type UInt16
Flags
Body RtBody
 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.

ConversionOn Attribute
Class Attribute
Type Boolean
Flags
Body RtBody
 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.

Representation Attribute
Class Attribute
Type DataRepEnum
Flags
Body RtBody
 Specifies the data representation of the raw value.