Home AMX User Forum NetLinx Studio
Options

two touch panels -one controller

Hi all
I want to connect tow touch panels NXD-435 to one controller NI-3100 is that possible ?I want to install the same layout in both touch panels ,
if yes can you give me a hint how can I do that ?

Comments

  • Options
    ericmedleyericmedley Posts: 4,177
    It's easy.
    Give each panel a unique device ID.
    declare each panel in you program.

    Create a dev array which includes both panels.

    Write your code accordingly using the dev arrays in the various events.

    Done.
  • Options
    thanks

    dear Eric
    thanks for your help as usual
Sign In or Register to comment.