My formula

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10984
    victorlam
    Participant

    Hello,
    I have the following formula, not sure if this is a correct way to present the event status:-

    Cnl>0?4:CnlStat

    My request is to detect the value of a register eg 30001. If the value is greater than zero, eg 1, then the status of the channel number is changed as 4. If not the case, then the status of the channel number remained as before.

    #10986
    Mikhail
    Moderator

    Hello,
    According to the manual, a part of the formula that calculates channel status is followed by semicolon.

    #10987
    Mikhail
    Moderator

    Possible formula:
    Cnl; Cnl>0?4:CnlStat

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