Hello Guest it is May 09, 2024, 10:40:55 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 - TPS

1781
General Mach Discussion / Re: Mach 3 Stepper Motor stall
« on: April 10, 2018, 11:28:42 AM »
try to run v062

ftp://ftp.machsupport.com/Mach3/Mach3Version3.043.062.exe

and then "Play" a Little bit with Speed/acc settings

1782
General Mach Discussion / Re: Mach3 suddenly fails to load
« on: April 10, 2018, 09:30:13 AM »
i think we had this Win10 update stops working Problem a couple of times during tha last few weeks.

1783
General Mach Discussion / Re: Mach 3 Stepper Motor stall
« on: April 10, 2018, 09:28:06 AM »
i think it is  a velocity and/or Acc/Dec Problem.

try some easy test by put

for example

g0x300
g0x100

into MDI line

just to see that your machine is able to follow the Speed/acc you configurated.

1784
VB and the development of wizards / Re: centerpiece full (change)
« on: April 08, 2018, 05:46:46 AM »
if the oemdro(1000) is used nowhere else in your Screen it is ok.

1785
use the Output itself

Output - pass through     |
Output - invert Signal      | OR   delay Output

1786
VB and the development of wizards / Re: centerpiece full (change)
« on: April 07, 2018, 10:36:47 AM »
i have tested the code from reply #13 again.
it is working perfect here,
so i am out of ideas. sorry.

1787
VB and the development of wizards / Re: centerpiece full (change)
« on: April 07, 2018, 05:04:28 AM »
you can also try to replace

this code:

   Call SetUserDro (1152,YPos2 - YPos1 - CurrentToolDiameter)

by:

   Call SetUserDro (1152,YPos2 - YPos1 - (CurrentToolDiameter/2))

1788
VB and the development of wizards / Re: centerpiece full (change)
« on: April 07, 2018, 05:02:48 AM »
if you push your probe by Hand, is it switching imediately, or maybe after 3mm push ?

1789
i think you do a Manual toolchange ?

than you have in Config -> General Config

panel Tool Change
option -> Stop Spindle Wait for Cycle Start enabled.

1790
General Mach Discussion / Re: Mach 3 - driving beyond soft limits ?
« on: April 07, 2018, 04:11:07 AM »
are you sure that softlimits had been turned on?