Home AMX User Forum NetLinx Studio

buttons become "on" state automatically

i send my file to master,and i do not push any button .But the button that feedback are chosen "channel" all become "on" state automatically.i don't know why become this .
i use the master is three NI-4100,and use the master to master .for example , 1 to 2 ,1 to 3, 2 to 1,2 to 3 ,3 to 1,3 to 2.This use will bring the problem that i said?? i don't know
anybody has advice.thanks.

Comments

  • i send my file to master,and i do not push any button .But the button that feedback are chosen "channel" all become "on" state automatically.i don't know why become this .anybody has advice.thanks.

    Do you have codelines like
    DEFINE_PROGRAM
    [dvPanel,1] = [1]
    [dvPanel,2] = [1]
    etc?

    These feedbacks are always true, so all the buttons will turn on.
    Studio's Code Wizard is creating the feedback lines in this way, to be possible to add and compile them into code. You have to modify these lines for your requirements.

    If not, please post a part of your feedback code.
  • Do you have codelines like
    DEFINE_PROGRAM
    [dvPanel,1] = [1]
    [dvPanel,2] = [1]
    etc?

    These feedbacks are always true, so all the buttons will turn on.
    Studio's Code Wizard is creating the feedback lines in this way, to be possible to add and compile them into code. You have to modify these lines for your requirements.

    If not, please post a part of your feedback code.

    no ,nothing in the define_PROGRAM ,even i send the empty programme,it also will become that.i think
    maybe the touchpanel's problem.i use the 5200,the new type of the touchpanel.
  • kbeattyAMXkbeattyAMX Posts: 358
    Is the 5200 connected and defined in the control system code? Just try to identify if the buttons are lighting regardless of connection to a control system.
  • kbeattyAMX wrote: »
    Is the 5200 connected and defined in the control system code? Just try to identify if the buttons are lighting regardless of connection to a control system.

    when the touchpanel is disconnected the master,the botton is off, but just connect the master the botton will become on immediately and automatically.
  • kbeattyAMXkbeattyAMX Posts: 358
    Is there any programming in the master? If so, please post the code so we can help you.
  • Spire_JeffSpire_Jeff Posts: 1,917
    What channel and port codes are being used on the buttons that are turning ON?

    Jeff
  • ColinColin Posts: 51
    Master to Master
    i send my file to master,and i do not push any button .But the button that feedback are chosen "channel" all become "on" state automatically.i don't know why become this .
    i use the master is three NI-4100,and use the master to master .for example , 1 to 2 ,1 to 3, 2 to 1,2 to 3 ,3 to 1,3 to 2.This use will bring the problem that i said?? i don't know
    anybody has advice.thanks.

    If I am reading the above correctly, you have Master 1 connected to 2 & Master 1 connected to 3 but then you have pointed 2 back to one etc, you should only have 1 Master with the other 2 masters in the URL Listing but not on all 3

    Hope this helps

    Cheers
Sign In or Register to comment.