Click or drag to resize

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
SystemObject
  CFXCFXMessage
    CFX.Production.HermesGetMagazineDataResponse

Namespace: CFX.Production.Hermes
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class GetMagazineDataResponse : CFXMessage

The GetMagazineDataResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetMagazineDataResponse Default constructor
Top
Properties
 NameDescription
Public propertyMagazineData Barcode of a magazine, required to identify the magazine.
Public propertyResult Result of the request
Top
See Also