Click or drag to resize

HermesUnit Class

** NOTE: ADDED in CFX 1.3 **

Structure that contains information related to a Unit (Board) according to the Hermes standard.
Inheritance Hierarchy
SystemObject
  CFX.StructuresHermesUnit

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

The HermesUnit type exposes the following members.

Constructors
 NameDescription
Public methodHermesUnit 
Top
Properties
 NameDescription
Public propertyBoardId Indicating the ID of the available board (GUID, 36 bytes)
Public propertyBoardIdCreatedBy MachineId of the machine which created the BoardId (the first machine in a consecutive row of machines implementing this protocol). The MachineId is part of the Hermes configuration.
Public propertyBottomBarcode The barcode of the bottom side of the printed board.
Public propertyBottomClearanceHeight The clearance height for the bottom side of the printed board in millimeter.
Public propertyConveyorSpeed The conveyor speed preferred by the upstream machine in millimeter per second.
Public propertyFailedBoard A value of the list below. 0 Board of unknown quality available 1 Good board available 2 Failed board available
Public propertyFlippedBoard A value of the list below: 0 Side up is unknown 1 Board top side is up 2 Board bottom side is up
Public propertyLenght The length of the printed board in millimeter.
Public propertyProductTypeId Identifies a collection of printed boards sharing common properties.
Public propertySlotId Indicates the slot in the magazine, enumerated from bottom to top, beginning with 1.
Public propertyThickness The thickness of the printed board in millimeter.
Public propertyTopBarcode The barcode of the top side of the printed board.
Public propertyTopClearanceHeight The clearance height for the top side of the printed board in millimeter.
Public propertyWeight The weight of the printed board in grams.
Public propertyWidth The width of the printed board in millimeter.
Public propertyWorkOrderIdentifier Identifier of the Work Order (Batch and ID).
Top
See Also