Logix Pro Simulator

The following was written without looking at the problem or his code

Use an internal bit, rather than the light bit, in all of your logic.

On the rung that drives the light, the internal bit drives the light via one of two "paths" - either through a bit that "blinks" all by itself, or straight through, like so:

TURN LIGHT BLINK-ON/
LIGHT ON SHOULD BLINK BLINK-OFF LIGHT
------| |-------+------| |-----------|/|------+-------( )
| |
| LIGHT |
| SHOULD BLINK |
+------|/|--------------------+



Another way of saying this: Seperate the FUNCTION from the ACTION.

FUNCTION: Light illuninates
ACTION: "Light is ON" or "Light Blinks"
 

Similar Topics

Ok, so I'm sure this is old news as this program has been around for years and years. I'm new to the ladder logic scene and have been working with...
Replies
2
Views
2,346
How can I convert psi reading on pressure tank to bcd ?
Replies
2
Views
2,423
Hey there first post here. I am a newbie at PLC programming. I need help with designing a traffic simulator with the following. I have no clue at...
Replies
4
Views
3,356
Ok, I'm a student and we have to add a selector switch to a program. It is call Logix Pro Silo Simulator. I can get it to run cont, and single...
Replies
4
Views
5,375
is there a way to change time base from 0.1 to 1 or to 10 in Logix Pro simulator 1.6.1 from thelearningpit? and change the number 0 under Mov...
Replies
3
Views
4,195
Back
Top Bottom