800F Communication Module Auto-generated Tags

After you configure the device, tags are automatically generated. The data from the input (produced) and output (consumed) assemblies is used as descriptive tag names to simplify programming.
800F Communication Module Auto-generated Controller Input Tags
Tag
Data Type
Function
800F Communication Module
800F Operator Type
800F-INT-L
800F-INT
Push Button
Selector Switch
Pilot Light
Multi Operator
DeviceName:I.RunMode
BIT
0 = Not Run Mode
1 = Run Mode
DeviceName:I.ConnectionFaulted
BIT
Connection to the device is
0 = Up and working
1 = Not connected
DeviceName:I.DiagnosticActive
BIT
0 = No diagnostics active
1 = One or more diagnostic or prognostics thresholds reached
DeviceName:I.DiagSequenceCount
SINT
Increments for each time a distinct diagnostic condition is detected, including each time a distinct diagnostic condition transitions from detected to not detected.
DeviceName:I.operator type.Fault
BIT
0 = Normal good data
1 = Data is bad
This is a roll-up of all diagnostic conditions that the module can detect that indicate that the signal is not good data. If there is a detailed data type member that indicates a given detected condition, then this Fault member does not itself affect the DiagnosticActive or DiagnosticSequenceCount members. However if there is not a detailed data type for a given detected condition, then this Fault member triggers both the DiagnosticActive member and increments/decrements the Diagnostic Sequence Count. Fault is set to 1 buy the originator when the connection is lost.
DeviceName:I.operator type.Uncertain
BIT
0 = No question about data validity
1 = Data validity is questionable
Module is operating outside its designed operating range, or data is under manual or override control
DeviceName:I.operator type.Contact
BIT
Indicates the push button contact state. If contact type is set to Normally Open:
0 = Push button is not pressed
1 = Push button is pressed
If contact type is set to Normally Close:
0 = Push button is pressed
1 = Push button is not pressed
DeviceName:I.operator type.ContactLeft
BIT
Indicates the left contact status. Applicable is only for the 2-Position and 3-Position Selectors. If left contact type is set to Normally Open:
0 = Selector is not in the left position
1 = Selector is in the left position
If left contact type is set to Normally Close:
0 = Selector is in the left position
1 = Selector is not in the left position
DeviceName:I.operator type.ContactCenter
BIT
Indicates the center contact status. Applicable is only for 3-Position Selectors.
If center contact type is set to Normally Open:
0 = Selector is not in the center position
1 = Selector is in the center position
If center contact type is set to Normally Close:
0 = Selector is in the center position
1 = Selector is not in the center position
DeviceName:I.operator type.ContactRight
BIT
Indicates the right contact status. Applicable is only for the 2-Position and 3-Position Selectors.
If right contact type is set to Normally Open:
0 = Selector is not in the right position
1 = Selector is in the right position
If right contact type is set to Normally Close:
0 = Selector is in the right position
1 = Selector is not in the right position
DeviceName:I.operator type.ContactA
BIT
Indicates the Contact A status. Applicable is only for the 2-Function Buttons.
If contact A type is set to Normally Open:
0 = A button is not pressed
1 = A button is pressed
If contact A type is set to Normally Close:
0 = A button is pressed
1 = A button is not pressed
DeviceName:I.operator type.ContactC
BIT
Indicates the Contact C status. Applicable is only for the 2-Function Buttons.
If contact C type is set to Normally Open:
0 = C button is not pressed
1 = C button is pressed
If contact C type is set to Normally Close:
0 = C button is pressed
1 = C button is not pressed
DeviceName:I.operator type.Illuminate
BIT
Command to switch on/off the light of the 800F Panel Component.
1 = 800F Light is switched on
0 = 800F Light is switched off
DeviceName:I.operator type.Blinking
BIT
Command to enable/disable the light blinking of the 800F Panel Component. Command works only when the light is switched on.
1 = 800F Light is blinking
0 = 800F Light is not blinking
DeviceName:I.operator type.Dimmed
BIT
Command to enable/disable the light dimming of the 800F Panel Component. Command works only when the light is switched on.
1 = 800F Light is dimmed
0 = 800F Light is not dimmed
The light dimming level is defined by the DimmingLevel.
DeviceName:I.operator type.Color
SINT
Defines the Panel Component light color.
0 - Red
1 - Green
2 - White
3 - Blue
4 - Yellow
5 - Turquoise
6 - Magenta
7 - Amber
DeviceName:I.operator type.PanelComponentNotDetected
BIT
Indicates that the 800F Panel Component has not been detected or is not correctly attached to the communication interface.
DeviceName:I.operator type.PeerCommFault
BIT
A roll-up of all P2P communication faults. This rollup is set to 1 when at least one connection fault has been detected for P2P control commands.
0 = No P2P communication faults
1 = Communication fault has been detected for at least one control command
DeviceName:I.operator type.InternalFault
BIT
1 = Indicates internal fault state. For instance: the NVS fault, internal diagnostic faults, power on self tests finished with fault.
DeviceName:I.operator type.OperationsAlarm
BIT
Indicates when the Panel Component number of operations counter reaches alarm threshold. For instance: It can be the maximum lifetime for the Panel Component.
DeviceName:I.operator type.OperatingHoursAlarm
BIT
Indicates when the Panel Component light operating hours counter reaches alarm threshold. For instance: It can be the maximum lifetime for the light component.
800F Communication Module Auto-generated Controller Output Tags
Tag
Data Type
Function
800F Communication Module
800F Operator Type
800F-INT-L
800F-INT
Push Button
Selector Switch
Pilot Light
Multi Operator
DeviceName:O.Command.Illuminate
BIT
Command to switch on/off the light of the 800F Panel Component.
1 = 800F light is switched on
0 = 800F light is switched off
DeviceName:O.Command.Blink
BIT
Command to enable/disable the light blinking of the 800F Panel Component. Command works only when the light is switched on.
1 = 800F light is blinking
0 = 800F light is not blinking
DeviceName:O.Command.Dim
BIT
Command to enable/disable the light dimming of the 800F Panel Component. Command works only when the light is switched on.
1 = 800F light is dimmed
0 = 800F light is not dimmed The light dimming level is defined by the DimmingLevel.
DeviceName:O.Command.Color
SINT
Defines the Panel Component light color.
0 = Red
1 = Green
2 = White
3 = Blue
4 = Yellow
5 = Turquoise
6 = Magenta
7 = Amber
800F Communication Module Auto-generated Controller Configuration Tags
Tag
Data Type
Function
800F Communication Module
800F Operator Type
800F-INT-L
800F-INT
Push Button
Selector Switch
Pilot Light
Multi Operator
DeviceName:C.operator type.OperationsAlarmEn
BIT
Enables/Disables the Operations Alarm. If it is disabled, the Operations Alarm is not set if the number of operations counter crosses the alarm threshold.
0 = disabled
1 = enabled
DeviceName:C.operator type.OperatingHoursAlarmEn
BIT
Enables/Disables the Operating Hours Alarm. If it is disabled, the Operating Hours Alarm is not set when the number of operating hours counter crosses the alarm threshold.
0 = disabled
1 = enabled
DeviceName:C.operator type.RemainingOperationsAlarmLimit
DINT
Specifies a remaining life level for number of operations (relative to the user maintenance total life for this component group) below which component reports a predictive maintenance event.
Number of Remaining Operations Alarm Limit varies on Panel Component group:
Push Button 0...10 000 000
Multi Operator 0...1 000 000
2-Position Selector 0...1 000 000
3-Position Selector 0...1 000 000
Switching device:
When Non-Illuminating Panel is selected and PanelComponentType is set to value in range [0…7]:
Maximum life: 10 000 000 operations
Remaining life threshold: 1 000 000 operations
When Non-Illuminating Panel is selected and PanelComponentType is set to value in range [8…12]:
Maximum life: 1 000 000 operations
Remaining life threshold: 100 000 operations
When illuminated panel is selected and PanelComponentType is set to value in range [6…11]:
Maximum life: 10 000 000 operations
Remaining life threshold: 1 000 000 operations
When illuminated panel is selected and PanelComponentType is set to value in range [12…24]:
Maximum life: 1 000 000 operations
Remaining life threshold: 100 000 operations
DeviceName:C.operator type.RemainingOperatingHoursAlarmLimit
DINT
Specifies a remaining life level for number of operating hours (relative to the user maintenance total life for this component group) below which component reports a predictive maintenance event.
PCB assembly: When illuminated is selected and PanelComponentType is set to value in range [0…24]:
Maximum life: 100 000 hours
Remaining life threshold: 50 000 hours
DeviceName:C.operator type.FaultMode
SINT
Defines the state of the Panel Component light when communication fault occurs.
0 = Illumination Off
1 = Hold Last State
2 = Illuminate Program Color
3 = Blink Program Color
4 = Dim Program Color
5 = Blink and Dim Program Color
DeviceName:C.operator type.FaultValue
SINT
Defines the color of the Panel Component light when communication fault occurs. The FaultMode has to be set to one of the following states: 2 or 3 or 4 or 5.
0 = Red
1 = Green
2 = White
3 = Blue
4 = Yellow
5 = Turquoise
6 = Magenta
7 = Amber
DeviceName:C.operator type.ProgMode
SINT
Defines the state of the Panel Component light when transitioned into the Program Mode.
0 = Illumination Off
1 = Hold Last State
2 = Illuminate Program Color
3 = Blink Program Color
4 = Dim Program Color
5 = Blink and Dim Program Color
DeviceName:C.operator type.ProgValue
SINT
Defines a color of the Panel Component light when transitioned into the Program Mode. The ProgramMode has to be set to one of the following states: 2 or 3 or 4 or 5.
0 = Red
1 = Green
2 = White
3 = Blue
4 = Yellow
5 = Turquoise
6 = Magenta
7 = Amber
DeviceName:C.operator type.FaultFinalMode
SINT
If the FaultValueStateDuration is nonzero determines the final Panel Component light state once the time in FaultValueStateDuration elapses.
0 = Illumination Off
1 = Hold Last State
2 = Illuminate Program Color
3 = Blink Program Color
4 = Dim Program Color
5 = Blink and Dim Program Color
DeviceName:C.operator type.FaultFinalState
SINT
Defines a color of the Panel Component light once the time in FaultValueStateDuration elapses. When FaultFinalModemust be set to one of the following states:
2 = Illuminate Program Color
3 = Blink Program Color
4 = Dim Program Color
5 = Blink and Dim Program Color then FaultFinalState can be set to:
0 = Red
1 = Green
2 = White
3 = Blue
4 = Yellow
5 = Turquoise
6 = Magenta
7 = Amber
DeviceName:C.operator type.ProgramToFaultEn
BIT
Determines if Panel Component light should transition to the Fault Mode if the connection faults while in Program Mode.
0 = stay in Program Mode
1 = Go to Fault mode
DeviceName:C.operator type.FaultValueStateDuration
SINT
This value determines time the Fault Mode state is held before the FaultFinalState being applied.
0 = Hold Forever
1 = 1 second
2 = 2 seconds
5 = 5 seconds
10 = 10 seconds
DeviceName:C.operator type.PushButton.BlinkRate
SINT
Determines the 800F Panel Component light blinking rate.
0 = Disabled
1 = 0.1 Hz
2 = 0.5 Hz
3 = 1.0 Hz
4 = 2.0 Hz
DeviceName:C.operator type.PushButton.DimmingLevel
SINT
Determines the 800F Panel Component light dimming level. Is defined in percentage of light dimming (%). Because it is impossible to distinguish whether the lamp is switched on or off at 100% dimming, the AOP limits parameter to a value 80.
Lamp fully on - 0%
Lamp dimmed in 80%
Lamp fully off - 100%
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal