Hello Guest it is April 26, 2024, 06:56:37 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 »
6841
NOW the big Question(;-)

If you have that much error using the macro with the delay that the macro creates, what will the error be without the delay from the macro???

"THAT" was where I ran into trouble(;-) I guesss it will depend on how much following error "your" drive allows before it errors out(;-)

6842
VB and the development of wizards / Re: limits on off in vb code
« on: May 01, 2010, 09:22:15 AM »
Just out of curiousity WHY would you want to move beyond a limit switch to do a tool change. Limits are normally at the outer most travel of your machine to protect the machine and every thing takes place inside that envelope.


6843
Is that running with the macro to lock/unlock ???? Using the macro it is a sure thing no problem

TO be seamless you have to eliminate the macro right?

6844
actually the 4th axis was a rotary the steps per inch was a slip.  The Tormach approach uses a lath  BUT it also has a rotary axis hookup that has a quick attachment to convert it to an indexer/interpolated 4th.

Their setup requires manual setup to convert but it only takes about 10secs or so to convert it.

IF you are providing the drive then this is a moot point as you can get the drive setup with a configuralble buffer system that wil wait on the brake. BUT you will have to be able to turn the function off IF you want to do interpolated 3d work.

I think most users are going to want it to do both functions once they start using the 4th(;-) it is like Crack once you get the 4th YA CAN"T LIVE WITHOUT IT. (;-)


6845
VB and the development of wizards / Re: limits on off in vb code
« on: April 29, 2010, 09:14:29 PM »
While you cannot turn the switches on and off you can use a relay to shunt across the circuit so they are not seen by mach as tripped(;-)

6846
"THE "problem we ran into was that the servo BRAKE as fast as it is was way too slow in releasing the brake to prevent the servo from erroring on position error.The next moves were already at the drive BEFORE the brake could react. You have to be able to regulate that data stream of pulses to alow time for the brake to react BEFORE it gets the next move command. That fact that we had high resolution servos that require high step feedrates may have contributed to the problem 45000 steps per inch.

At full speeds that is not a lot of time in between pulses to activate the brake(;-)

Now sometimes it would work fine depending on the code and other times it would error depending on the code. TO me if it cannot operate 100% of the time it is a bust.

OF course IF you used a special buffered input servo drive THEN it may work on simple A axis "non interpolated" moves as the drive MIGHT be able to buffer the data stream enought to allow the brake time to release before it errors on position.

BUT THEN you have created a unique realtime mini drive system that the average user does not have. (;-)

Like I said earlier it  worked  fine in a reatime enviroment as the controller (PCcontroller or motion card) can regulate the closed loop data stream.


BUT hey maybe you have figured out a better mouse trap, GO FOR IT and let us know how it goes.

By the way good job on the 4th axis setup. Have you looked at the system that TORMACH uses with their 4th axis indexer/lathe set?


6847
Doing it at the servo drive level won't work either, Tried that as well using the servo brake

Anything you see at the drive level is already BEHIND the time curve of the buffered data AND mach has no idea what is happening at the servo level movement wise so it cannot STOP the data flow out of the port.

6848
Current Hi/low is an ouput signal that can be mapped to pin/port, look in config,pin/port,output.  BUT it signals on ANY axis movement and is WAY too far behind the data stream time wise.

I have seen this done from a motion card and a realtime system. I cannot fathom it working from mach(;-( WITHOUT the use of a macro. You would have to be able to TAP the function into the DRIVER level. AND as Art said once "That aint gonna happen".

BUT I will keep the thinking cap running(;-)

6849
I see 2 problems to overcome.

1. Mach is a buffered system all moves are planned adn then sent to the buffer for output. Once in the buffer there is little interaction back to mach as to when a Aaxis move is being sent out.

2. Latency of the mechnanism. You will need to be able to "start" to deactivate the brake long BEFORE mach makes the actual move.

There is a signal mach has "current hi/low" that can trigger a relay on axis movement, we use it to drive the timer for the lube pumps,  BUT by the time the Brake reacts it it will be too late. Servo error or lost steps would be the results

We worked on this for a while a long time ago. Even Art suggested it would not work without driver level intervention.

NOW what we did get to work fairly well was rewriting the CAM post to enclude the Brake function before and after the index move that worked well for CAMed situations. BUT it could not do interpolated 4th axis moves well. Abig mess actually.

BUT you never know, maybe ????

6850
General Mach Discussion / Re: mach's rounding of measurements?
« on: April 29, 2010, 10:03:43 AM »
> Its remembered and done when it can do it..
>
> Think of it this way. A position counter of distance, where the
final output is a stepvalue, if the number of steps increases, a step
goes out, if it decreases, a reverse step is poutout..
>
> double movement = .000001;
> double totaldistance = totaldistance + movement
> totalsteps = (int) (totaldistance / stepsPermm);
>
> With this method, no step can ever be lost due to rounding..
>
> Thanks,
> Art
> www.artofcnc.ca
>
******************************************************************>
> Hi ART, I know we have had this converstion before but I am not
clear
> of the results( old age). WHat happens if Mach cannot make the
> commanded move with 1 step. Say the commanded move is .0001" and
the
> machine resolution is .001" per step. How is the differential
handled?
>
********************************************************************
>
> --- In mach1mach2cnc@yahoogroups.com, Art Fenerty <fenerty@>
wrote:
> >
> > Hi:
> >
> > No, mach wont skip anything. IT uses max number of decimals
> internally, but the DRO';s are set to display only 4. ( They can
be
> told to display 16).
> >
> > The DRO's though, are separate code. They dictate if the right
> number of pulses went out. If, at the end of a program, the axis
is
> wrong, but the DRO is right, then the machine lost pulses that
were
> sent. There can be no questions about it. In this case, where the
Z
> lost position ( it is usually the Z that does this on long 3d
> programs ) the Z aacel shoudl be turned down. Also, you migth
want to
> set a dir prechange of 5 or so in the motor tuning to make sure
its
> not a direction signal issue.
> > As a last report, try sherline mode in the ports & pins, this
> will limit you to 1/2 of the max velocity for any kernal speed,
but
> stretches the pulses out to a minimum of 40us. IF it doesnt lose
> then, the wiring shodul be checked for good coneection, or the
> optocouplers checked to see if they are too slow.
> >
> >
> > Thanks,
> > Art
> > www.artofcnc.ca

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 »