Setting digital outputs based on analog signals in CAN msg
Posted: Fri 5. Dec 2014, 04:47
We have many MicroMod-universal units, and use them to read CAN messages and set the digital outputs so they can be read by a custom microcontroller module. In most cases, we want to set the digital output based on a particular bit in the CAN message of interest. However, sometimes we need to set a digital output when a 1or 2-byte signal in the CAN message is equal to a particular value, or it exceeds a threshold. How can this be implemented?