Click or drag to resize

MaterialCarrier Class

A dynamic structure which describes a device that is mounted at a process endpoint which contains source materials that are then consumed by the endpoint. An SMD Tape Feeder would be an example of a MaterialCarrier. This base MaterialCarrier structure is used to describe a generic carrier, when a more specific carrier location class is not available, such as SMDTapeFeeder, SMDTubeFeeder, and SMDTubeFeeder.
Inheritance Hierarchy

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

The MaterialCarrier type exposes the following members.

Constructors
 NameDescription
Public methodMaterialCarrier 
Top
Properties
 NameDescription
Public propertyName A human readable name for this carrier
Public propertyParentCarrier

** NOTE: ADDED in CFX 1.6 **

An upper level carrier in which this carrier is loaded (optional)
Public propertyUniqueIdentifier The unique identifier for this carrier (barcode, RFID, etc.)
Top
See Also