p.tranavicius Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 1 post (of 1 total) Author Posts June 22, 2023 at 10:58 am in reply to: Multiple trigger conditions Automatic Control #12856 p.tranaviciusParticipant Something like the lines of code below in the formula? public double Mcon() { if (Val(1) > 1 && Val(2) = 20) // my 2 limits return 1; // my trigger status 1 else return 2; // my trigger status 2 } This reply was modified 2 years, 2 months ago by p.tranavicius. Author Posts Viewing 1 post (of 1 total)