LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a robot roam and simultaneously display its coordinate using other vi

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.

0 Kudos
Message 1 of 2
(2,239 Views)

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?

-------
Mark Ramsdale
-------
0 Kudos
Message 2 of 2
(2,231 Views)