Hello Guest it is April 23, 2024, 10:39:46 PM

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.


Topics - swarfboy

Pages: 1 2 »
1
General Mach Discussion / Mach3 R3.042.033 overfeed bug
« on: December 29, 2009, 04:13:42 PM »
I upgraded from version 0.20 to 0.033 and find that 0.033 is overfeeding by around +25% on Jog and G0 and G1 moves.

2
VB and the development of wizards / Mach Script Interpreter Bugs
« on: January 15, 2009, 10:33:53 AM »
1. Print function no longer works. This used to work now it fails. It happened in one of the updates I'm running the lockdown now.

Sub Main()
Dim X as Int
X = 1
Print X
End Sub

2. GetVar(2002) returns the wrong value. Its -100 off of the correct value.

3
VB and the development of wizards / Esc key event
« on: January 14, 2009, 05:24:15 PM »
I have a homing and probing script that I wrote that is called from an external .m1s from a button in my screen set. The script runs fine but if the user hits the esc key during runtime the script doesn't exit. It stops current function and moves to the next function so you have to hit the esc key 3 times before it exits the script. How can I exit the script completely on the esc key event.


4
VB and the development of wizards / MsgBox()
« on: November 20, 2008, 11:44:48 PM »
mach3.042.020 throws a  compile error when I try to use button parameters with MsgBox()

ie. MsgBox("test", 2 ,"test")

Does mach have all VB parameters?


5
General Mach Discussion / Home Switch Safety
« on: November 19, 2008, 05:19:25 PM »
What does checking the home switch safety box in general config do?

6
General Mach Discussion / Ver3.042.019 CV settings not sticking
« on: November 17, 2008, 08:51:14 PM »
Mach will not let me turn on CV dist tolerance and keep it on.


7
General Mach Discussion / New mach version 017
« on: November 12, 2008, 10:19:56 AM »
Is the change log listed somewhere else or is there no change log anymore?
What are the updates/fixes included in .015 vs .017?

8
General Mach Discussion / Program Extrema calculation error
« on: November 11, 2008, 11:07:29 AM »
Attached are 2 Gcodes. The first is the complete code. The second is just a few lines from the first. Something with G17 arc plane arcs that are connected seems to be causing the X and Y program extrema to calculating wrong.

9
General Mach Discussion / Mach3 file open improvement
« on: November 01, 2008, 12:31:31 PM »
Mach is parses the code pretty slow when you open a file. I'm guessing it parses the code for gcode errors and finds program extrema (not correctly I might add).
I would like to be able to turn off the program extrema calculation method or see it rewritten using RegEX so that it parses faster.

Brian

 

10
General Mach Discussion / Bugs in Mach 3.42.015
« on: October 31, 2008, 11:42:39 AM »
1. DRO's don't always zero they will have 0.0013 left in them sometimes.

2. Step and Dir pulse lengths on some installs will reduce upon opening and closing the motor tuning window.

       ie.  Step=2  Dir=1    after opening, setting, closing , opening motor tuning will change each by -1   

3. Program extrema is not being calculated correctly.



Pages: 1 2 »