From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

mobile robot

Hi everyone

i'm new to labview and i am trying to design a robot in Labview.my LabVIEW is the student edition one and does not have any added toolkits.Is it possible to design the robot only with the LabVIEW i have? and if it is,how can one go about doing this?

 

 

0 Kudos
Message 1 of 7
(3,480 Views)

Hi syms,

 

LabVIEW is a programming language, not a "design software"...

 

Maybe this will be of more interest to you?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 7
(3,465 Views)

You can use LabVIEW to control the robot, but I dont know if you can design a robot.

Do you already have the robot? And all the hardware you are going to use to communicate?

If so, could you please provide that information.

Cory K
0 Kudos
Message 3 of 7
(3,448 Views)

Well, right now i am trying to create the robot in just LabVIEW without any hardware.It is more of a virtual robot

 

 

0 Kudos
Message 4 of 7
(3,397 Views)

What kind of functionality are you looking at implementing in the virtual robot? (basic forwards, backwards, turns?)

How do you want to control the virtual robot? (dials? text commands?)

 

If you want something that just shows the position of a robot that can move forwards/backwards, and left/right (for turning) you could connect dials up for the controls (velocity, and turn angle) then use fairly basic maths (and feedback nodes) to work out where it will be on the next iteration based on its current position velocity and turn angle.

The output of this (X,Y position) could then be plotted to see where it is in 2D.

 

There are many other ways to do it, which are likely to be more efficient, but it's a start.

 

If you let us know more about what you want the virtual robot to do we could help a bit more.

0 Kudos
Message 5 of 7
(3,359 Views)

Syms

 

Be sure to check out the Robotics Portal, here you can find info on how LabVIEW and NI equipment are used for various type of robotic aplications. (this video is a great intro)

0 Kudos
Message 6 of 7
(3,230 Views)

syms,

 

Perhaps you are looking for something like the picture control example robot.vi.  You can find it by find examples and searching for robots or just going straight to:

 

([LabVIEW]\examples\picture\robot.llb\robot.vi). 

 

This is a picture control example that shows you how to draw and control a robot arm with 3 joints and a claw.  It is pretty 2-D but could be something to use to start.

 

Hope that this helps,

 

0 Kudos
Message 7 of 7
(3,221 Views)