Multiple timers to control single output or...?

CKYDMK

Member
Join Date
Dec 2011
Location
Ontario
Posts
5
Good Day,

I am programming a machine using a EZautomation touch planel PLC and have run into a problem using multiple values in a timer.

I have made a screen where the user can enter 3 different values into 3 seperate buttons, but now I am unsure of how to enter those values into the timer. Do I have to use 3 seperate timers,(which to me seems wrong because all 3 would be loaded into the timer so it would just time to the longest time, correct?). I have to also do this with a pressure switch set up as well. Values can be entered into boxes and the machine with create a vacuum within a sealed chamber.

Thanks

Dana
 
I learned the hard way with the EZAutomation timers that the timer register MUST be different for each timer used. If the same register is used on two different timers then the timer fails to operate.
 
I have made a screen where the user can enter 3 different values into 3 seperate buttons, but now I am unsure of how to enter those values into the timer.
Dana, I assume that you only want to use one timer value in your program AT A TIME, as selected by the user.

There are two methods that will work:
(1)Use a button or switch on your EZ Touch Panel to select which of 3 timer preset values is to be used, then move ONLY that value to a single timer preset memory location, which controls your machine vacuum time.

(2) Have 3 values loaded into 3 timers, but use your EZ Touch Panel buttons to select which Timer is activated in your program, leaving the other two timers disabled.
 

Similar Topics

I have a series of solenoids I need to run on set time amounts as long as an input is closed. The problem I cant seem to nail down, is I only want...
Replies
1
Views
1,281
If I have an instance DB which includes all the IEC timers (hundreds of), and the FB itself has all the block calling functions (such as call SFB4...
Replies
4
Views
10,397
Hello, Anyone have a nice working solution they can share where there are a handful of engineers that work on one project. I have setup 2 SEL...
Replies
7
Views
134
Can I connect two A-B Panel View 7 to a A-B PLC. Same graphics etc. One on the local control panel and the other Panel View 7 in a remote control...
Replies
2
Views
72
Back
Top Bottom