program pausing

rltaylor

Member
Join Date
Oct 2011
Location
cabool, mo
Posts
6
I am using LogixPro Sim. and cant seem to get my program to pause then resume at same point, it always starts at the beginnig of program. Any ideas would be great, thanks
 
Generally, there is not pausing of a PLC program.

You can learn more by clicking the link "Learn PLCS" at the top of this page.

Many people who are used to PC programming get hung up on the way the PLC always scans the entire program. Just think of it as an infinite loop.

In fact, in many PLC's if you write code that doesn't allow the execution of the program to reach the end of the program an error will be generated.
 
Are you using LogixPro Sim for Allen Bradley RS500? What,I would do is try to do is reload the LogixPro program to see if that works first. But save your PLC program first, so you don't lose it.

I already downloaded the free version for myself. But, I would suggest you sign up for the free PLC simulator on this site as well.
 
yes you are correct i mistakenly stated needing to pause the program when i meant pause the sequence. what i am having trouble with is resuming at any point in the sequence so i need to find a way to give the entire sequence positions for each action and then use a holding register, not sure if that is the best way so any ideas would be great, thanks


p.s. the prob is that i am running a batch mix tank, my program does everything it should except if it is draining at the end of the cycle and then restarted it goes back to filling.
 
should have said if it is in drain mode and the stop is pressed then cycle restarted it should continue draining instead it starts filling.
 

Similar Topics

I am still working on my first ladder program and I am trying to find a way to stop execution when a certain input relay is activated. Mainly I...
Replies
3
Views
3,368
For practice I am writing some code. In this code I want to be able to press a button and "Pause" the execution of the PLC until I press a...
Replies
17
Views
18,574
Hi all, hope you are having a great day, I am in need of your help to create a AOI or program that does this kind of job: I have a IO Link...
Replies
20
Views
257
Hi. I have a 222 CPU. I need to recover the program from the eeprom memory. Is it possible?
Replies
1
Views
93
Can we use a Simotion D455 ethernet port x127 as a gate, to access S7-1500 plc Tia Portal program ? In the Simatic manager, we used Netpro to do...
Replies
2
Views
88
Back
Top Bottom