How to force values in RSLogix 5000

ndzied1

Lifetime Supporting Member
Join Date
Aug 2002
Location
Chicago, Illinois
Posts
2,857
We have a compact logix controller and cannot seem to be able to force values in the controller.

Enable forces are on but when we try to write values they do not stick? What are we missing?

Thanks,
 
Did you put controller in remote mode ?

Is it other logic in program over write on your force value ?

Usually, Clt + T can be used to Force ON and OFF.
 
Are you trying to force non-I/O tags? In Logix, you can only force the actual tag of an output module; they'll look something like "Local:13:I.Data.0". Tags like "HMIStopButton" cannot be forced, however.
 
Thanks!

I'll let our technician know and see if that does it.

Let us know how it goes. I'm literally working on AB at the moment so I would be happy to help. feel free to PM me. Was literally working out the subtleties of forcing this afternoon. Forcing analog I/O can be particularly challenging.
 
Let us know how it goes. I'm literally working on AB at the moment so I would be happy to help. feel free to PM me. Was literally working out the subtleties of forcing this afternoon. Forcing analog I/O can be particularly challenging.

Can you force analogue outputs? I just add an always open bit in line then just write in the value I want.
 
Can you force analogue outputs? I just add an always open bit in line then just write in the value I want.

You can, yeah. It's a bit of an odd process to get your head around though. If you go to the analog data tag, you can put the value you desire in the "Force Mask" column. The strange part to grasp is that you are forcing it and the output signal is responding, but it doesn't show you that *anywhere* in the tagname or code though. So if you have an output that activates an alarm and you force it, you won't get the alarm and anywhere in the code that output value is shown, it won't be your forced value.

You can imagine how frustrating that can be! Literally following the manual step for step and not seeing the output change in Logix. But if you clamp a meter to your output you'll see it change.
 
You can, yeah. It's a bit of an odd process to get your head around though. If you go to the analog data tag, you can put the value you desire in the "Force Mask" column. The strange part to grasp is that you are forcing it and the output signal is responding, but it doesn't show you that *anywhere* in the tagname or code though. So if you have an output that activates an alarm and you force it, you won't get the alarm and anywhere in the code that output value is shown, it won't be your forced value.

You can imagine how frustrating that can be! Literally following the manual step for step and not seeing the output change in Logix. But if you clamp a meter to your output you'll see it change.

Useful. More often than not I only use forces as part of an I/O check. The activity seems to be in line with the way AB handles forcing so although a bit odd at least it's consistent.
 

Similar Topics

Trying to test a Contactor-delivered app that apparently never worked properly. So I wrote a test procedure and assumed I would be able to force...
Replies
4
Views
2,424
There`s a simulator for Simens Step 7 that I can use "Display Force Values" function? Hi, I`m trying to use the "Display Force Values" in...
Replies
7
Views
2,335
Hi, I received the copy of the program that is currenlty downloaded to GE90-30 CPU363. I have setup the offline system in the office with same...
Replies
3
Views
2,064
Hi everyone i have a customer, who wants to show an alarm on the machine, if the I/O forces are enabled and set, on at ControlLogix L81E with...
Replies
3
Views
284
Hi there, I'm doing some extensive testing and commissioning with a slew of new Emerson PACSystems RX3i PLCs. It would be convenient to...
Replies
5
Views
146
Back
Top Bottom