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
Содержание 1756-CNB/E
Страница 4: ...Publication 1756 UM523F EN P December 2006 Summary of Changes 4 Notes...
Страница 10: ...Publication 1756 UM523F EN P December 2006 10 Table of Contents...
Страница 26: ...Publication 1756 UM523F EN P December 2006 26 ControlLogix Redundancy System Overview Notes...
Страница 42: ...Publication 1756 UM523F EN P December 2006 42 Design the System Notes...
Страница 64: ...Publication 1756 UM523F EN P December 2006 64 Configure the System Redundancy Module Notes...
Страница 102: ...Publication 1756 UM523F EN P December 2006 102 Configure and Program the Controller Notes...
Страница 146: ...Publication 1756 UM523F EN P December 2006 146 Update Modules and Redundant Systems Notes...
Страница 162: ...Publication 1756 UM523F EN P December 2006 162 Set Up EtherNet IP Communication Across Subnets Notes...
Страница 168: ...Publication 1756 UM523F EN P December 2006 168 Convert an Existing System to Redundancy Notes...
Страница 178: ...Publication 1756 UM523F EN P December 2006 178 Redundant System Restrictions Notes...
Страница 185: ......