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 > EdgeCam


EdgeCam Discuss EdgeCam software here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 02-08-2011, 05:14 AM
 
Join Date: Sep 2006
Location: uk
Posts: 136
inflateable is on a distinguished road
4-axis mill post and a-axis datum setting

Hi all,

I'm setting up a 4-axis mill post processor, and I'm stuck on the datum setting bit.

I need a line at the start of the program to define my datum, which I do when I program manually, with a line like this:

G10 G90 L2 P1 X661.55 Y-403.58 Z-418.58 A-36.437 (CPL NAME)

which is fine.

However, I can't work out how to get edgecam code wizard to output the A-axis position, so I can only get:

G10 G90 L2 P1 X661.55 Y-403.58 Z-418.58 (CPL NAME)

There are no tokens for the A axis?

In my code constructor for 'set work datums' I've got this:

[DELETE][BLKNUM] G10 G90 L2[WORKREGISTER][XABSORIGIN][YABSORIGIN][ZABSORIGIN] ([CPLNAME])

and I'm assuming I need something like a [AABSORIGIN] token. But there isn't one? How do I define the A axis position?

Hope someone can help!

J
Reply With Quote

  #2   Ban this user!
Old 02-08-2011, 08:35 AM
 
Join Date: Mar 2007
Location: USA
Posts: 35
jtreanor is on a distinguished road

Hi J,
The token you want for rotary A is [PRIMARY ROT]
If you don't see the token - the post is not set up with a 4th axis.
Reply With Quote

  #3   Ban this user!
Old 02-08-2011, 08:50 AM
 
Join Date: Sep 2006
Location: uk
Posts: 136
inflateable is on a distinguished road
hmm....

I have a 'multi-axis (rotary)' heading in my post, so I assume I've a 4th axis post.

I have no [primary rot] token at all under 'set work datums', but I do have it available in other parts of the code generator. I can index the table for example. A bit odd.

Assuming this is a 3-axis post, how do I add a 4th axis to it?
Let me guess - 'you can't?' :-)
Reply With Quote

  #4   Ban this user!
Old 02-08-2011, 09:31 AM
 
Join Date: Mar 2007
Location: USA
Posts: 35
jtreanor is on a distinguished road

Hi,
Is this an OLD post you're working with,
Look under Constructors - Miscellaneous
Is there a "Customization Whiteboard"
If NOT - you should start from scratch with a "adaptive" template.

How to get output when the TOKEN is not available
all tokens have an internal system variable
put the value of the system variable you want
into a user variable - then output the [USER] token
#ROT1 will return a number without the A prefix
you may have to format the USER-4 token for decimal places etc.

;CODE:#USER4=#ROT1

[DELETE][BLKNUM] A[USER-4]
Reply With Quote

  #5   Ban this user!
Old 02-08-2011, 11:56 AM
 
Join Date: Jun 2010
Location: Sweden
Age: 38
Posts: 54
tummen is on a distinguished road

I'm using an adaptive 4axis post for heidenhain and there i get the cpl setup in one place, but the A angle is not part of the setup, i get the A output under "first rotary axis" tab where the mashine codes are output for doing the actual move.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 02-08-2011, 04:08 PM
 
Join Date: Mar 2007
Location: USA
Posts: 35
jtreanor is on a distinguished road

The heidenhain template is a different animal altogether.
Reply With Quote

  #7   Ban this user!
Old 02-09-2011, 02:35 AM
 
Join Date: Sep 2006
Location: uk
Posts: 136
inflateable is on a distinguished road

ah ha, mr treanor thankyou very much, the ;code method worked a treat!
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
Millpwr 2 axis mill mastercam post? pontiacg5 Post Processor Files 1 09-12-2010 04:00 PM
Need Help!- y axis datum/origin loss on bridgeport interact 1 mk2 cnc mill with a TNC 151 control leoncurt Bridgeport and Hardinge Mills 6 05-27-2008 08:55 AM
Need Mastercam post for Bridgeport EZTrak DX 2 axis mill Mal@AMTS Post Processor Files 2 06-09-2007 01:26 AM
Need Post for Haas 3-axis Mill GisMo FeatureCAM CAD/CAM 2 09-20-2006 04:26 PM
Need 3-axis CNC vertical mill recommendations <$10k (Long post) PCS74 General Metal Working Machines 9 03-08-2006 12:38 AM




All times are GMT -5. The time now is 01:32 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 354 355 356 357 358 359 360 361