ValidateUnitsRequestLane Property |
** NOTE: ADDED in CFX 1.2 **
Lane identifier. Null if no specific lane
Namespace: CFX.InformationSystem.UnitValidationAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic int? Lane { get; set; }
Public Property Lane As Integer?
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