|
@ -23,6 +23,7 @@ var OPCComRule_WorkPlaceNr = grmi.NewField("WorkPlaceNr", "OPCComRule.WorkPlaceN |
|
|
var OPCComRule_PO = grmi.NewField("PO", "OPCComRule.PO", "po", grmi.TypeInt) |
|
|
var OPCComRule_PO = grmi.NewField("PO", "OPCComRule.PO", "po", grmi.TypeInt) |
|
|
var OPCComRule_StepNo = grmi.NewField("StepNo", "OPCComRule.StepNo", "stepno", grmi.TypeInt) |
|
|
var OPCComRule_StepNo = grmi.NewField("StepNo", "OPCComRule.StepNo", "stepno", grmi.TypeInt) |
|
|
var OPCComRule_StepDesc = grmi.NewField("StepDesc", "OPCComRule.StepDesc", "stepdesc", grmi.TypeString) |
|
|
var OPCComRule_StepDesc = grmi.NewField("StepDesc", "OPCComRule.StepDesc", "stepdesc", grmi.TypeString) |
|
|
|
|
|
var OPCComRule_OPCDesc = grmi.NewField("OPCDesc", "OPCComRule.OPCDesc", "opcdesc", grmi.TypeString) |
|
|
var OPCComRule_ProjectId = grmi.NewField("ProjectId", "OPCComRule.ProjectId", "projectid", grmi.TypeString) |
|
|
var OPCComRule_ProjectId = grmi.NewField("ProjectId", "OPCComRule.ProjectId", "projectid", grmi.TypeString) |
|
|
var OPCComRule_ActionType = grmi.NewField("ActionType", "OPCComRule.ActionType", "actiontype", grmi.TypeString) |
|
|
var OPCComRule_ActionType = grmi.NewField("ActionType", "OPCComRule.ActionType", "actiontype", grmi.TypeString) |
|
|
var OPCComRule_DBlockAddress = grmi.NewField("DBlockAddress", "OPCComRule.DBlockAddress", "dblockaddress", grmi.TypeString) |
|
|
var OPCComRule_DBlockAddress = grmi.NewField("DBlockAddress", "OPCComRule.DBlockAddress", "dblockaddress", grmi.TypeString) |
|
@ -54,16 +55,17 @@ var OPCComRule = grmi.NewEntity( |
|
|
OPCComRule_PO.Name: OPCComRule_PO, |
|
|
OPCComRule_PO.Name: OPCComRule_PO, |
|
|
OPCComRule_StepNo.Name: OPCComRule_StepNo, |
|
|
OPCComRule_StepNo.Name: OPCComRule_StepNo, |
|
|
OPCComRule_StepDesc.Name: OPCComRule_StepDesc, |
|
|
OPCComRule_StepDesc.Name: OPCComRule_StepDesc, |
|
|
|
|
|
OPCComRule_OPCDesc.Name: OPCComRule_OPCDesc, |
|
|
OPCComRule_ProjectId.Name: OPCComRule_ProjectId, |
|
|
OPCComRule_ProjectId.Name: OPCComRule_ProjectId, |
|
|
OPCComRule_ActionType.Name: OPCComRule_ActionType, |
|
|
OPCComRule_ActionType.Name: OPCComRule_ActionType, |
|
|
OPCComRule_DBlockAddress.Name: OPCComRule_DBlockAddress, |
|
|
OPCComRule_DBlockAddress.Name: OPCComRule_DBlockAddress, |
|
|
OPCComRule_DBlockValueType.Name: OPCComRule_DBlockValueType, |
|
|
OPCComRule_DBlockValueType.Name: OPCComRule_DBlockValueType, |
|
|
OPCComRule_DBlockValue.Name: OPCComRule_DBlockValue, |
|
|
OPCComRule_DBlockValue.Name: OPCComRule_DBlockValue, |
|
|
OPCComRule_Formula.Name: OPCComRule_Formula, |
|
|
|
|
|
OPCComRule_OperatorSimbol.Name: OPCComRule_OperatorSimbol, |
|
|
|
|
|
|
|
|
OPCComRule_Formula.Name: OPCComRule_Formula, |
|
|
|
|
|
OPCComRule_OperatorSimbol.Name: OPCComRule_OperatorSimbol, |
|
|
OPCComRule_LastModify.Name: OPCComRule_LastModify, |
|
|
OPCComRule_LastModify.Name: OPCComRule_LastModify, |
|
|
OPCComRule_LastUser.Name: OPCComRule_LastUser, |
|
|
OPCComRule_LastUser.Name: OPCComRule_LastUser, |
|
|
OPCComRule_CreateTime.Name: OPCComRule_CreateTime, |
|
|
OPCComRule_CreateTime.Name: OPCComRule_CreateTime, |
|
|
}, |
|
|
}, |
|
|
[]string{"PlantNr"}, |
|
|
[]string{"PlantNr"}, |
|
|
[]string{"PO", "StepNo", "StepDesc", "ProjectId", "ActionType", "DBlockAddress", "DBlockValueType", "DBlockValue", "Formula", "OperatorSimbol", "LastUser"}) |
|
|
|
|
|
|
|
|
[]string{"PO", "StepNo", "StepDesc", "OPCDesc", "ProjectId", "ActionType", "DBlockAddress", "DBlockValueType", "DBlockValue", "Formula", "OperatorSimbol", "LastUser"}) |