Click or drag to resize

ValidateUnitsRequestLane Property

** NOTE: ADDED in CFX 1.2 **

Lane identifier. Null if no specific lane

Namespace: CFX.InformationSystem.UnitValidation
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public int? Lane { get; set; }

Property Value

NullableInt32
Remarks
This field allows distinguishing between requests when different kinds of units enter the machine and all need to be validated. For instance, a depaneling cell where both panels and carriers would need to be validated. - The panel has a data matrix for id and a set of modules whose statuses need to be validated. - The carrier (pallet, fixture, tray, etc) has a data matrix for id and a set of nests whose statuses need to be validated.
See Also