I/O Forcing in RS Logix 5000 in Program Mode

simplelogix

Member
Join Date
Sep 2003
Location
Auckland
Posts
31
Hello PLC Engineers,

Does anyone know how I could force I/Os (mainly outputs is what I am interested in) ON or OFF in Program mode and get the physical device to respond appropriately? Eg. Turn a lamp on/off from my laptop.

I know I can do this in Run mode but I need to check my I/Os in a simpler way. (And no, I do not want to write commissioning code to do it. I am looking for an even easier way than that).

I can do it with Omron CX-One software for Omron PLCs and I think I am becoming an Omron convert now!

Thanks for your help.
 
The CPU will not turn on outputs in Program mode, even by forcing. But that's not the point.

In Program mode, no logic would be operating anyway.

So write a blank program. Set up the I/O and go to 'Run' mode. There will be no logic attempting to turn on or off anything. This is the simplest program possible! You can force all the outputs you wish.
 
Thanks Bernie. I think you are being specific about Rockwell. Not so in CX-One Programmer by Omron. I can toggle the outputs on or off. And what you suggested is what I do anyway. I was hoping for even less time-consuming methods.
 
Instead of writing a blank program, unschedule the main routine under each program in the tasks, (don't unshcedule the programs under each task) this way you can leave the logic in place but stop the logic from operating even when the CPU is in run mode.

Right click on Each Program under each task and set the main routine to none.

al52106.GIF


When you verify the program you will get a warning. This is fine.

For advanced programmers only: You can actualy schedule and unschedule programs programatically in the CLX.
 
Last edited:
While I don't know that I would really recommend this....In a ControlLogix, go to the I/O Module Properties and on the Configuration tab set the Program State for the output to On. Then after applying the change, the output would energize.

This would not require logic and the PLC could remain in program or test mode.

OG
 
Operaghost said:
While I don't know that I would really recommend this....In a ControlLogix, go to the I/O Module Properties and on the Configuration tab set the Program State for the output to On. Then after applying the change, the output would energize.

This would not require logic and the PLC could remain in program or test mode.

OG
That's what we did once, waiting for the guy who wrote the program to arrive, it let us get way ahead on electrical checkout.
 
Not so in CX-One Programmer by Omron. I can toggle the outputs on or off.
News to me. I have asked for this to be included in new releases so that the actual output turns on but the output used as inputs do not. Is there some way to do it that I do not know?
 

Similar Topics

Is there a way to force an analog value directly from the ladder logic view window instead of going to the controller tag window? Currently to...
Replies
1
Views
3,380
Gentlemen. I'm having trouble forcing a bit on in my logix5000 program. I see its not as easy as it is in the 500 program. When online the drop...
Replies
39
Views
11,774
hi , i have seen on someones laptop that on there rslogix 5000 has got a forcing tab by the controller properties on the online tab does anyone...
Replies
2
Views
2,513
Can anyone tell me why when i right click on any I/O that the force on and force off options are greyed out. I can still force an I/O onn or off...
Replies
19
Views
8,281
Hello, when trying to force two outputs nothing happened. The text ON appeared by the adress. It was also possible to force off, which also...
Replies
17
Views
4,801
Back
Top Bottom