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


Dynapath Discuss Dynapath conrol software here!


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 09-24-2011, 07:16 PM
 
Join Date: May 2010
Location: United States
Posts: 117
wildwhl is on a distinguished road
Dynapath 20 Basic Programming question

Hello all. Made some progress today with the Tree VMC. Had some fun, and manually made some chips. Decided to give a go with conversational programming and ran into a ditch, of sorts.

I can program tool, fixture, spindle, etc. - however - I cannot seem to select an event. What am I missing?

For example, N0002 and I want to (0) position, or (1) linear mill and so forth - how is the (event) entered? I assumed I would simply hit next event, then (0) for position - then load coordinates - but I can't seem to have it accept anything other than M codes at this point. What am I missing?

An example would be quite helpful.

Thanks,

Bill
Reply With Quote

  #2   Ban this user!
Old 09-26-2011, 06:21 AM
 
Join Date: Jan 2009
Location: USA
Posts: 22
gwiz is on a distinguished road

You must use the "EVENT TYPE" key. After you press the next event press the EVENT TYPE key to select the event you wish to program.

Good day

Gwiz
Reply With Quote

  #3   Ban this user!
Old 09-26-2011, 09:06 AM
 
Join Date: May 2010
Location: United States
Posts: 117
wildwhl is on a distinguished road

Thanks gwiz - however - I'm still stumped. When I click event type it brings up another set of options: cavity mill, EIA, (forget what's next), setup, and text.

I can enter text just fine - press T and enter text. To the left of those options are options 0-9 - and this is where arc mill, linear mill, etc. are. I can't seem to select those.

So do I:

1:Next event
2:Event Type
3:Cavity Mill? EIA? (which event type to I use to select arc, linear, etc)
4:Then press the number that corresponds with the event I'm after?

I've read the darn manual backwards and forward and I know I'm just overlooking it...

Bill
Reply With Quote

  #4   Ban this user!
Old 09-26-2011, 09:24 AM
 
Join Date: Jan 2009
Location: USA
Posts: 22
gwiz is on a distinguished road

Well, you should be able to press "EVENT TYPE" then select 0-9 or C, E,M,P, R,S,or T. These are all event types. Once selected it should bring up the corresponding screen listing the data location that can be filled in for that event.

Other than that maybe I am missing part of your question. You can also check by using your text event to make sure the 0-9 keys are working.
Reply With Quote

  #5   Ban this user!
Old 09-26-2011, 12:14 PM
 
Join Date: May 2010
Location: United States
Posts: 117
wildwhl is on a distinguished road

Somedays I think I'm losing my mind. I could swear I've done the exact sequence above dozens of times and never made it to the input parameters step. Booted the mill and tried it just now - shazam - it works.

Thanks gain cnc'ers.

WW
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 09-26-2011, 12:20 PM
 
Join Date: Jan 2009
Location: USA
Posts: 22
gwiz is on a distinguished road

happy cutting
Reply With Quote

  #7   Ban this user!
Old 10-25-2011, 12:55 AM
 
Join Date: Feb 2011
Location: USA
Posts: 7
rbickle is on a distinguished road

Gentlemen,

I have a Tree Journeyman 325 mill with the Dynapath Delta 20 controller. I've had the darn thing for almost a year now and am still trying to get it in service. The trouble is getting the CAM software with the appropriate post processor to work with the mill. I have several CNC machines using Mach3, but this one is very different.

What CAM software / post processors are you all using?

Thanks,
Rick
Reply With Quote

  #8   Ban this user!
Old 10-25-2011, 02:38 AM
 
Join Date: Jul 2010
Location: USA
Posts: 32
T0DD is on a distinguished road

Greetings Rick-
A slightly altered fanuc post will work (though there are a few stupid things).
For arc center the vector is absolute arc center.
Since the editor in the control is event driven, you cannot have two "G" commands in one line.
For example, if you rapid Z to position and the call G1 G41 X1.0, that would be incorrect. Not a problem because you probably would have had the Z move as a feed move anyway, just want to point that out.
As far as sequence numbers go, I increment by 1. If I have to insert a line at the control after N10, you could type N10.1
Hope this helps!

I'm using Unigraphics NX4, by the way.

Todd
Reply With Quote

  #9   Ban this user!
Old 10-25-2011, 07:49 PM
 
Join Date: Feb 2011
Location: USA
Posts: 7
rbickle is on a distinguished road
Tree 325 with Dynapath Delta 20

Todd,

Thanks for the info.

I've made it my priority this week to get the darn thing cutting something...

I'm slowly figuring out the quirks of this controller - like no spaces whatsoever are allowed in the code.

I'm running a test program and am getting an error on line 26.
The error is Format Error 133, but I don't see what the problem is, can you help me out? Here is the first part of the code.

(TSB2)$
N0016(9)M06T1$
N0018(0)G0Z0.1575$
N0020(9)M03S6000$
N0022(0)X0.0Y-0.1181$
N0024(0)Z0.0197$
N0026(1)Z-0.167F5.906$
N0028(2)D0X-0.1181Y0.0Z-0.1673I0.0J0.0F5.9055$
N0030(1)Y0.8661Z-0.167F5.906$

Also, I have another question. Am I correct in assuming that when no tool Tx has been selected and no fixure Ex has been selected, that the machine will move position relative to the 0 point set by MODE, 0, 9? I have some programs that seem to move in absolute coordinates instead of moving relative to this point.

Thanks,
Rick
Reply With Quote

  #10   Ban this user!
Old 10-26-2011, 12:19 AM
 
Join Date: Jul 2010
Location: USA
Posts: 32
T0DD is on a distinguished road

Greetings Rick-
Looks like the problem is on line 28 (D0).
Lets cut a 2.000 X 3.000 block with a .250 radius on each corner using a 3/8" EM.
X0Y0 is C/L of block, Z0 is top of block
3.000 is along X axis, 2.000 is along Y axis.

---------
(BLOCK)
N1(T)10-26-2011$
N2(T)1:10AM$
N3(T).375-EM$
N4T1M06
N5S690M03
N7(T)MILL-PERIMETER$
N8G00X0.0Y-1.2875
N9Z1.
N10Z.1
N11G01Z-.6F50.
N12G41Y-1.1875F2.8
N13X-1.25
N14G17
N15G02X-1.6875Y-.75I-1.25J-.75
N16G01Y.75
N17G02X-1.25Y1.1875I-1.25J.75
N18G01X1.25
N19G02X1.6875Y.75I1.25J.75
N20G01Y-.75
N21G02X1.25Y-1.1875I1.25J-.75
N22G01X0.0
N23G40Y-1.2875
N24G00Z1.
N25M30
E
------------
As far as fixture offsets, I've never used them. I do as you say and zero XY with "MODE,0,9". I've also not used the Z offset either yet, I just touch-off the tool and zero Z axis. I do use tool offset for cutter comp.

Let me know!
Todd

Last edited by T0DD; 10-26-2011 at 08:47 AM.
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 10-26-2011, 06:55 PM
 
Join Date: Feb 2011
Location: USA
Posts: 7
rbickle is on a distinguished road
J325

Todd,

OK, great. Thanks for the info.

Not sure why the CAM program was setting the tool diameter to 0 here.
This brings up another point though. Cuter compensation.

On my other routers using Mach3, the cutter compensation is controlled by the CAM software. The Delta 20 however, keeps a table of tool lengths and diameters internally and can compensate also.

Do you typically program the tool parameters into the Delta 20 and generate G code with C1 and C2 parameters, or leave the Delta 20 tool diameters at 0 and have the CAM software calculate the offset?


Thanks,
Rick
Reply With Quote

  #12   Ban this user!
Old 10-26-2011, 08:17 PM
 
Join Date: Feb 2011
Location: USA
Posts: 7
rbickle is on a distinguished road
J325

Todd,

Another question: Upon studying your G code example, I see that you are using the EIA instead of the conversational format. What are the advantages / disadvantages of using each?

Thus far, I have spent my time studying the conversational mode.

Thanks,
Rick
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
Newbie- Help with basic programming. RySNow DIY-CNC Router Table Machines 22 02-10-2010 11:20 AM
Dynapath Delta 20 Programming Manual BugEyedValiant Tree 1 01-24-2009 05:57 AM
Some basic mach 3 programming help! sconklin Employment Opportunity 7 11-21-2007 06:13 PM
Help! need some basic programming help. sconklin General CNC (Mill and Lathe) Control Software (NC) 23 08-04-2007 02:19 AM
Basic programming for machinists tr4252 G-Code Programing 12 06-07-2006 02:09 PM




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