Hello Guest it is May 06, 2024, 02:09:51 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

211
you create a macrofile in the holder  c:\Mach3\macros\Your profile name
let's say MyFuntions.m1s

in the file MyFuntions.m1s you place a function with the code:
Code: [Select]
'function for button1 ------------------------------------------------
Function Button1() as Boolean

        Code ("F300")
End Function

now in any button you can use this code:
Code: [Select]
Sub Main()
Call Button1()
End Sub

#Expand <\..\..\macros\Your profile name\MyFunctions>

so you can keep the specific code in just one file -> MyFunctions.m1s
and you can add as may functions you want.

212
have a look to this:

https://www.machsupport.com/wp-content/uploads/2013/02/Mach3_V3.x_Macro_Prog_Ref.pdf

and then look for #Expand maybe this help's

213
you mean:
Code: [Select]
Code "G43H" &newtool

it is just to activate tool length compensation

the original code:
Code: [Select]
Code "G43H" 6 newtool
was faulty the 6 has to be a &

214
General Mach Discussion / Re: Workpiece angle compensation
« on: June 14, 2022, 06:05:48 AM »
G68 might be your friend

215
General Mach Discussion / Re: Toolpath shifted on both axis in Mach 3
« on: June 03, 2022, 09:23:00 AM »
your are using G55 an it looks like you have offset's in there.

Config -> Fixtures


216
General Mach Discussion / Re: Limits
« on: June 03, 2022, 12:59:26 AM »
Not sure you have this manual:

https://www.machsupport.com/wp-content/uploads/2013/02/Mach3Mill_1.84.pdf

in chapter 7 are some explanations about coordinate system and offsets.
this might help.

anyhow, if machine tryes to go behind limits it has normaly to do with coordinate system or origin or even
the units (mm/inch) you are using.

217
German / Re: Mach 3 Handrad
« on: May 31, 2022, 12:04:02 PM »
wenn wir jetzt Mal unterstellen, das es spiegelverkehrt ist dann würde es wieder passen.

dann würde:
Pin 6 zu 10
Pin 7 zu 9
Pin 8 zu 8 dann wäre es ok.

Wenn Du aber auf allen drei, je nach Schalterstellung, einen Durchgang messen kannst,
denn bleibt nur noch das BoB oder das plugin was den Fehler erzeugen kann.

218
German / Re: Mach 3 Handrad
« on: May 31, 2022, 07:50:12 AM »
Pin 1 ist Axis5 , Pin 11/12 sind 5V

evtl. noch VSS (Pin13/14/15) nach Pin 9 am Stecker von Handradkabel messen.

219
basicly you should be able to load your workpice alligned to x or y axis by making some removeable rails or something like this, if not G68 will be your friend.

220
German / Re: Mach 3 Handrad
« on: May 27, 2022, 05:56:18 AM »
ich denke Du solltest mit einem Ohmmeter von PC5V nach Pin 9 einen Durchgang messen können, wenn
der Wahlschalter auf Y-Achse steht. Einfach Mal mit den anderen Achsen vergleichen.