Enabling Forces on SLC 500 PLC

Ones_Zeros

Member
Join Date
Feb 2014
Location
at work
Posts
367
Hey,
I'm used to CompactLogix 5000 controllers and was needing to know the process of forcing on bits and enabling forces on a SLC 500 Allen Bradley PLC.

One is a digital input and the other is an analog input


Also on this PLC is says that the Forces are disabled..

I do appreciate the help...Thanks
 
Last edited:
You should be able to change that drop down control to say Forces Enabled. Is the processor in remote run?

Check that Force protection is not enabled in the controller properties.
 
I have avoided forcing any IO in a PLC.


I always edit the line and add a XIC always-off bit to disable an IO, to enable an input branch around it and put a XIC always-on bit. For an analog input just look for the line where the input is read and add a branch after it to MOV the value you want to force to to the integer or float number the input was sent to.


The other way to force an input off is to remove the wire from the terminal and put a wire nut on it. To force an input on remove the wire and run a hot jumper to the terminal.



When I get online with a PLC and see the Forces Enabled LED or drop-down on I expect to find more problems inside.
 

Similar Topics

Hello, I'm working on a project using an Allen-Bradley 1769-L30ER v31 and a Panelveiw Plus7 v11. I have an AOI that keeps track of the time a...
Replies
4
Views
169
Hi all, I'm having trouble connecting and running an SEW motor from an Allen Bradley PLC and MOVIFIT FC. I'm using Studio5000 V23 and MOVITOOLS...
Replies
0
Views
920
Hello I am trying to enable Visual Basic for FactoryTalk SE v.10.0. I have a coworker who has it enabled on his v.9.0 but he cannot remember how...
Replies
3
Views
1,989
Let's say you have a converted app from a 1400e. The alarm banner pops up, but none of the buttons are touchable. I don't see any settings that...
Replies
2
Views
1,886
Greetings All! Preface: I am a complete "fresh out of the womb"-type novice when it comes to PLC programming. I helped get a Logix 500 PLC up and...
Replies
17
Views
8,696
Back
Top Bottom