Sorry if I'm overlooking something simple.. If I have an output control channel set to a Can Input, the output works with the exception of latching into the last known state when there are no more can messages...
If I have an output control set to conditions, ie
PDM.CAN Inputs.Message 0.Byte 6=true
AND Ignition Switch.Voltage=true
then the output is only active when processing the can message, even if the can message is always true for the relevant Byte. So the output is off except when it receives and processes the can input, sees the conditions are met, turns on the output, and then immediately turns off the output until it gets the next can packet. The can packet is sent every 10ms, and while testing the relevant byte is always 0x01.
Any idea what I'm doing wrong? I've attached the pdm file I'm testing, the output channels in question are 10-12