Host Engineering Forum
General Category => Do-more CPUs and Do-more Designer Software => Topic started by: jwbaker3 on February 02, 2023, 09:06:36 AM
-
There are 3 high speed up counter functions built into the PLC (BX-DM1E-36ER3) can I add another one? I need 4 if possible.
Thanks,
JW
-
BX-HSIO-x expansion modules.
https://automationdirect.com/pn/doc/spec/BX-HSIO-1 (and -2)
https://automationdirect.com/pn/doc/spec/BX-HSIO-4
-
I was hoping to be able to add it to the main PLC. I already looked at the HSIO but I can't add another card to the rack. I'll have to add another CPU for the card.
Thanks for the quick answer!
JW
-
I was hoping to be able to add it to the main PLC. I already looked at the HSIO but I can't add another card to the rack. I'll have to add another CPU for the card.
Thanks for the quick answer!
JW
They are physical things implemented in FPGA logic. Can't be added.
How fast do you need the counter to count?
-
I got a faster 4th counter using the interupt routine Its used in every waste treatment plant we built to count flow meters.
-
I got a faster 4th counter using the interupt routine Its used in every waste treatment plant we built to count flow meters.
This is what I was about to recommend, if his speed requirement isn't too high.
-
The rate is ~7,500 counts per second. A standard counter misses about 75% of the count. The interrupt is a good idea, I'll look and see if I can get it working.
Thanks,
JW