Hello Guest it is April 23, 2024, 06:52:29 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - BR549

Pages: « 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 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 »
4471
General Mach Discussion / Re: Is it me or Mach...Probably me :)
« on: April 13, 2012, 07:25:59 PM »
Try this way

LoadMatX = GetUserDRO(1017)' read the stored values
LoadMatY = GetUserDRO(1018)
LoadMatZ = GetUserDRO(1019)


DoButton(24)
RefCombination (1 + 2)
While IsMoving()
Sleep(10)
Wend
Code "G92 X0.00 Y0.00 Z0.00"
While Ismoving()
Sleep(10)
Wend
Sleep (2000)
Code ("G53  X" & LoadMatX & " Y" & LoadMatY & " F1500")
While IsMoving()
Sleep(10)
Wend
Code ("G53 Z" & LoadMatZ & " F600")'
While IsMoving()
Sleep(10)
Wend
Code "G92 X0.00 y0.00 Z0.00"
While Ismoving()
Sleep(10)
Wend

(;-) TP

4472
Metcutr it will depend on your depth of machining experience as to IF the Mach3 will do the job. There are things that MAch3 does not do well as compared to fanuc based machines.

Nested subs have problems
Toolcomp and subs have problems
There is NO conditional code in mach3
Good macro control is borderline
Some things are strange (Pause/stop)compared to the fanuc type controls.
restarts can be tricky

Now if you are using CAM and not doing alot of special coding then code wise you should be ok.

Converting from your old analog drives you will have to run one of the outside controllers to be able to interface the analog drives they are NOT cheap and can add other things that may not work as expected. This is not allways an easything to do IF you are not electronic savy so to speak.

Not really knocking mach3 as it is a very good hobby controller BUT in the comercial world it HAS its limitations.

NOW you have had the $20 lecture if you are adventurous and have the time and $$$$  go for it.

(;-) TP


4473
Tangent Corner / Re: Plasma Unit Choices
« on: April 12, 2012, 11:53:52 AM »
I think they are in transition and you never know what you will get(;-)

(;-) TP

4474
FAQs / Re: Problem circles
« on: April 12, 2012, 11:46:34 AM »
OK with some testing It is NOT the Leadin to arc bug IT was a case where the intial leadin move was not long enough before the first arc and it force the TC to use part of the arc as well. This can cause MAch3 to do some strange math.

Try THis I just extended the initial leadins a touch .

(Program Posted for Aluminum )
G0 G49 G40.1 G17
G80 G50 G90 G98 
G20 (Inch)
M03
(***** Circular Groove/Cutout *****)
G00 Z0.1
G00 X3.8322 Y1.5121
G41 P0.0625
G01 X4.0041 F17
G01 Z-0.34 F8.5
G03 X4.076 Y1.584 R0.0719 F17
G03 X3.156 Y1.584 R0.46
X4.076 Y1.584 R0.46
G03 X4.0041 Y1.6559 R0.0719
G40
G00 Z-0.2
(***** Circular Groove/Cutout *****)
G00 Z-0.2
G00 X3.8322 Y2.5631
G41 P0.0625
G01 X4.0041 F17
G01 Z-0.34 F8.5
G03 X4.076 Y2.635 R0.0719 F17
G03 X3.156 Y2.635 R0.46
X4.076 Y2.635 R0.46
G03 X4.0041 Y2.7069 R0.0719
G40
G00 Z0.1
(***** Circular Groove/Cutout *****)
G00 Z.1
G00 X-3.0038 Y2.5631
G41 P0.0625
G01 X-2.8319 F17
G01 Z-0.7 F8.5
G03 X-2.76 Y2.635 R0.0719 F17
G03 X-3.33 Y2.635 R0.285
X-2.76 Y2.635 R0.285
G03 X-2.8319 Y2.7069 R0.0719
G40
G00 Z-0.5
(***** Circular Groove/Cutout *****)
G00 Z-0.5
G00 X-3.0038 Y1.5121
G41 P0.0625
G01 X-2.8319 F17
G01 Z-0.7 F8.5
G03 X-2.76 Y1.584 R0.0719 F17
G03 X-3.33 Y1.584 R0.285
X-2.76 Y1.584 R0.285
G03 X-2.8319 Y1.6559 R0.0719
G40
G00 Z2.5
M01
(***** Circular Groove/Cutout *****)
M6 T4
M03 S1500
M9
G00G43 H4 Z0.1
G00 X3.0862 Y2.5731
G41 P0.0625
G01 X3.2581 F17
G01 Z-0.7 F8.5
G03 X3.33 Y2.645 R0.0719 F17
G03 X2.76 Y2.645 R0.285
X3.33 Y2.645 R0.285
G03 X3.2581 Y2.7169 R0.0719
G40
G00 Z-0.5
(***** Cut Rectangle *****)
G00 G43 H4 Z-0.5
G00 X2.461 Y2.5622
G01 Z-0.7 F17
G41 P0.0625
G01 X2.5548 Y2.5622
G03 X2.6485 Y2.656 R0.09375
G01 X2.6485 Y2.656
G01 X2.6485 Y2.829
G03 X2.5185 Y2.959 R0.13
G01 X1.3185 Y2.959
G03 X1.1885 Y2.829 R0.13
G01 X1.1885 Y2.483
G03 X1.3185 Y2.353 R0.13
G01 X2.5185 Y2.353
G03 X2.6485 Y2.483 R0.13
G01 X2.6485 Y2.656
G03 X2.5548 Y2.7497 R0.09375
G40
G01 X2.461 Y2.7497
(***** Circular Groove/Cutout *****)
G00 Z0.1
G00 X0.0752 Y1.7651
G41 P0.0625
G01 X0.2471 F17
G01 Z-0.7 F8.5
G03 X0.319 Y1.837 R0.0719 F17
G03 X-0.181 Y1.837 R0.25
X0.319 Y1.837 R0.25
G03 X0.2471 Y1.9089 R0.0719
G40
G00 Z-0.5
(***** Circular Groove/Cutout *****)
G00 Z-0.5
G00 X0.0752 Y2.3251
G41 P0.0625
G01 X0.2471 F17
G01 Z-0.7 F8.5
G03 X0.319 Y2.397 R0.0719 F17
G03 X-0.181 Y2.397 R0.25
X0.319 Y2.397 R0.25
G03 X0.2471 Y2.4689 R0.0719
G40
G00 Z-0.5
(***** Circular Groove/Cutout *****)
G00 Z-0.5
G00 X-0.4758 Y2.3251
G41 P0.0625
G01 X-0.3039 F17
G01 Z-0.7 F8.5
G03 X-0.232 Y2.397 R0.0719 F17
G03 X-0.732 Y2.397 R0.25
X-0.232 Y2.397 R0.25
G03 X-0.3039 Y2.4689 R0.0719
G40
G00 Z-0.5
(***** Circular Groove/Cutout *****)
G00 Z-0.5
G00 X-0.4758 Y1.7651
G41 P0.0625
G01 X-0.3039 F17
G01 Z-0.7 F8.5
G03 X-0.232 Y1.837 R0.0719 F17
G03 X-0.732 Y1.837 R0.25
X-0.232 Y1.837 R0.25
G03 X-0.3039 Y1.9089 R0.0719
G40
G00 Z2.5
M5 M9
M30

(;-) TP

4475
FAQs / Re: Problem circles
« on: April 11, 2012, 11:42:16 PM »
YEP that is the leadin arc to an arc problem When using ToolComp in some versions. I am using .043.022 and it does it here.

What version Mach3 are you running?

(;-)TP

4476
Just for the record they STILL make "new" ISA motherboards(;-).

To do the analog conversion by the time you are done converting everything you will have a pretty good chunk of change in the conversion. AND a lot of time. AND it may or may not do everything it did before you converted it.

IF all it took to keep the machine running was a new MB and hardrives THAT is cheap.



Just a thought, (;-)TP

4477
FAQs / Re: Problem circles
« on: April 11, 2012, 07:03:37 PM »
Try it the ophter way around it may need ABS IJ  G90.1


Can you post the Code(;-)

(;-) TP

4478
Tangent Corner / Re: Plasma Unit Choices
« on: April 11, 2012, 07:00:36 PM »
Might as well WHACK US BOTh, Is your DTHC unit compatible with LinuxCNC (Emc2)?

(;-) TP

4479
General Mach Discussion / Re: Auto tool measuring and offsets
« on: April 11, 2012, 06:22:54 PM »
IF it makes you happy that is all that matters(;-)

You may want to look at something like this as a comparison. It starts by measuing the master then you can set as many tool#s as you like or cancel to end.

Sub Main()   
 'Macro for tool setting
code " G28 Z0.000"
code " G28 X0.000 Y0.000"
While Ismoving()
Sleep(10)
Wend

'Set Master Tool Routine
MsgBox(" Place the Master tool into the spindle")
Tnum = Question ("Tool Number?")
Ret = MachMsg ("Are you ready to run the MasterTool setting function?", "MasterTool", 1)
If Ret=2 Then End
code "G31 z-10 f20."
While IsMoving()
Sleep(10)
Wend
PRP= (GetVar(2002)+.2)
code "G0 z" & PRP
code "G31 z-10. f3."
While IsMoving()
Sleep(10)
Wend
Code"G92 Z0.000"
Tlo=GetDro(2)
Code" G28 Z0.000"
SetToolParam(Tnum,2,Tlo)

N1:
' SetNext Tool Routine
Ret = MachMsg ("Are you ready to run the Next Tool Setting function?", "MasterTool", 1)
If Ret=2 Then End
Tnum = Question ("Tool Number?")
MsgBox(" Place the NEXT tool into the spindle THEN press OK Routine Will Start.")


code "G31 z-10 f20."
While IsMoving()
Sleep(10)
Wend
PRP= (GetVar(2002)+.2)
code "G0 z" & PRP
code "G31 z-10 f3."
While IsMoving()
Sleep(10)
Wend
Tlo=GetDro(2)
Code" G28 Z0.000"
SetToolParam(Tnum,2,Tlo)
While Ismoving()
Sleep(10)
Wend
GoTo N1

End Sub

         



4480
General Mach Discussion / Re: Auto tool measuring and offsets
« on: April 11, 2012, 04:31:33 PM »
You are correct the Get Var() is the correct call. I have been flipping back and forth in the Fanuc world a lot lately and they call them parameters(;-)

I am not sure WHY you keep invoking the G43 H# it should have nothing to do with what you are trying to do.

Probe the master tool, set the Z to zero and the TOOL offset to Zero

Probe the next tool Apply the Z value as that tool offset (it will show the difference between the master and the set tool Remember the master is Zero)
PRobe the next tool and apply the Zvalue as that tool offset

etc
etc
Untill  you run out of tools to set.

That is basically all there is to it.

Just a thought, (;-)TP

Pages: « 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 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 »