-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug in cutting items. Added test for cutting item life.
Version 1.3.0.2
- Loading branch information
Will Sobel
committed
Aug 15, 2014
1 parent
738a18b
commit f570111
Showing
6 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<CuttingTool serialNumber="@11" toolId="11" assetId="@11"><Description>Tool number: 11</Description><CuttingToolLifeCycle><CutterStatus><Status>AVAILABLE</Status></CutterStatus><Location type="POT">0</Location><ProgramToolNumber>11</ProgramToolNumber><Measurements><FunctionalLength code="LF" nominal="188.1378">188.1371</FunctionalLength><CuttingDiameter code="DC" nominal="25.4">25.3986</CuttingDiameter></Measurements><CuttingItems count="3"><CuttingItem indices="1"><Description>DRILLING</Description><Measurements><FunctionalLength code="LF1" nominal="188.1378">188.1371</FunctionalLength><CuttingDiameter code="DC1" nominal="25.4">25.3986</CuttingDiameter><CornerRadius code="RE" nominal="0">0</CornerRadius><PointAngle code="SIG" nominal="0">0</PointAngle></Measurements><CuttingItem indices="2"><Description>DRILLING</Description><Measurements><FunctionalLength code="LF2" nominal="0">0</FunctionalLength><CuttingDiameter code="DC2" nominal="0">0</CuttingDiameter><CornerRadius code="RE" nominal="0">0</CornerRadius><PointAngle code="SIG" nominal="0">0</PointAngle></Measurements><CuttingItem indices="3"><Description>DRILLING</Description><Measurements><FunctionalLength code="LF3" nominal="0">-2.5398</FunctionalLength><CuttingDiameter code="DC3" nominal="0">-5.0796</CuttingDiameter><CornerRadius code="RE" nominal="0">0</CornerRadius><PointAngle code="SIG" nominal="0">0</PointAngle></Measurements></CuttingItmems></CuttingToolLifeCycle></CuttingTool> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<CuttingTool toolId="XXX" serialNumber="200" assetId="XXX.200"><Description /><CuttingToolLifeCycle><Location type="POT" positiveOverlap="0" negativeOverlap="0">4</Location><ProgramToolNumber>200</ProgramToolNumber><CuttingItems count="4"><CuttingItem indices="1"><ItemLife type="PART_COUNT" countDirection="UP" initial="0" limit="0">0</ItemLife></CuttingItem><CuttingItem indices="2"><ItemLife type="PART_COUNT" countDirection="UP" initial="0" limit="0">0</ItemLife></CuttingItem><CuttingItem indices="3"><ItemLife type="PART_COUNT" countDirection="UP" initial="0" limit="0">0</ItemLife></CuttingItem><CuttingItem indices="4"><ItemLife type="PART_COUNT" countDirection="UP" initial="0" limit="0">0</ItemLife></CuttingItem></CuttingItems></CuttingToolLifeCycle></CuttingTool> |