TRB140 Input/output activations not working together

TRB140: FW 00.07.05.4
Problem when combining 2 concurrent configurations for the Input/output activations**

  1. The Output does not react when triggered by the Input if the here under (2) daily activation is installed, ……while when it is not installed, the Output reacts correctly
  2. A daily (at 12:00) activation of the Output works correctly when configured in accordance with the file’s scripts here under, recommended by Daumantas – October 2023):

#!/bin/sh
uci set ioman.dio1.value=1
uci commit ioman
/etc/init.d/ioman restart
exit 0

#!/bin/sh
uci set ioman.dio1.value=0
uci commit ioman
/etc/init.d/ioman restart
exit 0

and crontabs files like these:
0 12 * * * /etc/OutputHigh.sh >/dev/null 2>1 #set the output to high
3 12 * * * /etc/OutputLow.sh >/dev/null 2>1 #set the output to low

and execution rights like these:
chmod +rwx /etc/ OutputHigh.sh
chmod +rwx /etc/ OutputLow.sh

In order to make both above configurations (daily activation of the Output, and triggered activation of that Output) compatible together, I guess I should had some script , but I do not know which one ? Can you advise ?
Thanks a lot for your attention.
Luc

This topic was automatically closed after 15 days. New replies are no longer allowed.