Hello Guest it is March 19, 2024, 07:21:10 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

221
you need to figure out where and how the data is stored, then we can have a look how to convert them into G-Code.

222
Mach3 / Mach4 ?
in witch format are the data avaliable ? (Example)

223
General Mach Discussion / Re: Used CNC/unknown software
« on: May 05, 2022, 02:06:01 AM »
try to start with a simple setup. only e-stop and axis outputs.

in here:
https://www.machsupport.com/wp-content/uploads/2013/02/Mach3Mill_Install_Config.pdf

is a step by step description.

224
General Mach Discussion / Re: Alternatives to Mach3
« on: May 05, 2022, 02:02:07 AM »
you may also have look at estlcam.

225
General Mach Discussion / Re: Bit depth zeroing tool help
« on: May 01, 2022, 04:48:17 AM »
grounding and shielding is allways very hard to advice from remote without knowing the complete installation.
but shielded motor wires and shielded wires for all limit switches/probes is allways a good start. seperated motor
cables and signal wires is also a help. the main machie body should also have a ground connection.

226
General Mach Discussion / Re: Bit depth zeroing tool help
« on: April 27, 2022, 02:00:57 PM »
looks like you have noise on the probe signal, because probe tripped after 3.85mm and
then probe signal was off again.

try to play with the debounce in Config-General Config or search what causes the noise.

227
Mach Screens / Re: machscreen .. adding dro and script from button??
« on: April 24, 2022, 03:56:48 AM »
for toolchange normaly M6Start.M1S and depending on the way you do your toolchange M6End.M1S
are used.

do at the begin of M6Start a

Code: [Select]
  Code ("G53 G1 X" &GetOEMDro(1200) &" Z" &GetOEMDro(1201) &" F123")

will allways bring the machine first to a tool change position.

228
Mach Screens / Re: machscreen .. adding dro and script from button??
« on: April 23, 2022, 07:21:10 AM »
you can also use a G0

229
Mach Screens / Re: machscreen .. adding dro and script from button??
« on: April 22, 2022, 01:17:42 PM »
for example your OEMDro's are:

wzwx = OEMDro(1200) and wzwz = OEMDro(1201)

the VBCode would be:
Code: [Select]
  Code ("G1 X" &GetOEMDro(1200) &" Z" &GetOEMDro(1201) &" F123")

btw.

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

is allways good to have

230
FAQs / Re: X axis drift
« on: April 19, 2022, 01:54:26 AM »
what is your setting Step's/per for this axis?