PLC dummy needs help picking a device

thaukom

Member
Join Date
Dec 2013
Location
minnesota
Posts
1
Ok, any help would be great.
I am looking for a device to activate a speed warning sign for semi trucks. I have a device that has two 12V dc optocouplers that I need input from each to get a signal. One is a presence detector the other is a speed detector. One of the optocouplers will only give me a 1ms pulse.
I then need to control a relay (be nice if it was built in to the PLC) to give 120VAC to the flasher sign. I want to have the sign active for 7 seconds, so instead of a separate timing circuit I would like to have the PLC control the timing.
Also, to make it more fun it has to be a low temp device for minnesota weather.
Any thoughts on what device can do this.
 
Use those pneumatic hoses that you occasionally see on the highway. Have each of them connected to a pressure switch, and then set a bit in your PLC when the first hose gets crossed, and use that to start a timer. Reset it when the second hose gets crossed, and calculate your speed based on the amount of time it took to go from hose "A" to hose "B".
 
One of the optocouplers will only give me a 1ms pulse.
That is too fast for most PLCs, so if you have to use that optocoupler, you would need a pulse stetcher.
Also, to make it more fun it has to be a low temp device for minnesota weather.
Put the PLC and other electronics in an insulated heated cabinet, or indooors. You can run wires to the input and output terminals of a remote PLC (remote from the truck road).
 
Pick a PLC with integrated high speed counters. Being a Siemens user, I have used the 313C a lot for applications like these. 1 ms = 100 Hz is no problem. It is probably overkill for this application tho..
 

Similar Topics

I'm designing an HMI that uses OPC to talk to a PLC (Mitsubishi Q series). I don't have hardware available, but I would like to simulate the...
Replies
1
Views
7,569
HI i would like to know how to get a variable that will store the amount of times a program has been executed. The issue is I have 3 DBs for 1 FB...
Replies
2
Views
49
I haven't encountered problems connecting to a PLC through VM Ware but I am with this particular machine. I'm running Windows 7 on a Windows 10...
Replies
5
Views
85
Hello, As part of our project, we are using an M241 controller. This controller interfaces with an industrial computer and a router via a switch...
Replies
1
Views
39
Hi There, I have couple of Omron PLCs connected on my kepserverex and my intouch reads data from kepserverex. I have been observing that roughly...
Replies
1
Views
47
Back
Top Bottom