String dynamic text change according input channel value

Forum Home Forums Understanding the Software Using Formulas String dynamic text change according input channel value

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #13698
    IT0508
    Participant

    Here are screenshots of the inputs page, the units page, and the device page from which I read data.

    https://ibb.co/1bNvHW9
    https://ibb.co/QPY580s
    https://ibb.co/hfh2jkg

    #13704
    Mikhail
    Moderator

    Unit 40 includes 2 strings: Normale and Esaurito.
    Normale = 0.
    Esaurito = 1 or higher.

    – Using formulas you should convert channel values to 0 and 1.
    – It’s impossible to bind 2 channels to one tag. Change channel’s 11 type to Calculated, delete it’s Signal, and set it’s formula to something like Val(10) < 50 ? 0 : 1

    #13705
    IT0508
    Participant

    Thanks Mikhail, I will try this way.

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.