The Timed Event output mode has two parameters, 'On Time' and 'Off Time'. These are the absolute time you want the output to turn on or off. They are the value in milliseconds since the Display was powered up.
So for example lets say you want the output to come on 20 seconds after the dash powers up and stay on for 5 seconds. You would set the 'On Time' channel to 20000 and the 'Off Time' channel to 25000.
I have attached a config that has an example of this being used in a somewhat useful manner. Whenever the dash receives a trigger message via CAN it waits 5 seconds and then turns the output on. 5 seconds later it turns it off. It does this simply by taking a copy of the 'Device Up Time' channel when the trigger is received and then setting the on channel to be the triggered time plus 5 seconds and the off channel to be the triggered time plus 10 seconds
Comments
0 comments
Please sign in to leave a comment.