feat(DemoStandardPath): migrate the demo to the MachiningProject schema and add the circle-test path
Main.hincproj moves off the legacy <MillingCourse> root onto <MachiningProject>, so its six 範例 script entries are now EnablingWrapper-based and it carries an explicit MillingTool (helix 50 deg, 28 mm exposed). The materials follow the same rename: HeatTransferCoefficient_WdmK -> HeatConductivity_WdmK, and Al6061T6.mp becomes RakeFaceCuttingPara3d with an AnchorRakeAngle_deg field. Because of that root-element change the ApiVersion string reads lower (3.1.200.0) than the legacy copy it replaces (3.1.236.0) -- the two counters are not comparable across the rename. Adds NC/circle-test.ptp with its posted Output/circle.ptp.nc, plus test.hincproj; ignores the *.step.csv exports and filtered-msg.txt.
This commit is contained in:
@@ -3,3 +3,7 @@
|
||||
*.sqlite-shm
|
||||
*.sqlite-wal
|
||||
Cache/*
|
||||
|
||||
# per-step export of a run; regenerable
|
||||
*.step.csv
|
||||
filtered-msg.txt
|
||||
|
||||
@@ -3,11 +3,12 @@
|
||||
<Name>Al6061T6</Name>
|
||||
<Note>Al6061T6</Note>
|
||||
<ElasticModulus_GPa>68.9</ElasticModulus_GPa>
|
||||
<PoissonRatio>NaN</PoissonRatio>
|
||||
<CompressiveYieldStrength_MPa>386</CompressiveYieldStrength_MPa>
|
||||
<TensileYieldStrength_MPa>276</TensileYieldStrength_MPa>
|
||||
<ElogationRaioAtBreak>0.14</ElogationRaioAtBreak>
|
||||
<HeatCapacity_JdgK>0.896</HeatCapacity_JdgK>
|
||||
<HeatTransferCoefficient_WdmK>167</HeatTransferCoefficient_WdmK>
|
||||
<HeatConductivity_WdmK>167</HeatConductivity_WdmK>
|
||||
<Density_gdcm3>2.7</Density_gdcm3>
|
||||
<FusionLatentHeat_Jdg>399.903059643855</FusionLatentHeat_Jdg>
|
||||
<MeltingTemperature_C>620</MeltingTemperature_C>
|
||||
|
||||
+3
-2
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RakeFaceCuttingPara>
|
||||
<RakeFaceCuttingPara3d>
|
||||
<Name>Al6061T6</Name>
|
||||
<Note></Note>
|
||||
<Kse>141.27</Kse>
|
||||
@@ -8,4 +8,5 @@
|
||||
<Kpe>-1.96</Kpe>
|
||||
<Kpc>5.54</Kpc>
|
||||
<Kpn>-21.51</Kpn>
|
||||
</RakeFaceCuttingPara>
|
||||
<AnchorRakeAngle_deg>NaN</AnchorRakeAngle_deg>
|
||||
</RakeFaceCuttingPara3d>
|
||||
+1504
-135
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,21 @@
|
||||
%
|
||||
N0010 G40 G17 G49 G90
|
||||
N0020 G91 G28 Z0.0
|
||||
N0030 T01 M06
|
||||
N0040 G00 G90 G54
|
||||
N0050 X35. Y-11.7
|
||||
N0060 G43 Z10. H01
|
||||
N0070 S5000 M03
|
||||
N0080 M08
|
||||
N0090 Z-2.
|
||||
N0100 G94 G01 Z-0.01 F500.
|
||||
N0110 Y-4.
|
||||
N0120 G02 I0.0 J11.
|
||||
N0130 G01 Y-10.
|
||||
N0140 Z-2.
|
||||
N0150 G00 Z10.
|
||||
N0160 M09
|
||||
N0170 M05
|
||||
N0180 G91 G28 Z0.0
|
||||
N0190 M30
|
||||
%
|
||||
@@ -0,0 +1,45 @@
|
||||
%
|
||||
O1000 (HINC WRITEBACK FROM CIRCLE.PTP)
|
||||
G90 G94 G21 G17
|
||||
T1 M06
|
||||
G68.2 X37.4 Y-97.4 Z-116.44 I0. J0. K0.
|
||||
G43.4 H0
|
||||
G00 X35. Y-11.7 Z116.44
|
||||
Z10.
|
||||
S5000 M03
|
||||
S5000 M03
|
||||
M08
|
||||
S5000 M03
|
||||
M08
|
||||
Z-2.
|
||||
S5000 M03
|
||||
M08
|
||||
G01 Z-5. F500.
|
||||
S5000 M03
|
||||
M08
|
||||
Y-4.
|
||||
S5000 M03
|
||||
M08
|
||||
S5000 M03
|
||||
M08
|
||||
Y-10.
|
||||
S5000 M03
|
||||
M08
|
||||
Z-2.
|
||||
S5000 M03
|
||||
M08
|
||||
G00 Z10.
|
||||
S5000 M03
|
||||
M09
|
||||
M05
|
||||
M09
|
||||
M05
|
||||
M09
|
||||
M05
|
||||
M09
|
||||
M05
|
||||
M09
|
||||
G49
|
||||
G69
|
||||
M30
|
||||
%
|
||||
@@ -3,12 +3,12 @@
|
||||
<Name>WC-Co6-800nm</Name>
|
||||
<Note></Note>
|
||||
<ElasticModulus_GPa>600</ElasticModulus_GPa>
|
||||
<PoissonRatio>0</PoissonRatio>
|
||||
<TensileStrength_MPa>1440</TensileStrength_MPa>
|
||||
<ThermalExpansionCoefficient_dMK>6.7</ThermalExpansionCoefficient_dMK>
|
||||
<HeatTransferCoefficient_WdmK>70</HeatTransferCoefficient_WdmK>
|
||||
<HeatConductivity_WdmK>70</HeatConductivity_WdmK>
|
||||
<HeatCapacity_JdgK>0.34</HeatCapacity_JdgK>
|
||||
<Density_gdcm3>14.95</Density_gdcm3>
|
||||
<CutterDermis_mm>0.01</CutterDermis_mm>
|
||||
<MeltingTemperature_K>3143.16</MeltingTemperature_K>
|
||||
<FusionLatentHeat_Jdg>400</FusionLatentHeat_Jdg>
|
||||
<FrictionCoefficient>0.44</FrictionCoefficient>
|
||||
|
||||
+1931
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user