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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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