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 All, After trying to transfer some field changes on the safety scanner microscan3, and verifying, the device is stuck at .... waiting for...
Replies
0
Views
71
I have a 120V relay, 120V DI card and a analog input. I was wanting to know if i could put a 24V DI and well as a 120V DI card on the same plc...
Replies
1
Views
90
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
268
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
94
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
102
Back
Top Bottom