Welcome, Guest. Please login or register.
Did you miss your activation email?
February 08, 2012, 10:52:38 AM
Home Help Login Register
News: Any Problems or Experience with Industrial Robots ?
Register and place your Question / Answer to worldwide Robotexperts right here !

+  Robotforum | Support for Robotprogrammer and Users
|-+  Industrial Robot Help and Discussion Center
| |-+  KUKA Robot Forum (Moderators: Werner Hampel, Martin H, SkyeFire)
| | |-+  Newbie question plots
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Newbie question plots  (Read 523 times)
nagmeshkumar
Newbie
*
Offline Offline

Posts: 16


« on: February 11, 2010, 12:14:02 AM »

Can I plot or get the end effector coordinates(x,y,z) velocities and accelerations versus time?
Also is there any way that I can record motion (x,y,z and respective velocities) during force torque execution??

Any suggestions..? kopfkratz
Logged
SkyeFire
Global Moderator
*****
Offline Offline

Posts: 1625


« Reply #1 on: February 11, 2010, 03:18:58 PM »

You're using kuka Force-Torque?  That means you have RSI installed -- in the D: drive, under the RSI directory (you'll have to dig for it), there should be a small .exe file called RSIMon.  This program will monitor data streams sent from the robot and log them in real time.  It's a poor program for looking at the data, but it will also output the data to a CSV-style text file that can be loaded into Excel.

Sending the data streams to the RSIMon will require some work.  You'll need to read the PDFs in the /RSI/DOC directory, and create an ST_MON object and link certain system variables to it.  When you get this right, the ST_MON object will stream realtime data (every 12ms) to the remote PC running RSIMon, where you can save and analyze it.

Logged
nagmeshkumar
Newbie
*
Offline Offline

Posts: 16


« Reply #2 on: February 11, 2010, 05:41:14 PM »

Firstly Thank you for the reply.

I am using FT RSI but I can view only forces and torques. The coordinates and velocities are not visible.In the program I use FTCrtlMonitorOn/Off to see the FT values from the desired point of interest. Is there any special command for viewing coordinates and velocities?
Logged
SkyeFire
Global Moderator
*****
Offline Offline

Posts: 1625


« Reply #3 on: February 12, 2010, 04:24:58 PM »

Well, the ForceTorque Monitor object is simply a predefined implementation of the regular ST_MONITOR object.  So, you have two options:  tamper with the setup of the standard FTCtrlHMon object (not recommended), or stop using the regular FTCtrlHMon object in favor of a self-constructed ST_MONITOR object that includes the same data channels that FTCtrlHMon does, as well as the additional data channels you desire.  ST_MONITOR limits out at around 24 separate channels, IIRC, so you shouldn't have much trouble.  You can reverse-engineer the FTCtrlHMon object by looking through rsiftctrl.src and rsilib.src.  
Logged
SkyeFire
Global Moderator
*****
Offline Offline

Posts: 1625


« Reply #4 on: March 03, 2010, 04:21:30 PM »

Ever have one of those days where you give someone advice that's not, well, bad, but isn't as good as it could be, because you just weren't thinking very well that day?  Well, that post above this one is a perfect example.

Creating a new ST_MON object isn't necessary.  It also isn't necessary to tamper with the creation of the FTCtrlHMon object.  It should (I can't guarantee it, as I've not tried it myself) be possible to simply use ST_NEWLINK to add your own inputs to the FTCtrlHMon object.  You could also probably use ST_DELLINK to clear space, or ST_CHANGELINK to simply change connections on the Monitor object to your own signals, but that's a bit more complex.  You definitely want to do this during your initialization phase, before you engage your ST_ON command.

Logged
Pages: [1] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!