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

1971
what is your thc Speed Setting?

don't be surprised about my Setting, i am in metric

1972
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 28, 2018, 02:39:54 PM »
ok that means we know now that proma is sending z-axis down.

1973
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 28, 2018, 02:34:50 PM »
Did this, everytbing is running smooth other than the proma actually making the inputs

can you please explain did not get this, sorry thats my bad english

1974
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 28, 2018, 02:31:22 PM »
deleted N100 toolchange not necesary.

sorry i modified N100 to N100 F80 to Keep the fedrate



Does the tool change code matter? It’s being generated by itself, but in MACH, my “ignore tool change” setting is checked. It has never been an issue

who knows ?

1975
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 28, 2018, 02:29:25 PM »
So leave THC on, and inputs active, but physically remove the inputs into my g540?

but disconnect only THC UP/Down inputs

1976
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 28, 2018, 02:27:36 PM »
deleted N100 toolchange not necesary.

sorry i modified N100 to N100 F80 to Keep the fedrate

1977
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 28, 2018, 02:25:59 PM »
ok ihave run your code on my PP testmachine.

deleted N100 toolchange not necesary.

run it with THC on but no Inputs connected. everything was ok.

can you for a test disconnect the THC Up/dn Inputs , but physicaly disconnect them.



So leave THC on, and inputs active, but physically remove the inputs into my g540?

exactly

1978
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 28, 2018, 02:22:08 PM »
ok this code should work, and restore original feedrate

pierceHeight = 0.5 'enter here a value for wanted pierceheiht

   orgspeed=GetDro(18)    
   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"
   Code "F" & orgspeed
   


Is this necessary? I have my my plunge rate in sheetcam set at 20ipm.


yes because you have a "variable" cuttin feedrate but probing feedrate should allways be the same.

1979
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 28, 2018, 02:20:16 PM »
ok ihave run your code on my PP testmachine.

deleted N100 toolchange not necesary.

run it with THC on but no Inputs connected. everything was ok.

can you for a test disconnect the THC Up/dn Inputs , but physicaly disconnect them.

 

1980
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 28, 2018, 02:01:54 PM »
ok this code should work, and restore original feedrate

pierceHeight = 0.5 'enter here a value for wanted pierceheiht

   orgspeed=GetDro(18)    
   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"
   Code "F" & orgspeed