CAN controlled outputs
is it possible to read 2 bytes using a single CAN input?
there are 40 CAN inputs on a PDM25 and 25 outputs.
reason is I want to control the outputs from another device where
XX YY 00 00 00 00 00 00
XX == OUTPUT(1-25)
YY == BOOL(ENABLE/DISABLE)
110 Views
Hi Antonio, Yes this is no problem. You would need to use the message filter to filter the output number based on the first byte. Then the CAN input will read the second byte which is the enable/disable. You then use the CAN value to trigger your output.