09-25-2014 01:06 PM
please help me......how we can control wireless spy robot having wireless camera using labview software
thankyou
09-25-2014 01:32 PM
09-25-2014 01:35 PM
@burugula wrote:
please help me......how we can control wireless spy robot having wireless camera using labview software
What robot? How are you connected to it? What command set does it have? There are way too many unknowns here to help at all. Besides, spying is rude.
09-26-2014 12:20 PM
wireless ccontrol of robot using a pc remote by using rf transmission....here pc is connected to microcontroller through serial cble for example max 232 then connected to rf transmitter through encoder.In the robot part rf receiver connected to microcontroller through decoder.microcontroller is directly connected to motor driver consists of H-bridge ckt and to the camera.....camera receiver module is connected to pc.
......this is the construction.by using kle arm controller kit software we can control the robot.
....now help me by using labview to control the motor
09-26-2014
04:26 PM
- last edited on
04-16-2025
01:30 PM
by
Content Cleaner
NI Robotics: http://sine.ni.com/nips/cds/view/p/lang/en/nid/209856
Ni Motion (Motor Control): http://www.ni.com/motion/
09-29-2014 03:10 AM
It sounds like you have the motors connected to the microcontroller so you need to implement the motion control on the microcontroller and then use LabVIEW to send serial commands to the microcontroller.
Use the VISA Write/Read functions (there are examples in the example finder) to send/receive serial data from the microcontroller.