p.tranavicius

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Multiple trigger conditions Automatic Control #12856
    p.tranavicius
    Participant

    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.
Viewing 1 post (of 1 total)