/* ========================================================================
* Copyright (c) 2005-2020 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
* The complete license agreement can be found here:
* http://opcfoundation.org/License/MIT/1.00/
* ======================================================================*/
using System;
using System.Collections.Generic;
using System.Text;
using System.Reflection;
using System.Xml;
using System.Runtime.Serialization;
using Opc.Ua;
namespace Opc.MDIS
{
#region DataType Identifiers
///
/// A class that declares constants for all DataTypes in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class DataTypes
{
///
/// The identifier for the SignatureStatusEnum DataType.
///
public const uint SignatureStatusEnum = 699;
///
/// The identifier for the SetCalculatedPositionEnum DataType.
///
public const uint SetCalculatedPositionEnum = 1287;
///
/// The identifier for the CommandEnum DataType.
///
public const uint CommandEnum = 3;
///
/// The identifier for the ChokeCommandEnum DataType.
///
public const uint ChokeCommandEnum = 701;
///
/// The identifier for the SEMEnum DataType.
///
public const uint SEMEnum = 5;
///
/// The identifier for the ValvePositionEnum DataType.
///
public const uint ValvePositionEnum = 703;
///
/// The identifier for the ChokeMoveEnum DataType.
///
public const uint ChokeMoveEnum = 602;
///
/// The identifier for the MDISVersionDataType DataType.
///
public const uint MDISVersionDataType = 1289;
}
#endregion
#region Method Identifiers
///
/// A class that declares constants for all Methods in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class Methods
{
///
/// The identifier for the MDISBaseObjectType_EnableDisable Method.
///
public const uint MDISBaseObjectType_EnableDisable = 195;
///
/// The identifier for the MDISValveObjectType_Move Method.
///
public const uint MDISValveObjectType_Move = 883;
///
/// The identifier for the MDISValveObjectType_ValveSignature_Open Method.
///
public const uint MDISValveObjectType_ValveSignature_Open = 1299;
///
/// The identifier for the MDISValveObjectType_ValveSignature_Close Method.
///
public const uint MDISValveObjectType_ValveSignature_Close = 1302;
///
/// The identifier for the MDISValveObjectType_ValveSignature_Read Method.
///
public const uint MDISValveObjectType_ValveSignature_Read = 1304;
///
/// The identifier for the MDISValveObjectType_ValveSignature_Write Method.
///
public const uint MDISValveObjectType_ValveSignature_Write = 1307;
///
/// The identifier for the MDISValveObjectType_ValveSignature_GetPosition Method.
///
public const uint MDISValveObjectType_ValveSignature_GetPosition = 1309;
///
/// The identifier for the MDISValveObjectType_ValveSignature_SetPosition Method.
///
public const uint MDISValveObjectType_ValveSignature_SetPosition = 1312;
///
/// The identifier for the MDISDigitalOutObjectType_WriteState Method.
///
public const uint MDISDigitalOutObjectType_WriteState = 1240;
///
/// The identifier for the MDISDiscreteOutObjectType_WriteValue Method.
///
public const uint MDISDiscreteOutObjectType_WriteValue = 1252;
///
/// The identifier for the MDISInstrumentOutObjectType_WriteValue Method.
///
public const uint MDISInstrumentOutObjectType_WriteValue = 1277;
///
/// The identifier for the MDISChokeObjectType_Move Method.
///
public const uint MDISChokeObjectType_Move = 1155;
///
/// The identifier for the MDISChokeObjectType_Step Method.
///
public const uint MDISChokeObjectType_Step = 1157;
///
/// The identifier for the MDISChokeObjectType_Abort Method.
///
public const uint MDISChokeObjectType_Abort = 1159;
///
/// The identifier for the MDISChokeObjectType_SetCalculatedPosition Method.
///
public const uint MDISChokeObjectType_SetCalculatedPosition = 1284;
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder_WriteValue Method.
///
public const uint MDISAggregateObjectType_InstrumentOutPlaceholder_WriteValue = 1390;
///
/// The identifier for the MDISAggregateObjectType_DigitalOutPlaceholder_WriteState Method.
///
public const uint MDISAggregateObjectType_DigitalOutPlaceholder_WriteState = 1402;
///
/// The identifier for the MDISAggregateObjectType_DiscreteOutPlaceholder_WriteValue Method.
///
public const uint MDISAggregateObjectType_DiscreteOutPlaceholder_WriteValue = 1414;
///
/// The identifier for the MDISAggregateObjectType_ValvePlaceholder_Move Method.
///
public const uint MDISAggregateObjectType_ValvePlaceholder_Move = 1433;
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_Move Method.
///
public const uint MDISAggregateObjectType_ChokePlaceholder_Move = 1455;
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_Abort Method.
///
public const uint MDISAggregateObjectType_ChokePlaceholder_Abort = 1459;
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_SetCalculatedPosition Method.
///
public const uint MDISAggregateObjectType_ChokePlaceholder_SetCalculatedPosition = 1460;
///
/// The identifier for the MDISTimeSyncObjectType_SetTime Method.
///
public const uint MDISTimeSyncObjectType_SetTime = 1469;
///
/// The identifier for the MDISInformationObjectType_TimeSynchronization_SetTime Method.
///
public const uint MDISInformationObjectType_TimeSynchronization_SetTime = 1473;
///
/// The identifier for the MDISInformation_TimeSynchronization_SetTime Method.
///
public const uint MDISInformation_TimeSynchronization_SetTime = 15046;
}
#endregion
#region Object Identifiers
///
/// A class that declares constants for all Objects in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class Objects
{
///
/// The identifier for the MDISValveObjectType_ValveSignature Object.
///
public const uint MDISValveObjectType_ValveSignature = 1294;
///
/// The identifier for the MDISAggregateObjectType_InstrumentPlaceholder Object.
///
public const uint MDISAggregateObjectType_InstrumentPlaceholder = 1324;
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder Object.
///
public const uint MDISAggregateObjectType_InstrumentOutPlaceholder = 1367;
///
/// The identifier for the MDISAggregateObjectType_DigitalInstrumentPlaceholder Object.
///
public const uint MDISAggregateObjectType_DigitalInstrumentPlaceholder = 15022;
///
/// The identifier for the MDISAggregateObjectType_DiscreteInstrumentPlaceholder Object.
///
public const uint MDISAggregateObjectType_DiscreteInstrumentPlaceholder = 15032;
///
/// The identifier for the MDISAggregateObjectType_DigitalOutPlaceholder Object.
///
public const uint MDISAggregateObjectType_DigitalOutPlaceholder = 1392;
///
/// The identifier for the MDISAggregateObjectType_DiscreteOutPlaceholder Object.
///
public const uint MDISAggregateObjectType_DiscreteOutPlaceholder = 1404;
///
/// The identifier for the MDISAggregateObjectType_ValvePlaceholder Object.
///
public const uint MDISAggregateObjectType_ValvePlaceholder = 1416;
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder Object.
///
public const uint MDISAggregateObjectType_ChokePlaceholder = 1437;
///
/// The identifier for the MDISInformationObjectType_TimeSynchronization Object.
///
public const uint MDISInformationObjectType_TimeSynchronization = 1472;
///
/// The identifier for the MDISInformationObjectType_Signatures Object.
///
public const uint MDISInformationObjectType_Signatures = 1475;
///
/// The identifier for the MDISInformation Object.
///
public const uint MDISInformation = 15044;
///
/// The identifier for the MDISInformation_TimeSynchronization Object.
///
public const uint MDISInformation_TimeSynchronization = 15045;
///
/// The identifier for the MDISInformation_Signatures Object.
///
public const uint MDISInformation_Signatures = 15048;
///
/// The identifier for the MDISVersionDataType_Encoding_DefaultBinary Object.
///
public const uint MDISVersionDataType_Encoding_DefaultBinary = 1484;
///
/// The identifier for the MDISVersionDataType_Encoding_DefaultXml Object.
///
public const uint MDISVersionDataType_Encoding_DefaultXml = 1480;
///
/// The identifier for the MDISVersionDataType_Encoding_DefaultJson Object.
///
public const uint MDISVersionDataType_Encoding_DefaultJson = 15004;
}
#endregion
#region ObjectType Identifiers
///
/// A class that declares constants for all ObjectTypes in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class ObjectTypes
{
///
/// The identifier for the MDISBaseObjectType ObjectType.
///
public const uint MDISBaseObjectType = 194;
///
/// The identifier for the MDISValveObjectType ObjectType.
///
public const uint MDISValveObjectType = 794;
///
/// The identifier for the MDISDigitalInstrumentObjectType ObjectType.
///
public const uint MDISDigitalInstrumentObjectType = 889;
///
/// The identifier for the MDISDigitalOutObjectType ObjectType.
///
public const uint MDISDigitalOutObjectType = 1230;
///
/// The identifier for the MDISDiscreteInstrumentObjectType ObjectType.
///
public const uint MDISDiscreteInstrumentObjectType = 1214;
///
/// The identifier for the MDISDiscreteOutObjectType ObjectType.
///
public const uint MDISDiscreteOutObjectType = 1242;
///
/// The identifier for the MDISInstrumentObjectType ObjectType.
///
public const uint MDISInstrumentObjectType = 971;
///
/// The identifier for the MDISInstrumentOutObjectType ObjectType.
///
public const uint MDISInstrumentOutObjectType = 1254;
///
/// The identifier for the MDISChokeObjectType ObjectType.
///
public const uint MDISChokeObjectType = 1066;
///
/// The identifier for the MDISAggregateObjectType ObjectType.
///
public const uint MDISAggregateObjectType = 1315;
///
/// The identifier for the MDISTimeSyncObjectType ObjectType.
///
public const uint MDISTimeSyncObjectType = 1468;
///
/// The identifier for the MDISInformationObjectType ObjectType.
///
public const uint MDISInformationObjectType = 1471;
}
#endregion
#region ReferenceType Identifiers
///
/// A class that declares constants for all ReferenceTypes in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class ReferenceTypes
{
///
/// The identifier for the HasInterlock ReferenceType.
///
public const uint HasInterlock = 1183;
///
/// The identifier for the HasSignature ReferenceType.
///
public const uint HasSignature = 1286;
///
/// The identifier for the InterlockFor ReferenceType.
///
public const uint InterlockFor = 1184;
}
#endregion
#region Variable Identifiers
///
/// A class that declares constants for all Variables in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class Variables
{
///
/// The identifier for the MDISBaseObjectType_Fault Variable.
///
public const uint MDISBaseObjectType_Fault = 489;
///
/// The identifier for the MDISBaseObjectType_FaultCode Variable.
///
public const uint MDISBaseObjectType_FaultCode = 1165;
///
/// The identifier for the MDISBaseObjectType_Warning Variable.
///
public const uint MDISBaseObjectType_Warning = 497;
///
/// The identifier for the MDISBaseObjectType_WarningCode Variable.
///
public const uint MDISBaseObjectType_WarningCode = 1166;
///
/// The identifier for the MDISBaseObjectType_Enabled Variable.
///
public const uint MDISBaseObjectType_Enabled = 476;
///
/// The identifier for the MDISBaseObjectType_EnableDisable_InputArguments Variable.
///
public const uint MDISBaseObjectType_EnableDisable_InputArguments = 196;
///
/// The identifier for the MDISBaseObjectType_TagId Variable.
///
public const uint MDISBaseObjectType_TagId = 197;
///
/// The identifier for the SignatureStatusEnum_EnumValues Variable.
///
public const uint SignatureStatusEnum_EnumValues = 700;
///
/// The identifier for the SetCalculatedPositionEnum_EnumValues Variable.
///
public const uint SetCalculatedPositionEnum_EnumValues = 1288;
///
/// The identifier for the CommandEnum_EnumValues Variable.
///
public const uint CommandEnum_EnumValues = 616;
///
/// The identifier for the ChokeCommandEnum_EnumValues Variable.
///
public const uint ChokeCommandEnum_EnumValues = 702;
///
/// The identifier for the SEMEnum_EnumValues Variable.
///
public const uint SEMEnum_EnumValues = 6;
///
/// The identifier for the ValvePositionEnum_EnumValues Variable.
///
public const uint ValvePositionEnum_EnumValues = 704;
///
/// The identifier for the ChokeMoveEnum_EnumValues Variable.
///
public const uint ChokeMoveEnum_EnumValues = 603;
///
/// The identifier for the MDISVersionVariableType_MajorVersion Variable.
///
public const uint MDISVersionVariableType_MajorVersion = 1291;
///
/// The identifier for the MDISVersionVariableType_MinorVersion Variable.
///
public const uint MDISVersionVariableType_MinorVersion = 1292;
///
/// The identifier for the MDISVersionVariableType_Build Variable.
///
public const uint MDISVersionVariableType_Build = 1293;
///
/// The identifier for the MDISValveObjectType_EnableDisable_InputArguments Variable.
///
public const uint MDISValveObjectType_EnableDisable_InputArguments = 799;
///
/// The identifier for the MDISValveObjectType_Position Variable.
///
public const uint MDISValveObjectType_Position = 875;
///
/// The identifier for the MDISValveObjectType_CommandRejected Variable.
///
public const uint MDISValveObjectType_CommandRejected = 876;
///
/// The identifier for the MDISValveObjectType_SignatureRequestStatus Variable.
///
public const uint MDISValveObjectType_SignatureRequestStatus = 877;
///
/// The identifier for the MDISValveObjectType_LastCommand Variable.
///
public const uint MDISValveObjectType_LastCommand = 878;
///
/// The identifier for the MDISValveObjectType_NonDefeatableOpenInterlock Variable.
///
public const uint MDISValveObjectType_NonDefeatableOpenInterlock = 879;
///
/// The identifier for the MDISValveObjectType_DefeatableOpenInterlock Variable.
///
public const uint MDISValveObjectType_DefeatableOpenInterlock = 880;
///
/// The identifier for the MDISValveObjectType_NonDefeatableCloseInterlock Variable.
///
public const uint MDISValveObjectType_NonDefeatableCloseInterlock = 881;
///
/// The identifier for the MDISValveObjectType_DefeatableCloseInterlock Variable.
///
public const uint MDISValveObjectType_DefeatableCloseInterlock = 882;
///
/// The identifier for the MDISValveObjectType_Move_InputArguments Variable.
///
public const uint MDISValveObjectType_Move_InputArguments = 884;
///
/// The identifier for the MDISValveObjectType_InterlockPlaceholder Variable.
///
public const uint MDISValveObjectType_InterlockPlaceholder = 1280;
///
/// The identifier for the MDISValveObjectType_OpenTimeDuration Variable.
///
public const uint MDISValveObjectType_OpenTimeDuration = 887;
///
/// The identifier for the MDISValveObjectType_CloseTimeDuration Variable.
///
public const uint MDISValveObjectType_CloseTimeDuration = 888;
///
/// The identifier for the MDISValveObjectType_ValveSignature_Size Variable.
///
public const uint MDISValveObjectType_ValveSignature_Size = 1295;
///
/// The identifier for the MDISValveObjectType_ValveSignature_Writable Variable.
///
public const uint MDISValveObjectType_ValveSignature_Writable = 1296;
///
/// The identifier for the MDISValveObjectType_ValveSignature_UserWritable Variable.
///
public const uint MDISValveObjectType_ValveSignature_UserWritable = 1297;
///
/// The identifier for the MDISValveObjectType_ValveSignature_OpenCount Variable.
///
public const uint MDISValveObjectType_ValveSignature_OpenCount = 1298;
///
/// The identifier for the MDISValveObjectType_ValveSignature_Open_InputArguments Variable.
///
public const uint MDISValveObjectType_ValveSignature_Open_InputArguments = 1300;
///
/// The identifier for the MDISValveObjectType_ValveSignature_Open_OutputArguments Variable.
///
public const uint MDISValveObjectType_ValveSignature_Open_OutputArguments = 1301;
///
/// The identifier for the MDISValveObjectType_ValveSignature_Close_InputArguments Variable.
///
public const uint MDISValveObjectType_ValveSignature_Close_InputArguments = 1303;
///
/// The identifier for the MDISValveObjectType_ValveSignature_Read_InputArguments Variable.
///
public const uint MDISValveObjectType_ValveSignature_Read_InputArguments = 1305;
///
/// The identifier for the MDISValveObjectType_ValveSignature_Read_OutputArguments Variable.
///
public const uint MDISValveObjectType_ValveSignature_Read_OutputArguments = 1306;
///
/// The identifier for the MDISValveObjectType_ValveSignature_Write_InputArguments Variable.
///
public const uint MDISValveObjectType_ValveSignature_Write_InputArguments = 1308;
///
/// The identifier for the MDISValveObjectType_ValveSignature_GetPosition_InputArguments Variable.
///
public const uint MDISValveObjectType_ValveSignature_GetPosition_InputArguments = 1310;
///
/// The identifier for the MDISValveObjectType_ValveSignature_GetPosition_OutputArguments Variable.
///
public const uint MDISValveObjectType_ValveSignature_GetPosition_OutputArguments = 1311;
///
/// The identifier for the MDISValveObjectType_ValveSignature_SetPosition_InputArguments Variable.
///
public const uint MDISValveObjectType_ValveSignature_SetPosition_InputArguments = 1313;
///
/// The identifier for the MDISDigitalInstrumentObjectType_EnableDisable_InputArguments Variable.
///
public const uint MDISDigitalInstrumentObjectType_EnableDisable_InputArguments = 894;
///
/// The identifier for the MDISDigitalInstrumentObjectType_State Variable.
///
public const uint MDISDigitalInstrumentObjectType_State = 970;
///
/// The identifier for the MDISDigitalOutObjectType_EnableDisable_InputArguments Variable.
///
public const uint MDISDigitalOutObjectType_EnableDisable_InputArguments = 1237;
///
/// The identifier for the MDISDigitalOutObjectType_WriteState_InputArguments Variable.
///
public const uint MDISDigitalOutObjectType_WriteState_InputArguments = 1241;
///
/// The identifier for the MDISDiscreteInstrumentObjectType_EnableDisable_InputArguments Variable.
///
public const uint MDISDiscreteInstrumentObjectType_EnableDisable_InputArguments = 1221;
///
/// The identifier for the MDISDiscreteInstrumentObjectType_State Variable.
///
public const uint MDISDiscreteInstrumentObjectType_State = 1223;
///
/// The identifier for the MDISDiscreteOutObjectType_EnableDisable_InputArguments Variable.
///
public const uint MDISDiscreteOutObjectType_EnableDisable_InputArguments = 1249;
///
/// The identifier for the MDISDiscreteOutObjectType_WriteValue_InputArguments Variable.
///
public const uint MDISDiscreteOutObjectType_WriteValue_InputArguments = 1253;
///
/// The identifier for the MDISInstrumentObjectType_EnableDisable_InputArguments Variable.
///
public const uint MDISInstrumentObjectType_EnableDisable_InputArguments = 976;
///
/// The identifier for the MDISInstrumentObjectType_ProcessVariable Variable.
///
public const uint MDISInstrumentObjectType_ProcessVariable = 1052;
///
/// The identifier for the MDISInstrumentObjectType_ProcessVariable_EURange Variable.
///
public const uint MDISInstrumentObjectType_ProcessVariable_EURange = 1056;
///
/// The identifier for the MDISInstrumentObjectType_ProcessVariable_EngineeringUnits Variable.
///
public const uint MDISInstrumentObjectType_ProcessVariable_EngineeringUnits = 1057;
///
/// The identifier for the MDISInstrumentObjectType_HHlimit Variable.
///
public const uint MDISInstrumentObjectType_HHlimit = 1058;
///
/// The identifier for the MDISInstrumentObjectType_Hlimit Variable.
///
public const uint MDISInstrumentObjectType_Hlimit = 1059;
///
/// The identifier for the MDISInstrumentObjectType_Llimit Variable.
///
public const uint MDISInstrumentObjectType_Llimit = 1060;
///
/// The identifier for the MDISInstrumentObjectType_LLlimit Variable.
///
public const uint MDISInstrumentObjectType_LLlimit = 1061;
///
/// The identifier for the MDISInstrumentObjectType_HHSetPoint Variable.
///
public const uint MDISInstrumentObjectType_HHSetPoint = 1062;
///
/// The identifier for the MDISInstrumentObjectType_HSetPoint Variable.
///
public const uint MDISInstrumentObjectType_HSetPoint = 1063;
///
/// The identifier for the MDISInstrumentObjectType_LSetPoint Variable.
///
public const uint MDISInstrumentObjectType_LSetPoint = 1064;
///
/// The identifier for the MDISInstrumentObjectType_LLSetPoint Variable.
///
public const uint MDISInstrumentObjectType_LLSetPoint = 1065;
///
/// The identifier for the MDISInstrumentOutObjectType_EnableDisable_InputArguments Variable.
///
public const uint MDISInstrumentOutObjectType_EnableDisable_InputArguments = 1261;
///
/// The identifier for the MDISInstrumentOutObjectType_ProcessVariable_EURange Variable.
///
public const uint MDISInstrumentOutObjectType_ProcessVariable_EURange = 1267;
///
/// The identifier for the MDISInstrumentOutObjectType_ProcessVariable_EngineeringUnits Variable.
///
public const uint MDISInstrumentOutObjectType_ProcessVariable_EngineeringUnits = 1268;
///
/// The identifier for the MDISInstrumentOutObjectType_WriteValue_InputArguments Variable.
///
public const uint MDISInstrumentOutObjectType_WriteValue_InputArguments = 1278;
///
/// The identifier for the MDISChokeObjectType_EnableDisable_InputArguments Variable.
///
public const uint MDISChokeObjectType_EnableDisable_InputArguments = 1071;
///
/// The identifier for the MDISChokeObjectType_CalculatedPosition Variable.
///
public const uint MDISChokeObjectType_CalculatedPosition = 1147;
///
/// The identifier for the MDISChokeObjectType_SetCalculatedPositionStatus Variable.
///
public const uint MDISChokeObjectType_SetCalculatedPositionStatus = 1314;
///
/// The identifier for the MDISChokeObjectType_PositionInSteps Variable.
///
public const uint MDISChokeObjectType_PositionInSteps = 1148;
///
/// The identifier for the MDISChokeObjectType_Moving Variable.
///
public const uint MDISChokeObjectType_Moving = 1149;
///
/// The identifier for the MDISChokeObjectType_CommandRejected Variable.
///
public const uint MDISChokeObjectType_CommandRejected = 1150;
///
/// The identifier for the MDISChokeObjectType_NonDefeatableOpenInterlock Variable.
///
public const uint MDISChokeObjectType_NonDefeatableOpenInterlock = 1151;
///
/// The identifier for the MDISChokeObjectType_DefeatableOpenInterlock Variable.
///
public const uint MDISChokeObjectType_DefeatableOpenInterlock = 1152;
///
/// The identifier for the MDISChokeObjectType_NonDefeatableCloseInterlock Variable.
///
public const uint MDISChokeObjectType_NonDefeatableCloseInterlock = 1153;
///
/// The identifier for the MDISChokeObjectType_DefeatableCloseInterlock Variable.
///
public const uint MDISChokeObjectType_DefeatableCloseInterlock = 1154;
///
/// The identifier for the MDISChokeObjectType_Move_InputArguments Variable.
///
public const uint MDISChokeObjectType_Move_InputArguments = 1156;
///
/// The identifier for the MDISChokeObjectType_Step_InputArguments Variable.
///
public const uint MDISChokeObjectType_Step_InputArguments = 1158;
///
/// The identifier for the MDISChokeObjectType_SetCalculatedPosition_InputArguments Variable.
///
public const uint MDISChokeObjectType_SetCalculatedPosition_InputArguments = 1285;
///
/// The identifier for the MDISChokeObjectType_InterlockPlaceholder Variable.
///
public const uint MDISChokeObjectType_InterlockPlaceholder = 1281;
///
/// The identifier for the MDISChokeObjectType_StepDurationOpen Variable.
///
public const uint MDISChokeObjectType_StepDurationOpen = 1162;
///
/// The identifier for the MDISChokeObjectType_StepDurationClose Variable.
///
public const uint MDISChokeObjectType_StepDurationClose = 1163;
///
/// The identifier for the MDISChokeObjectType_TotalSteps Variable.
///
public const uint MDISChokeObjectType_TotalSteps = 1164;
///
/// The identifier for the MDISAggregateObjectType_EnableDisable_InputArguments Variable.
///
public const uint MDISAggregateObjectType_EnableDisable_InputArguments = 1322;
///
/// The identifier for the MDISAggregateObjectType_InstrumentPlaceholder_Fault Variable.
///
public const uint MDISAggregateObjectType_InstrumentPlaceholder_Fault = 1325;
///
/// The identifier for the MDISAggregateObjectType_InstrumentPlaceholder_EnableDisable_InputArguments Variable.
///
public const uint MDISAggregateObjectType_InstrumentPlaceholder_EnableDisable_InputArguments = 1331;
///
/// The identifier for the MDISAggregateObjectType_InstrumentPlaceholder_ProcessVariable Variable.
///
public const uint MDISAggregateObjectType_InstrumentPlaceholder_ProcessVariable = 1333;
///
/// The identifier for the MDISAggregateObjectType_InstrumentPlaceholder_ProcessVariable_EURange Variable.
///
public const uint MDISAggregateObjectType_InstrumentPlaceholder_ProcessVariable_EURange = 1337;
///
/// The identifier for the MDISAggregateObjectType_InstrumentPlaceholder_ProcessVariable_EngineeringUnits Variable.
///
public const uint MDISAggregateObjectType_InstrumentPlaceholder_ProcessVariable_EngineeringUnits = 1338;
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder_Fault Variable.
///
public const uint MDISAggregateObjectType_InstrumentOutPlaceholder_Fault = 1368;
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder_EnableDisable_InputArguments Variable.
///
public const uint MDISAggregateObjectType_InstrumentOutPlaceholder_EnableDisable_InputArguments = 1374;
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder_ProcessVariable Variable.
///
public const uint MDISAggregateObjectType_InstrumentOutPlaceholder_ProcessVariable = 1376;
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder_ProcessVariable_EURange Variable.
///
public const uint MDISAggregateObjectType_InstrumentOutPlaceholder_ProcessVariable_EURange = 1380;
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder_ProcessVariable_EngineeringUnits Variable.
///
public const uint MDISAggregateObjectType_InstrumentOutPlaceholder_ProcessVariable_EngineeringUnits = 1381;
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder_WriteValue_InputArguments Variable.
///
public const uint MDISAggregateObjectType_InstrumentOutPlaceholder_WriteValue_InputArguments = 1391;
///
/// The identifier for the MDISAggregateObjectType_DigitalInstrumentPlaceholder_Fault Variable.
///
public const uint MDISAggregateObjectType_DigitalInstrumentPlaceholder_Fault = 15023;
///
/// The identifier for the MDISAggregateObjectType_DigitalInstrumentPlaceholder_EnableDisable_InputArguments Variable.
///
public const uint MDISAggregateObjectType_DigitalInstrumentPlaceholder_EnableDisable_InputArguments = 15029;
///
/// The identifier for the MDISAggregateObjectType_DigitalInstrumentPlaceholder_State Variable.
///
public const uint MDISAggregateObjectType_DigitalInstrumentPlaceholder_State = 15031;
///
/// The identifier for the MDISAggregateObjectType_DiscreteInstrumentPlaceholder_Fault Variable.
///
public const uint MDISAggregateObjectType_DiscreteInstrumentPlaceholder_Fault = 15033;
///
/// The identifier for the MDISAggregateObjectType_DiscreteInstrumentPlaceholder_EnableDisable_InputArguments Variable.
///
public const uint MDISAggregateObjectType_DiscreteInstrumentPlaceholder_EnableDisable_InputArguments = 15039;
///
/// The identifier for the MDISAggregateObjectType_DiscreteInstrumentPlaceholder_State Variable.
///
public const uint MDISAggregateObjectType_DiscreteInstrumentPlaceholder_State = 15041;
///
/// The identifier for the MDISAggregateObjectType_DigitalOutPlaceholder_Fault Variable.
///
public const uint MDISAggregateObjectType_DigitalOutPlaceholder_Fault = 1393;
///
/// The identifier for the MDISAggregateObjectType_DigitalOutPlaceholder_EnableDisable_InputArguments Variable.
///
public const uint MDISAggregateObjectType_DigitalOutPlaceholder_EnableDisable_InputArguments = 1399;
///
/// The identifier for the MDISAggregateObjectType_DigitalOutPlaceholder_State Variable.
///
public const uint MDISAggregateObjectType_DigitalOutPlaceholder_State = 1401;
///
/// The identifier for the MDISAggregateObjectType_DigitalOutPlaceholder_WriteState_InputArguments Variable.
///
public const uint MDISAggregateObjectType_DigitalOutPlaceholder_WriteState_InputArguments = 1403;
///
/// The identifier for the MDISAggregateObjectType_DiscreteOutPlaceholder_Fault Variable.
///
public const uint MDISAggregateObjectType_DiscreteOutPlaceholder_Fault = 1405;
///
/// The identifier for the MDISAggregateObjectType_DiscreteOutPlaceholder_EnableDisable_InputArguments Variable.
///
public const uint MDISAggregateObjectType_DiscreteOutPlaceholder_EnableDisable_InputArguments = 1411;
///
/// The identifier for the MDISAggregateObjectType_DiscreteOutPlaceholder_State Variable.
///
public const uint MDISAggregateObjectType_DiscreteOutPlaceholder_State = 1413;
///
/// The identifier for the MDISAggregateObjectType_DiscreteOutPlaceholder_WriteValue_InputArguments Variable.
///
public const uint MDISAggregateObjectType_DiscreteOutPlaceholder_WriteValue_InputArguments = 1415;
///
/// The identifier for the MDISAggregateObjectType_ValvePlaceholder_Fault Variable.
///
public const uint MDISAggregateObjectType_ValvePlaceholder_Fault = 1417;
///
/// The identifier for the MDISAggregateObjectType_ValvePlaceholder_EnableDisable_InputArguments Variable.
///
public const uint MDISAggregateObjectType_ValvePlaceholder_EnableDisable_InputArguments = 1423;
///
/// The identifier for the MDISAggregateObjectType_ValvePlaceholder_Position Variable.
///
public const uint MDISAggregateObjectType_ValvePlaceholder_Position = 1425;
///
/// The identifier for the MDISAggregateObjectType_ValvePlaceholder_Move_InputArguments Variable.
///
public const uint MDISAggregateObjectType_ValvePlaceholder_Move_InputArguments = 1434;
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_Fault Variable.
///
public const uint MDISAggregateObjectType_ChokePlaceholder_Fault = 1438;
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_EnableDisable_InputArguments Variable.
///
public const uint MDISAggregateObjectType_ChokePlaceholder_EnableDisable_InputArguments = 1444;
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_CalculatedPosition Variable.
///
public const uint MDISAggregateObjectType_ChokePlaceholder_CalculatedPosition = 1446;
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_Moving Variable.
///
public const uint MDISAggregateObjectType_ChokePlaceholder_Moving = 1449;
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_Move_InputArguments Variable.
///
public const uint MDISAggregateObjectType_ChokePlaceholder_Move_InputArguments = 1456;
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_Step_InputArguments Variable.
///
public const uint MDISAggregateObjectType_ChokePlaceholder_Step_InputArguments = 1458;
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_SetCalculatedPosition_InputArguments Variable.
///
public const uint MDISAggregateObjectType_ChokePlaceholder_SetCalculatedPosition_InputArguments = 1461;
///
/// The identifier for the MDISAggregateObjectType_InterlockPlaceholder Variable.
///
public const uint MDISAggregateObjectType_InterlockPlaceholder = 1465;
///
/// The identifier for the MDISTimeSyncObjectType_SetTime_InputArguments Variable.
///
public const uint MDISTimeSyncObjectType_SetTime_InputArguments = 1470;
///
/// The identifier for the MDISInformationObjectType_TimeSynchronization_SetTime_InputArguments Variable.
///
public const uint MDISInformationObjectType_TimeSynchronization_SetTime_InputArguments = 1474;
///
/// The identifier for the MDISInformationObjectType_MDISVersion Variable.
///
public const uint MDISInformationObjectType_MDISVersion = 1476;
///
/// The identifier for the MDISInformationObjectType_MDISVersion_MajorVersion Variable.
///
public const uint MDISInformationObjectType_MDISVersion_MajorVersion = 1477;
///
/// The identifier for the MDISInformationObjectType_MDISVersion_MinorVersion Variable.
///
public const uint MDISInformationObjectType_MDISVersion_MinorVersion = 1478;
///
/// The identifier for the MDISInformationObjectType_MDISVersion_Build Variable.
///
public const uint MDISInformationObjectType_MDISVersion_Build = 1479;
///
/// The identifier for the MDISInformation_TimeSynchronization_SetTime_InputArguments Variable.
///
public const uint MDISInformation_TimeSynchronization_SetTime_InputArguments = 15047;
///
/// The identifier for the MDISInformation_MDISVersion Variable.
///
public const uint MDISInformation_MDISVersion = 15049;
///
/// The identifier for the MDISInformation_MDISVersion_MajorVersion Variable.
///
public const uint MDISInformation_MDISVersion_MajorVersion = 15050;
///
/// The identifier for the MDISInformation_MDISVersion_MinorVersion Variable.
///
public const uint MDISInformation_MDISVersion_MinorVersion = 15051;
///
/// The identifier for the MDISInformation_MDISVersion_Build Variable.
///
public const uint MDISInformation_MDISVersion_Build = 15052;
///
/// The identifier for the MDIS_BinarySchema Variable.
///
public const uint MDIS_BinarySchema = 374;
///
/// The identifier for the MDIS_BinarySchema_NamespaceUri Variable.
///
public const uint MDIS_BinarySchema_NamespaceUri = 376;
///
/// The identifier for the MDIS_BinarySchema_Deprecated Variable.
///
public const uint MDIS_BinarySchema_Deprecated = 15002;
///
/// The identifier for the MDIS_BinarySchema_MDISVersionDataType Variable.
///
public const uint MDIS_BinarySchema_MDISVersionDataType = 1485;
///
/// The identifier for the MDIS_XmlSchema Variable.
///
public const uint MDIS_XmlSchema = 367;
///
/// The identifier for the MDIS_XmlSchema_NamespaceUri Variable.
///
public const uint MDIS_XmlSchema_NamespaceUri = 369;
///
/// The identifier for the MDIS_XmlSchema_Deprecated Variable.
///
public const uint MDIS_XmlSchema_Deprecated = 15003;
///
/// The identifier for the MDIS_XmlSchema_MDISVersionDataType Variable.
///
public const uint MDIS_XmlSchema_MDISVersionDataType = 1481;
}
#endregion
#region VariableType Identifiers
///
/// A class that declares constants for all VariableTypes in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class VariableTypes
{
///
/// The identifier for the InterlockVariableType VariableType.
///
public const uint InterlockVariableType = 1279;
///
/// The identifier for the MDISVersionVariableType VariableType.
///
public const uint MDISVersionVariableType = 1290;
}
#endregion
#region DataType Node Identifiers
///
/// A class that declares constants for all DataTypes in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class DataTypeIds
{
///
/// The identifier for the SignatureStatusEnum DataType.
///
public static readonly ExpandedNodeId SignatureStatusEnum = new ExpandedNodeId(Opc.MDIS.DataTypes.SignatureStatusEnum, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the SetCalculatedPositionEnum DataType.
///
public static readonly ExpandedNodeId SetCalculatedPositionEnum = new ExpandedNodeId(Opc.MDIS.DataTypes.SetCalculatedPositionEnum, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the CommandEnum DataType.
///
public static readonly ExpandedNodeId CommandEnum = new ExpandedNodeId(Opc.MDIS.DataTypes.CommandEnum, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the ChokeCommandEnum DataType.
///
public static readonly ExpandedNodeId ChokeCommandEnum = new ExpandedNodeId(Opc.MDIS.DataTypes.ChokeCommandEnum, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the SEMEnum DataType.
///
public static readonly ExpandedNodeId SEMEnum = new ExpandedNodeId(Opc.MDIS.DataTypes.SEMEnum, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the ValvePositionEnum DataType.
///
public static readonly ExpandedNodeId ValvePositionEnum = new ExpandedNodeId(Opc.MDIS.DataTypes.ValvePositionEnum, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the ChokeMoveEnum DataType.
///
public static readonly ExpandedNodeId ChokeMoveEnum = new ExpandedNodeId(Opc.MDIS.DataTypes.ChokeMoveEnum, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISVersionDataType DataType.
///
public static readonly ExpandedNodeId MDISVersionDataType = new ExpandedNodeId(Opc.MDIS.DataTypes.MDISVersionDataType, Opc.MDIS.Namespaces.MDIS);
}
#endregion
#region Method Node Identifiers
///
/// A class that declares constants for all Methods in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class MethodIds
{
///
/// The identifier for the MDISBaseObjectType_EnableDisable Method.
///
public static readonly ExpandedNodeId MDISBaseObjectType_EnableDisable = new ExpandedNodeId(Opc.MDIS.Methods.MDISBaseObjectType_EnableDisable, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_Move Method.
///
public static readonly ExpandedNodeId MDISValveObjectType_Move = new ExpandedNodeId(Opc.MDIS.Methods.MDISValveObjectType_Move, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_Open Method.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_Open = new ExpandedNodeId(Opc.MDIS.Methods.MDISValveObjectType_ValveSignature_Open, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_Close Method.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_Close = new ExpandedNodeId(Opc.MDIS.Methods.MDISValveObjectType_ValveSignature_Close, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_Read Method.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_Read = new ExpandedNodeId(Opc.MDIS.Methods.MDISValveObjectType_ValveSignature_Read, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_Write Method.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_Write = new ExpandedNodeId(Opc.MDIS.Methods.MDISValveObjectType_ValveSignature_Write, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_GetPosition Method.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_GetPosition = new ExpandedNodeId(Opc.MDIS.Methods.MDISValveObjectType_ValveSignature_GetPosition, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_SetPosition Method.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_SetPosition = new ExpandedNodeId(Opc.MDIS.Methods.MDISValveObjectType_ValveSignature_SetPosition, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISDigitalOutObjectType_WriteState Method.
///
public static readonly ExpandedNodeId MDISDigitalOutObjectType_WriteState = new ExpandedNodeId(Opc.MDIS.Methods.MDISDigitalOutObjectType_WriteState, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISDiscreteOutObjectType_WriteValue Method.
///
public static readonly ExpandedNodeId MDISDiscreteOutObjectType_WriteValue = new ExpandedNodeId(Opc.MDIS.Methods.MDISDiscreteOutObjectType_WriteValue, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentOutObjectType_WriteValue Method.
///
public static readonly ExpandedNodeId MDISInstrumentOutObjectType_WriteValue = new ExpandedNodeId(Opc.MDIS.Methods.MDISInstrumentOutObjectType_WriteValue, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_Move Method.
///
public static readonly ExpandedNodeId MDISChokeObjectType_Move = new ExpandedNodeId(Opc.MDIS.Methods.MDISChokeObjectType_Move, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_Step Method.
///
public static readonly ExpandedNodeId MDISChokeObjectType_Step = new ExpandedNodeId(Opc.MDIS.Methods.MDISChokeObjectType_Step, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_Abort Method.
///
public static readonly ExpandedNodeId MDISChokeObjectType_Abort = new ExpandedNodeId(Opc.MDIS.Methods.MDISChokeObjectType_Abort, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_SetCalculatedPosition Method.
///
public static readonly ExpandedNodeId MDISChokeObjectType_SetCalculatedPosition = new ExpandedNodeId(Opc.MDIS.Methods.MDISChokeObjectType_SetCalculatedPosition, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder_WriteValue Method.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_InstrumentOutPlaceholder_WriteValue = new ExpandedNodeId(Opc.MDIS.Methods.MDISAggregateObjectType_InstrumentOutPlaceholder_WriteValue, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DigitalOutPlaceholder_WriteState Method.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DigitalOutPlaceholder_WriteState = new ExpandedNodeId(Opc.MDIS.Methods.MDISAggregateObjectType_DigitalOutPlaceholder_WriteState, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DiscreteOutPlaceholder_WriteValue Method.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DiscreteOutPlaceholder_WriteValue = new ExpandedNodeId(Opc.MDIS.Methods.MDISAggregateObjectType_DiscreteOutPlaceholder_WriteValue, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ValvePlaceholder_Move Method.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ValvePlaceholder_Move = new ExpandedNodeId(Opc.MDIS.Methods.MDISAggregateObjectType_ValvePlaceholder_Move, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_Move Method.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ChokePlaceholder_Move = new ExpandedNodeId(Opc.MDIS.Methods.MDISAggregateObjectType_ChokePlaceholder_Move, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_Abort Method.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ChokePlaceholder_Abort = new ExpandedNodeId(Opc.MDIS.Methods.MDISAggregateObjectType_ChokePlaceholder_Abort, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_SetCalculatedPosition Method.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ChokePlaceholder_SetCalculatedPosition = new ExpandedNodeId(Opc.MDIS.Methods.MDISAggregateObjectType_ChokePlaceholder_SetCalculatedPosition, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISTimeSyncObjectType_SetTime Method.
///
public static readonly ExpandedNodeId MDISTimeSyncObjectType_SetTime = new ExpandedNodeId(Opc.MDIS.Methods.MDISTimeSyncObjectType_SetTime, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformationObjectType_TimeSynchronization_SetTime Method.
///
public static readonly ExpandedNodeId MDISInformationObjectType_TimeSynchronization_SetTime = new ExpandedNodeId(Opc.MDIS.Methods.MDISInformationObjectType_TimeSynchronization_SetTime, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformation_TimeSynchronization_SetTime Method.
///
public static readonly ExpandedNodeId MDISInformation_TimeSynchronization_SetTime = new ExpandedNodeId(Opc.MDIS.Methods.MDISInformation_TimeSynchronization_SetTime, Opc.MDIS.Namespaces.MDIS);
}
#endregion
#region Object Node Identifiers
///
/// A class that declares constants for all Objects in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class ObjectIds
{
///
/// The identifier for the MDISValveObjectType_ValveSignature Object.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature = new ExpandedNodeId(Opc.MDIS.Objects.MDISValveObjectType_ValveSignature, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_InstrumentPlaceholder Object.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_InstrumentPlaceholder = new ExpandedNodeId(Opc.MDIS.Objects.MDISAggregateObjectType_InstrumentPlaceholder, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder Object.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_InstrumentOutPlaceholder = new ExpandedNodeId(Opc.MDIS.Objects.MDISAggregateObjectType_InstrumentOutPlaceholder, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DigitalInstrumentPlaceholder Object.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DigitalInstrumentPlaceholder = new ExpandedNodeId(Opc.MDIS.Objects.MDISAggregateObjectType_DigitalInstrumentPlaceholder, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DiscreteInstrumentPlaceholder Object.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DiscreteInstrumentPlaceholder = new ExpandedNodeId(Opc.MDIS.Objects.MDISAggregateObjectType_DiscreteInstrumentPlaceholder, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DigitalOutPlaceholder Object.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DigitalOutPlaceholder = new ExpandedNodeId(Opc.MDIS.Objects.MDISAggregateObjectType_DigitalOutPlaceholder, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DiscreteOutPlaceholder Object.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DiscreteOutPlaceholder = new ExpandedNodeId(Opc.MDIS.Objects.MDISAggregateObjectType_DiscreteOutPlaceholder, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ValvePlaceholder Object.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ValvePlaceholder = new ExpandedNodeId(Opc.MDIS.Objects.MDISAggregateObjectType_ValvePlaceholder, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder Object.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ChokePlaceholder = new ExpandedNodeId(Opc.MDIS.Objects.MDISAggregateObjectType_ChokePlaceholder, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformationObjectType_TimeSynchronization Object.
///
public static readonly ExpandedNodeId MDISInformationObjectType_TimeSynchronization = new ExpandedNodeId(Opc.MDIS.Objects.MDISInformationObjectType_TimeSynchronization, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformationObjectType_Signatures Object.
///
public static readonly ExpandedNodeId MDISInformationObjectType_Signatures = new ExpandedNodeId(Opc.MDIS.Objects.MDISInformationObjectType_Signatures, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformation Object.
///
public static readonly ExpandedNodeId MDISInformation = new ExpandedNodeId(Opc.MDIS.Objects.MDISInformation, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformation_TimeSynchronization Object.
///
public static readonly ExpandedNodeId MDISInformation_TimeSynchronization = new ExpandedNodeId(Opc.MDIS.Objects.MDISInformation_TimeSynchronization, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformation_Signatures Object.
///
public static readonly ExpandedNodeId MDISInformation_Signatures = new ExpandedNodeId(Opc.MDIS.Objects.MDISInformation_Signatures, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISVersionDataType_Encoding_DefaultBinary Object.
///
public static readonly ExpandedNodeId MDISVersionDataType_Encoding_DefaultBinary = new ExpandedNodeId(Opc.MDIS.Objects.MDISVersionDataType_Encoding_DefaultBinary, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISVersionDataType_Encoding_DefaultXml Object.
///
public static readonly ExpandedNodeId MDISVersionDataType_Encoding_DefaultXml = new ExpandedNodeId(Opc.MDIS.Objects.MDISVersionDataType_Encoding_DefaultXml, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISVersionDataType_Encoding_DefaultJson Object.
///
public static readonly ExpandedNodeId MDISVersionDataType_Encoding_DefaultJson = new ExpandedNodeId(Opc.MDIS.Objects.MDISVersionDataType_Encoding_DefaultJson, Opc.MDIS.Namespaces.MDIS);
}
#endregion
#region ObjectType Node Identifiers
///
/// A class that declares constants for all ObjectTypes in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class ObjectTypeIds
{
///
/// The identifier for the MDISBaseObjectType ObjectType.
///
public static readonly ExpandedNodeId MDISBaseObjectType = new ExpandedNodeId(Opc.MDIS.ObjectTypes.MDISBaseObjectType, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType ObjectType.
///
public static readonly ExpandedNodeId MDISValveObjectType = new ExpandedNodeId(Opc.MDIS.ObjectTypes.MDISValveObjectType, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISDigitalInstrumentObjectType ObjectType.
///
public static readonly ExpandedNodeId MDISDigitalInstrumentObjectType = new ExpandedNodeId(Opc.MDIS.ObjectTypes.MDISDigitalInstrumentObjectType, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISDigitalOutObjectType ObjectType.
///
public static readonly ExpandedNodeId MDISDigitalOutObjectType = new ExpandedNodeId(Opc.MDIS.ObjectTypes.MDISDigitalOutObjectType, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISDiscreteInstrumentObjectType ObjectType.
///
public static readonly ExpandedNodeId MDISDiscreteInstrumentObjectType = new ExpandedNodeId(Opc.MDIS.ObjectTypes.MDISDiscreteInstrumentObjectType, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISDiscreteOutObjectType ObjectType.
///
public static readonly ExpandedNodeId MDISDiscreteOutObjectType = new ExpandedNodeId(Opc.MDIS.ObjectTypes.MDISDiscreteOutObjectType, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentObjectType ObjectType.
///
public static readonly ExpandedNodeId MDISInstrumentObjectType = new ExpandedNodeId(Opc.MDIS.ObjectTypes.MDISInstrumentObjectType, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentOutObjectType ObjectType.
///
public static readonly ExpandedNodeId MDISInstrumentOutObjectType = new ExpandedNodeId(Opc.MDIS.ObjectTypes.MDISInstrumentOutObjectType, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType ObjectType.
///
public static readonly ExpandedNodeId MDISChokeObjectType = new ExpandedNodeId(Opc.MDIS.ObjectTypes.MDISChokeObjectType, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType ObjectType.
///
public static readonly ExpandedNodeId MDISAggregateObjectType = new ExpandedNodeId(Opc.MDIS.ObjectTypes.MDISAggregateObjectType, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISTimeSyncObjectType ObjectType.
///
public static readonly ExpandedNodeId MDISTimeSyncObjectType = new ExpandedNodeId(Opc.MDIS.ObjectTypes.MDISTimeSyncObjectType, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformationObjectType ObjectType.
///
public static readonly ExpandedNodeId MDISInformationObjectType = new ExpandedNodeId(Opc.MDIS.ObjectTypes.MDISInformationObjectType, Opc.MDIS.Namespaces.MDIS);
}
#endregion
#region ReferenceType Node Identifiers
///
/// A class that declares constants for all ReferenceTypes in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class ReferenceTypeIds
{
///
/// The identifier for the HasInterlock ReferenceType.
///
public static readonly ExpandedNodeId HasInterlock = new ExpandedNodeId(Opc.MDIS.ReferenceTypes.HasInterlock, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the HasSignature ReferenceType.
///
public static readonly ExpandedNodeId HasSignature = new ExpandedNodeId(Opc.MDIS.ReferenceTypes.HasSignature, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the InterlockFor ReferenceType.
///
public static readonly ExpandedNodeId InterlockFor = new ExpandedNodeId(Opc.MDIS.ReferenceTypes.InterlockFor, Opc.MDIS.Namespaces.MDIS);
}
#endregion
#region Variable Node Identifiers
///
/// A class that declares constants for all Variables in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class VariableIds
{
///
/// The identifier for the MDISBaseObjectType_Fault Variable.
///
public static readonly ExpandedNodeId MDISBaseObjectType_Fault = new ExpandedNodeId(Opc.MDIS.Variables.MDISBaseObjectType_Fault, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISBaseObjectType_FaultCode Variable.
///
public static readonly ExpandedNodeId MDISBaseObjectType_FaultCode = new ExpandedNodeId(Opc.MDIS.Variables.MDISBaseObjectType_FaultCode, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISBaseObjectType_Warning Variable.
///
public static readonly ExpandedNodeId MDISBaseObjectType_Warning = new ExpandedNodeId(Opc.MDIS.Variables.MDISBaseObjectType_Warning, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISBaseObjectType_WarningCode Variable.
///
public static readonly ExpandedNodeId MDISBaseObjectType_WarningCode = new ExpandedNodeId(Opc.MDIS.Variables.MDISBaseObjectType_WarningCode, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISBaseObjectType_Enabled Variable.
///
public static readonly ExpandedNodeId MDISBaseObjectType_Enabled = new ExpandedNodeId(Opc.MDIS.Variables.MDISBaseObjectType_Enabled, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISBaseObjectType_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISBaseObjectType_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISBaseObjectType_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISBaseObjectType_TagId Variable.
///
public static readonly ExpandedNodeId MDISBaseObjectType_TagId = new ExpandedNodeId(Opc.MDIS.Variables.MDISBaseObjectType_TagId, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the SignatureStatusEnum_EnumValues Variable.
///
public static readonly ExpandedNodeId SignatureStatusEnum_EnumValues = new ExpandedNodeId(Opc.MDIS.Variables.SignatureStatusEnum_EnumValues, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the SetCalculatedPositionEnum_EnumValues Variable.
///
public static readonly ExpandedNodeId SetCalculatedPositionEnum_EnumValues = new ExpandedNodeId(Opc.MDIS.Variables.SetCalculatedPositionEnum_EnumValues, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the CommandEnum_EnumValues Variable.
///
public static readonly ExpandedNodeId CommandEnum_EnumValues = new ExpandedNodeId(Opc.MDIS.Variables.CommandEnum_EnumValues, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the ChokeCommandEnum_EnumValues Variable.
///
public static readonly ExpandedNodeId ChokeCommandEnum_EnumValues = new ExpandedNodeId(Opc.MDIS.Variables.ChokeCommandEnum_EnumValues, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the SEMEnum_EnumValues Variable.
///
public static readonly ExpandedNodeId SEMEnum_EnumValues = new ExpandedNodeId(Opc.MDIS.Variables.SEMEnum_EnumValues, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the ValvePositionEnum_EnumValues Variable.
///
public static readonly ExpandedNodeId ValvePositionEnum_EnumValues = new ExpandedNodeId(Opc.MDIS.Variables.ValvePositionEnum_EnumValues, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the ChokeMoveEnum_EnumValues Variable.
///
public static readonly ExpandedNodeId ChokeMoveEnum_EnumValues = new ExpandedNodeId(Opc.MDIS.Variables.ChokeMoveEnum_EnumValues, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISVersionVariableType_MajorVersion Variable.
///
public static readonly ExpandedNodeId MDISVersionVariableType_MajorVersion = new ExpandedNodeId(Opc.MDIS.Variables.MDISVersionVariableType_MajorVersion, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISVersionVariableType_MinorVersion Variable.
///
public static readonly ExpandedNodeId MDISVersionVariableType_MinorVersion = new ExpandedNodeId(Opc.MDIS.Variables.MDISVersionVariableType_MinorVersion, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISVersionVariableType_Build Variable.
///
public static readonly ExpandedNodeId MDISVersionVariableType_Build = new ExpandedNodeId(Opc.MDIS.Variables.MDISVersionVariableType_Build, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_Position Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_Position = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_Position, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_CommandRejected Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_CommandRejected = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_CommandRejected, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_SignatureRequestStatus Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_SignatureRequestStatus = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_SignatureRequestStatus, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_LastCommand Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_LastCommand = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_LastCommand, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_NonDefeatableOpenInterlock Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_NonDefeatableOpenInterlock = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_NonDefeatableOpenInterlock, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_DefeatableOpenInterlock Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_DefeatableOpenInterlock = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_DefeatableOpenInterlock, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_NonDefeatableCloseInterlock Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_NonDefeatableCloseInterlock = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_NonDefeatableCloseInterlock, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_DefeatableCloseInterlock Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_DefeatableCloseInterlock = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_DefeatableCloseInterlock, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_Move_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_Move_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_Move_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_InterlockPlaceholder Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_InterlockPlaceholder = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_InterlockPlaceholder, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_OpenTimeDuration Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_OpenTimeDuration = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_OpenTimeDuration, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_CloseTimeDuration Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_CloseTimeDuration = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_CloseTimeDuration, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_Size Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_Size = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_ValveSignature_Size, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_Writable Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_Writable = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_ValveSignature_Writable, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_UserWritable Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_UserWritable = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_ValveSignature_UserWritable, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_OpenCount Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_OpenCount = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_ValveSignature_OpenCount, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_Open_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_Open_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_ValveSignature_Open_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_Open_OutputArguments Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_Open_OutputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_ValveSignature_Open_OutputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_Close_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_Close_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_ValveSignature_Close_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_Read_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_Read_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_ValveSignature_Read_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_Read_OutputArguments Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_Read_OutputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_ValveSignature_Read_OutputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_Write_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_Write_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_ValveSignature_Write_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_GetPosition_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_GetPosition_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_ValveSignature_GetPosition_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_GetPosition_OutputArguments Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_GetPosition_OutputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_ValveSignature_GetPosition_OutputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISValveObjectType_ValveSignature_SetPosition_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISValveObjectType_ValveSignature_SetPosition_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISValveObjectType_ValveSignature_SetPosition_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISDigitalInstrumentObjectType_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISDigitalInstrumentObjectType_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISDigitalInstrumentObjectType_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISDigitalInstrumentObjectType_State Variable.
///
public static readonly ExpandedNodeId MDISDigitalInstrumentObjectType_State = new ExpandedNodeId(Opc.MDIS.Variables.MDISDigitalInstrumentObjectType_State, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISDigitalOutObjectType_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISDigitalOutObjectType_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISDigitalOutObjectType_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISDigitalOutObjectType_WriteState_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISDigitalOutObjectType_WriteState_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISDigitalOutObjectType_WriteState_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISDiscreteInstrumentObjectType_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISDiscreteInstrumentObjectType_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISDiscreteInstrumentObjectType_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISDiscreteInstrumentObjectType_State Variable.
///
public static readonly ExpandedNodeId MDISDiscreteInstrumentObjectType_State = new ExpandedNodeId(Opc.MDIS.Variables.MDISDiscreteInstrumentObjectType_State, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISDiscreteOutObjectType_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISDiscreteOutObjectType_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISDiscreteOutObjectType_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISDiscreteOutObjectType_WriteValue_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISDiscreteOutObjectType_WriteValue_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISDiscreteOutObjectType_WriteValue_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentObjectType_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISInstrumentObjectType_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentObjectType_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentObjectType_ProcessVariable Variable.
///
public static readonly ExpandedNodeId MDISInstrumentObjectType_ProcessVariable = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentObjectType_ProcessVariable, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentObjectType_ProcessVariable_EURange Variable.
///
public static readonly ExpandedNodeId MDISInstrumentObjectType_ProcessVariable_EURange = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentObjectType_ProcessVariable_EURange, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentObjectType_ProcessVariable_EngineeringUnits Variable.
///
public static readonly ExpandedNodeId MDISInstrumentObjectType_ProcessVariable_EngineeringUnits = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentObjectType_ProcessVariable_EngineeringUnits, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentObjectType_HHlimit Variable.
///
public static readonly ExpandedNodeId MDISInstrumentObjectType_HHlimit = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentObjectType_HHlimit, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentObjectType_Hlimit Variable.
///
public static readonly ExpandedNodeId MDISInstrumentObjectType_Hlimit = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentObjectType_Hlimit, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentObjectType_Llimit Variable.
///
public static readonly ExpandedNodeId MDISInstrumentObjectType_Llimit = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentObjectType_Llimit, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentObjectType_LLlimit Variable.
///
public static readonly ExpandedNodeId MDISInstrumentObjectType_LLlimit = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentObjectType_LLlimit, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentObjectType_HHSetPoint Variable.
///
public static readonly ExpandedNodeId MDISInstrumentObjectType_HHSetPoint = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentObjectType_HHSetPoint, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentObjectType_HSetPoint Variable.
///
public static readonly ExpandedNodeId MDISInstrumentObjectType_HSetPoint = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentObjectType_HSetPoint, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentObjectType_LSetPoint Variable.
///
public static readonly ExpandedNodeId MDISInstrumentObjectType_LSetPoint = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentObjectType_LSetPoint, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentObjectType_LLSetPoint Variable.
///
public static readonly ExpandedNodeId MDISInstrumentObjectType_LLSetPoint = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentObjectType_LLSetPoint, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentOutObjectType_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISInstrumentOutObjectType_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentOutObjectType_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentOutObjectType_ProcessVariable_EURange Variable.
///
public static readonly ExpandedNodeId MDISInstrumentOutObjectType_ProcessVariable_EURange = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentOutObjectType_ProcessVariable_EURange, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentOutObjectType_ProcessVariable_EngineeringUnits Variable.
///
public static readonly ExpandedNodeId MDISInstrumentOutObjectType_ProcessVariable_EngineeringUnits = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentOutObjectType_ProcessVariable_EngineeringUnits, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInstrumentOutObjectType_WriteValue_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISInstrumentOutObjectType_WriteValue_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISInstrumentOutObjectType_WriteValue_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_CalculatedPosition Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_CalculatedPosition = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_CalculatedPosition, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_SetCalculatedPositionStatus Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_SetCalculatedPositionStatus = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_SetCalculatedPositionStatus, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_PositionInSteps Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_PositionInSteps = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_PositionInSteps, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_Moving Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_Moving = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_Moving, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_CommandRejected Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_CommandRejected = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_CommandRejected, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_NonDefeatableOpenInterlock Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_NonDefeatableOpenInterlock = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_NonDefeatableOpenInterlock, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_DefeatableOpenInterlock Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_DefeatableOpenInterlock = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_DefeatableOpenInterlock, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_NonDefeatableCloseInterlock Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_NonDefeatableCloseInterlock = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_NonDefeatableCloseInterlock, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_DefeatableCloseInterlock Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_DefeatableCloseInterlock = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_DefeatableCloseInterlock, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_Move_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_Move_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_Move_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_Step_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_Step_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_Step_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_SetCalculatedPosition_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_SetCalculatedPosition_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_SetCalculatedPosition_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_InterlockPlaceholder Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_InterlockPlaceholder = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_InterlockPlaceholder, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_StepDurationOpen Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_StepDurationOpen = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_StepDurationOpen, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_StepDurationClose Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_StepDurationClose = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_StepDurationClose, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISChokeObjectType_TotalSteps Variable.
///
public static readonly ExpandedNodeId MDISChokeObjectType_TotalSteps = new ExpandedNodeId(Opc.MDIS.Variables.MDISChokeObjectType_TotalSteps, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_InstrumentPlaceholder_Fault Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_InstrumentPlaceholder_Fault = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_InstrumentPlaceholder_Fault, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_InstrumentPlaceholder_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_InstrumentPlaceholder_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_InstrumentPlaceholder_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_InstrumentPlaceholder_ProcessVariable Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_InstrumentPlaceholder_ProcessVariable = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_InstrumentPlaceholder_ProcessVariable, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_InstrumentPlaceholder_ProcessVariable_EURange Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_InstrumentPlaceholder_ProcessVariable_EURange = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_InstrumentPlaceholder_ProcessVariable_EURange, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_InstrumentPlaceholder_ProcessVariable_EngineeringUnits Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_InstrumentPlaceholder_ProcessVariable_EngineeringUnits = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_InstrumentPlaceholder_ProcessVariable_EngineeringUnits, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder_Fault Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_InstrumentOutPlaceholder_Fault = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_InstrumentOutPlaceholder_Fault, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_InstrumentOutPlaceholder_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_InstrumentOutPlaceholder_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder_ProcessVariable Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_InstrumentOutPlaceholder_ProcessVariable = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_InstrumentOutPlaceholder_ProcessVariable, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder_ProcessVariable_EURange Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_InstrumentOutPlaceholder_ProcessVariable_EURange = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_InstrumentOutPlaceholder_ProcessVariable_EURange, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder_ProcessVariable_EngineeringUnits Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_InstrumentOutPlaceholder_ProcessVariable_EngineeringUnits = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_InstrumentOutPlaceholder_ProcessVariable_EngineeringUnits, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_InstrumentOutPlaceholder_WriteValue_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_InstrumentOutPlaceholder_WriteValue_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_InstrumentOutPlaceholder_WriteValue_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DigitalInstrumentPlaceholder_Fault Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DigitalInstrumentPlaceholder_Fault = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_DigitalInstrumentPlaceholder_Fault, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DigitalInstrumentPlaceholder_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DigitalInstrumentPlaceholder_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_DigitalInstrumentPlaceholder_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DigitalInstrumentPlaceholder_State Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DigitalInstrumentPlaceholder_State = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_DigitalInstrumentPlaceholder_State, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DiscreteInstrumentPlaceholder_Fault Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DiscreteInstrumentPlaceholder_Fault = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_DiscreteInstrumentPlaceholder_Fault, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DiscreteInstrumentPlaceholder_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DiscreteInstrumentPlaceholder_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_DiscreteInstrumentPlaceholder_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DiscreteInstrumentPlaceholder_State Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DiscreteInstrumentPlaceholder_State = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_DiscreteInstrumentPlaceholder_State, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DigitalOutPlaceholder_Fault Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DigitalOutPlaceholder_Fault = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_DigitalOutPlaceholder_Fault, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DigitalOutPlaceholder_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DigitalOutPlaceholder_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_DigitalOutPlaceholder_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DigitalOutPlaceholder_State Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DigitalOutPlaceholder_State = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_DigitalOutPlaceholder_State, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DigitalOutPlaceholder_WriteState_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DigitalOutPlaceholder_WriteState_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_DigitalOutPlaceholder_WriteState_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DiscreteOutPlaceholder_Fault Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DiscreteOutPlaceholder_Fault = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_DiscreteOutPlaceholder_Fault, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DiscreteOutPlaceholder_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DiscreteOutPlaceholder_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_DiscreteOutPlaceholder_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DiscreteOutPlaceholder_State Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DiscreteOutPlaceholder_State = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_DiscreteOutPlaceholder_State, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_DiscreteOutPlaceholder_WriteValue_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_DiscreteOutPlaceholder_WriteValue_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_DiscreteOutPlaceholder_WriteValue_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ValvePlaceholder_Fault Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ValvePlaceholder_Fault = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_ValvePlaceholder_Fault, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ValvePlaceholder_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ValvePlaceholder_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_ValvePlaceholder_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ValvePlaceholder_Position Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ValvePlaceholder_Position = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_ValvePlaceholder_Position, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ValvePlaceholder_Move_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ValvePlaceholder_Move_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_ValvePlaceholder_Move_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_Fault Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ChokePlaceholder_Fault = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_ChokePlaceholder_Fault, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_EnableDisable_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ChokePlaceholder_EnableDisable_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_ChokePlaceholder_EnableDisable_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_CalculatedPosition Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ChokePlaceholder_CalculatedPosition = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_ChokePlaceholder_CalculatedPosition, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_Moving Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ChokePlaceholder_Moving = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_ChokePlaceholder_Moving, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_Move_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ChokePlaceholder_Move_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_ChokePlaceholder_Move_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_Step_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ChokePlaceholder_Step_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_ChokePlaceholder_Step_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_ChokePlaceholder_SetCalculatedPosition_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_ChokePlaceholder_SetCalculatedPosition_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_ChokePlaceholder_SetCalculatedPosition_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISAggregateObjectType_InterlockPlaceholder Variable.
///
public static readonly ExpandedNodeId MDISAggregateObjectType_InterlockPlaceholder = new ExpandedNodeId(Opc.MDIS.Variables.MDISAggregateObjectType_InterlockPlaceholder, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISTimeSyncObjectType_SetTime_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISTimeSyncObjectType_SetTime_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISTimeSyncObjectType_SetTime_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformationObjectType_TimeSynchronization_SetTime_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISInformationObjectType_TimeSynchronization_SetTime_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISInformationObjectType_TimeSynchronization_SetTime_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformationObjectType_MDISVersion Variable.
///
public static readonly ExpandedNodeId MDISInformationObjectType_MDISVersion = new ExpandedNodeId(Opc.MDIS.Variables.MDISInformationObjectType_MDISVersion, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformationObjectType_MDISVersion_MajorVersion Variable.
///
public static readonly ExpandedNodeId MDISInformationObjectType_MDISVersion_MajorVersion = new ExpandedNodeId(Opc.MDIS.Variables.MDISInformationObjectType_MDISVersion_MajorVersion, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformationObjectType_MDISVersion_MinorVersion Variable.
///
public static readonly ExpandedNodeId MDISInformationObjectType_MDISVersion_MinorVersion = new ExpandedNodeId(Opc.MDIS.Variables.MDISInformationObjectType_MDISVersion_MinorVersion, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformationObjectType_MDISVersion_Build Variable.
///
public static readonly ExpandedNodeId MDISInformationObjectType_MDISVersion_Build = new ExpandedNodeId(Opc.MDIS.Variables.MDISInformationObjectType_MDISVersion_Build, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformation_TimeSynchronization_SetTime_InputArguments Variable.
///
public static readonly ExpandedNodeId MDISInformation_TimeSynchronization_SetTime_InputArguments = new ExpandedNodeId(Opc.MDIS.Variables.MDISInformation_TimeSynchronization_SetTime_InputArguments, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformation_MDISVersion Variable.
///
public static readonly ExpandedNodeId MDISInformation_MDISVersion = new ExpandedNodeId(Opc.MDIS.Variables.MDISInformation_MDISVersion, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformation_MDISVersion_MajorVersion Variable.
///
public static readonly ExpandedNodeId MDISInformation_MDISVersion_MajorVersion = new ExpandedNodeId(Opc.MDIS.Variables.MDISInformation_MDISVersion_MajorVersion, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformation_MDISVersion_MinorVersion Variable.
///
public static readonly ExpandedNodeId MDISInformation_MDISVersion_MinorVersion = new ExpandedNodeId(Opc.MDIS.Variables.MDISInformation_MDISVersion_MinorVersion, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISInformation_MDISVersion_Build Variable.
///
public static readonly ExpandedNodeId MDISInformation_MDISVersion_Build = new ExpandedNodeId(Opc.MDIS.Variables.MDISInformation_MDISVersion_Build, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDIS_BinarySchema Variable.
///
public static readonly ExpandedNodeId MDIS_BinarySchema = new ExpandedNodeId(Opc.MDIS.Variables.MDIS_BinarySchema, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDIS_BinarySchema_NamespaceUri Variable.
///
public static readonly ExpandedNodeId MDIS_BinarySchema_NamespaceUri = new ExpandedNodeId(Opc.MDIS.Variables.MDIS_BinarySchema_NamespaceUri, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDIS_BinarySchema_Deprecated Variable.
///
public static readonly ExpandedNodeId MDIS_BinarySchema_Deprecated = new ExpandedNodeId(Opc.MDIS.Variables.MDIS_BinarySchema_Deprecated, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDIS_BinarySchema_MDISVersionDataType Variable.
///
public static readonly ExpandedNodeId MDIS_BinarySchema_MDISVersionDataType = new ExpandedNodeId(Opc.MDIS.Variables.MDIS_BinarySchema_MDISVersionDataType, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDIS_XmlSchema Variable.
///
public static readonly ExpandedNodeId MDIS_XmlSchema = new ExpandedNodeId(Opc.MDIS.Variables.MDIS_XmlSchema, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDIS_XmlSchema_NamespaceUri Variable.
///
public static readonly ExpandedNodeId MDIS_XmlSchema_NamespaceUri = new ExpandedNodeId(Opc.MDIS.Variables.MDIS_XmlSchema_NamespaceUri, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDIS_XmlSchema_Deprecated Variable.
///
public static readonly ExpandedNodeId MDIS_XmlSchema_Deprecated = new ExpandedNodeId(Opc.MDIS.Variables.MDIS_XmlSchema_Deprecated, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDIS_XmlSchema_MDISVersionDataType Variable.
///
public static readonly ExpandedNodeId MDIS_XmlSchema_MDISVersionDataType = new ExpandedNodeId(Opc.MDIS.Variables.MDIS_XmlSchema_MDISVersionDataType, Opc.MDIS.Namespaces.MDIS);
}
#endregion
#region VariableType Node Identifiers
///
/// A class that declares constants for all VariableTypes in the Model Design.
///
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class VariableTypeIds
{
///
/// The identifier for the InterlockVariableType VariableType.
///
public static readonly ExpandedNodeId InterlockVariableType = new ExpandedNodeId(Opc.MDIS.VariableTypes.InterlockVariableType, Opc.MDIS.Namespaces.MDIS);
///
/// The identifier for the MDISVersionVariableType VariableType.
///
public static readonly ExpandedNodeId MDISVersionVariableType = new ExpandedNodeId(Opc.MDIS.VariableTypes.MDISVersionVariableType, Opc.MDIS.Namespaces.MDIS);
}
#endregion
#region BrowseName Declarations
///
/// Declares all of the BrowseNames used in the Model Design.
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class BrowseNames
{
///
/// The BrowseName for the Abort component.
///
public const string Abort = "Abort";
///
/// The BrowseName for the Build component.
///
public const string Build = "Build";
///
/// The BrowseName for the CalculatedPosition component.
///
public const string CalculatedPosition = "CalculatedPosition";
///
/// The BrowseName for the ChokeCommandEnum component.
///
public const string ChokeCommandEnum = "ChokeCommandEnum";
///
/// The BrowseName for the ChokeMoveEnum component.
///
public const string ChokeMoveEnum = "ChokeMoveEnum";
///
/// The BrowseName for the ChokePlaceholder component.
///
public const string ChokePlaceholder = "";
///
/// The BrowseName for the CloseTimeDuration component.
///
public const string CloseTimeDuration = "CloseTimeDuration";
///
/// The BrowseName for the CommandEnum component.
///
public const string CommandEnum = "CommandEnum";
///
/// The BrowseName for the CommandRejected component.
///
public const string CommandRejected = "CommandRejected";
///
/// The BrowseName for the DefeatableCloseInterlock component.
///
public const string DefeatableCloseInterlock = "DefeatableCloseInterlock";
///
/// The BrowseName for the DefeatableOpenInterlock component.
///
public const string DefeatableOpenInterlock = "DefeatableOpenInterlock";
///
/// The BrowseName for the DigitalInstrumentPlaceholder component.
///
public const string DigitalInstrumentPlaceholder = "";
///
/// The BrowseName for the DigitalOutPlaceholder component.
///
public const string DigitalOutPlaceholder = "";
///
/// The BrowseName for the DiscreteInstrumentPlaceholder component.
///
public const string DiscreteInstrumentPlaceholder = "";
///
/// The BrowseName for the DiscreteOutPlaceholder component.
///
public const string DiscreteOutPlaceholder = "";
///
/// The BrowseName for the Enabled component.
///
public const string Enabled = "Enabled";
///
/// The BrowseName for the EnableDisable component.
///
public const string EnableDisable = "EnableDisable";
///
/// The BrowseName for the Fault component.
///
public const string Fault = "Fault";
///
/// The BrowseName for the FaultCode component.
///
public const string FaultCode = "FaultCode";
///
/// The BrowseName for the HasInterlock component.
///
public const string HasInterlock = "HasInterlock";
///
/// The BrowseName for the HasSignature component.
///
public const string HasSignature = "HasSignature";
///
/// The BrowseName for the HHlimit component.
///
public const string HHlimit = "HHlimit";
///
/// The BrowseName for the HHSetPoint component.
///
public const string HHSetPoint = "HHSetPoint";
///
/// The BrowseName for the Hlimit component.
///
public const string Hlimit = "Hlimit";
///
/// The BrowseName for the HSetPoint component.
///
public const string HSetPoint = "HSetPoint";
///
/// The BrowseName for the InstrumentOutPlaceholder component.
///
public const string InstrumentOutPlaceholder = "";
///
/// The BrowseName for the InstrumentPlaceholder component.
///
public const string InstrumentPlaceholder = "";
///
/// The BrowseName for the InterlockFor component.
///
public const string InterlockFor = "InterlockFor";
///
/// The BrowseName for the InterlockPlaceholder component.
///
public const string InterlockPlaceholder = "";
///
/// The BrowseName for the InterlockVariableType component.
///
public const string InterlockVariableType = "InterlockVariableType";
///
/// The BrowseName for the LastCommand component.
///
public const string LastCommand = "LastCommand";
///
/// The BrowseName for the Llimit component.
///
public const string Llimit = "Llimit";
///
/// The BrowseName for the LLlimit component.
///
public const string LLlimit = "LLlimit";
///
/// The BrowseName for the LLSetPoint component.
///
public const string LLSetPoint = "LLSetPoint";
///
/// The BrowseName for the LSetPoint component.
///
public const string LSetPoint = "LSetPoint";
///
/// The BrowseName for the MajorVersion component.
///
public const string MajorVersion = "MajorVersion";
///
/// The BrowseName for the MDIS_BinarySchema component.
///
public const string MDIS_BinarySchema = "Opc.MDIS";
///
/// The BrowseName for the MDIS_XmlSchema component.
///
public const string MDIS_XmlSchema = "Opc.MDIS";
///
/// The BrowseName for the MDISAggregateObjectType component.
///
public const string MDISAggregateObjectType = "MDISAggregateObjectType";
///
/// The BrowseName for the MDISBaseObjectType component.
///
public const string MDISBaseObjectType = "MDISBaseObjectType";
///
/// The BrowseName for the MDISChokeObjectType component.
///
public const string MDISChokeObjectType = "MDISChokeObjectType";
///
/// The BrowseName for the MDISDigitalInstrumentObjectType component.
///
public const string MDISDigitalInstrumentObjectType = "MDISDigitalInstrumentObjectType";
///
/// The BrowseName for the MDISDigitalOutObjectType component.
///
public const string MDISDigitalOutObjectType = "MDISDigitalOutObjectType";
///
/// The BrowseName for the MDISDiscreteInstrumentObjectType component.
///
public const string MDISDiscreteInstrumentObjectType = "MDISDiscreteInstrumentObjectType";
///
/// The BrowseName for the MDISDiscreteOutObjectType component.
///
public const string MDISDiscreteOutObjectType = "MDISDiscreteOutObjectType";
///
/// The BrowseName for the MDISInformation component.
///
public const string MDISInformation = "MDISInformation";
///
/// The BrowseName for the MDISInformationObjectType component.
///
public const string MDISInformationObjectType = "MDISInformationObjectType";
///
/// The BrowseName for the MDISInstrumentObjectType component.
///
public const string MDISInstrumentObjectType = "MDISInstrumentObjectType";
///
/// The BrowseName for the MDISInstrumentOutObjectType component.
///
public const string MDISInstrumentOutObjectType = "MDISInstrumentOutObjectType";
///
/// The BrowseName for the MDISTimeSyncObjectType component.
///
public const string MDISTimeSyncObjectType = "MDISTimeSyncObjectType";
///
/// The BrowseName for the MDISValveObjectType component.
///
public const string MDISValveObjectType = "MDISValveObjectType";
///
/// The BrowseName for the MDISVersion component.
///
public const string MDISVersion = "MDISVersion";
///
/// The BrowseName for the MDISVersionDataType component.
///
public const string MDISVersionDataType = "MDISVersionDataType";
///
/// The BrowseName for the MDISVersionVariableType component.
///
public const string MDISVersionVariableType = "MDISVersionVariableType";
///
/// The BrowseName for the MinorVersion component.
///
public const string MinorVersion = "MinorVersion";
///
/// The BrowseName for the Move component.
///
public const string Move = "Move";
///
/// The BrowseName for the Moving component.
///
public const string Moving = "Moving";
///
/// The BrowseName for the NonDefeatableCloseInterlock component.
///
public const string NonDefeatableCloseInterlock = "NonDefeatableCloseInterlock";
///
/// The BrowseName for the NonDefeatableOpenInterlock component.
///
public const string NonDefeatableOpenInterlock = "NonDefeatableOpenInterlock";
///
/// The BrowseName for the OpenTimeDuration component.
///
public const string OpenTimeDuration = "OpenTimeDuration";
///
/// The BrowseName for the Position component.
///
public const string Position = "Position";
///
/// The BrowseName for the PositionInSteps component.
///
public const string PositionInSteps = "PositionInSteps";
///
/// The BrowseName for the ProcessVariable component.
///
public const string ProcessVariable = "ProcessVariable";
///
/// The BrowseName for the SEMEnum component.
///
public const string SEMEnum = "SEMEnum";
///
/// The BrowseName for the SetCalculatedPosition component.
///
public const string SetCalculatedPosition = "SetCalculatedPosition";
///
/// The BrowseName for the SetCalculatedPositionEnum component.
///
public const string SetCalculatedPositionEnum = "SetCalculatedPositionEnum";
///
/// The BrowseName for the SetCalculatedPositionStatus component.
///
public const string SetCalculatedPositionStatus = "SetCalculatedPositionStatus";
///
/// The BrowseName for the SetTime component.
///
public const string SetTime = "SetTime";
///
/// The BrowseName for the SignatureRequestStatus component.
///
public const string SignatureRequestStatus = "SignatureRequestStatus";
///
/// The BrowseName for the Signatures component.
///
public const string Signatures = "Signatures";
///
/// The BrowseName for the SignatureStatusEnum component.
///
public const string SignatureStatusEnum = "SignatureStatusEnum";
///
/// The BrowseName for the State component.
///
public const string State = "State";
///
/// The BrowseName for the Step component.
///
public const string Step = "Step";
///
/// The BrowseName for the StepDurationClose component.
///
public const string StepDurationClose = "StepDurationClose";
///
/// The BrowseName for the StepDurationOpen component.
///
public const string StepDurationOpen = "StepDurationOpen";
///
/// The BrowseName for the TagId component.
///
public const string TagId = "TagId";
///
/// The BrowseName for the TimeSynchronization component.
///
public const string TimeSynchronization = "TimeSynchronization";
///
/// The BrowseName for the TotalSteps component.
///
public const string TotalSteps = "TotalSteps";
///
/// The BrowseName for the ValvePlaceholder component.
///
public const string ValvePlaceholder = "";
///
/// The BrowseName for the ValvePositionEnum component.
///
public const string ValvePositionEnum = "ValvePositionEnum";
///
/// The BrowseName for the ValveSignature component.
///
public const string ValveSignature = "";
///
/// The BrowseName for the Warning component.
///
public const string Warning = "Warning";
///
/// The BrowseName for the WarningCode component.
///
public const string WarningCode = "WarningCode";
///
/// The BrowseName for the WriteState component.
///
public const string WriteState = "WriteState";
///
/// The BrowseName for the WriteValue component.
///
public const string WriteValue = "WriteValue";
}
#endregion
#region Namespace Declarations
///
/// Defines constants for all namespaces referenced by the model design.
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
public static partial class Namespaces
{
///
/// The URI for the OpcUa namespace (.NET code namespace is 'Opc.Ua').
///
public const string OpcUa = "http://opcfoundation.org/UA/";
///
/// The URI for the OpcUaXsd namespace (.NET code namespace is 'Opc.Ua').
///
public const string OpcUaXsd = "http://opcfoundation.org/UA/2008/02/Types.xsd";
///
/// The URI for the MDIS namespace (.NET code namespace is 'Opc.MDIS').
///
public const string MDIS = "http://opcfoundation.org/UA/MDIS";
}
#endregion
}