Formula Conditional Values

Forum Home Forums Understanding the Software Using Formulas Formula Conditional Values

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5268
    nelson.albarran
    Participant

    Hi, i am trying to put a conditional value in a channel. The idea is when the Channel “a” change at that time to change the channel value:

    While (Cnl(a)<=4000){
    Cnl(b)=1
    pause(0.5 s)
    Cnl(b)=2
    }
    else
    Cnl(b)=0

    #5270
    Mikhail
    Moderator

    Hi,
    Please explain in details. Probably another approach in a formula is needed.

    #5279
    nelson.albarran
    Participant

    I solved the problem thanks.

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