Class ProcessModel
- Namespace
- CMS.Plugin.ProcessManagement.Abstractions.Models
- Assembly
- CMS.Plugin.ProcessManagement.Abstractions.dll
工艺模型
public class ProcessModel
- Inheritance
-
ProcessModel
- Inherited Members
Constructors
ProcessModel()
Initializes a new instance of the ProcessModel class.
public ProcessModel()
ProcessModel(WorkSectionModel, WorkStationModel)
Initializes a new instance of the ProcessModel class.
public ProcessModel(WorkSectionModel workSection, WorkStationModel workStation)
Parameters
workSection
WorkSectionModelThe work section.
workStation
WorkStationModelThe work station.
Properties
BindUpdateCode
绑定更新码
public int BindUpdateCode { get; }
Property Value
DuplicateCodeDetection
重码检测
public int DuplicateCodeDetection { get; }
Property Value
DuplicateCodeDetectionOfInspection
重码检测
public int DuplicateCodeDetectionOfInspection { get; }
Property Value
FormulaDistribution
配方下发
public int FormulaDistribution { get; }
Property Value
FormulaParameters
配方参数
public List<FormulaParameterVariable> FormulaParameters { get; }
Property Value
GenerateCode
生成码
public int GenerateCode { get; }
Property Value
Inbound_ObtainBarcodeType
进站条码获取方式
public int Inbound_ObtainBarcodeType { get; }
Property Value
LabelPrint
标签打印
public int LabelPrint { get; }
Property Value
MaterialBomDetection
物料BOM清单校验
public int MaterialBomDetection { get; }
Property Value
MaterialCorrectDetection
物料正确性校验
public int MaterialCorrectDetection { get; }
Property Value
MaterialDeduction
物料扣减
public int MaterialDeduction { get; }
Property Value
MaterialDeductions
物料扣减参数
public List<MaterialDeductionVariable> MaterialDeductions { get; }
Property Value
MaterialDetection
物料检测
public int MaterialDetection { get; }
Property Value
MaterialDetection2
物料检测(2)
public int MaterialDetection2 { get; }
Property Value
MaterialDetections
物料检测参数
public List<MaterialDetectionVariable> MaterialDetections { get; }
Property Value
MaterialParameters
物料参数
public List<MaterialParameterVariable> MaterialParameters { get; }
Property Value
MaterielMissingProcessDetection
物料漏工序检测
public int MaterielMissingProcessDetection { get; }
Property Value
MaterielStateDetection
物料状态检测
public int MaterielStateDetection { get; }
Property Value
MissingProcessDetection
漏工序检测
public int MissingProcessDetection { get; }
Property Value
MissingProcessDetectionOfCrossLine
漏工序检测(跨产线)
public int MissingProcessDetectionOfCrossLine { get; }
Property Value
MissingProcessDetectionOfInspection
漏工序检测
public int MissingProcessDetectionOfInspection { get; }
Property Value
ObtainBarcodeType
条码获取方式
public int ObtainBarcodeType { get; }
Property Value
Outbound_ObtainBarcodeType
出站条码获取方式
public int Outbound_ObtainBarcodeType { get; }
Property Value
PLCSimulation
PLC模拟
public int PLCSimulation { get; }
Property Value
PalletBinding
托盘绑定
public int PalletBinding { get; }
Property Value
PalletUnbind
托盘解绑
public int PalletUnbind { get; }
Property Value
ParameterTransfer
参数传递
public int ParameterTransfer { get; }
Property Value
ParameterTransfers
参数传递
public List<ParameterTransferVariable> ParameterTransfers { get; }
Property Value
ProcessName
工艺名称
public string ProcessName { get; }
Property Value
ProcessParameters
过程参数
public List<ProcessParameterVariable> ProcessParameters { get; }
Property Value
ProductAutomaticRepair
不良品自动返修
public int ProductAutomaticRepair { get; }
Property Value
ProductDelivery
产品输送
public int ProductDelivery { get; }
Property Value
ProductInfoDistribute
产品信息下发
public int ProductInfoDistribute { get; }
Property Value
ProductStateDetection
产品状态检测
public int ProductStateDetection { get; }
Property Value
ProductStateDetectionOfCrossLine
产品状态检测(跨产线)
public int ProductStateDetectionOfCrossLine { get; }
Property Value
ProductStateDetectionOfInspection
产品状态检测
public int ProductStateDetectionOfInspection { get; }
Property Value
QualifiedJudgmentType
合格判断方式
public int QualifiedJudgmentType { get; }
Property Value
SignalParameter
信号参数
public SignalParameterCollection SignalParameter { get; }
Property Value
SopControl
SOP控制
public int SopControl { get; }
Property Value
Sort
排序
public int Sort { get; }
Property Value
UnqualifiedReasons
不良原因
public List<UnqualifiedReasonModel> UnqualifiedReasons { get; }
Property Value
WorkSection
工序模型
[Design("工序", "当前工序")]
public WorkSectionModel WorkSection { get; }
Property Value
WorkSectionType
工序类型
public int WorkSectionType { get; }
Property Value
WorkStation
工位模型
[Design("工位", "当前工位")]
public WorkStationModel WorkStation { get; }