|  |  |  | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public short CheckPos { get; set; } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | public class R_ConveyorLineGMInfo : DeviceCommand | 
|---|
|  |  |  | { | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// ç®±å· | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | [DataLength(120)] | 
|---|
|  |  |  | public string Boxcode { get; set; } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | public class R_ConveyorLineFLInfo : DeviceCommand | 
|---|
|  |  |  | { | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// æçå· | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | [DataLength(20)] | 
|---|
|  |  |  | public string Barcode { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// ä»»å¡å· | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [DataLength(20)] | 
|---|
|  |  |  | public string TaskNum { get; set; } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | public class R_ConveyorLineStatus | 
|---|
|  |  |  | { | 
|---|
|  |  |  | /// <summary> | 
|---|