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! > CAM Software > SolidCam


SolidCam Discuss SolidCam software here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 02-15-2008, 01:23 PM
 
Join Date: Apr 2006
Location: USA
Posts: 65
skipper is on a distinguished road
What controller do I use, is FUNUC defaut?

Hi Guys,

I am using Mach3 as my Rockcliff Router control software. When I am setting up my CAM part, FANUC is I believe the defaut controller listed in SolidCAM. Is this what I should be using for Mach3?

thanks,
skipper
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 05-23-2008, 04:26 AM
 
Join Date: May 2008
Location: Australia
Posts: 25
dhenry is on a distinguished road
I created my oun mach 3 processor to suit my needs. I copied the fanuc and the edited until I was happy.

Doug Henry
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 06-02-2008, 11:46 AM
 
Join Date: Mar 2008
Location: USA
Posts: 22
Adam Hubert is on a distinguished road
As Doug mentioned modifying posts in SolidCAM is not really all that difficult. Perhaps not possible for a beginning CNC machinist but an experienced user of non-conversational G-Code style CNC should be able to do it. Keep it simple getting started. The logic in these files related to multi-axis indexial, 4/5 simultaneous, Mill-Turn, and so on can at times get incredibly complex.

In your GPPTool directory you have a bunch of files that end in either *.mac or *.gpp. For example Fadal6030.mac and Fadal6030.gpp, fanuc.mac and fanuc.gpp, Haas_3d.mac, Haas_3d.gpp, etc. These *.mac files are man readable ascii text files that can be called up in any text editor. The mac, aka as machine file, aka as pre-processor is what you choose at the very beginning after File New Milling, File File New Turn, and so on. In the dialog box at the top left it's called CNC-Controller.

The mac file tells or flavors the internal guts of SolidCAM general information about your machine, how many axes it has, do or don't you want to use sub-programs, do or don't you use cutter compensation, spindle speed maximum values, feed rate maximum values, and much more. General information about your machine and what general programming techniques you use.

You then in the processing, aka tool path creation, aka operation creation stage create all of your coordinate systems, stock model, target model, tools, tool paths, and so on. Internally SolidCAM keeps track of all that you tell it in in a file that SolidCAM calls a PJ file. Many systems years ago used to call this a CL file.

When done with all of the above, simulation looks good, and you click on generate G-code SolidCAM presents the instructions and associated values from the dialog boxes from the PJ file to the *.gpp file that has the calls and the logic to create the G-Code. You will see that the *.gpp file is also an ascii readable text file.

One this is all understood then you can begin to think about editing, tweaking, to to get output the way you like it for your machine. Most important is to understand where all the G-code comes from. Or said another way what area in the gpp creates or contains the logic that is driving the output of the code of concern (perhaps an area you need to change). Very useful to sort this out is a command called trace in the gpp file. Essentially you enter into the gpp file a command that kicks it into a diagnostic mode that outputs some extra information in your G-Code that tells you where the G-code output is coming from. Now you know where to go in the gpp file to make changes.

It will look something like the following

; GPPL variables
pre_processor = 'FANUC'
numeric_def_f = '5.3'
integer_def_f = '5.0(p)'
gcode_f = '2.0(p)'
mcode_f = '2.0(p)'
xpos_f = '5.3'
ypos_f = '5.3'
zpos_f = '5.3'
feed_f = '4.3(p)'
tool_diameter_f = '5.3/1'
blknum_f = '5.0(p)'
blknum_gen = false
blknum_exist = true
blknum = 1
blknum_delta = 1
blknum_max = 32000
trace 'all':1

trace 'all':0 will output normal G-code without any diagnostics. Replace the 0 with either 1, 2, 3, 4, or 5 for differing levels of diagnostic information.

This is all documented in the GPPTool help file but sometimes it's confusing and helps to have a bit of guidance to get started.


Originally Posted by dhenry View Post
I created my oun mach 3 processor to suit my needs. I copied the fanuc and the edited until I was happy.

Doug Henry
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 06-03-2008, 01:10 AM
 
Join Date: May 2008
Location: Australia
Posts: 25
dhenry is on a distinguished road
Smile Buiding a solidcam post processor

The mach web site says use the fanuc processor as their is no post processor for solidcam.

I did as follows:
1. Copied the two fanuc files and renamed them as mach3.
2. I then loaded them as my default processor.
3. Checked they worked.
4. Examined the G Code produced on a simple shape.
5. Loaded it into mach3 and viewed the tool path.
6. If it is full of looping circle change the general property in Mach3 to W mode to incremental.
7. Delete part of the post processor you think you do not need or change a setting. Be carful to keep several backups so you can roll back if necessary.
8. Then go back to step 4 and test.

Make small changes so you post processor evolves. That fact you do not know what the effect of your change does not matter, for if you make small changes and check you can undo them.

Doug Henry
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 02-27-2009, 05:35 PM
 
Join Date: Feb 2009
Location: Greece
Posts: 6
aquatix is on a distinguished road
Can the default Fanuc use 4 axis simulatneously with some modification?
I use the Facuc with Mach 3 and no problem . but I cannot make it work with the 4 axis
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 04-06-2009, 08:04 AM
 
Join Date: Feb 2009
Location: Greece
Posts: 6
aquatix is on a distinguished road
is there a post processor for Solidcam 4 axis ?
Tweet this Post!Share on Facebook
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
tool setter parameter on funuc 21i-T wiredude Fanuc 3 11-06-2008 11:17 PM
UHU Controller PCB or kit southernexplore Open Source Controller Boards 4 05-24-2008 03:20 AM
DeskCNC 2nd. gen controller AND HobbyCNC Pro Controller maycom DeskCNC Controller Board 1 06-02-2007 02:33 PM
Turrent Change on a Funuc oi-TB metalmansteve Fanuc 4 11-02-2006 05:17 AM
Controller or cam? Halfnutz Mach Software (ArtSoft software) 2 04-19-2005 08:21 AM




All times are GMT -5. The time now is 07:26 AM.





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