Reconfigure a module via ladder logic – Rockwell Automation 1715-OF8I Redundant I/O System User Manual User Manual
Page 286
![background image](/manuals/579361/286/background.png)
286
Rockwell Automation Publication 1715-UM001C-EN-P - March 2014
Appendix D
Reconfigure a Module Online
The Module Properties dialog box appears.
2. Reconfigure the I/O module.
3. Click OK.
Reconfigure a Module via Ladder Logic
It is sometimes advantageous to change the functional operation of a module in
the ControlLogix system automatically via the user program instead of by using
the Logix Designer application to reconfigure it. This way, changes in the process
can dictate when the reconfiguration takes place rather than you performing that
function manually.
The1715 modules support sending a MSG instruction of type Module
Reconfigure. This MSG instruction can be sent to a module to reconfigure it
without stopping the module.
Use a MSG instruction of type Module Reconfigure to send new configuration
information to an I/O module. During the reconfiguration, the following occurs:
• Input modules continue to send input data to the controller.
• Output modules continue to control their output devices.
The following steps are used in this example when reconfiguring a module via
ladder logic.
1. Move new configuration parameters to the Configuration portion of the
tag structure associated with the module.
2. Use a message instruction to send a Reconfigure Module service to the
same module.