GetMagazineDataResponse Class |
** NOTE: ADDED in CFX 1.3 **
Reponse to a request by a Hermes enabled endpoint to acquire information related to a particular magazine.
{
"Result": {
"Result": "Success",
"ResultCode": 0,
"Message": null
},
"MagazineData": {
"MagazineId": "ID12345",
"HermesUnits": [
{
"SlotId": 1,
"BoardId": "3ce1c3f6-695d-4eaa-a0eb-cadb9b1eccba",
"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": "67ec444b-24de-4ed3-b7be-1db4ace6ef5f",
"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 GetMagazineDataResponse : CFXMessage
Public Class GetMagazineDataResponse
Inherits CFXMessage
The GetMagazineDataResponse type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | MagazineData |
Barcode of a magazine, required to identify the magazine.
|
 | Result |
Result of the request
|
Top
See Also