PLC Programming - Need Help With My Program!
PLC Programming - Need Help With My Program!
(OP)
Hello there! I made a program that has a Timer (TON) at the beginning of the process that activates under 2 conditions. Everything works perfectly, the only problem is that once the cycle is complete, I can't start it all over again! We need to reboot the PLC in order to accomplish that. I suppose there's an easier way hehe, so I need some assistance with that.
BTW, I have the program, but how could I post it here?
- We use Rockwell Software for a 1500 Analog Micrologix.
Thanks very much!
BTW, I have the program, but how could I post it here?
- We use Rockwell Software for a 1500 Analog Micrologix.
Thanks very much!





RE: PLC Programming - Need Help With My Program!
Interesting that the MicroLogix will apparently allow you to do that. RSLogix would not allow you to run the program if you forgot to program an element of a timer like that.
RE: PLC Programming - Need Help With My Program!
at end of cycle, this bit or numeric value will oneshot a reset(res) to the timer.
RE: PLC Programming - Need Help With My Program!
Our system uses a conveyor belt and an optical sensor that "reads" faulty pieces. Once detected, the conveyor is stopped with a relay, and 4 cylinders pick up the piece and toss it outside. Once the cycle is done, the conveyor does start again, but the sensor won't read the piece again. Its kinda weird... it would be much easier if someone would take a look at the program, but again, how can I share it? :S
RE: PLC Programming - Need Help With My Program!
RE: PLC Programming - Need Help With My Program!
RE: PLC Programming - Need Help With My Program!