FactoryResourceType Enumeration |
A flagged enumeration indicating the types of kinds of factory resources.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax [FlagsAttribute]
public enum FactoryResourceType
<FlagsAttribute>
Public Enumeration FactoryResourceType
[FlagsAttribute]
public enum class FactoryResourceType
[<FlagsAttribute>]
type FactoryResourceType
Members
| Member name | Value | Description |
---|
| Factory | 1 |
The resource is a Factory.
|
| Area | 2 |
The resource is an Area.
|
| Line | 4 |
The resource is a production Line.
|
| Workstation | 8 |
The resource is a Workstation.
|
| ClusteredWorkstation | 16 |
The resource is a ClusteredWorkstation.
|
| Stock | 32 |
The resource is a Stock.
|
| TemperingOven | 64 |
The resource is a TemperingOven.
|
| ColdStorage | 128 |
The resource is a ColdStorage.
|
| All | 65535 |
The resource is a TemperingOven.
|
See Also