Hello Guest it is April 19, 2024, 11:57:15 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

1011
General Mach Discussion / Re: Drill chuck reference on lathe table!!!
« on: March 11, 2020, 02:38:49 PM »
IMHO there are two posibilities depending on the Motion controler and Motors (servos/Steppers) you are using.

1st: precise/indexed homing 
      -if you have a Motion controler witch supports index homing and servo Motors you have normally a real good Chance to do a precise
       homing (zero pulse from servo resolver)
      if you use Steppers the possibilities of an precise homing are very "limited"

2nd. as Rich sayed a probing Input would be a Option (does not matter witch Motors you have) to get a "accurate" x-axis Position.


sorry for my bad bavarian english

1012
General Mach Discussion / Re: Help with auto tool zero
« on: March 11, 2020, 02:27:07 PM »
this macro file: RunScript("SinumerikATC12Macros\M6StartROTATC")
would be interesting, looks like it does all the ATC functions.

1013
General Mach Discussion / Re: Help with auto tool zero
« on: March 11, 2020, 08:07:40 AM »
toolchanges are normaly handled by M6Start and M6End macros, depending on what you have selected in Config -> General Config

this is the code of a simple M6Start macro:
Code: [Select]
  tool = GetSelectedTool()
  SetCurrentTool( tool )
  Code "G43 H"&tool

witch will set the new toolnumber and the correct tool length witch is set in the tooltable.

1014
VB and the development of wizards / Re: Turning Wizard
« on: March 11, 2020, 07:53:42 AM »
Normaly yes, but you never know on this chinese stuff, until you have tryed it.

1015
VB and the development of wizards / Re: Turning Wizard
« on: March 11, 2020, 06:32:23 AM »
in this case you have to use a NPN sensor.

1016
VB and the development of wizards / Re: Turning Wizard
« on: March 11, 2020, 04:23:34 AM »
first off all we Need to know witch BOB/Motion controler you are using.

1017
can you post your gcode for a test?

1019
General Mach Discussion / Re: Index
« on: February 28, 2020, 08:26:16 AM »
if you give us some more Information about your sensor and BOB, maybe?

1020
General Mach Discussion / Re: Mach3 scaling issue
« on: February 28, 2020, 02:57:28 AM »
can you pls post your g-code?