Hello Guest it is April 27, 2024, 02:45:05 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 - joeaverage

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 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 »
7031
General Mach Discussion / Re: Mach3 & zero probe - safety switches
« on: May 09, 2017, 10:24:27 PM »
Hi,
I'm unfamiliar with the UC100 but have some experience with the ESS.

My understanding is that if you use an external motion controller (any of them) then Mach interacts with the plugin associated with your
particular controller. In that situation the parallel port is inoperative. You can have one or t'other, not both.

With the UC100 operating any parallel ports cant communicate with Mach. The parallel port is much more than the external 25 pin connector,
its the software driver that allows it to communicate with Mach and its interrupt driven timer that allows it to produce a pulse stream.

If you want more IO then consider a different controller, the ESS and PoKeys devices have the equivalent of three ports worth of pins, I think
some of the UC100s larger siblings have multiple ports worth of IO too. Another alternative is to investigate Modbus. Modbus TCP would allow
any amount of IO.

Craig

7032
Hi,
not sure that I understand exactly what you want to achieve.

My understanding of Mach4 Homing functions in this manner:
1)Ref All instruction
     [Turns off Homed LEDs, initiates movement on each axis according to homing order, direction and speed per user applied
       settings]
2)Home switch activation
     [Stops axis motion, reverses direction and backs off the switch until activation, set axis machine zero, apply user defined offset
       to axis DRO]
3) Home remaining axes in order
4) Turn on Axis Homed LEDs
       [Issues 'Referencing Complete' notice]

The important point is that each axis has a machine co-ord zero reference at the location where its Home switch reactivates. The offset
is applied to the DRO relative to that zero. Your post suggests that you wish to nominate a different location as machine zero. I don't
believe 'offset' will do that for you.

I can see a way around it tho.
If you drive your machine to the home location with the Ref All button per normal, then MDI to the desired machine zero, presumably one
corner of your travel envelop, then 'machine zero in place' This could be achieved by adding suitable code to your Ref All button.

Craig

7033
Hi,
I reused a piece of LUA code I found in one of the LUA Examples folder that ships with Mach4.
It is a file navigation panel which allow you to browse for a file and open it. Its structure and
operation owe more to wxWigets than LUA or Mach4....
Code: [Select]
inst = mc.mcGetInstance();
    -- create the wxFrame window
    mainframe = wx.wxFrame( wx.NULL,          -- no parent
                        wx.wxID_ANY,          -- whatever for wxWindow ID
                        "DummyFrame", -- frame caption
                        wx.wxDefaultPosition, -- place the frame in default position
                        wx.wxDefaultSize,     -- default frame size
                        wx.wxDEFAULT_FRAME_STYLE ); -- use default frame styles

    -- create a panel in the frame
    panel = wx.wxPanel(mainframe, wx.wxID_ANY);--We are not going to show it but we need to have this to use the File dialog

local file = wx.wxFileDialog(panel, "Select Probe File", "", "", "Text files (*.txt)|*.txt|Tap files (*.tap)|*.tap",
                             wx.wxFD_SAVE,wx.wxDefaultPosition,wx.wxDefaultSize, "File Dialog" );
        if(file:ShowModal() == wx.wxID_OK)then;
            local pathRPF = file:GetPath();
-- Edit this format statement at your own risk   
mc.mcCntlProbeFileOpen(inst, pathRPF, "X%.4AXIS_X Y%.4AXIS_Y Z%.4AXIS_Z\r\n", true);

Maybe of use.

Craig

7034
Hi,
there will have to be a output assigned to Mach3 to control the plasma.
Go to Config/Ports and Pins/Output Signals and scan thru the list, is there a signal which looks like it may have been used to control
the Cutmaster 51? If so note the port and pin number assigned to the output.

On the diagnostics tab you should now see the output LED go active when M3 is called in a cut program. Sorry, just rereading
your post and it appears Output1 is the signal of interest.
With a multimeter measure the voltage of the pin assigned to  Output1 and it should reflect the status of the Output1 LED.

You may have to use an amplifier or relay attached to that pin to control your plasma. Do you have a manual for the 38?

I repair welding equipment for a living, on leave at the moment, but don't recall a Thermal Dynamics 38 having an input to fire the arc.
In which case you will have to seize control of the torch trigger circuit, I would suggest a set of normally open contacts of a relay. Also
from memory if the torch parts, the retaining cup, nozzle etc are not 'in place' the trigger circuit is disabled. You should not interfere or
disable that feature its a safety precaution to prevent you from electrocution.

Craig

7035
General Mach Discussion / Re: steppers are acting strange
« on: May 09, 2017, 07:19:57 PM »
Hi,
what stepper drivers are you using? It sounds like they are not microstepping in the way you think they should.

May I suggest as an experiment to set the drivers to full step and see if you can make the calculation and the reality
match. Thereafter you will be able to change say the microstepping and have a feel if its working correctly.

If you set the driver to full step then 200 pluses will secure one revolution of the stepper. If the axis moves 154 mm per
revolution of the stepper then set the steps per to 1.2987. Leave max speed at 2000mm/min accel 50 and try MDIing.

Craig

7036
General Mach Discussion / Re: steppers are acting strange
« on: May 09, 2017, 07:08:06 PM »
Hi,
I'm trying to imagine the situation you're describing. I guess you have a 22 tooth pulley on the motor shaft and a 7mm pitch timing belt
around the pulley and anchored under tension at each end of the axis?

If that's the case then your calculation looks about right yet its not from what you've described.

Just to confirm go to Config/Select Native Units and check that the units are mm. There is a warning not to use this setting if you wish just
to cut a job with an inch program, there is a better way to do that. In fact once you've set the native units you should never have to go
back there.

7037
General Mach Discussion / Re: E-Stop not working
« on: May 09, 2017, 06:47:10 PM »
Hi,
have you assigned on Config/Ports and Pins/Input Signals X++, X--, Y++ etc?

Your post suggests that you are going to have one circuit for each axis, so you will need to enable X++ and assign to pin 11 port1,
X-- must be enabled and assigned to the same pin, ie pin 11 port 1.

You should now with a small piece of wire short pin 11 to either 0V or 12V of the input pin powersupply and see the limit switch LED
on the diagnostics screen light up. Whether it lights up when pin 11 is shorted to 0V or 12V will depend on the 'active low' assignment
you've made on Config/Ports and Pins/Input Signals page.

Craig

7038
Hi,
double check that on Config/Ports an Pins/Input Signals that you have enabled X Home, Y Home etc...
Mach wont react to them unless they have been assigned.

Craig

7039
General Mach Discussion / Re: Working with 6axis breakout board
« on: May 09, 2017, 06:22:05 PM »
Hi,
I suggest in the first instance don't bother to hook your motors up to the Breakout Board (BoB) to start with. What you need to do
is establish that Machs parallel port is in fact communicating to the BoB.

Aa a first step you need to run DriverTest.exe in Mach3 folder. Take the time to read and understand all the data contained there. It
will give you a pretty good indication whether Mach3 has control of the parallel port (PP).

Assuming the PP is working now try to get the Estop pin working on the BoB. When the BoB pin is activated it should cause Mach3  to
go to disabled mode as evidenced by the Reset button blinking. Further Mach should ignore any attempt to reset until the Estop input
is deactivated.

Note that Mach3 requires an enabled Estop input, its the only mandatory input in Mach. On the Config/Ports and Pins/Input Signals page
scan down until you find Estop, in Machs default configuration it is assigned to pin 10 of port 1. Make sure that the input is enabled (a green
tick in the first column) and you can set 'active low' to suit your board. It may be that your BoB in absence of any external circuit will be
logic high so if 'active low' is unchecked then Mach3 will interpret the Estop signal as 'every thing normal'. If you then use a piece of wire to
drag pin 10 logic low by shorting to 0V on the board somewhere Mach3 should interpret that event as 'emergency' and shut everything down.

I will see if I cant find the manual for your BoB and help you hook up the Estop, if you have the manual can you post it?

Craig

7040
General Mach Discussion / Re: Parallel Port help
« on: May 08, 2017, 08:05:29 PM »
Hi,
can you run 'DriverTest.exe' in the Mach3 folder? While not ironclad its a good test to see if the parallel port installed correctly.

Craig

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 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 »