Hello Guest it is April 25, 2024, 03:25: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.


Messages - rhtuttle

151
Mach4 General Discussion / Re: Toggle Button not clickable
« on: July 15, 2020, 01:01:44 PM »
It would probably help if you posted a screen snip of all of the properties and one of the script code as well.

152
PoKeys / Re: Pokeys57cnc usb stalls
« on: May 23, 2020, 03:44:20 PM »
Because I sometimes want to use my laptop which doesn't have a ethernet connection...and...they advertise that it does work with USB!

I've subsequently learned that several others have tried 57cnc with USB and have failed as well.  If it isn't well supported then they should state so in their advertising.

153
Mach4 General Discussion / Re: Mach 4 open source content
« on: May 13, 2020, 11:08:42 AM »
A short video using wxFormBuilder to create a form/listbox/... and then showing how to insert that into a panel would go a long way to help us understand how to use lua in panels.  I sent Bryanna an email about a year ago suggesting this.

RT

154
Mach4 General Discussion / Re: Mach4 precision problems
« on: April 30, 2020, 11:59:45 AM »
From a CNC zone post: CV stands for "Constant Velocity", called out by the G64 command. That tries to keep the tool moving at the same speed no matter what's happening in the toolpath. So when it gets to a corner, just like a car that's going fast, it's going to swerve around it instead of one that slows down to make a sharper turn. The less "look-ahead" you have set, or the more speed it's told to run at, the less adjustment it will be able to make. If you want it to follow your toolpath exactly, without cutting any corners, you can set it to "Exact Stop" (G61)

First check to see if you're default (Configure->Mach Motion mode is set to Constant velocity or Exact Stop.  If set to constant velocity you might have run the cv and cv tuning wizards.  If your code is being generated by a cam post processor check to see whether it is using g61 or g64. If not, turn default Motion Mode to exact stop and run air tests on simpler gcode, rectangles..circles.  Next run the same code with cv on.  Next run with spindle on to see if noise is being generated and causing the problem.

If none of that works contact PoLabs and NFS.

HTH

RT

155
Mach4 General Discussion / Re: Mach4 precision problems
« on: April 30, 2020, 10:49:06 AM »
Two thoughts.  Are you using USB?  Many people with pokeys are having issues with USB.  Second, are you sure both are setup with CV on or off?

HTH

RT

157
Mach4 General Discussion / Re: Custom M6, does not react on toolchange
« on: April 09, 2020, 10:55:55 AM »
I would test to see if  zc is assigned after the require and would put another function in that shows a simple message to test whether zc is working.  Check to make sure there is no other m6() defined in any of the other modules or scripts.

TIA

RT

158
Use f11 not f10

159
Show"N"Tell ( Your Machines) / Re: My new "All-In-One" Machine.
« on: April 04, 2020, 11:10:09 AM »
Very nice!!!

160
Mach4 General Discussion / Re: Mach4 not stopping for MTC
« on: March 09, 2020, 11:13:57 AM »
Post your m6.mcs code and explain what is happening and what you want to happen.  Be specific.