Is it possible to have IO modules communicate/work with SDF's programmable displays?
In their literature and website, it looks like they are only meant to hook up to the microcontrollers.
However, since:
- microcontrollers are programmable, and communicate on the CAN bus
- displays are programmable, and communicate on the CAN bus
- IO modules relay their pins via the CAN bus
So, it seems logical that the IO modules should be able to work with the displays directly, without needing a microcontroller also.
Is this possible?