Home AMX User Forum NetLinx Studio

Testing Channel State / IF Channel[state] logic for toggles.

What is the language / method for testing against channel state?

Example
Button_Event (device, channel)
{
     IF (anotherdevice[channel_x] == ON)
     {
          // do something
     }
}

As always, thanks for your help everyone!

Comments

Sign In or Register to comment.