Dynamic Picture Conditions

Forum Home Forums Understanding the Software Dynamic Picture Conditions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9982
    Hennie_Kotze
    Participant

    Good Day,

    I am changing a picture dynamically, by comparing the relative input channel value to the fixed argument. This is standard procedure in the “Conditions” properties of the dynamic picture.

    For Example:

    IF Channel_1 Value = 1
    THEN Display IMAGE.png

    Is there a way I can change the picture by comparing the relative input channel, with another input channel’s value???

    For Example:

    IF channel_1 Value = 1
    AND channel_2 Value = 1
    THEN Display IMAGE.png

    Regards,

    #9998
    Mikhail
    Moderator

    Hello,
    You should create a channel_3 of the calculated type to make necessary calculations for the 3rd channel, and use it for a condition.

    #10005
    Hennie_Kotze
    Participant

    Thanks,

    Works like a charm! 🙂

    Regards,

    #10009
    Mikhail
    Moderator

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.