Hybrid View
-
02-12-2017 #1
When you use the M31 macro, is it displaying the touch coordinates in the status bar?If it is, then GetVar is working, as the M31 uses GetVar() get the touch point, then writes it to the status bar.
Gerry
______________________________________________
UCCNC 2022 Screenset
Mach3 2010 Screenset
JointCAM - CAM for Woodworking Joints
-
02-12-2017 #2
Yes, values are being displayed, they're just not the right values with the exception that the Y coordinate is correct, but stored in Variable 2000 instead of 2001. I get the same problem whether using G31 or M31 and whether interrogating the variables using GetVar or the variable display window (can't remember its proper name).
-
02-12-2017 #3
Sorry, I should have went back and re-read your first post.
Gerry
______________________________________________
UCCNC 2022 Screenset
Mach3 2010 Screenset
JointCAM - CAM for Woodworking Joints
-
03-12-2017 #4
Ive personally invested in a few CS Labs products in the past and recommended them. I dont think however Ill continue down this route. Whilst it may be one of the best Mach3 setups, Mach3 inherently is not the route I want to follow for stable control of machines.
Too many issues depending on PC stability / OS etc. Its nice as a starting point but reaching end of life at this stage me thinks.
-
10-04-2018 #5
Hi all, jumping in a bit late on this thread but just hit a similar issue.
Been trying probing on my mill running Mach3 and IP/A controller, first i tried the M31 option but built the M31 code into my own simple Y+ edge macro, it worked once but stopped working, I then tried a more complex pocket macro and that failed immediately with a scripter compile error despite the editor saying it was ok
Today i tried the G31 style and nothing will work now - a G31 call gives no motion at all and as soon as the code gets to the retract line following, it spits out an error and Mach goes into reset. The message box just says no edge was detected and the error message thought my machine was not referenced to home and soft limits was blocking the move.
IIRC i am on version 062 and really didn't want to downgrade because i heard rigid tapping was broken on earlier versions especially the 028 that CS labs favour??
Is this the end of Mach3 for me??
I want to try CS labs software but its still in beta.
Any ideas
-
11-04-2018 #6
As I remember, I managed to get probing working with whatever the latest version of Mach3 was around when I installed everything - could well have been .062. You are using the CSMIO probing macros, I assume? The CSMIO firmware has built-in probing code so Mach3 itself doesn't control the actual operation.
What I found was that while probing itself worked, it all fell apart when you did things like tool height reset during an M6 tool change. That's when I went back to .028, as I didn't need any of the things in later versions. Although I only use Z probing at the moment, I did throw some temporary macros together for X and Y as well during setup and they all seemed to work fine. As it happens, I spent some time last night doing a proper job on my x/y macros as I want to use them with the Mach3 probing page for my next job on the router and I wasn't expecting any problems - I'm just using my z macro with z crossed out and x or y inserted (in crude terms!). That's with an IP/M.
It's frustrating to have to work around this kind of thing, though. If i have any IP/M problems, it will probably tip me over the edge to UC300/UB-1/UCCNC, which should be hardware-compatible with the IP/M (24V signalling, etc) plus dual-motor homing and supported software! At the moment, though, it's hanging together (with manual dual-homing...) Don't know what the IP/A replacement is, though, if you need analogue servo driving.
-
11-04-2018 #7
Thanks
from the error message it appears the controller hijacks the G31 as well so not much difference in G31 & M31.
I will try again today but not holding out much hope, CSL support is so slow as to be annoying as well, beginning to regret the purchase a bit :(
Yes, analog servo drives 10-0-10v control.
-
09-07-2019 #8
Hello everybody !
My DIY router is 99% finished but setting the Z probe proves to be a pain in the … .
After 3 weeks of reading, testing and so on, I manage to write a script based on M31 example from CSMIO site.
All seems to work fine except the fact that I could not reset the z value to zero in Mach3 screen. I give a try to G92 (it’s working) but there are too many warnings of how I should use this g code.
Any suggestion to solve this problem will be much appreciated.
This is part of my code:
If(GetUserDRO(1510) = 1) Then
Message("M31 Probe hit.")
Call SetDro (2, ZOffset)
Code "(Z zeroed)"
Sleep(1000)
Code "G0 Z20 F50"
Code "G4 P10"
Code "G0 Z-10 F50" (Touch plate has 10mm)
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
csmio/ip-m z probe
By charlieuk in forum CS-Lab (CSMIO)Replies: 0Last Post: 16-09-2017, 09:49 AM -
mach3 csmio ips errors
By Web Goblin in forum Artsoft Mach (3 & 4)Replies: 7Last Post: 07-01-2017, 10:47 PM -
Mach3 oem buttons with CSMIO-IP/S
By Web Goblin in forum Artsoft Mach (3 & 4)Replies: 2Last Post: 07-11-2016, 07:14 AM -
CSMIO-M Tool Probe Connection - +24v to earth
By Noplace in forum CS-Lab (CSMIO)Replies: 1Last Post: 10-04-2016, 09:17 PM -
Weird problem - stepped/staged deceleration on Huanyang 2.2kw Spindle
By glynster in forum Spindles & Drive MotorsReplies: 0Last Post: 25-01-2016, 01:39 PM
Bookmarks