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! > Machine Controllers Software and Solutions > Post Processor Files


Post Processor Files Discuss post processor files here!


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 01-19-2007, 10:12 PM
 
Join Date: Aug 2006
Location: Malaysia
Age: 31
Posts: 1
ejatt is on a distinguished road
How to generate APT CL file using Mastercam? HELP!!!

Hi everybody,

at last, my 1st post ever!

I have a problem, in order to create a post processor for 5 axis machine, the machine maker ask me to create a CL file which is in APT format, i'm using mastercam 9.1 and i can't find a way to create a CL file.

Does anybody know how to create a CL file using mastercam?

what is exactly a CL file? thanks a lot, i'm still a newbie...
Reply With Quote

  #2   Ban this user!
Old 04-04-2011, 11:13 PM
 
Join Date: Oct 2008
Location: USA
Posts: 17
NCDataServices is on a distinguished road
CLfile

ejatt,

I can provide you a FREE MasterCAM to CLFILE converter. I may also be able to provide you with a FREE configurable 3-axis AZpost postprocessor. NCData Services also provides 2,3,4,5,6,etc axis postprocessor services for
most CAD/CAM systems including MasterCAM.
=========================================================

A CLFILE is a ANSI standard generic output file for tool (cutter) path information that is required by most postprocessors. There are 3 formats for the CLDATA that is contained in the CLFILE.

1. Binary Cutter Location (BCL) - this is the old school traditional format containing computer dependent numbers (both integer & real) and characters. This file was unreadable to any text editors. Was only readable by an APT postprocessor that supported BCL.

2. ASCII Cutter Location (ACL) - This file is structured the same as the BCL but is readable by text editors (all the integers & numbers are in text form). This format is rarely used because words were still ASCII coded integers.

3. Source Cutter Location (SCL) - This file is based on the APT programming language, but most all computations are resolved, there is only the resolved cutter path (no geomery) and machine tool control syntax like COOLNT, SPINDL, etc. This is the file and format that the machine maker is refering to and is basically the only one of these three used with CAD/CAM systems today.

The MasterCAM generic output file has a .NCI file extension and contains ASCII text that is readable by a text editor (don't use a word processor) in the dos text format (no fonts!), but you will not be able to easily read this file format because it is similar to the ASL file in that most of the syntax is in a coded integer form and is documented in "MasterCAM Book for Windows" ISBN 1-886552-01-0 Chapter 21.

Sample NCI file:

20004
1 3 1 0 0.125 0. 0. 180. 41 1 2. 0. 0. 1200 2 4
20005
0 0. 0. 0. 0. 0. 0. 0. 0.
20007
0. 0. 0. 0. 0. 0. 0. 0 0. 0. 0
1001
0 100 2 1 41 1 0 1200 2. 2 0.236 3.996 0.1 0. 0. 0. 0 0.
81
1 0.236 3.996 -0.5 0. 2. 0.1 0.05 0.04 0.04 0.1 0.1 0. 0. 0. 0.
100
0 0.236 2.526 -0.5 0.1 0.
100
0 0.236 2.41 -0.5 0.1 0.

Sample APT SCL file:

PARTNO 012 THIS IS A TEST
MACHIN/ VMC4X ,FADAL4,UNITS,INCHES,OUT,INCHES
SEQNO/ 100.,INCR, 2.
FROM/ .00000, .00000, .00000
LOAD/ TOOL, 1.,LENGTH, .0000,ADJUST, 1.
SPINDL/ RPM, 1200.
RAPID
GOTO / .23600, 3.99600, .10000
COOLNT/ ON
CYCLE/ DEEP ,DEPTH, .5000,CLEAR, .1000,IPM, 2.0000,STEP, .0500
GOTO / .23600, 3.99600, .00000
GOTO / .23600, 2.52600, .00000
GOTO / .23600, 2.41000, .00000
CYCLE/ OFF
LOAD/ TOOL, 2.,LENGTH, .0000,ADJUST, 2.
SPINDL/ RPM, 1200.
RAPID
GOTO / 6.10400, 3.01200, .10000
COOLNT/ ON
RAPID
GOTO / 6.10400, 3.01200, .10000
GOTO / 6.10400, 3.01200, -.25000
FEDRAT/ IPM, 5.000
GOTO / 6.10400, 3.20900, -.25000
GOTO / 2.36300, 3.20900, -.25000
GOTO / 2.36300, 3.01200, -.25000
GOTO / 6.10400, 3.01200, -.25000

If you will send me your information including your e-mail address I will send
you a FREE program that will convert MasterCAM NCI files to APT SCL files.

I can also provide you with a FREE configurable 3-axis AZpost postprocessor if you quality. I also provide AZpost postprocessors most machine tools and CNC makes & models unlimited 3,4,5,6..... axis including multiaxis rotary.

See the NCData Services web site at NCData, NC Data, NCData Services, NC Data Services, NC postprocessor services, CNC Software or email me at ncdata@frontiernet.net

Best regards,
Larry

Larry J Jones - Consultant Mfg Engineer
NCData Services - Manufacturing Solutions
NCData@Frontiernet.net
NCData, NC Data, NCData Services, NC Data Services, NC postprocessor services, CNC Software
Office Phone: (928)532-8045
Mobile Phone: (928)242-8389
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do i get my autocad file onto mastercam? EdE General CAM Discussion 3 02-22-2011 11:54 PM
Is there a DFX; DWG file converter for Mastercam 9.1? Shotout Mastercam 11 10-15-2006 10:32 AM
Converting PDF file to Mastercam 9.1 chop5280 Mastercam 1 05-03-2006 04:50 PM
Link a Mastercam File to Excel stampman Mastercam 3 03-07-2005 04:16 PM
Best way to generate code? jderou BobCad-Cam 0 09-29-2004 08:37 AM




All times are GMT -5. The time now is 10:48 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