06-27-2011 04:39 PM
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
10-24-2011 07:44 AM
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.
10-25-2011 06:06 PM
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.
09-25-2012 08:05 PM
10-07-2012 02:34 PM
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..
10-08-2012 10:07 AM
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
10-09-2012 04:00 PM
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..
10-10-2012 02:36 PM
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
10-10-2012 03:09 PM
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
11-06-2014 09:27 PM
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