Hello Guest it is March 19, 2024, 12:29:30 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

201
your controller may support G31 what is enough for a "simple" probing, but am pretty sure
it is not supporting the update of the var's 2000-2002.

202
General Mach Discussion / Re: call a Macro with Input external
« on: July 03, 2022, 01:01:39 PM »
do a forum search for: SetTriggerMacro
and you will find the answer.

203
ich tippe auf Abschirmungsprobleme. Ist das Spindelmotorkabel abgeschirmt? alle PE Verbindungen sauber aufgelegt?

Gruß Tom

204
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.

205
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

206
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 &

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

208
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


209
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.

210
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.