** NOTE: ADDED in CFX 1.3 **
Event triggered by a Hermes enabled endpoint when a magazine arrived.
{
"MagazineData": {
"MagazineId": "ID12345",
"HermesUnits": [
{
"SlotId": 1,
"BoardId": "aa40cd8e-aa68-4ce5-a1dd-a8c41bd3fa9c",
"BoardIdCreatedBy": "Printer12345",
"FailedBoard": 1,
"ProductTypeId": "Product_A",
"FlippedBoard": 1,
"TopBarcode": "BT_M20206500001",
"BottomBarcode": "B_M20206500001",
"Lenght": 160.0,
"Width": 100.0,
"Thickness": 10.0,
"ConveyorSpeed": 1200.0,
"TopClearanceHeight": 2.5,
"BottomClearanceHeight": 1.2,
"Weight": 80.0,
"WorkOrderIdentifier": {
"WorkOrderId": "WO9988776666",
"Batch": "Batch1"
}
},
{
"SlotId": 2,
"BoardId": "7eb2a1db-5adf-4582-8508-180320158178",
"BoardIdCreatedBy": "Printer12345",
"FailedBoard": 1,
"ProductTypeId": "Product_A",
"FlippedBoard": 1,
"TopBarcode": "BT_M20206500002",
"BottomBarcode": "B_M20206500002",
"Lenght": 160.0,
"Width": 100.0,
"Thickness": 10.0,
"ConveyorSpeed": 1200.0,
"TopClearanceHeight": 2.5,
"BottomClearanceHeight": 1.2,
"Weight": 80.0,
"WorkOrderIdentifier": {
"WorkOrderId": "WO9988776666",
"Batch": "Batch1"
}
}
]
}
}
Inheritance Hierarchy Namespace: CFX.Production.HermesAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class MagazineArrived : CFXMessage
Public Class MagazineArrived
Inherits CFXMessage
The MagazineArrived type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | MagazineData |
Barcode of a magazine, required to identify the magazine.
|
Top
See Also