08-16-2012 12:35 PM
Hi i am using Cricket to find the coordinates of moving robot as my receiver is attached to the robot.I made a vi which can extract the exact coordinates using my CRICKET sensor data.How to move a robot and simultaneously display its coordinates.In turn moving the robot usin roaming Vi as well as same time my VI display its coordinate.
08-16-2012 01:32 PM
Hi,
Is this an NXT robot and are you deploying your code on the robot? Are you running the robot from a VI on you PC using blue tooth, etc... ?
If you are running both VI's in LabVIEW you can use parallel loops. If they have to communicate with each other, then you have to decide which approach to use with parallel loop communication. Like simple variables or more complex choices like queue, etc...
Can you provide more information about your system and version of LabVIEW?