Hello Guest it is March 28, 2024, 02:47:22 PM

Author Topic: Problems wit G31/M31 and subs  (Read 5671 times)

0 Members and 1 Guest are viewing this topic.

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: Problems wit G31/M31 and subs
« Reply #10 on: May 16, 2018, 05:20:33 AM »
i allways declare my Global var's so for Example:

Global X_SENS as Double
Global Y_SENS as Double
Global Z_SENS as Double

anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Problems wit G31/M31 and subs
« Reply #11 on: May 16, 2018, 06:36:27 AM »
I don't know why it doesn't work. As I mentioned before, it could be due to your motion controller. Macros can behave differently with different motion controllers.

Mach3 is at the end of it's life. Development stopped over 5 years ago. Documentation was always sparse, so your not going to see any new documentation now.
There is a Cypress manual, and a Mach3 programming manual available to download.

THe Wiki contains 99% of the Button, OEM and DRO numbers. There is a post somewhere here on the forum that may have a few more obscure ones in it, if you search. But the Wiki should have everything you need.

As for the Vars, as I said, they are not documented, except for a few in the manual. I've never seen a list anywhere, and I suspect that only the developers have a full list.
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: Problems wit G31/M31 and subs
« Reply #12 on: May 16, 2018, 01:41:00 PM »
Well then,
That's clear. Thanks for all the help you two. I hope I can come back to you when I run into trouble again.