Click or drag to resize

RequiredSetupItem Class

Represents a single material or tool that must be loaded on a Workstation before production for a particular Operation may commence.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsRequiredSetupItem

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class RequiredSetupItem

The RequiredSetupItem type exposes the following members.

Constructors
  NameDescription
Public methodRequiredSetupItem
Initializes a new instance of the RequiredSetupItem class
Top
Properties
  NameDescription
Public propertyItemTypeId
The 128-bit unique identifier of an ItemType record in FactoryLogix that represents internal parts and other non internal part items such as tooling.
Public propertyLocations
A list of the locations where this part must be loaded.
Public propertyPartDescription
The description of the InternalPart that is required for this item.
Public propertyPartId
The 128-bit unique identifier of the InternalPart that is required for this item.
Public propertyPartNumber
The internal part number of the InternalPart that is required for this item.
Public propertyPartRevision
The revision of the InternalPart that is required for this item.
Public propertyQuantity
The quantity of parts of this type that will be consumed for each individual production unit processed at this Workstation. This property is optional, any may or may not be configured.
Public propertyReferenceList
For electronic printed circuit board (PCB) assembly, an optional list of the ECAD reference designators that will be associated with (consumed from) this setup item.
Public propertyUnitOfIssue
The name or abbreviation of the Unit that Quantity is measured in. The string value of this property must align with one of the pre-configured unit names assigned to this attribute via the unit of measure property in the FactoryLogix configuration.
Top
See Also