Automatic Control Module – Multiply triggers Forum Home › Forums › Understanding the Software › Automatic Control Module – Multiply triggers Tagged: Automatic Control Module Multiply Triggers This topic has 5 replies, 2 voices, and was last updated 5 years, 7 months ago by athes. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts January 2, 2020 at 7:21 am #6297 athesParticipant Hi Mikhail, Is there any solution how to combine different triggers before sending a command? I want to use Time trigger & value trigger together: If the (time is 13:00) AND a (specific value is < -10) then send a command (only once in a day) Thanks. January 3, 2020 at 7:16 am #6305 MikhailModerator Hi, You should create a time trigger as usual. Then in the output channel formula, check Val(101) < -10 ? Cmd : double.NaN double.NaN cancels the command. January 3, 2020 at 8:14 am #6312 athesParticipant Wow, what a magic. It works, thank you! Can I use ‘Formulas’ also for this purpose? If yes, how? (my formula returns with a 0 or 1) Does it work in output formula field? CustomFormula(Val(101), Val(102), Val(103)) = 1 ? Cmd : double.NaN January 4, 2020 at 11:59 am #6314 MikhailModerator Can I use ‘Formulas’ also for this purpose? What purpose? Does it work in output formula field? Such formula will work. But CustomFormula() == 1 … January 4, 2020 at 12:00 pm #6315 MikhailModerator Formula of output channel is calculated in a moment when a command is sent. January 6, 2020 at 6:12 pm #6317 athesParticipant Got it, thanks. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In