Communication between IPad and ni-3100
udi
Posts: 107
I have a problem to communicate between the iPad and the ni-3100. When I contact to the tpcontrol in the iPad and I press on the button it doesn't do anything (it even doesn't change color from red=press to yellow=release). In the netlinx I see that the iPad is online. I don’t know what the problem is.
0
Comments
You can change the feedback type to 'momentary' if you want the button to change state whenever it's touched, but that does not test connectivity to the master (the state changing is all done in the panel, or in this case the ipad)
So you want to give it a channel code, say, 30. Now in your program, in the DEFINE_EVENT section you want something like this: This code will make the button change states when it is pressed, if there is a connection to the master.
Thanks I did it and it works.
I have another question. I communicate between the iLight and the amx and in the TPDesign I draw a multi-state bargraph, I want that when I raise or lower it's level it would change the light. I defined a level code in the software but I don't know how to do the push event of the bargraph.