hot swapping faulty 1756 module

unsaint32

Member
Join Date
Oct 2012
Location
minneapolis
Posts
365
I understand that one of selling features of Controllogix5000 is to be able to swap out a faulty module without powering down the PLC or switching out of RUN mode (obviously to reduce down time).

I did this several times when one of the module's output terminals went bad.

But in the module properties pane of RSLogix 5000, if I checked the "major fault on controller if connection fails in Run Mode," would I still be able to hot-swap the faulty module?
 
I checked the "major fault on controller if connection fails in Run Mode," would I still be able to hot-swap the faulty module ?

Nope. The controller would halt on a Major Fault.

I think you'd be able to use the Fault Routine to reset the fault, and the controller would then go into Run mode because the controller would be unable to establish the connection, rather than having it fail after it had entered Run mode.
 
The option is there so that certain modules can be identified as critical for the application. If those modules fail, shut down (fault) the controller. Whereas if other modules (not using this option) were to fail, then they could be hot swapped.

The Controller Fault Handler would be able to identify this fault and you could potentially clear the fault and keep running if you wrote the logic to do so. The standard program fault routines will not be able to clear this type of fault. But frankly, if you are intending to write logic to clear the fault, why bother selecting this option.

I would probably prefer to monitor the modules status with a GSV instruction and then programmatically respond to a module problem.

OG
 

Similar Topics

I know you can change out ControlLogix cards with the rack powered. And I thought that you could not do it with a PLC-5, but a colleague at work...
Replies
13
Views
4,115
Please I need help in converting this configuration to hot swapping / change module during operation...
Replies
0
Views
1,161
I was thinking of just hot swapping this 1756-IT6I in a ControlLogix Rack. Would any of you have any concerns , doing this ? Thanks and have a...
Replies
3
Views
2,631
Hi, I am having an issue of hot swapping in ET-200S. Is it possible in ET-200S any body have an idea? If yes what software/hardware required for...
Replies
3
Views
2,681
Ok I have a CompactLogix L20 Controller and have been building some code that takes up almost all available memory on the PLC. My boss keeps...
Replies
2
Views
4,795
Back
Top Bottom