5 second light.

omronnewbie

Member
Join Date
Oct 2015
Location
dallas, tx
Posts
5
Hello to all.
I am needing to add a rung to a current Omron cp1l plc. We have e stop 1, a momentary one that I require when pressed will add a 10 second signal to a new led light. Just enough time to advice lead person something is required at station. Ty in advance, newbie convert from Allen bradley
 
Making the rash assumption that your Estop must be turning off a run signal so some type:
Use a NC contact of the run signal to energize a 10 second timer (TIM Txxx #100) then use a NC contact of the run signal and an NC contact of the timer to energize your light output.
 
5 seconds was my original thought. I prefer 10 seconds. We have a few operators that are pressing the estop to bypass a full run on a balancing machine,by pressing the estop button. This allows them to get a label printed and item not properly balanced.
My whole thought behind this need for adding a line to the plc ladder ,is to have a light turn on for 10 seconds which I have purchased a led strobe light. So we can see which of the operators is circumventing the full procedure. Vendor is receiving items not properly balanced. It seems to be gaining momentum and I would like to put a stop to it.
 
Here is the program based upon what Mendonsy said.
By turning the analog adjuster on the CP1L CPU Unit with a Phillips screwdriver,
the PV in the Auxiliary Area (A642) can be changed to any value within
a range of 0 to 255.
This could set the timer from 0 to 25.5 seconds. Just change #0100 to A642.

The Clock Pulses are flags that are turned ON and OFF at regular intervals by
the system. You could use one of these in series with the output to create a flashing (strobe).

Here are the manuals:
http://industrial.omron.com.br/uploads/arquivos/CP1L(H)_2007_W451-E1-03_PROGRAMACAO.pdf
http://industrial.omron.com.br/uploads/arquivos/CP1L_manual_en_201101.pdf

Hope this helps,
Garry
http://www.accautomation.ca

Off Delay Timer.PNG
 

Similar Topics

Hello all I have the opportunity to buy some second hand unused components, they are Siemens motor modules, a CPU, inputs and outputs. I have...
Replies
16
Views
2,204
Hello all. I have a 1769-L16 that I inserted a 1769-L35E into. I was expecting it to create module defined tags automatically in my controller...
Replies
10
Views
1,841
Hey guys, I'm not super familiar with Cnet, so I'd like some insight from people with more ControlNet experience than I. We have a controllogix...
Replies
4
Views
912
Hey All, i took a bit of a gamble today. I bought a second hand version of Studio5000, FTView Studio, FTView Studio ME. I have been using...
Replies
8
Views
2,278
I am controlling an EZMarquee display (EZMR-2L10C-E) by EZAutomation with a L82 AB PLC over ethernet. According to their installing/setup guide...
Replies
2
Views
2,063
Back
Top Bottom