LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to simulate one joint robotic arm

Solved!
Go to solution

Hi, i found what is wrong with this, when you open this program in the left side of the screen in the joint positions you must replace the shaded 0 for another value, then run and problem solved, hope you find this helpful 

0 Kudos
Message 11 of 20
(2,421 Views)

i have to do a final year project on programming a 3 axis robot using labview..my robot use a pneumatic actuators..however, i have no idea on how to do this project because this is the first time i'm dealing with this labview..i hope u can help by giving some example on how to make a program for this robot..i also attach a summary about my project. 

0 Kudos
Message 12 of 20
(2,363 Views)

Hello,

 

When you say this is your first time dealing with LabVIEW, are you referring to using LabVIEW Robotics Module or LabVIEW in general? As far as controlling/programming the robot, do you know what hardware you will be using? Also what version of LabVIEW will you be running? 

 

 

 

Here is some info on getting started using LabVIEW Robotics

http://zone.ni.com/devzone/cda/epd/p/id/6491

 

if you are new to LabVIEW, this is an example with some intro to LabVIEW from the First Robotics 2010

https://decibel.ni.com/content/docs/DOC-13187

 

Hope this helps.

BeauH
Applications Engineer
National Instruments
0 Kudos
Message 13 of 20
(2,339 Views)
Hey I need to simulate a robotic arm that rotates 90 deg clockwise n counter clockwise during alternate iterations in a loop. Can anyone show the vi of this problem please?
0 Kudos
Message 14 of 20
(2,224 Views)

hello..

i am working on 3DOF articulated robotic arm.i have evaluated joint angles through inverse kinematics..i have to make GUI on labview..i have never worked on labview..kindly help me how to interface my robotic arm with labview..

0 Kudos
Message 15 of 20
(2,200 Views)

Hi Khushi123,

 

How are you communicating with the robotic arm? Also, are you using the LabVIEW Robotics Module or just LabVIEW in general. Below are a few links reposted from Beau earlier in this forum.

 

Here is some info on getting started using LabVIEW Robotics

http://zone.ni.com/devzone/cda/epd/p/id/6491

 

if you are new to LabVIEW, this is an example with some intro to LabVIEW from the First Robotics 2010

https://decibel.ni.com/content/docs/DOC-13187

Patrick H | National Instruments | Software Engineer
0 Kudos
Message 16 of 20
(2,183 Views)

i have not used LABVIEW before.i dun knw about the modules present in that .i need to calculate the joint angles through labview.please guide me where to start from??..help me with some examples..

0 Kudos
Message 17 of 20
(2,175 Views)

Hi Khushi123,

 

I have found two additional example pages that explain how to do that calculations you desire if you are using the LabVIEW Robotics Module. If you are familiar with Arduino it is also possible to interface with the LabVIEW Arduino Toolkit. Without more information about the robotic arm it is hard to find a example tailored to you. If you could please provide a link some literature on the robotic arm so I can understand what you are working with.

 

Robotics Module Examples: 

http://www.ni.com/white-paper/10687/en

https://decibel.ni.com/content/docs/DOC-24450

 

Arduino Module SetUp:

https://decibel.ni.com/content/docs/DOC-15971

https://decibel.ni.com/content/docs/DOC-16068

 

 

 

Patrick H | National Instruments | Software Engineer
0 Kudos
Message 18 of 20
(2,153 Views)

Also, since you are unfamiliar with LabVIEW and the Robotics Module in particular I wanted to provide a link that will provide an overview of the product. Furthermore, I provided a link to where you can download and evaluate the robotics toolkit within LabVIEW.

 

Robotics Module Overview: http://sine.ni.com/nips/cds/view/p/lang/en/nid/208169

 

Robotics Module Download: https://lumen.ni.com/nicif/us/EVALLVROBOTICS/content.xhtml

Patrick H | National Instruments | Software Engineer
0 Kudos
Message 19 of 20
(2,147 Views)

Hello Andy,

 

I have an issue to your code and want to check with you.

As you know the robotic arm is made by number of motors, and for each motor has a different direction, I mean that motors can set in straight(vertical), or horizontal and also we need to consider the lenght, altitude for each motors, after this we can build a right forward kinematics or inverse kinematics.

 

So can I know how to set above parameters in your code, where I can set this?

Thank you for help.

 

 

B.R

Ivan

0 Kudos
Message 20 of 20
(1,736 Views)