Hello Guest it is March 19, 2024, 06:42:17 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

1981
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 28, 2018, 12:02:02 PM »
Really interesting, on my second pierce, when it goes to probe it changed my cutting speed From 130 ipm  to 30 ipm.?

ok my fault will give you new code soon

1982
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 28, 2018, 11:46:25 AM »
is Torch DN in dignosic Screen defenitiv off?

1983
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 28, 2018, 01:59:14 AM »
sorry should be

code "G91 Z" & pierceHeight

1984
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 27, 2018, 05:36:18 PM »
ok let's get back to the Basics,

open up vb scirper window

copy this code:

pierceHeight = 0.5 'enter here a value for wanted pierceheiht


   code "F30"
   code "G31 Z-1"
   While Ismoving()
   Wend

   code "G00 Z" & GetVar(2002) 'go back to the  probepoint
   While Ismoving()
   Wend

   code "G91 Z-" & pierceHeight
   While Ismoving()
   Wend

   code "G92 Z0"
   While Ismoving()
   Wend

   Code "G90"

and use the ||> green buton to se what's goinng on

1985
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 27, 2018, 02:41:09 PM »
ok, back again,

i think we can use your M3.m1s macro for the Job:

copy this code to macro before the dospinCW()


   
   pierceHeight = 0.5 'enter here a value for wanted pierceheiht


   code "F30"
   code "G31 Z-1"
   While Ismoving()
   Wend

   code "G00 Z" & GetVar(2002) 'go back to the  probepoint
   While Ismoving()
   Wend

   code "G91 Z-" & pierceHeight
   While Ismoving()
   Wend

   code "G92 Z0"
   While Ismoving()
   Wend

   Code "G90"


1986
VB and the development of wizards / Re: Tracing an object
« on: February 27, 2018, 01:02:12 AM »
Open "L:\test\TESTFILE.txt" For Append As #1 ' Open to write file.

1987
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 26, 2018, 04:42:39 PM »
just make sure that the Switch of the Floating head 'switches' the probe input

1988
General Mach Discussion / Re: X Y axis move togehter with Arrows key
« on: February 25, 2018, 04:28:08 AM »
the only Thing witch is corious is,
that in MPG mode the axis move separat, just in continious jog they move together.

in an other aplication like Notepad your arrow key's are working 'normaly'?

1989
General Mach Discussion / Re: X Y axis move togehter with Arrows key
« on: February 24, 2018, 09:04:49 AM »
what manufacturer is this controler, any Manual?

1990
General Mach Discussion / Re: X Y axis move togehter with Arrows key
« on: February 24, 2018, 03:05:58 AM »
also some more Information about the wiring, and used hardware would be helpful.