Hello Guest it is April 25, 2024, 11:20:04 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

1001
General Mach Discussion / Re: Mach 3 CNC problem
« on: March 22, 2020, 05:18:52 AM »
so that means your cycles are "splited" into Little lines. G1 is a linear move.

havea look to your cam Software, that circulare moves are created with G2/G3

1002
General Mach Discussion / Re: My Probing don't working
« on: March 21, 2020, 02:59:12 AM »
do you have a link to the Manual of your Controller?

1003
General Mach Discussion / Re: My Probing don't working
« on: March 20, 2020, 03:05:19 PM »
first off all, go to diagnostic and have a look for the digiitze Signal,
does it come up if you hold your clamp to the cutter?

1004
General Mach Discussion / Re: Mach 3 CNC problem
« on: March 20, 2020, 08:17:21 AM »
I currently have a CNC for wood working from China, its the largest working surface table they could send that could fit in a container. Everything is working fine, but I noticed when the X & Y axis's work together to create circles or a radius, it seems to be slightly erratic and not smooth at all. The holes and radius's all seem just fine and accurate, just a little concerned that something is not quite in tune with each other. My smaller Jcut CNC (4' x 8" working surface) seems  way more steady and smooth. Almost like the 2 stepper motors that are on each side of the table for the bridge drive are the ones not in sinc with each other. Is there a fix to smooth out this behavior?

if you look to the GCode witch contains the cricles, are there G2/G3 commands or a lot G1?

1005
General Mach Discussion / Re: Mach 3 4th axis display
« on: March 20, 2020, 08:14:56 AM »
taht is not depending on your Setup, is depending on the screenset you are using.

1006
as written i never worked with modbus,

but here

http://www.machsupport.com/videos/

is a Video witch explains modbus a Little bit.

1007
General Mach Discussion / Re: homing issues
« on: March 13, 2020, 02:24:56 PM »
sounds lik Windows update isue.

1008
General Mach Discussion / Re: Help with auto tool zero
« on: March 13, 2020, 02:23:36 PM »
you have to put the Videos on YouTube and post the link here.
i think that would be helpful.

1009
VB and the development of wizards / Re: Turning Wizard
« on: March 12, 2020, 07:10:21 AM »
IMHO i would say set INDEX Input to port 1 pin 14.

but i do not have any documentation of your controller

1010
General Mach Discussion / Re: Help with auto tool zero
« on: March 12, 2020, 06:53:08 AM »
then try to modify your M6Start macro like this:

Code: [Select]
'################Copyright  2017 CNC4XR7 All Rights Reserved.
'########### M6 Tool change For SinumerikATC12 #################
   tool = GetSelectedTool()   
   
   RunScript("SinumerikATC12Macros\M6StartROTATC")
   
   Code "G43 H"&tool
   
   Exit Sub