operater-adjustable timers

jonton

Member
Join Date
Jun 2002
Location
Brisbane
Posts
55
I made a small ladder for a PLC to be installed in an plastic moulding machine. It interupts some outputs, does some outputs of it's own using timers and limit switches, then permits machine to carry on. Simulation works well on my laptop but machine operater needs to be able to vary the timers using a pot or similar. How to I achieve this?
 
Human Machine Inteface - usually a screen with some sort of keypad.
Check with the distributer of the plc you are using and they can help you out.
 
Thank you Steve. Will check this out but sounds a bit expensive. I could just by some timers for $70 au ($35 US), but now cost is defeating the idea of using a PLC.
 
What plc are you using?
Brand/Model#
Someone may be able to help you find fairly inexpensive way around buying a bunch of timers. How many timers to adjust?
 
Thumbwheel

You can use a thumbwheel, a typical input device, to connect to your PLC if there are some input points left or if you can put a expansion module(block) into the PLC.

Each digit use 4 points input. Convert those BCD data into a integer and move to the present value of the timer you want to set.

Refer to the other thread for the connection diagram.
 
PLC is Pharao 21 and is the 1st software I have played with. Nice drag & drop ands and ors etc. I would only use 2 timers for basic system but can do twice as much with 4 on some. This unit has its own display already and some programmable front panel buttons, but operators are best kept away from there.
 
A PLC with a pot

Yes, you are right.

I was just about to say that. Mitsubishi's FXon has a pot on its front panel. If you can extent a cable to put that pot away from the PLC, your operator can use the pot without open the control panel to access the PLC.
 
And Automation Direct's DL-240 has 4 pots on the CPU... Very handy!

I didn't investigate much, but it looks like this Pharao is one of those "Smart Relays". Why not just use the built-in interface to adjust the timers? I really doubt you'll find an HMI that will interface with this unit.

beerchug

-Eric
 
Operator Adjustments

If you have a spare input, you can adjust the time without using an HMI.
Hook up the input to a push button, then every time the button is pressed increment the counter by 1 second. after 10 or 15 increments, you can automatically return to the starting point.
You will have to use one shots.
The down sides to this scheme is knowing how close you are to the wrap around. If you have a spare output, you can blink an indicator led.
Good Luck
 
Well this is certainly the place for some good advice. Much appreciated. I guess the Direct unit with 4 pots sounds easy and worth checking out. Thanks Eric. Thanks all.
 

Similar Topics

hello, every control guru' we have control system as attached file. does anyone have idea about extend the DVI/USB signal about 150ft in...
Replies
1
Views
1,303
Can anyone supply copy of COMTEXT software programme for this range of operator panels. Siemens no longer supply.
Replies
8
Views
10,039
I've asked this before but I still couldn't make it work. I just can't envision a solution. Local RTU has a screen to set a handful of...
Replies
18
Views
1,531
Hi all, Currently designing a machine for a lab environment. It needs an audible alert, but being a lab environment, I need it to be reasonably...
Replies
13
Views
3,443
I getting an unbalance voltage out from this Freq Drive. The output should be around 480V. From time to time I'm getting 380 on one leg, 290 on...
Replies
9
Views
4,826
Back
Top Bottom