4 bit-Code use M581
-
When using the M581 trigger command, is it possible to use several IO connectors as input?
I like to implement a 4-bit code with 16 triggers by using just 4 IO Connectors on the Duet 6Hc. -
@stan-0 you can only 'or' inputs together, not 'and' them which is what you are looking for. If a slow response time (e.g. 1 second) was acceptable, you could use daemon.g to poll the 4 inputs instead.
-
@dc42
Yes this is what I am loking for.
Is there any opportunity to implement something like a 4 bit Code in the Firmware?
I need 15 trigger and just have the 4 IO Connectors left. -
-