BendingMachineResult
- Last UpdatedOct 27, 2023
- 1 minute read
The following table is populated with the bending machine results used by the fabrication machine manager:
|
Name |
Result |
Purpose |
|---|---|---|
|
BendingMachine( ) |
DBREF |
Bending machine used |
|
PipePiece( ) |
DBREF |
Pipe piece being checked |
|
Pass( ) |
BOOLEAN |
Whether pipe piece has passed bending machine checks |
|
ValidMaterial( ) |
BOOLEAN |
The Bending Machine can deal with the pipe piece material. |
|
ValidOD( ) |
BOOLEAN |
The Bending Machine can deal with the pipe piece OD. |
|
ValidWallThickness( ) |
BOOLEAN |
The Bending Machine can deal with the pipe piece wall thickness. |
|
ValidInitialFeedLength( ) |
BOOLEAN |
First leg doesn’t excess the initial feed of the bending machine |
|
ValidBendRadius( ) |
BOOLEAN |
The Bending Machine can deal with the bend radius of the pipe piece. |
|
AllBendsSameRadius( ) |
BOOLEAN |
All the bends in the pipe piece have the same radius. |
|
WithinCollisionPlanes( ) |
BOOLEAN |
The pipe piece does not collide with the Bending Machine collision planes. |
|
FailureIsResolvable( ) |
BOOLEAN |
Modifications to pipe piece definition is required to pass the bending machine checks |
|
PipePieceStartExcess( ) |
REAL |
Start excess required. |
|
PipePieceEndExcess( ) |
REAL |
End excess required. |
|
PipePieceFeedExcess( ) |
REAL ARRAY |
Array of feed excesses required. |
|
PipePieceStart FlangeManuallyWelded( ) |
BOOLEAN |
Start flange required to be manually welded. |
|
PipePieceEndFlangeManuallyWelded( ) |
BOOLEAN |
End flange required to be manually welded. |
|
PipePieceCutLength( ) |
REAL |
Length of material before fabrication. |
|
PipePieceFinishedLength( ) |
REAL |
As above, but with excesses removed. |
|
EndsExcessPassed( ) |
BOOLEAN |
Check against preference for change in state. |
|
FeedExcessPassed( ) |
BOOLEAN |
Check against preference for change in state. |
|
FlangeModifiedPassed( ) |
BOOLEAN |
Check against preference for change in state. |
|
BendingDirectionForward( ) |
BOOLEAN |
Bend in direction of flow. |