Hello Guest it is May 05, 2024, 09:01:36 PM

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

1012
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

1013
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

1014
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

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

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

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

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

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

1020
can you post your gcode for a test?