What kind of timer for my lubrication project
What kind of timer for my lubrication project
(OP)
Okay guys Im taking on a auto lubrication project for a pipe bender. The company I work for is small and getting them to go with a PLC would be ideal but I need to see if I can do this with a simple timer first. The problem is I dont know what kind of timer I need.
This is what I need the timer to do.
When a operator pushes a button(.3-2 sec duration:)!,I need the timer to delay for 5-20 secs before it energizes for 1-3 secs and then resets.
The ideal is this. Once the part is bent the operator hits(NOT HOLDS)the discharge button(.3-2secs) to release the clamping mechanisms. After the period of time it takes to remove the part,but before the next part is feed into the machine(5-20secs),the timer will then energize to trigger my lubrication air valve for(1-3secs). Then everything resets to start over. I
I have all these time ranges because I just dont know exact values until it is in application. For example I am still trying to find the correct oil nozzle to spray a controlled flat pattern to cover a small area without making a mess. And without knowing how it will respond to air PSI or its cfm yet I dont know how long of a burst of air it will need to do what I want.
So can anyone think of a timer that can accomidate this scenerio without having to use a PLC?
This is what I need the timer to do.
When a operator pushes a button(.3-2 sec duration:)!,I need the timer to delay for 5-20 secs before it energizes for 1-3 secs and then resets.
The ideal is this. Once the part is bent the operator hits(NOT HOLDS)the discharge button(.3-2secs) to release the clamping mechanisms. After the period of time it takes to remove the part,but before the next part is feed into the machine(5-20secs),the timer will then energize to trigger my lubrication air valve for(1-3secs). Then everything resets to start over. I
I have all these time ranges because I just dont know exact values until it is in application. For example I am still trying to find the correct oil nozzle to spray a controlled flat pattern to cover a small area without making a mess. And without knowing how it will respond to air PSI or its cfm yet I dont know how long of a burst of air it will need to do what I want.
So can anyone think of a timer that can accomidate this scenerio without having to use a PLC?





RE: What kind of timer for my lubrication project
RE: What kind of timer for my lubrication project
http:
Keith Cress
kcress - http://www.flaminsystems.com
RE: What kind of timer for my lubrication project
The Siemens Logo! (yes, the exclamation point is part of the name), Crouzet Millenium, Moeller EZ (also sold by Eaton and A-B), the TECO SG2, and the A-B Micro 800 can get into the sub-$100 range for the smallest units. Most of these units have free software; some can be adjusted using a screen and keypad on the front.
Color-sensing photoelectrics that can handle shiny things are very spendy. Distinguishing between SS and Cu is simple for an inductive proximity sensor, much less so for a photelectric.
RE: What kind of timer for my lubrication project
Normally to me a PSU means having the option of coming in at 120V-208VAC and being able to have the option of the device to supply 24VDC for you inputs and outputs. I know this is a Transformers job but thats what my micrologix 1000 does.
RE: What kind of timer for my lubrication project
I attached the documentation and I am looking at the micro810 12point series.
RE: What kind of timer for my lubrication project
In my case I needed 24V DC for the pushbuttons, a photoeye, and the solenoid valves, so I used a small DIN-rail mounted supply.
I think the 2080-PS120-240 is just an ordinary DC power supply that's built to fit the footprint of the Micro 800 series and be physically easy to latch on. It doesn't appear to connect to the Micro 800 controller in any special way; there's just two screw terminals each for DC + and -.
The old AC-powered MicroLogix controllers with DC Inputs had a "user DC supply" embedded in them, that was usable for small sensor loads. I generally avoided them because they didn't have enough amps to drive my DC outputs, and because a short circuit on the user supply would often cause the MicroLogix 1000 to clear its user program.
I don't know if the 2080 power supply is price-competitive with other inexpensive DIN-rail mount supplies; I suspect its primary advantage is the physical package. In my case the customer had already bought DC supplies and sent me a box of Chinese-made "MeanWell" units. It cost me more in time looking for the UL certification than they saved in purchase cost.
RE: What kind of timer for my lubrication project
So would I need a latch command on a 4 secs timer or a would I just use timer befor it set to a fraction of a second so its "Done" bit triggers the 4 sec timer?