How do you enunciate input pulse with a output bulb

easterly81

Member
Join Date
Dec 2013
Location
Roseville, CA
Posts
1
Im sorry if the question is poorly constructed but i am new to PLC programming. I have a process I am controlling with a Mitsubishi FX2NC using GX Developer. The process sorts two different items. Upon completion i want two indicator lights to flash the number of the shorted items. Example light 1 flash x times for the number of sorted metal items and light 2 flash x times for the number of plastic items.

Im guessing i need to use incrementing data registers to do this?

If correct how do i used the stored data to flash the lights the number of sorted items?

Thanks
 
For each light, if the count is non-zero then start a timer for the ON duration of the light. When that is done start a timer for the OFF duration of the light. When that is done decrement the count and reset both timers. As noted, turn ON the light during the first time period.
 

Similar Topics

Hello, I'm looking for a dirt cheap digital display + input, that would be wired to an analog input and analog output. This would be for my home...
Replies
10
Views
231
Hello, I am trying to read a barcode scanner input using a cognex dataman 280 barcode reader, store it another string, the compare with another...
Replies
1
Views
62
All, I have a PowerFlex 525 driving an agitator motor. The goal is to have the agitator start automatically after a power loss or a comm loss. I...
Replies
2
Views
80
Hi, I have a ControlLogix system with 1756-IF16 analogue inputs. I can't scale the inputs at the card as there is a requirement to facilitate...
Replies
14
Views
386
I'm having trouble calming down 2 Tempo Sonics. I'm using Studio 5000 CompactLogix my Raw value is jumping around from 8575.0 to 8755.0 at a...
Replies
30
Views
1,170
Back
Top Bottom