|
Ver:2018-07-30-98 Description:
1. Add the user-defined system parameter area (#2000-#2499). After the user configures it in the chs or eng file, the parameter value can be set on the configuration page,and can be called by the macro variable in the machining program.
The chs or eng file configs the user-defined system parameters.
for example:#2000 -t1 -s1"Cutter diameter" -s2"in" -m9 -min=0.000 -max=9.000
#n n is the parameter number (2000-2499)
-t is used to specify the type of parameter, t0 is an integer, t1 is a real number, and t2 is a selection type
-s1 defines the name of the parameter
-s2 defines the parameter unit
-m parameter group, m0 that the parameters in the parameter configuration page does not show
-min minimum parameter
-max maximum parameter
-i The text of the relevant entry is configured through it when the parameter type is selection type
2. Support user-defined probe mode. When #68 is set to mode 3, defprobe.nc will be called to perform probe. Users can write defprobe.nc according to actual situation.
The defprobe.nc in the installation package is written according to the requirements of Bill Blades. requirements are as follows:
Here's what I need it to do after setting an arbitrary zero in the approximate center of my tool plate. This is based on a .125" cutter diameter:
1. Set Z zero. My tool plate is .250 thick, so the Z axis will come to rest at .350 (this is exactly how my current probe function works).
2. Move to X-1.25
3. Move to Z-.25 (this puts the end of the tool .500 below the surface of my tool plate)
4. Probe X+ and zero. Then the cutter is touching the edge of my tool, it is at X-.3125 (.250 tool + .0625 half cutter dia.). I don't know if this can be done by the controller, or if the X axis physically needs to move to its desired zero location before it can zero.
5. Moves in - direction .050
6. Move to Z.350
7. Move to X.750 (center of tool plate)
8. Move to Y-1.250, wash, rinse, repeat for Y axis.
9. Move to final location of X0.00, Y0.00, Z.350 after probing.
Before performing the probe, please set the #2000-#2011 parameters on the parameter page. In order to meet the requirements of Bill Blades, the parameters are set as follows:
#2000 Cutter diameter:0.125
#2001 Tool plate thick for X:0.25
#2002 Tool plate thick for Y:0.25
#2003 Tool plate thick for Z:0.25
#2004 X position before X-axis probed:-1.25
#2005 Y position before Y-axis probed:-1.25
#2006 Z position before X(Y)-axis probed:-0.25
#2007 Back distance when the tool touches the X-axis edge:0.05
#2008 Back distance when the tool touches the Y-axis edge:0.05
#2009 Back distance when the tool touches the Z-axis edge:0.1
#2010 center of tool plate:0.75
#2011 Probe feedrate:20
https://www.facebook.com/groups/1724999967517167/2360312920652532/
|
|