SubAssemblyLoadResultDetail Enumeration |
An enumeration indicating the detailed result of a sub-assembly related operation.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum SubAssemblyLoadResultDetail
Public Enumeration SubAssemblyLoadResultDetail
public enum class SubAssemblyLoadResultDetail
type SubAssemblyLoadResultDetail
Members
| Member name | Value | Description |
---|
| Success | 0 |
The operation succeeded.
|
| ExistingSubInPosition | 1 |
The sub-assembly could not be loaded because another sub-assembly is already
loaded into he specified position within the parent.
|
| AlreadyUnloaded | 2 |
The sub-assembly could not be unloaded because it was not loaded anywhere.
|
| NotOnBOM | 3 |
The sub-assembly is not defined in the BOM.
|
| MissingKittedMaterials | 4 |
Materials are kitting but the sub-assembly item is missing from the kit.
|
| ActivityIdNotFound | 5 |
Could not locate one and only one activity for the given reference designator.
|
| AddSubAssemblyFailed | 6 |
Replace sub-assembly failed. Assembly part number is not on the BOM or does not match the originally installed part.
|
See Also