AC500 PLC CTU block limit is 32767
Hi,
I want to count pulses form a bottle counter . approx 100000 bottle pulses we need to count for a day production
in AC500 PLC CTU block limit is 32767 ,so how to count above figure?
what is the best solution? if you have a sample programme with you please share.
Best Regards.
Pradip
Answers
Greetings,
I dont know what kind of cards or CPU you use, but maybe you can use High Speed Counter Card and its function.
With High Speed Counter, counter value is provided as a double word(32bits) so you can count up to 4,294,967,295.
Please see attached file more details.
Hope it helps you.
I dont know what kind of cards or CPU you use, but maybe you can use High Speed Counter Card and its function.
With High Speed Counter, counter value is provided as a double word(32bits) so you can count up to 4,294,967,295.
Please see attached file more details.
Hope it helps you.
Add new comment