Hello Guest it is April 20, 2024, 11:57:43 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 »
421
Mach3 under Vista / Re: 2% jog (.001) Metric on Axis A & B not accurate
« on: December 05, 2022, 10:49:46 PM »
Hi,
I suspect that your steppers have microstepping regime of 8 microsteps per full step or more.
When you click the MPG Mach will issue say one or two steps but the steppers will not move until four, five or six steps have accumulated.
This is a common problem with steppers, you might think that if you have 1600 steps per rev if Mach issues one step it will move 1/1600 of a rev,
but not so. This is because the differential torque between micro steps diminishes very rapidly beyond half stepping.

The practical maximum resolution of a two phase stepper is 400 steps/rev (or half stepping) irrespective of the microstepping regime.

Craig

422
Mach4 General Discussion / Re: force screen label to refresh
« on: December 05, 2022, 10:27:24 PM »
Hi,
sometimes the screen does not update or updates infrequently or sporadically. This is because the  Lua GUI chunk, ie the screen runs
as a co-routine with Machs core. Only one can run at a time, and there are occasions where Machs core hogs all the processing time
and the screen misses out.

Co-routines are Lua's only way to have mulithreaded applications but co-routines are co-operative, one thread cannot force the other
thread to yield.

Craig

423
Mach4 General Discussion / Re: PLC Inputs
« on: December 04, 2022, 06:04:10 PM »
Hi,
the signal script fires ANYTIME the signal changes state, and so it will trigger on activation, but also on deactivation.

I would guess that your BoB/motion controller has active pull-ups, and therefore the signal script will trigger on the negative going transition
not the more normal positive going transition.

Craig


424
Mach4 General Discussion / Re: Doing math to DRO values
« on: December 02, 2022, 05:10:51 PM »
Hi,

Quote
but please remember they are write and read as strings, not numbers.

That is not correct. Try experimenting.

There are three APIs to set the value of a register:

mcRegSetValue()      stores a numeric value, I suspect a 32bit floating point IEEE 754
mcRegSetValueLong()      stores an integer value, I suspect 32 bit signed
mcRegSetValueString()      which as the name suggests stores a variable length string.

As an example I tried this piece of code:

Code: [Select]
local regHandle=mc.mcRegGetHandle(inst,"iRegs0/MyString")
local string=mc.mcRegGetValueString(regHandle)
local string=string/2.07

where I stored '6789' as the value of the string. One some occasions the division failed, dividing a string by a numeric value does not really make sense, but on
other occasions the string was re-cast and the division proceeds with a real result, ie a fractional portion. I have yet to discover why Lua sometimes re-casts and sometimes
not.

Another example:

Code: [Select]
local regHandle=mc.mcRegGetHandle(inst,"iRegs0/MyInteger")
local integer=mc.mcRegGetValueLong(regHandle)
local integer=integer/2.07

This time I stored the same number (6789) but as an integer by using SetValueLong(). Note that I tried storing the value 6789.1234 using the same API
but the actual stored value is 6789, ie the fractional portion is lost, ie stored as an integer. Interestingly the division works but returns a real value, ie with
a fractional component. It suggests that the integer value was re-cast as a real number and then the division is completed.

This is a common feature of Lua, being essentially type free, is that re-casts happen behind the scenes often transparently to the user. None the less there are at least three
distinct data types that can be stored in a register. You have to be aware of when Lua re-casts......and that has caused me a little grief from time to time.

Craig

425
Mach4 General Discussion / Re: Doing math to DRO values
« on: December 01, 2022, 02:26:47 PM »
Hi,
to assign a register:
1) Open the Configure/Plugins/Regfile
2) Use the green cross checkmark to generate a new instance register
3) Give it a unique name, an inital value if required and whether you want it persistent. Its a handy feature that means the register is saved in the .ini file
on shutdown and the register is restored when you next start up Mach. Very handy!

To see that the register is properly configured, its value and if you want to manually edit it then:
1) Open Diagnostic/Regfile
2) Expand the instance registers, that is iRegs0 with the '+' checkmark

Generally global data in say the GUI cannot be accessed by the Gcode Interpreter because the GUI and Interpreter are different chunks and only one can be active.
A register on the otherhand can be shared across different chunks and between modules. Registers are the true global variable.

To access the register from code:

Code: [Select]
local RegHandle=mc.mcRegGetHandle(mInst,"iRegs0/MyRegister")
local Value=mc.mcRegGetValue(RegHandle)

If you have problems with accessing registers it is usually a fault with the string description of the register 'iRegs0/MyRegister' This string has to be exactly right, letter and case
or you will not get a valid handle. Its highly worthy to put a code test after the GetHandle API call to ensure that you have a non-nill handle....or you will crash.

Craig

426
Mach4 General Discussion / Re: Doing math to DRO values
« on: December 01, 2022, 12:59:44 PM »
Hi,
pound variables are defined within Mach, you cannot o my knowledge assign a pound variable.
What you can do however is define a register. The register can contain a data variable, either numeric or string.
Your DRO would simply display that value.

Craig

427
Mach4 General Discussion / Re: Doing math to DRO values
« on: November 30, 2022, 10:20:16 PM »
Hi,
a DRO is a visual representation of a numeric quantity in Mach. If you want to do some calculation then get the value, almost certainly stored in a pound variable,
not the visual string in the DRO.

What DRO are you trying to read?

Craig

428
General Mach Discussion / Re: z axis always short by the same value
« on: November 28, 2022, 10:29:15 PM »
Hi,
what is the resolution of your machine?. It rather sounds like its 0.025mm in which case the machine is always just one step short.
I have seen that before, usually a mix-up between pull-up verses pull-down, and as a consequence the machine actually does 999 steps
when you commanded it to do 1000 steps.

Craig

429
Hi,
ALL Windows PCs have a buffered motion system, with the motion buffer usually in the range of 100-300ms. A secondary source of latency is the
reporting time, the same as we have been discussing, the plugin frequency. Typically 5-50ms. Given that the reporting delay is much shorter it is very
easy to be unaware of it, the motion buffer is often noticable.

Quote
before buying a Pokey

Have you enquired of PoKey's whether they have a Mach4 plugin for data IO alone, ie NOT a motion controller? Without such a plugin a board would be useless
so you should establish that it WILL do as you want BEFORE you buy.

Quote
I wanted to try the SmartASD that I have in my drawer...

I have no idea what a SmartASD is. I can't find anything online about them. Does it have a Mach4 plugin? If not then its no good to you.

Quote
1-How do I tell Mach4 that I want to use analog control for red and pink boxed controls?

Each of those controls have a series of functions and actions which in combination cause them to work. If you inspect then in Screen Edit mode you can
see how they are arranged. You would probably retain the same basic structure but swap some of the built-in Mach code for your own code.

Quote
2-how do you assign the keys of the PC keyboard in Mach4 to the functions with the yellow box?

There is a good video that has been posted by Daz-the-Gaz about the use of the keyboard plugin which addresses that question.

https://www.machsupport.com/forum/index.php?topic=31585.0

Craig

430
Mach4 General Discussion / Re: Units/Rev readout in Mach4?
« on: November 27, 2022, 02:19:22 PM »
Hi,

Quote
What variable or register og function would give me the feedrate and the  spindlespeed?
And would the calculation just be: feed divided by ( revolution multiplyed by number of flutes) ?

The raw data from which you would calculate the feed/rev is stored in registers within Mach. They are commonly called pound variables, and can be viewed/edited at:

Diagnostic/Regfile/#Variables.

I have composed various lists which include the assignment of (some) pound variables:

https://www.machsupport.com/forum/index.php?topic=40051.0

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 »