two touch panels -one controller
hani_alnaji
Posts: 20
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 ?
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 ?
0
Comments
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.
dear Eric
thanks for your help as usual