Publication 1756-UM523F-EN-P - December 2006
Configure and Program the Controller
87
Determine the Status of
Your Redundant System
You can write code that determines the status of your redundant
system.
Perform this procedure to:
•
show system status on an HMI screen.
•
condition code to execute based on system status.
•
get diagnostic information to troubleshoot a system.
Actions
Use a Get System Value (GSV) instruction to read the attributes of the
REDUNDANCY object. See Appendix C for a list of attributes.
Example 1: Ladder Diagram
Example 2: Structured Text
//Get the ID of the primary chassis.
//That is always the chassis that runs the code.
//Store the ID in Chassis_ID_Now. Chassis_ID_Now is a DINT.
GSV(REDUNDANCY,,PhysicalChassisID,Chassis_ID_Now);
Get the ID of the primary chassis. The primary chassis always runs the code.
Store the ID in the Chassis_ID_Now tag. Chassis_ID_Now is a DINT.
comment
comment
comment
code
Summary of Contents for 1756-CNB/E
Page 4: ...Publication 1756 UM523F EN P December 2006 Summary of Changes 4 Notes...
Page 10: ...Publication 1756 UM523F EN P December 2006 10 Table of Contents...
Page 26: ...Publication 1756 UM523F EN P December 2006 26 ControlLogix Redundancy System Overview Notes...
Page 42: ...Publication 1756 UM523F EN P December 2006 42 Design the System Notes...
Page 64: ...Publication 1756 UM523F EN P December 2006 64 Configure the System Redundancy Module Notes...
Page 102: ...Publication 1756 UM523F EN P December 2006 102 Configure and Program the Controller Notes...
Page 146: ...Publication 1756 UM523F EN P December 2006 146 Update Modules and Redundant Systems Notes...
Page 168: ...Publication 1756 UM523F EN P December 2006 168 Convert an Existing System to Redundancy Notes...
Page 178: ...Publication 1756 UM523F EN P December 2006 178 Redundant System Restrictions Notes...
Page 185: ......