11-18-2007 06:20 AM
11-26-2007 01:11 PM
Hi,
It seems obvious that you need two VIs, one on the nxt and one for the computer...
First the one for labview, here you have to open a BT connection with the VIs given in the add-on (scan for NXT, then creat NXT object) , and in a "while loop" put a read BT VI.
Normaly, if you open the connection from the computer, the computer will be the master.
On the NXT, in the "while loop" to send to the master you need to put a "NXT_WriteMessage.VI" (in the add-on) and send the message to "connection 0" "mailbox 1", that's the master's connection.
That should work...