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 07-20-2010, 08:03 AM
 
Join Date: Jul 2010
Location: U.S.A
Posts: 8
muxster is on a distinguished road
tool length compensation H registers help

tool length compensation usage on dynapath delta 40 there is H registers how to use them in program? when i put the H01 H1 say in line 10 i get 133 format alarm, i want it to use it before line 12 any idea what is wrong. anyone have sample program using tool offsets and manual tool changes.
the program i have runs complete just trouble using tool length compensation.
thanks marc

dynapath
%
N0010(9)T1M04$
N0011E1X0Y0$
N0012(0)Z.1$
N0013(0)X-.3009Y.2083$
N0014(0)Z.025$
N0015(1)Z-.075F35.$
N0016(2)P0D1X-.187Y.1348I-.187J.2598$
N0017(2)D1X-.1825Y.1349I-.187J.2598$
N0018(2)D0X-.175Y.135I-.175J-.075$
N0019(1)X-.075F60.$
N0020(2)D0X.135Y-.075I-.075J-.075$
N0021(1)Y-.95$
N0022(2)D0X-.075Y-1.16I-.075J-.95$
N0023(1)X-.1761$
N0024(2)D0X-.3852Y-.9691I-.1761J-.95$
N0025(2)D1X-.45Y-.91I-.45J-.975$
N0026(1)X-1.8$
N0027(2)D1X-1.8647Y-.9691I-1.8J-.975$
N0028(2)D0X-2.0739Y-1.1601I-2.0739J-.95$

%
N.001O100 (FADAL)
N.002G70G90T10M06
N.003S6000M03
N.004G00X-.3009Y.2083
N.005Z1.H10M08
N.006Z.1
N.007Z.025
N.008G01Z-.075F35.
N.009G17G03X-.1825Y.1349I.1139J.0515
N.010G02X-.175Y.135I.0075J-.2099
N.011G01X-.075F60.
N.012G02X.135Y-.075I0.J-.21
N.013G01Y-.95
N.014G02X-.075Y-1.16I-.21J0.
N.015G01X-.1761
N.016G02X-.3852Y-.9691I0.J.21
N.017G03X-.45Y-.91I-.0648J-.0059
Reply With Quote

  #2   Ban this user!
Old 07-20-2010, 08:49 AM
 
Join Date: Oct 2006
Location: United States
Posts: 97
jagardner4 is on a distinguished road

How tool length compensation is activated on a DynaPath control depends on the machine tool it's been applied to. View your block N0010 in the Program mode (Mode 3) and see if the H variable is even available. If not, then the tool length activation is probably tied to the T code itself.

It would help to know what kind of machine this control is on and whether you're dealing with a tool changer or not.
Reply With Quote

  #3   Ban this user!
Old 07-20-2010, 08:58 AM
 
Join Date: Jul 2010
Location: U.S.A
Posts: 8
muxster is on a distinguished road

this is a knee type chaveler/(brigdgeport style) mill manual tool change no Automatic tool changer. the way they were doing length comp was using the z offset in the E offset page. do you have a example program with the tool comp used
Reply With Quote

  #4   Ban this user!
Old 07-20-2010, 09:42 AM
 
Join Date: Oct 2006
Location: United States
Posts: 97
jagardner4 is on a distinguished road

Tool length compensation is entered into the T code table. And since this is a manual mill with no tool changer, the T code is used to make the tool compensation active.

The Z axis offset you are referring to is in the fixture offset table and is associated with and activated by E code. I don't think this is what you are looking for.

Your example is fine. The T code (T1) in block N0010 is activating the first tool length compensation in the T table.
Reply With Quote

  #5   Ban this user!
Old 07-20-2010, 10:14 AM
 
Join Date: Jul 2010
Location: U.S.A
Posts: 8
muxster is on a distinguished road

if i do not put a Z value in the E1 register the machine over travel (cause .100 clear plane and no tool length applied) although if i put a example -1.0 in the E Z offset register everything ok except i lost 1 inch of quill travel and what to do on the next tool.

do you have example program with tool length and tool changes?
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 07-21-2010, 11:16 AM
 
Join Date: Apr 2008
Location: USA
Posts: 49
guru is on a distinguished road

On our Dynapath Delta 20

T0101 means call tool#1 and offset#1
T0100 will cancel offset on tool#1

T0210 means call tool#2 and offset#10
Reply With Quote

  #7   Ban this user!
Old 07-21-2010, 04:21 PM
 
Join Date: Jul 2010
Location: U.S.A
Posts: 8
muxster is on a distinguished road

thank you guru

i will try that T0101

if i want the machine at the end of the program to return to Z home just have G0T0100 this machine has an air driven motor to unlock the draw bar/release the tool holder i want to put the machine ready for tool change (on the hass/fadal i just put Z0H0 at the end.

and to apply cutter comp use G41D01 is this ok
Reply With Quote

  #8   Ban this user!
Old 07-27-2010, 03:20 PM
 
Join Date: Jul 2010
Location: U.S.A
Posts: 8
muxster is on a distinguished road

INSERTING RED TEXT
N0010(9)T101M04$
STILL 133 FORMAT FAULT ALARM

INSERTING RED TEXT
N0010(9)T1H01M04$
STILL 133 FORMAT FAULT ALARM

INSERTING RED TEXT
N0010(9)T1M04$
N0011E1X0Y0$
N0012(0)H01Z.1$
STILL 133 FORMAT FAULT ALARM
Reply With Quote

  #9   Ban this user!
Old 07-27-2010, 04:08 PM
 
Join Date: Oct 2006
Location: United States
Posts: 97
jagardner4 is on a distinguished road

1. On the control, press the "Mode Select" key, then "3". This will put you into the Program mode.
2. Now press "N", "0" and the "Enter" key. This will enter a sequence number.
3. Now press the "Event Type" key and "9". This will bring up the "M Function" event, where T codes are programmed.
4. Press "T", then "0", then "Enter". Note how many digits show up in the T code field. It will be either 2 or 4 digits. This is the number of digits the control is looking for.
5. Also note if there is an H field. I suspect there isn't. If the field doesn't exist, the control will always give you a 133 format fault when you try to program one. Also, if the H field doesn't exist, the tool length compensation is being activated by the T code.
Reply With Quote

  #10   Ban this user!
Old 08-02-2010, 04:34 PM
 
Join Date: Jul 2010
Location: U.S.A
Posts: 8
muxster is on a distinguished road

doing the steps 1 ~5 the control has uses 2 digits for tool not 4 still, confused on apply tool length compensation in part program for the dynapath delta 40
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 08-03-2010, 08:40 AM
 
Join Date: Oct 2006
Location: United States
Posts: 97
jagardner4 is on a distinguished road

Based on your answer, I must assume that the control has a T code table accessible in Mode 6. Each T code in the table will have a Z entry and a D entry. The Z entry is the tool length, the D entry is the tool diameter. Both values are activated when you execute the corresponding T code. The tool length is summed into the Z axis command. Tool diameter won't be used until you call for cutter diameter compensation.

Short version: Your tool length compensation is being called by a 2-digit T code.
Reply With Quote

  #12   Ban this user!
Old 08-04-2010, 04:56 PM
 
Join Date: Jul 2010
Location: U.S.A
Posts: 8
muxster is on a distinguished road

i agree with your post but this is what is happening at the control (dynapath) i use hass and fadal vmc's daily and i can use T1 with any H offset example H1 H41

example 1

Z value in the (mode 6 ) H1 register = -1. i cycle start the program below machine over travel (cause .100 clear plane/safety and no tool length Applied/activated machine is ignoring any tool table H data)

example 2

Although if i put a example (mode 6 ) -1.0 in the E Z offset fixture register i cycle start program below everything runs ok but machine moves to -.900 (-1.0 E Z offset + .10 clear plane) and what to do on the next tool T2, T3 ect. as program has other tool changes.

can you copy and try this program in your machine if you get the same as i do in example 1, example 2 the tool tip Z0 is set on the top of the block?

do you need to setup a reference tool master that the other tools link to?


dynapath program example below starting with %

%
N0010(9)T1M04$
N0011E1X0Y0$
N0012(0)Z.1$
N0013(0)X-.3009Y.2083$
N0014(0)Z.025$
N0015(1)Z-.075F35.$
N0016(2)P0D1X-.187Y.1348I-.187J.2598$
N0017(2)D1X-.1825Y.1349I-.187J.2598$
N0018(2)D0X-.175Y.135I-.175J-.075$
N0019(1)X-.075F60.$
N0020(2)D0X.135Y-.075I-.075J-.075$
N0021(1)Y-.95$
N0022(2)D0X-.075Y-1.16I-.075J-.95$
N0023(1)X-.1761$
N0024(2)D0X-.3852Y-.9691I-.1761J-.95$
N0025(2)D1X-.45Y-.91I-.45J-.975$
N0026(1)X-1.8$
N0027(2)D1X-1.8647Y-.9691I-1.8J-.975$
N0028(2)D0X-2.0739Y-1.1601I-2.0739J-.95$
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
Need Help!- set up tool length offset and ref tool on mill buklattt CNC Machining Centers 2 04-01-2012 11:01 AM
Problem- 90deg Head Tool Length Compensation christinandavid Fanuc 2 03-20-2010 03:25 AM
G43.1 - Tool Axis Direction Tool Length Compensatioin EngTech Mazak, Mitsubishi, Mazatrol 8 12-06-2007 04:01 AM
Tool compensation bg_izio CamSoft Products 3 04-27-2006 10:43 AM




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