Click or drag to resize

InstalledMaterial Class

Describes a single lot of material that was installed on a production unit, possibly in specific locations on the production unit.
Inheritance Hierarchy
SystemObject
  CFX.StructuresInstalledMaterial

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class InstalledMaterial

The InstalledMaterial type exposes the following members.

Constructors
 NameDescription
Public methodInstalledMaterial Default constructor
Top
Properties
 NameDescription
Public propertyCarrierLocation Carrier and Location on the endpoint from which the material was dispensed (when applicable)
Public propertyInstalledComponents A list of where the on the production unit the materials / parts were installed.
Public propertyMaterial The material package that was installed
Public propertyNonInstalledComponents A list of where the on the production unit the materials / parts were not installed.
Public propertyQuantityInstalled The total quantity of parts or material installed of this particular MaterialPackage (lot)
Public propertyQuantityNonInstalled

** NOTE: ADDED in CFX 1.4 **

The total quantity of parts or material non installed of this particular MaterialPackage (lot)
Public propertyReferencePartNumber

** NOTE: ADDED in CFX 1.5 **

If the material package is used as an alternate part, this parameter indicates the original part number. For example, if A0805-001 was supposed to be used but A0805-002 was used instead (because A0805-001 was missing for example), the internal part number of the material package will be A0805-002, and the referecne part number will be A0805-001.
Public propertyUnitIdentifier Unique ID of Production Unit, Panel, or Carrier
Public propertyUnitPositionNumber Logical reference of production unit as defined by CFX position rule (see CFX standard). unit’s true unique identifier.
Top
See Also