LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to let target move from 1 point to another point using labview?

Hi, anyone knows how to write VI such that when i click on the location that i want, the target will move from point a to point B(location that i want) ?
i also need to write VI to allow me to find mine initial positon which is point a.
0 Kudos
Message 1 of 8
(3,531 Views)

What is the target?

If the target is a control use the property node: Position

 

0 Kudos
Message 2 of 8
(3,518 Views)
target is a amgio robot...any example VI or link to demo to me?
0 Kudos
Message 3 of 8
(3,497 Views)

Smiley Surprised

0 Kudos
Message 4 of 8
(3,485 Views)
Hello willy88,
 
as described in the online information the data from your robot comes over RS232. "... control information is sent in packets over a wireless or tethered RS232 serial connection to your PC ..."
To read or write something over RS232 you can use the Visa drivers from LabView.

Mike


0 Kudos
Message 5 of 8
(3,481 Views)
ya, u are right
i using RS232 serial port
Visa drivers from LabView??? any more information on it pls?
0 Kudos
Message 6 of 8
(3,477 Views)
Hi willy88,
 
there are many examples in LabView for using VISA Driver. I attache a picture where you can see one of them.
 
Mike
0 Kudos
Message 7 of 8
(3,475 Views)
Hey Willy,
 
There are also several VISA examples that ship with LabVIEW.
 
You can find them in LabVIEW by clicking Help >> Find Examples, then selecting the Hardware Input and Output folder.
 
Let me know if you have any questions!
 
Regards,
 
Kevin H
National Instruments
WSN/Wireless DAQ Product Support Engineer
0 Kudos
Message 8 of 8
(3,464 Views)