Firmware RUT9_R_00.07.06.18
Question: how to limit Event/Actions on analog input values with RUT955
I have added an io-juggler event on analog input value to guard the correct supply voltage.
The event will initiate when voltage is out of the allowance band (11.5V .. 14.9V) and initiate an SMS action.
Since there are sometimes bursts of heavy current surge spikes from the battery, the battery voltage will drop multiple times within 100 seconds period under the defined bandwith for very short intervals (< 300 msec).
The i/o juggler event for analog values does not include a delay definition to supress sequential events in a short timeframe.
The event will activate an SMS action.
The i/o juggler action SMS message definition does contain a “execution delay” parameter to inhibit multiple SMS messages to be send in short term intervals. (used parameter value: 120 seconds)
A delay of SMS Transmittal is observed, but still multiple SMS messages are transmitted with time differences 11 .. 15 seconds.
It seems to be that the exeution delay function is not working as defined in the manual.
The analog values are part of the SMS message itself, using the ”%g1" parameter. None of the presented voltage values in the SMS message is outside the defined validity band (11.5 .. 14.9V).
Adding an extra condition to check for actual analog value when transmitting an SMS message with same validity band does not change the behave of RUT955.