Output Forces in ControlLogix

mckeeal

Member
Join Date
Jun 2007
Location
East Texas
Posts
1
I have a ControlLogix processor, V13 firmware.

I am able to force the inputs with no problem. The outputs will not force, either from the ladder or the data table.

Anybody seen this before??

thanks,

alan
 
You have to realize how forcing works in Allen-Bradley PLCs. When you force the output, you affect the "physical" output only. So if you force an output wired to a light, the light will energize. This has NO effect on your ladder logic. You will not "see" any change in the logic window.

Other than that, there is no difference in forcing inputs versus outputs.

Keep in mind also, that you can only force real outputs or aliases to real outputs. If it is internal, it won't work.

Also... make sure that you are looking at the output tag. For example:

Local:2:I.Data.5
Local:2:O.Data.5

Both examples are valid addresses for an output module in slot #2 of the local chassis. The first is simply reading what the output was told to do, whereas the second is telling the output what to do.

OG
 

Similar Topics

Hey all, I am starting a new project for a customer and I am adding in solenoid valves. Once added, I noticed there was a lack of an Output...
Replies
0
Views
50
Hi, The hardware is: Click Plc model # CO-O1DD1-O HMI model # S3ML-R magnetic-inductive flow meter model # FMM100-1001. I will set the flow meter...
Replies
4
Views
114
Hi, I am using AB 5069-L306ERS2 CPU. My system should achieve SIL-2. I have safety door switches connected to AB 5069-IB8S module, and I want to...
Replies
1
Views
103
Hello! Hope you are great. I need to make a change in a PLC with ladder logic. I will mount a analog valve and I need to control it in ramp up...
Replies
7
Views
292
I have a 170AAO92100 card that I am interested in using as a 10 volt output. Is there setup that I have to do in order to change output or simply...
Replies
0
Views
82
Back
Top Bottom