CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > OpenSource CNC Design Center > OpenSource Software


OpenSource Software For the Discussion of Opensource CAD/CAM and NC shareware software etc)


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 07-23-2006, 11:21 PM
Death Adder's Avatar  
Join Date: Jul 2005
Location: USA
Age: 31
Posts: 180
Death Adder is on a distinguished road
Fanuc Robot CAM program

I don't know if anyone would be interested but I just completed (well it works anyway) a G-Code to Fanuc Teach Pendant Program converter. It basically does exactly what it sounds like. You input a gcode program (currently only for flat cutting AKA using your 6 axis robot as a flatbed blank cutter) and the program spits out a TP program that can be directly compiled and run on the robot. This is a different sort of CNC program but still CAM nonetheless. It supports all sort of goodies like static offsets, position register offsets, different tools and work frames, and setting the head orientation. Graphical viewing of the path is there too. Currently I'm a little iffy on whether the arc correction is working right... What I mean by that is - Fanuc robots follow arcs based on start, end, and a third point that lies on the curve. GCode has a start, end, and arc centerpoint. You need to calculate the third point for the robot for each curve. It seems to work but some cases get improperly figured and I'm not sure if it's surfcam's fault or mine... Might be a tough thing because when I ran these sort of paths out of surfcam to my old gantry flatbed cutter it would screw up the arc corners sometimes too. I think it has to do with having very small radii on corners. The flatbed controller messed up the same way my software is doing. ;(

Is there any interest in a program that can generate Fanuc robot programs? I might even write a compiler to turn the ascii output into binary TP programs if anyone has a need for that (like, say, if you can't get your hands on the maketp program from Fanuc.)
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 09-13-2006, 05:43 PM
 
Join Date: Sep 2006
Location: usa
Posts: 1
dig_dirt is on a distinguished road
yes I would love to see what you have. The problem with your cuve end may be in the motion control setting in the sysvars file of the robot. The program I would like to see is the one that turns 2d g code patterns into tp programs
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 10-29-2006, 10:11 PM
Death Adder's Avatar  
Join Date: Jul 2005
Location: USA
Age: 31
Posts: 180
Death Adder is on a distinguished road
Originally Posted by dig_dirt View Post
yes I would love to see what you have. The problem with your cuve end may be in the motion control setting in the sysvars file of the robot. The program I would like to see is the one that turns 2d g code patterns into tp programs
Well, since I wrote that I fixed the arc problems. But now I'm rewriting it in C# (.NET2005). It sort of works but there are some weird problems. I don't use the SysVars file right now. I'm not sure if I'd need to. So long as it outputs 2D paths with the head axes locked things should be OK. I've used it like that on my setup.

Anyway, someday hopefully there will be something useable. I hope to fix up the C# version and get OpenGL visualization of paths working fairly soon.
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 01-30-2007, 01:51 AM
 
Join Date: Jul 2006
Location: Belgium
Posts: 3
ikke is on a distinguished road
Is there any interest in a program that can generate Fanuc robot programs? I might even write a compiler to turn the ascii output into binary TP programs if anyone has a need for that (like, say, if you can't get your hands on the maketp program from Fanuc.)
Here's some interest...
After 10 years of programming CNC machines I've been asked to program our Fanuc Robots (P-145 + R-J3) but I'm unable to do this off-line on my PC.
The only method we're using today is with the teach pendant.
Maybe you can explain how to convert the binary files to ASCII so I could try to make a conversion program in Visual Basic...
I'm also interested in the development of the G-code to TP program.
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 02-04-2007, 05:59 PM
Death Adder's Avatar  
Join Date: Jul 2005
Location: USA
Age: 31
Posts: 180
Death Adder is on a distinguished road
The robot's control software is capable of converting a binary robot file into an ascii file. You use the teach pendant to go into the program selection screen and move over to SAVE. It will send the ascii file to a connected PC through the serial port. That's with an RJ1 robot. You might be able to hook it up via ethernet with an RJ3 but I've no experience with anything other than an RJ1.

The correct software to interface a PC with the robot hopefully came with your robot or you purchased it seperately... Otherwise there's trouble. I do indeed have a GCode -> TP program but it still needs the maketp utility from Fanuc to convert the resulting ascii file (which is in the same format that the robot will send to a PC) into a binary TP file. Unfortunately there is no free or open source alternative to maketp. You really have to get it from Fanuc or find someone who will be willing to send it to you.

I use maketp to compile my programs and then use KFloppy to make a connected PC appear to be a fanuc floppy drive to the robot. This allows for sending and receiving programs. Without KFloppy and MakeTP you will be severely limited in what you can do.

I'm going to try to clean up my C# version of the GCode to TP program and upload it somewhere. Hopefully, even though I haven't had much time to commit to this, it will help someone else. And maybe, if I'm lucky, somebody will help fix it up and send the changes to me. ;-)
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 03-12-2007, 01:17 PM
 
Join Date: Mar 2007
Location: Poland
Posts: 2
Daresh is on a distinguished road
I would also like to see Your work

I'm searching for alternative ways to control a robot, basing on CAD models and I need some kind of software to convert.

I presume there is no such software from FANUC...
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 03-12-2007, 01:42 PM
Death Adder's Avatar  
Join Date: Jul 2005
Location: USA
Age: 31
Posts: 180
Death Adder is on a distinguished road
Sure fanuc has software to do things like that. And it's only something like 15000 dollars. It's steal I tell you! ;-)

I'll try it get that program out soon.

Originally Posted by Daresh View Post
I would also like to see Your work

I'm searching for alternative ways to control a robot, basing on CAD models and I need some kind of software to convert.

I presume there is no such software from FANUC...
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 03-12-2007, 02:13 PM
 
Join Date: Mar 2007
Location: Poland
Posts: 2
Daresh is on a distinguished road
Thank's a lot!

Originally Posted by Death Adder View Post
I'll try it get that program out soon.
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 03-29-2007, 08:36 AM
 
Join Date: Mar 2007
Location: USA
Posts: 1
roboticguru is on a distinguished road
Sweet!

I would also like to see this. I was considering writing something like this last night. I've been using the Fanuc software to create paths. It is very tedious and time consuming to use. This could be the answer
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 04-01-2007, 07:19 PM
Death Adder's Avatar  
Join Date: Jul 2005
Location: USA
Age: 31
Posts: 180
Death Adder is on a distinguished road
Originally Posted by roboticguru View Post
I would also like to see this. I was considering writing something like this last night. I've been using the Fanuc software to create paths. It is very tedious and time consuming to use. This could be the answer
Yeah, sorry for being such a jerk and not uploading it for FOREVER. But I did finally do it! It's currently being moderated (so someone has got to approve it) but it's in the downloads area in the open source catagory. Hopefully it'll be of use to some of you.
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 04-06-2007, 10:14 PM
Death Adder's Avatar  
Join Date: Jul 2005
Location: USA
Age: 31
Posts: 180
Death Adder is on a distinguished road
Seems like that file never saw the light of day in the downloads section... Bum deal! I'm attaching it to this post instead.
Attached Files
File Type: zip RobotTrans.zip‎ (64.9 KB, 526 views)
Tweet this Post!Share on Facebook
Reply With Quote

  #12   Ban this user!
Old 04-07-2007, 02:23 AM
 
Join Date: Mar 2007
Location: Thai Land
Posts: 17
kiethnt is on a distinguished road
question

Dear Death Adder,
I have just read you program Robot Translator, it's very interested for me because now I'm doing a small project, in which I would like to convert G_code of CNC machine to robot program for KUKA robor (not Fanuc). A big problem here is I 'm not familarly with VB, i just do with VC++, so I would like ask you that if ou have the source code written by VC++ please give me, or show me how to do it. any way I want to say thank very much for your post.
Tweet this Post!Share on Facebook
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -5. The time now is 11:22 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353