/* ======================================================================== * 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.Di; using Opc.Ua; namespace Opc.Ua.Adi { #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 ExecutionCycleEnumeration DataType. /// public const uint ExecutionCycleEnumeration = 9378; /// /// The identifier for the AcquisitionResultStatusEnumeration DataType. /// public const uint AcquisitionResultStatusEnumeration = 3003; /// /// The identifier for the AlarmStateEnumeration DataType. /// public const uint AlarmStateEnumeration = 3009; } #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 OpcUaAdiNamespaceMetadata_NamespaceFile_Open Method. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_Open = 15015; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Close Method. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_Close = 15018; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Read Method. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_Read = 15020; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Write Method. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_Write = 15023; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_GetPosition Method. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_GetPosition = 15025; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_SetPosition Method. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_SetPosition = 15028; /// /// The identifier for the AnalyserDeviceType_Lock_InitLock Method. /// public const uint AnalyserDeviceType_Lock_InitLock = 9393; /// /// The identifier for the AnalyserDeviceType_Lock_RenewLock Method. /// public const uint AnalyserDeviceType_Lock_RenewLock = 9396; /// /// The identifier for the AnalyserDeviceType_Lock_ExitLock Method. /// public const uint AnalyserDeviceType_Lock_ExitLock = 9398; /// /// The identifier for the AnalyserDeviceType_Lock_BreakLock Method. /// public const uint AnalyserDeviceType_Lock_BreakLock = 9400; /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_InitLock Method. /// public const uint AnalyserDeviceType_CPIdentifier_Lock_InitLock = 13098; /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_RenewLock Method. /// public const uint AnalyserDeviceType_CPIdentifier_Lock_RenewLock = 13101; /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_ExitLock Method. /// public const uint AnalyserDeviceType_CPIdentifier_Lock_ExitLock = 13103; /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_BreakLock Method. /// public const uint AnalyserDeviceType_CPIdentifier_Lock_BreakLock = 13105; /// /// The identifier for the AnalyserDeviceType_MethodSet_GetConfiguration Method. /// public const uint AnalyserDeviceType_MethodSet_GetConfiguration = 9443; /// /// The identifier for the AnalyserDeviceType_MethodSet_SetConfiguration Method. /// public const uint AnalyserDeviceType_MethodSet_SetConfiguration = 9445; /// /// The identifier for the AnalyserDeviceType_MethodSet_GetConfigDataDigest Method. /// public const uint AnalyserDeviceType_MethodSet_GetConfigDataDigest = 9448; /// /// The identifier for the AnalyserDeviceType_MethodSet_CompareConfigDataDigest Method. /// public const uint AnalyserDeviceType_MethodSet_CompareConfigDataDigest = 9450; /// /// The identifier for the AnalyserDeviceType_MethodSet_ResetAllChannels Method. /// public const uint AnalyserDeviceType_MethodSet_ResetAllChannels = 9453; /// /// The identifier for the AnalyserDeviceType_MethodSet_StartAllChannels Method. /// public const uint AnalyserDeviceType_MethodSet_StartAllChannels = 9454; /// /// The identifier for the AnalyserDeviceType_MethodSet_StopAllChannels Method. /// public const uint AnalyserDeviceType_MethodSet_StopAllChannels = 9455; /// /// The identifier for the AnalyserDeviceType_MethodSet_AbortAllChannels Method. /// public const uint AnalyserDeviceType_MethodSet_AbortAllChannels = 9456; /// /// The identifier for the AnalyserDeviceType_MethodSet_GotoOperating Method. /// public const uint AnalyserDeviceType_MethodSet_GotoOperating = 9457; /// /// The identifier for the AnalyserDeviceType_MethodSet_GotoMaintenance Method. /// public const uint AnalyserDeviceType_MethodSet_GotoMaintenance = 9458; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Open Method. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_Open = 9467; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Close Method. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_Close = 9470; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Read Method. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_Read = 9472; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Write Method. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_Write = 9475; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_GetPosition Method. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_GetPosition = 9477; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_SetPosition Method. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_SetPosition = 9480; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_InitLock Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_Lock_InitLock = 9512; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_RenewLock Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_Lock_RenewLock = 9515; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_ExitLock Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_Lock_ExitLock = 9517; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_BreakLock Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_Lock_BreakLock = 9519; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_GotoOperating Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_MethodSet_GotoOperating = 9521; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance = 9522; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition = 9523; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Reset Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_MethodSet_Reset = 9525; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Start Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_MethodSet_Start = 9526; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Stop Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_MethodSet_Stop = 9527; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Hold Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_MethodSet_Hold = 9528; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Unhold Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_MethodSet_Unhold = 9529; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Suspend Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_MethodSet_Suspend = 9530; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Unsuspend Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_MethodSet_Unsuspend = 9531; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Abort Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_MethodSet_Abort = 9532; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Clear Method. /// public const uint AnalyserDeviceType_ChannelIdentifier_MethodSet_Clear = 9533; /// /// The identifier for the AnalyserChannelType_Lock_InitLock Method. /// public const uint AnalyserChannelType_Lock_InitLock = 9690; /// /// The identifier for the AnalyserChannelType_Lock_RenewLock Method. /// public const uint AnalyserChannelType_Lock_RenewLock = 9693; /// /// The identifier for the AnalyserChannelType_Lock_ExitLock Method. /// public const uint AnalyserChannelType_Lock_ExitLock = 9695; /// /// The identifier for the AnalyserChannelType_Lock_BreakLock Method. /// public const uint AnalyserChannelType_Lock_BreakLock = 9697; /// /// The identifier for the AnalyserChannelType_MethodSet_GotoOperating Method. /// public const uint AnalyserChannelType_MethodSet_GotoOperating = 9699; /// /// The identifier for the AnalyserChannelType_MethodSet_GotoMaintenance Method. /// public const uint AnalyserChannelType_MethodSet_GotoMaintenance = 9700; /// /// The identifier for the AnalyserChannelType_MethodSet_StartSingleAcquisition Method. /// public const uint AnalyserChannelType_MethodSet_StartSingleAcquisition = 9701; /// /// The identifier for the AnalyserChannelType_MethodSet_Reset Method. /// public const uint AnalyserChannelType_MethodSet_Reset = 9703; /// /// The identifier for the AnalyserChannelType_MethodSet_Start Method. /// public const uint AnalyserChannelType_MethodSet_Start = 9704; /// /// The identifier for the AnalyserChannelType_MethodSet_Stop Method. /// public const uint AnalyserChannelType_MethodSet_Stop = 9705; /// /// The identifier for the AnalyserChannelType_MethodSet_Hold Method. /// public const uint AnalyserChannelType_MethodSet_Hold = 9706; /// /// The identifier for the AnalyserChannelType_MethodSet_Unhold Method. /// public const uint AnalyserChannelType_MethodSet_Unhold = 9707; /// /// The identifier for the AnalyserChannelType_MethodSet_Suspend Method. /// public const uint AnalyserChannelType_MethodSet_Suspend = 9708; /// /// The identifier for the AnalyserChannelType_MethodSet_Unsuspend Method. /// public const uint AnalyserChannelType_MethodSet_Unsuspend = 9709; /// /// The identifier for the AnalyserChannelType_MethodSet_Abort Method. /// public const uint AnalyserChannelType_MethodSet_Abort = 9710; /// /// The identifier for the AnalyserChannelType_MethodSet_Clear Method. /// public const uint AnalyserChannelType_MethodSet_Clear = 9711; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_InitLock Method. /// public const uint AnalyserChannelType_StreamIdentifier_Lock_InitLock = 9802; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_RenewLock Method. /// public const uint AnalyserChannelType_StreamIdentifier_Lock_RenewLock = 9805; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_ExitLock Method. /// public const uint AnalyserChannelType_StreamIdentifier_Lock_ExitLock = 9807; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_BreakLock Method. /// public const uint AnalyserChannelType_StreamIdentifier_Lock_BreakLock = 9809; /// /// The identifier for the StreamType_Lock_InitLock Method. /// public const uint StreamType_Lock_InitLock = 10330; /// /// The identifier for the StreamType_Lock_RenewLock Method. /// public const uint StreamType_Lock_RenewLock = 10333; /// /// The identifier for the StreamType_Lock_ExitLock Method. /// public const uint StreamType_Lock_ExitLock = 10335; /// /// The identifier for the StreamType_Lock_BreakLock Method. /// public const uint StreamType_Lock_BreakLock = 10337; /// /// The identifier for the SpectrometerDeviceStreamType_Lock_InitLock Method. /// public const uint SpectrometerDeviceStreamType_Lock_InitLock = 10459; /// /// The identifier for the SpectrometerDeviceStreamType_Lock_RenewLock Method. /// public const uint SpectrometerDeviceStreamType_Lock_RenewLock = 10462; /// /// The identifier for the SpectrometerDeviceStreamType_Lock_ExitLock Method. /// public const uint SpectrometerDeviceStreamType_Lock_ExitLock = 10464; /// /// The identifier for the SpectrometerDeviceStreamType_Lock_BreakLock Method. /// public const uint SpectrometerDeviceStreamType_Lock_BreakLock = 10466; /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_InitLock Method. /// public const uint MassSpectrometerDeviceStreamType_Lock_InitLock = 10652; /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_RenewLock Method. /// public const uint MassSpectrometerDeviceStreamType_Lock_RenewLock = 10655; /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_ExitLock Method. /// public const uint MassSpectrometerDeviceStreamType_Lock_ExitLock = 10657; /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_BreakLock Method. /// public const uint MassSpectrometerDeviceStreamType_Lock_BreakLock = 10659; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_InitLock Method. /// public const uint ParticleSizeMonitorDeviceStreamType_Lock_InitLock = 10781; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_RenewLock Method. /// public const uint ParticleSizeMonitorDeviceStreamType_Lock_RenewLock = 10784; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_ExitLock Method. /// public const uint ParticleSizeMonitorDeviceStreamType_Lock_ExitLock = 10786; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_BreakLock Method. /// public const uint ParticleSizeMonitorDeviceStreamType_Lock_BreakLock = 10788; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_InitLock Method. /// public const uint AcousticSpectrometerDeviceStreamType_Lock_InitLock = 10931; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_RenewLock Method. /// public const uint AcousticSpectrometerDeviceStreamType_Lock_RenewLock = 10934; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_ExitLock Method. /// public const uint AcousticSpectrometerDeviceStreamType_Lock_ExitLock = 10936; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_BreakLock Method. /// public const uint AcousticSpectrometerDeviceStreamType_Lock_BreakLock = 10938; /// /// The identifier for the ChromatographDeviceStreamType_Lock_InitLock Method. /// public const uint ChromatographDeviceStreamType_Lock_InitLock = 11060; /// /// The identifier for the ChromatographDeviceStreamType_Lock_RenewLock Method. /// public const uint ChromatographDeviceStreamType_Lock_RenewLock = 11063; /// /// The identifier for the ChromatographDeviceStreamType_Lock_ExitLock Method. /// public const uint ChromatographDeviceStreamType_Lock_ExitLock = 11065; /// /// The identifier for the ChromatographDeviceStreamType_Lock_BreakLock Method. /// public const uint ChromatographDeviceStreamType_Lock_BreakLock = 11067; /// /// The identifier for the MNRDeviceStreamType_Lock_InitLock Method. /// public const uint MNRDeviceStreamType_Lock_InitLock = 11189; /// /// The identifier for the MNRDeviceStreamType_Lock_RenewLock Method. /// public const uint MNRDeviceStreamType_Lock_RenewLock = 11192; /// /// The identifier for the MNRDeviceStreamType_Lock_ExitLock Method. /// public const uint MNRDeviceStreamType_Lock_ExitLock = 11194; /// /// The identifier for the MNRDeviceStreamType_Lock_BreakLock Method. /// public const uint MNRDeviceStreamType_Lock_BreakLock = 11196; /// /// The identifier for the SpectrometerDeviceType_Lock_InitLock Method. /// public const uint SpectrometerDeviceType_Lock_InitLock = 11318; /// /// The identifier for the SpectrometerDeviceType_Lock_RenewLock Method. /// public const uint SpectrometerDeviceType_Lock_RenewLock = 11321; /// /// The identifier for the SpectrometerDeviceType_Lock_ExitLock Method. /// public const uint SpectrometerDeviceType_Lock_ExitLock = 11323; /// /// The identifier for the SpectrometerDeviceType_Lock_BreakLock Method. /// public const uint SpectrometerDeviceType_Lock_BreakLock = 11325; /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_InitLock Method. /// public const uint SpectrometerDeviceType_CPIdentifier_Lock_InitLock = 13123; /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_RenewLock Method. /// public const uint SpectrometerDeviceType_CPIdentifier_Lock_RenewLock = 13126; /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_ExitLock Method. /// public const uint SpectrometerDeviceType_CPIdentifier_Lock_ExitLock = 13128; /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_BreakLock Method. /// public const uint SpectrometerDeviceType_CPIdentifier_Lock_BreakLock = 13130; /// /// The identifier for the SpectrometerDeviceType_MethodSet_GetConfiguration Method. /// public const uint SpectrometerDeviceType_MethodSet_GetConfiguration = 11368; /// /// The identifier for the SpectrometerDeviceType_MethodSet_SetConfiguration Method. /// public const uint SpectrometerDeviceType_MethodSet_SetConfiguration = 11370; /// /// The identifier for the SpectrometerDeviceType_MethodSet_GetConfigDataDigest Method. /// public const uint SpectrometerDeviceType_MethodSet_GetConfigDataDigest = 11373; /// /// The identifier for the SpectrometerDeviceType_MethodSet_CompareConfigDataDigest Method. /// public const uint SpectrometerDeviceType_MethodSet_CompareConfigDataDigest = 11375; /// /// The identifier for the SpectrometerDeviceType_MethodSet_ResetAllChannels Method. /// public const uint SpectrometerDeviceType_MethodSet_ResetAllChannels = 11378; /// /// The identifier for the SpectrometerDeviceType_MethodSet_StartAllChannels Method. /// public const uint SpectrometerDeviceType_MethodSet_StartAllChannels = 11379; /// /// The identifier for the SpectrometerDeviceType_MethodSet_StopAllChannels Method. /// public const uint SpectrometerDeviceType_MethodSet_StopAllChannels = 11380; /// /// The identifier for the SpectrometerDeviceType_MethodSet_AbortAllChannels Method. /// public const uint SpectrometerDeviceType_MethodSet_AbortAllChannels = 11381; /// /// The identifier for the SpectrometerDeviceType_MethodSet_GotoOperating Method. /// public const uint SpectrometerDeviceType_MethodSet_GotoOperating = 11382; /// /// The identifier for the SpectrometerDeviceType_MethodSet_GotoMaintenance Method. /// public const uint SpectrometerDeviceType_MethodSet_GotoMaintenance = 11383; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Open Method. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_Open = 11392; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Close Method. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_Close = 11395; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Read Method. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_Read = 11397; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Write Method. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_Write = 11400; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_GetPosition Method. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_GetPosition = 11402; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_SetPosition Method. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_SetPosition = 11405; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_InitLock Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_Lock_InitLock = 11437; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock = 11440; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock = 11442; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock = 11444; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoOperating Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoOperating = 11446; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance = 11447; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition = 11448; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Reset Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_MethodSet_Reset = 11450; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Start Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_MethodSet_Start = 11451; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Stop Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_MethodSet_Stop = 11452; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Hold Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_MethodSet_Hold = 11453; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Unhold Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_MethodSet_Unhold = 11454; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Suspend Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_MethodSet_Suspend = 11455; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Unsuspend Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_MethodSet_Unsuspend = 11456; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Abort Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_MethodSet_Abort = 11457; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Clear Method. /// public const uint SpectrometerDeviceType_ChannelIdentifier_MethodSet_Clear = 11458; /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_InitLock Method. /// public const uint ParticleSizeMonitorDeviceType_Lock_InitLock = 11567; /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_RenewLock Method. /// public const uint ParticleSizeMonitorDeviceType_Lock_RenewLock = 11570; /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_ExitLock Method. /// public const uint ParticleSizeMonitorDeviceType_Lock_ExitLock = 11572; /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_BreakLock Method. /// public const uint ParticleSizeMonitorDeviceType_Lock_BreakLock = 11574; /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_InitLock Method. /// public const uint ParticleSizeMonitorDeviceType_CPIdentifier_Lock_InitLock = 13148; /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_RenewLock Method. /// public const uint ParticleSizeMonitorDeviceType_CPIdentifier_Lock_RenewLock = 13151; /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_ExitLock Method. /// public const uint ParticleSizeMonitorDeviceType_CPIdentifier_Lock_ExitLock = 13153; /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_BreakLock Method. /// public const uint ParticleSizeMonitorDeviceType_CPIdentifier_Lock_BreakLock = 13155; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_GetConfiguration Method. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_GetConfiguration = 11617; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_SetConfiguration Method. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_SetConfiguration = 11619; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_GetConfigDataDigest Method. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_GetConfigDataDigest = 11622; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_CompareConfigDataDigest Method. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_CompareConfigDataDigest = 11624; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_ResetAllChannels Method. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_ResetAllChannels = 11627; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_StartAllChannels Method. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_StartAllChannels = 11628; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_StopAllChannels Method. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_StopAllChannels = 11629; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_AbortAllChannels Method. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_AbortAllChannels = 11630; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_GotoOperating Method. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_GotoOperating = 11631; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_GotoMaintenance Method. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_GotoMaintenance = 11632; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Open Method. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Open = 11641; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Close Method. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Close = 11644; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Read Method. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Read = 11646; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Write Method. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Write = 11649; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_GetPosition Method. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_GetPosition = 11651; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_SetPosition Method. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_SetPosition = 11654; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_InitLock Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_InitLock = 11686; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_RenewLock Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_RenewLock = 11689; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_ExitLock Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_ExitLock = 11691; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_BreakLock Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_BreakLock = 11693; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_GotoOperating Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_GotoOperating = 11695; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance = 11696; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition = 11697; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Reset Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Reset = 11699; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Start Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Start = 11700; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Stop Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Stop = 11701; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Hold Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Hold = 11702; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Unhold Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Unhold = 11703; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Suspend Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Suspend = 11704; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Unsuspend Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Unsuspend = 11705; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Abort Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Abort = 11706; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Clear Method. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Clear = 11707; /// /// The identifier for the ChromatographDeviceType_Lock_InitLock Method. /// public const uint ChromatographDeviceType_Lock_InitLock = 11813; /// /// The identifier for the ChromatographDeviceType_Lock_RenewLock Method. /// public const uint ChromatographDeviceType_Lock_RenewLock = 11816; /// /// The identifier for the ChromatographDeviceType_Lock_ExitLock Method. /// public const uint ChromatographDeviceType_Lock_ExitLock = 11818; /// /// The identifier for the ChromatographDeviceType_Lock_BreakLock Method. /// public const uint ChromatographDeviceType_Lock_BreakLock = 11820; /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_InitLock Method. /// public const uint ChromatographDeviceType_CPIdentifier_Lock_InitLock = 13173; /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_RenewLock Method. /// public const uint ChromatographDeviceType_CPIdentifier_Lock_RenewLock = 13176; /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_ExitLock Method. /// public const uint ChromatographDeviceType_CPIdentifier_Lock_ExitLock = 13178; /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_BreakLock Method. /// public const uint ChromatographDeviceType_CPIdentifier_Lock_BreakLock = 13180; /// /// The identifier for the ChromatographDeviceType_MethodSet_GetConfiguration Method. /// public const uint ChromatographDeviceType_MethodSet_GetConfiguration = 11863; /// /// The identifier for the ChromatographDeviceType_MethodSet_SetConfiguration Method. /// public const uint ChromatographDeviceType_MethodSet_SetConfiguration = 11865; /// /// The identifier for the ChromatographDeviceType_MethodSet_GetConfigDataDigest Method. /// public const uint ChromatographDeviceType_MethodSet_GetConfigDataDigest = 11868; /// /// The identifier for the ChromatographDeviceType_MethodSet_CompareConfigDataDigest Method. /// public const uint ChromatographDeviceType_MethodSet_CompareConfigDataDigest = 11870; /// /// The identifier for the ChromatographDeviceType_MethodSet_ResetAllChannels Method. /// public const uint ChromatographDeviceType_MethodSet_ResetAllChannels = 11873; /// /// The identifier for the ChromatographDeviceType_MethodSet_StartAllChannels Method. /// public const uint ChromatographDeviceType_MethodSet_StartAllChannels = 11874; /// /// The identifier for the ChromatographDeviceType_MethodSet_StopAllChannels Method. /// public const uint ChromatographDeviceType_MethodSet_StopAllChannels = 11875; /// /// The identifier for the ChromatographDeviceType_MethodSet_AbortAllChannels Method. /// public const uint ChromatographDeviceType_MethodSet_AbortAllChannels = 11876; /// /// The identifier for the ChromatographDeviceType_MethodSet_GotoOperating Method. /// public const uint ChromatographDeviceType_MethodSet_GotoOperating = 11877; /// /// The identifier for the ChromatographDeviceType_MethodSet_GotoMaintenance Method. /// public const uint ChromatographDeviceType_MethodSet_GotoMaintenance = 11878; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Open Method. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_Open = 11887; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Close Method. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_Close = 11890; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Read Method. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_Read = 11892; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Write Method. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_Write = 11895; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_GetPosition Method. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_GetPosition = 11897; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_SetPosition Method. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_SetPosition = 11900; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_InitLock Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_Lock_InitLock = 11932; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_RenewLock Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_Lock_RenewLock = 11935; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_ExitLock Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_Lock_ExitLock = 11937; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_BreakLock Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_Lock_BreakLock = 11939; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_GotoOperating Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_MethodSet_GotoOperating = 11941; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance = 11942; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition = 11943; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Reset Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_MethodSet_Reset = 11945; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Start Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_MethodSet_Start = 11946; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Stop Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_MethodSet_Stop = 11947; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Hold Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_MethodSet_Hold = 11948; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Unhold Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_MethodSet_Unhold = 11949; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Suspend Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_MethodSet_Suspend = 11950; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Unsuspend Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_MethodSet_Unsuspend = 11951; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Abort Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_MethodSet_Abort = 11952; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Clear Method. /// public const uint ChromatographDeviceType_ChannelIdentifier_MethodSet_Clear = 11953; /// /// The identifier for the MassSpectrometerDeviceType_Lock_InitLock Method. /// public const uint MassSpectrometerDeviceType_Lock_InitLock = 12059; /// /// The identifier for the MassSpectrometerDeviceType_Lock_RenewLock Method. /// public const uint MassSpectrometerDeviceType_Lock_RenewLock = 12062; /// /// The identifier for the MassSpectrometerDeviceType_Lock_ExitLock Method. /// public const uint MassSpectrometerDeviceType_Lock_ExitLock = 12064; /// /// The identifier for the MassSpectrometerDeviceType_Lock_BreakLock Method. /// public const uint MassSpectrometerDeviceType_Lock_BreakLock = 12066; /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_InitLock Method. /// public const uint MassSpectrometerDeviceType_CPIdentifier_Lock_InitLock = 13198; /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_RenewLock Method. /// public const uint MassSpectrometerDeviceType_CPIdentifier_Lock_RenewLock = 13201; /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_ExitLock Method. /// public const uint MassSpectrometerDeviceType_CPIdentifier_Lock_ExitLock = 13203; /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_BreakLock Method. /// public const uint MassSpectrometerDeviceType_CPIdentifier_Lock_BreakLock = 13205; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_GetConfiguration Method. /// public const uint MassSpectrometerDeviceType_MethodSet_GetConfiguration = 12109; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_SetConfiguration Method. /// public const uint MassSpectrometerDeviceType_MethodSet_SetConfiguration = 12111; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_GetConfigDataDigest Method. /// public const uint MassSpectrometerDeviceType_MethodSet_GetConfigDataDigest = 12114; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_CompareConfigDataDigest Method. /// public const uint MassSpectrometerDeviceType_MethodSet_CompareConfigDataDigest = 12116; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_ResetAllChannels Method. /// public const uint MassSpectrometerDeviceType_MethodSet_ResetAllChannels = 12119; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_StartAllChannels Method. /// public const uint MassSpectrometerDeviceType_MethodSet_StartAllChannels = 12120; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_StopAllChannels Method. /// public const uint MassSpectrometerDeviceType_MethodSet_StopAllChannels = 12121; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_AbortAllChannels Method. /// public const uint MassSpectrometerDeviceType_MethodSet_AbortAllChannels = 12122; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_GotoOperating Method. /// public const uint MassSpectrometerDeviceType_MethodSet_GotoOperating = 12123; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_GotoMaintenance Method. /// public const uint MassSpectrometerDeviceType_MethodSet_GotoMaintenance = 12124; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Open Method. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_Open = 12133; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Close Method. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_Close = 12136; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Read Method. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_Read = 12138; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Write Method. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_Write = 12141; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition Method. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition = 12143; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition Method. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition = 12146; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock = 12178; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock = 12181; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock = 12183; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock = 12185; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoOperating Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoOperating = 12187; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance = 12188; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition = 12189; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Reset Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Reset = 12191; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Start Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Start = 12192; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Stop Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Stop = 12193; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Hold Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Hold = 12194; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unhold Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unhold = 12195; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Suspend Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Suspend = 12196; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unsuspend Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unsuspend = 12197; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Abort Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Abort = 12198; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Clear Method. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Clear = 12199; /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_InitLock Method. /// public const uint AcousticSpectrometerDeviceType_Lock_InitLock = 12305; /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_RenewLock Method. /// public const uint AcousticSpectrometerDeviceType_Lock_RenewLock = 12308; /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_ExitLock Method. /// public const uint AcousticSpectrometerDeviceType_Lock_ExitLock = 12310; /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_BreakLock Method. /// public const uint AcousticSpectrometerDeviceType_Lock_BreakLock = 12312; /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_InitLock Method. /// public const uint AcousticSpectrometerDeviceType_CPIdentifier_Lock_InitLock = 13223; /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_RenewLock Method. /// public const uint AcousticSpectrometerDeviceType_CPIdentifier_Lock_RenewLock = 13226; /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_ExitLock Method. /// public const uint AcousticSpectrometerDeviceType_CPIdentifier_Lock_ExitLock = 13228; /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_BreakLock Method. /// public const uint AcousticSpectrometerDeviceType_CPIdentifier_Lock_BreakLock = 13230; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_GetConfiguration Method. /// public const uint AcousticSpectrometerDeviceType_MethodSet_GetConfiguration = 12355; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_SetConfiguration Method. /// public const uint AcousticSpectrometerDeviceType_MethodSet_SetConfiguration = 12357; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_GetConfigDataDigest Method. /// public const uint AcousticSpectrometerDeviceType_MethodSet_GetConfigDataDigest = 12360; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_CompareConfigDataDigest Method. /// public const uint AcousticSpectrometerDeviceType_MethodSet_CompareConfigDataDigest = 12362; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_ResetAllChannels Method. /// public const uint AcousticSpectrometerDeviceType_MethodSet_ResetAllChannels = 12365; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_StartAllChannels Method. /// public const uint AcousticSpectrometerDeviceType_MethodSet_StartAllChannels = 12366; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_StopAllChannels Method. /// public const uint AcousticSpectrometerDeviceType_MethodSet_StopAllChannels = 12367; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_AbortAllChannels Method. /// public const uint AcousticSpectrometerDeviceType_MethodSet_AbortAllChannels = 12368; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_GotoOperating Method. /// public const uint AcousticSpectrometerDeviceType_MethodSet_GotoOperating = 12369; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_GotoMaintenance Method. /// public const uint AcousticSpectrometerDeviceType_MethodSet_GotoMaintenance = 12370; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Open Method. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Open = 12379; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Close Method. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Close = 12382; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Read Method. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Read = 12384; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Write Method. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Write = 12387; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition Method. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition = 12389; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition Method. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition = 12392; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock = 12424; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock = 12427; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock = 12429; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock = 12431; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoOperating Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoOperating = 12433; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance = 12434; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition = 12435; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Reset Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Reset = 12437; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Start Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Start = 12438; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Stop Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Stop = 12439; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Hold Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Hold = 12440; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unhold Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unhold = 12441; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Suspend Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Suspend = 12442; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unsuspend Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unsuspend = 12443; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Abort Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Abort = 12444; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Clear Method. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Clear = 12445; /// /// The identifier for the NMRDeviceType_Lock_InitLock Method. /// public const uint NMRDeviceType_Lock_InitLock = 12551; /// /// The identifier for the NMRDeviceType_Lock_RenewLock Method. /// public const uint NMRDeviceType_Lock_RenewLock = 12554; /// /// The identifier for the NMRDeviceType_Lock_ExitLock Method. /// public const uint NMRDeviceType_Lock_ExitLock = 12556; /// /// The identifier for the NMRDeviceType_Lock_BreakLock Method. /// public const uint NMRDeviceType_Lock_BreakLock = 12558; /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_InitLock Method. /// public const uint NMRDeviceType_CPIdentifier_Lock_InitLock = 13248; /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_RenewLock Method. /// public const uint NMRDeviceType_CPIdentifier_Lock_RenewLock = 13251; /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_ExitLock Method. /// public const uint NMRDeviceType_CPIdentifier_Lock_ExitLock = 13253; /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_BreakLock Method. /// public const uint NMRDeviceType_CPIdentifier_Lock_BreakLock = 13255; /// /// The identifier for the NMRDeviceType_MethodSet_GetConfiguration Method. /// public const uint NMRDeviceType_MethodSet_GetConfiguration = 12601; /// /// The identifier for the NMRDeviceType_MethodSet_SetConfiguration Method. /// public const uint NMRDeviceType_MethodSet_SetConfiguration = 12603; /// /// The identifier for the NMRDeviceType_MethodSet_GetConfigDataDigest Method. /// public const uint NMRDeviceType_MethodSet_GetConfigDataDigest = 12606; /// /// The identifier for the NMRDeviceType_MethodSet_CompareConfigDataDigest Method. /// public const uint NMRDeviceType_MethodSet_CompareConfigDataDigest = 12608; /// /// The identifier for the NMRDeviceType_MethodSet_ResetAllChannels Method. /// public const uint NMRDeviceType_MethodSet_ResetAllChannels = 12611; /// /// The identifier for the NMRDeviceType_MethodSet_StartAllChannels Method. /// public const uint NMRDeviceType_MethodSet_StartAllChannels = 12612; /// /// The identifier for the NMRDeviceType_MethodSet_StopAllChannels Method. /// public const uint NMRDeviceType_MethodSet_StopAllChannels = 12613; /// /// The identifier for the NMRDeviceType_MethodSet_AbortAllChannels Method. /// public const uint NMRDeviceType_MethodSet_AbortAllChannels = 12614; /// /// The identifier for the NMRDeviceType_MethodSet_GotoOperating Method. /// public const uint NMRDeviceType_MethodSet_GotoOperating = 12615; /// /// The identifier for the NMRDeviceType_MethodSet_GotoMaintenance Method. /// public const uint NMRDeviceType_MethodSet_GotoMaintenance = 12616; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Open Method. /// public const uint NMRDeviceType_ParameterSet_ConfigData_Open = 12625; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Close Method. /// public const uint NMRDeviceType_ParameterSet_ConfigData_Close = 12628; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Read Method. /// public const uint NMRDeviceType_ParameterSet_ConfigData_Read = 12630; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Write Method. /// public const uint NMRDeviceType_ParameterSet_ConfigData_Write = 12633; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_GetPosition Method. /// public const uint NMRDeviceType_ParameterSet_ConfigData_GetPosition = 12635; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_SetPosition Method. /// public const uint NMRDeviceType_ParameterSet_ConfigData_SetPosition = 12638; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_InitLock Method. /// public const uint NMRDeviceType_ChannelIdentifier_Lock_InitLock = 12670; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_RenewLock Method. /// public const uint NMRDeviceType_ChannelIdentifier_Lock_RenewLock = 12673; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_ExitLock Method. /// public const uint NMRDeviceType_ChannelIdentifier_Lock_ExitLock = 12675; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_BreakLock Method. /// public const uint NMRDeviceType_ChannelIdentifier_Lock_BreakLock = 12677; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_GotoOperating Method. /// public const uint NMRDeviceType_ChannelIdentifier_MethodSet_GotoOperating = 12679; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance Method. /// public const uint NMRDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance = 12680; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition Method. /// public const uint NMRDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition = 12681; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Reset Method. /// public const uint NMRDeviceType_ChannelIdentifier_MethodSet_Reset = 12683; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Start Method. /// public const uint NMRDeviceType_ChannelIdentifier_MethodSet_Start = 12684; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Stop Method. /// public const uint NMRDeviceType_ChannelIdentifier_MethodSet_Stop = 12685; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Hold Method. /// public const uint NMRDeviceType_ChannelIdentifier_MethodSet_Hold = 12686; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Unhold Method. /// public const uint NMRDeviceType_ChannelIdentifier_MethodSet_Unhold = 12687; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Suspend Method. /// public const uint NMRDeviceType_ChannelIdentifier_MethodSet_Suspend = 12688; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Unsuspend Method. /// public const uint NMRDeviceType_ChannelIdentifier_MethodSet_Unsuspend = 12689; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Abort Method. /// public const uint NMRDeviceType_ChannelIdentifier_MethodSet_Abort = 12690; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Clear Method. /// public const uint NMRDeviceType_ChannelIdentifier_MethodSet_Clear = 12691; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_InitLock Method. /// public const uint AccessorySlotType_AccessoryIdentifier_Lock_InitLock = 12812; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_RenewLock Method. /// public const uint AccessorySlotType_AccessoryIdentifier_Lock_RenewLock = 12815; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_ExitLock Method. /// public const uint AccessorySlotType_AccessoryIdentifier_Lock_ExitLock = 12817; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_BreakLock Method. /// public const uint AccessorySlotType_AccessoryIdentifier_Lock_BreakLock = 12819; /// /// The identifier for the AccessoryType_Lock_InitLock Method. /// public const uint AccessoryType_Lock_InitLock = 12889; /// /// The identifier for the AccessoryType_Lock_RenewLock Method. /// public const uint AccessoryType_Lock_RenewLock = 12892; /// /// The identifier for the AccessoryType_Lock_ExitLock Method. /// public const uint AccessoryType_Lock_ExitLock = 12894; /// /// The identifier for the AccessoryType_Lock_BreakLock Method. /// public const uint AccessoryType_Lock_BreakLock = 12896; /// /// The identifier for the DetectorType_Lock_InitLock Method. /// public const uint DetectorType_Lock_InitLock = 12919; /// /// The identifier for the DetectorType_Lock_RenewLock Method. /// public const uint DetectorType_Lock_RenewLock = 12922; /// /// The identifier for the DetectorType_Lock_ExitLock Method. /// public const uint DetectorType_Lock_ExitLock = 12924; /// /// The identifier for the DetectorType_Lock_BreakLock Method. /// public const uint DetectorType_Lock_BreakLock = 12926; /// /// The identifier for the SmartSamplingSystemType_Lock_InitLock Method. /// public const uint SmartSamplingSystemType_Lock_InitLock = 12949; /// /// The identifier for the SmartSamplingSystemType_Lock_RenewLock Method. /// public const uint SmartSamplingSystemType_Lock_RenewLock = 12952; /// /// The identifier for the SmartSamplingSystemType_Lock_ExitLock Method. /// public const uint SmartSamplingSystemType_Lock_ExitLock = 12954; /// /// The identifier for the SmartSamplingSystemType_Lock_BreakLock Method. /// public const uint SmartSamplingSystemType_Lock_BreakLock = 12956; /// /// The identifier for the SourceType_Lock_InitLock Method. /// public const uint SourceType_Lock_InitLock = 12979; /// /// The identifier for the SourceType_Lock_RenewLock Method. /// public const uint SourceType_Lock_RenewLock = 12982; /// /// The identifier for the SourceType_Lock_ExitLock Method. /// public const uint SourceType_Lock_ExitLock = 12984; /// /// The identifier for the SourceType_Lock_BreakLock Method. /// public const uint SourceType_Lock_BreakLock = 12986; /// /// The identifier for the GcOvenType_Lock_InitLock Method. /// public const uint GcOvenType_Lock_InitLock = 13009; /// /// The identifier for the GcOvenType_Lock_RenewLock Method. /// public const uint GcOvenType_Lock_RenewLock = 13012; /// /// The identifier for the GcOvenType_Lock_ExitLock Method. /// public const uint GcOvenType_Lock_ExitLock = 13014; /// /// The identifier for the GcOvenType_Lock_BreakLock Method. /// public const uint GcOvenType_Lock_BreakLock = 13016; } #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 OpcUaAdiNamespaceMetadata Object. /// public const uint OpcUaAdiNamespaceMetadata = 15001; /// /// The identifier for the AnalyserDeviceType_ParameterSet Object. /// public const uint AnalyserDeviceType_ParameterSet = 5001; /// /// The identifier for the AnalyserDeviceType_MethodSet Object. /// public const uint AnalyserDeviceType_MethodSet = 9382; /// /// The identifier for the AnalyserDeviceType_Identification Object. /// public const uint AnalyserDeviceType_Identification = 9386; /// /// The identifier for the AnalyserDeviceType_CPIdentifier_NetworkAddress Object. /// public const uint AnalyserDeviceType_CPIdentifier_NetworkAddress = 13107; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData Object. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData = 9462; /// /// The identifier for the AnalyserDeviceType_Configuration Object. /// public const uint AnalyserDeviceType_Configuration = 9482; /// /// The identifier for the AnalyserDeviceType_Status Object. /// public const uint AnalyserDeviceType_Status = 9484; /// /// The identifier for the AnalyserDeviceType_FactorySettings Object. /// public const uint AnalyserDeviceType_FactorySettings = 9486; /// /// The identifier for the AnalyserDeviceType_AnalyserStateMachine Object. /// public const uint AnalyserDeviceType_AnalyserStateMachine = 9488; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier Object. /// public const uint AnalyserDeviceType_ChannelIdentifier = 9500; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet Object. /// public const uint AnalyserDeviceType_ChannelIdentifier_MethodSet = 9503; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Configuration Object. /// public const uint AnalyserDeviceType_ChannelIdentifier_Configuration = 9546; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Status Object. /// public const uint AnalyserDeviceType_ChannelIdentifier_Status = 9548; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine Object. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine = 9550; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine Object. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine = 9562; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = 9574; /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier Object. /// public const uint AnalyserDeviceType_AccessorySlotIdentifier = 9610; /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier_SupportedTypes Object. /// public const uint AnalyserDeviceType_AccessorySlotIdentifier_SupportedTypes = 9611; /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public const uint AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine = 9614; /// /// The identifier for the AnalyserDeviceStateMachineType_Powerup Object. /// public const uint AnalyserDeviceStateMachineType_Powerup = 9647; /// /// The identifier for the AnalyserDeviceStateMachineType_Operating Object. /// public const uint AnalyserDeviceStateMachineType_Operating = 9649; /// /// The identifier for the AnalyserDeviceStateMachineType_Local Object. /// public const uint AnalyserDeviceStateMachineType_Local = 9651; /// /// The identifier for the AnalyserDeviceStateMachineType_Maintenance Object. /// public const uint AnalyserDeviceStateMachineType_Maintenance = 9653; /// /// The identifier for the AnalyserDeviceStateMachineType_Shutdown Object. /// public const uint AnalyserDeviceStateMachineType_Shutdown = 9655; /// /// The identifier for the AnalyserDeviceStateMachineType_PowerupToOperatingTransition Object. /// public const uint AnalyserDeviceStateMachineType_PowerupToOperatingTransition = 9657; /// /// The identifier for the AnalyserDeviceStateMachineType_OperatingToLocalTransition Object. /// public const uint AnalyserDeviceStateMachineType_OperatingToLocalTransition = 9659; /// /// The identifier for the AnalyserDeviceStateMachineType_OperatingToMaintenanceTransition Object. /// public const uint AnalyserDeviceStateMachineType_OperatingToMaintenanceTransition = 9661; /// /// The identifier for the AnalyserDeviceStateMachineType_LocalToOperatingTransition Object. /// public const uint AnalyserDeviceStateMachineType_LocalToOperatingTransition = 9663; /// /// The identifier for the AnalyserDeviceStateMachineType_LocalToMaintenanceTransition Object. /// public const uint AnalyserDeviceStateMachineType_LocalToMaintenanceTransition = 9665; /// /// The identifier for the AnalyserDeviceStateMachineType_MaintenanceToOperatingTransition Object. /// public const uint AnalyserDeviceStateMachineType_MaintenanceToOperatingTransition = 9667; /// /// The identifier for the AnalyserDeviceStateMachineType_MaintenanceToLocalTransition Object. /// public const uint AnalyserDeviceStateMachineType_MaintenanceToLocalTransition = 9669; /// /// The identifier for the AnalyserDeviceStateMachineType_OperatingToShutdownTransition Object. /// public const uint AnalyserDeviceStateMachineType_OperatingToShutdownTransition = 9671; /// /// The identifier for the AnalyserDeviceStateMachineType_LocalToShutdownTransition Object. /// public const uint AnalyserDeviceStateMachineType_LocalToShutdownTransition = 9673; /// /// The identifier for the AnalyserDeviceStateMachineType_MaintenanceToShutdownTransition Object. /// public const uint AnalyserDeviceStateMachineType_MaintenanceToShutdownTransition = 9675; /// /// The identifier for the AnalyserChannelType_ParameterSet Object. /// public const uint AnalyserChannelType_ParameterSet = 9677; /// /// The identifier for the AnalyserChannelType_MethodSet Object. /// public const uint AnalyserChannelType_MethodSet = 9679; /// /// The identifier for the AnalyserChannelType_GroupIdentifier Object. /// public const uint AnalyserChannelType_GroupIdentifier = 9788; /// /// The identifier for the AnalyserChannelType_Configuration Object. /// public const uint AnalyserChannelType_Configuration = 9724; /// /// The identifier for the AnalyserChannelType_Status Object. /// public const uint AnalyserChannelType_Status = 9726; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine Object. /// public const uint AnalyserChannelType_ChannelStateMachine = 9728; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine Object. /// public const uint AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine = 9740; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public const uint AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = 9752; /// /// The identifier for the AnalyserChannelType_StreamIdentifier Object. /// public const uint AnalyserChannelType_StreamIdentifier = 9790; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Configuration Object. /// public const uint AnalyserChannelType_StreamIdentifier_Configuration = 9902; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Status Object. /// public const uint AnalyserChannelType_StreamIdentifier_Status = 9904; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_AcquisitionSettings Object. /// public const uint AnalyserChannelType_StreamIdentifier_AcquisitionSettings = 9906; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_AcquisitionStatus Object. /// public const uint AnalyserChannelType_StreamIdentifier_AcquisitionStatus = 9908; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_AcquisitionData Object. /// public const uint AnalyserChannelType_StreamIdentifier_AcquisitionData = 9910; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ChemometricModelSettings Object. /// public const uint AnalyserChannelType_StreamIdentifier_ChemometricModelSettings = 9912; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Context Object. /// public const uint AnalyserChannelType_StreamIdentifier_Context = 9914; /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier Object. /// public const uint AnalyserChannelType_AccessorySlotIdentifier = 9916; /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier_SupportedTypes Object. /// public const uint AnalyserChannelType_AccessorySlotIdentifier_SupportedTypes = 9917; /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public const uint AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine = 9920; /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine Object. /// public const uint AnalyserChannelStateMachineType_OperatingSubStateMachine = 9948; /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public const uint AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine = 9960; /// /// The identifier for the AnalyserChannelStateMachineType_LocalSubStateMachine Object. /// public const uint AnalyserChannelStateMachineType_LocalSubStateMachine = 9972; /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceSubStateMachine Object. /// public const uint AnalyserChannelStateMachineType_MaintenanceSubStateMachine = 9984; /// /// The identifier for the AnalyserChannelStateMachineType_SlaveMode Object. /// public const uint AnalyserChannelStateMachineType_SlaveMode = 9996; /// /// The identifier for the AnalyserChannelStateMachineType_Operating Object. /// public const uint AnalyserChannelStateMachineType_Operating = 9998; /// /// The identifier for the AnalyserChannelStateMachineType_Local Object. /// public const uint AnalyserChannelStateMachineType_Local = 10000; /// /// The identifier for the AnalyserChannelStateMachineType_Maintenance Object. /// public const uint AnalyserChannelStateMachineType_Maintenance = 10002; /// /// The identifier for the AnalyserChannelStateMachineType_SlaveModeToOperatingTransition Object. /// public const uint AnalyserChannelStateMachineType_SlaveModeToOperatingTransition = 10004; /// /// The identifier for the AnalyserChannelStateMachineType_OperatingToLocalTransition Object. /// public const uint AnalyserChannelStateMachineType_OperatingToLocalTransition = 10006; /// /// The identifier for the AnalyserChannelStateMachineType_OperatingToMaintenanceTransition Object. /// public const uint AnalyserChannelStateMachineType_OperatingToMaintenanceTransition = 10008; /// /// The identifier for the AnalyserChannelStateMachineType_LocalToOperatingTransition Object. /// public const uint AnalyserChannelStateMachineType_LocalToOperatingTransition = 10010; /// /// The identifier for the AnalyserChannelStateMachineType_LocalToMaintenanceTransition Object. /// public const uint AnalyserChannelStateMachineType_LocalToMaintenanceTransition = 10012; /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceToOperatingTransition Object. /// public const uint AnalyserChannelStateMachineType_MaintenanceToOperatingTransition = 10014; /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceToLocalTransition Object. /// public const uint AnalyserChannelStateMachineType_MaintenanceToLocalTransition = 10016; /// /// The identifier for the AnalyserChannelStateMachineType_OperatingToSlaveModeTransition Object. /// public const uint AnalyserChannelStateMachineType_OperatingToSlaveModeTransition = 10018; /// /// The identifier for the AnalyserChannelStateMachineType_LocalToSlaveModeTransition Object. /// public const uint AnalyserChannelStateMachineType_LocalToSlaveModeTransition = 10020; /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceToSlaveModeTransition Object. /// public const uint AnalyserChannelStateMachineType_MaintenanceToSlaveModeTransition = 10022; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine = 10036; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Stopped Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Stopped = 10048; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Resetting Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Resetting = 10050; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Idle Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Idle = 10052; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Starting Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Starting = 10054; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Execute Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Execute = 10056; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Completing Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Completing = 10058; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Complete Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Complete = 10060; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Suspending Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Suspending = 10062; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Suspended Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Suspended = 10064; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Unsuspending Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Unsuspending = 10066; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Holding Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Holding = 10068; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Held Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Held = 10070; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Unholding Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Unholding = 10072; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Stopping Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Stopping = 10074; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Aborting Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Aborting = 10076; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Aborted Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Aborted = 10078; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Clearing Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Clearing = 10080; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppedToResettingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StoppedToResettingTransition = 10082; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ResettingTransition = 10084; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingToIdleTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ResettingToIdleTransition = 10086; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_IdleToStartingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_IdleToStartingTransition = 10088; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StartingTransition = 10090; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingToExecuteTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StartingToExecuteTransition = 10092; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToCompletingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToCompletingTransition = 10094; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_CompletingTransition = 10096; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingToCompleteTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_CompletingToCompleteTransition = 10098; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppedTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppedTransition = 10100; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToHoldingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToHoldingTransition = 10102; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_HoldingTransition = 10104; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingToHeldTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_HoldingToHeldTransition = 10106; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HeldToUnholdingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_HeldToUnholdingTransition = 10108; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnholdingTransition = 10110; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToHoldingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToHoldingTransition = 10112; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToExecuteTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToExecuteTransition = 10114; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToSuspendingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToSuspendingTransition = 10116; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_SuspendingTransition = 10118; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToSuspendedTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToSuspendedTransition = 10120; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToUnsuspendingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToUnsuspendingTransition = 10122; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingTransition = 10124; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToSuspendingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToSuspendingTransition = 10126; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToExecuteTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToExecuteTransition = 10128; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppingToStoppedTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StoppingToStoppedTransition = 10130; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_AbortingToAbortedTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_AbortingToAbortedTransition = 10132; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_AbortedToClearingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_AbortedToClearingTransition = 10134; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ClearingToStoppedTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ClearingToStoppedTransition = 10136; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingToStoppingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ResettingToStoppingTransition = 10138; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_IdleToStoppingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_IdleToStoppingTransition = 10140; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingToStoppingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StartingToStoppingTransition = 10142; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToStoppingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToStoppingTransition = 10144; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingToStoppingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_CompletingToStoppingTransition = 10146; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppingTransition = 10148; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToStoppingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToStoppingTransition = 10150; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToStoppingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToStoppingTransition = 10152; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToStoppingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToStoppingTransition = 10154; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingToStoppingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_HoldingToStoppingTransition = 10156; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HeldToStoppingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_HeldToStoppingTransition = 10158; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToStoppingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToStoppingTransition = 10160; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppedToAbortingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StoppedToAbortingTransition = 10162; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingToAbortingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ResettingToAbortingTransition = 10164; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_IdleToAbortingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_IdleToAbortingTransition = 10166; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingToAbortingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StartingToAbortingTransition = 10168; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToAbortingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToAbortingTransition = 10170; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingToAbortingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_CompletingToAbortingTransition = 10172; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompleteToAbortingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_CompleteToAbortingTransition = 10174; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToAbortingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToAbortingTransition = 10176; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToAbortingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToAbortingTransition = 10178; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToAbortingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToAbortingTransition = 10180; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingToAbortingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_HoldingToAbortingTransition = 10182; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HeldToAbortingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_HeldToAbortingTransition = 10184; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToAbortingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToAbortingTransition = 10186; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppingToAbortingTransition Object. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StoppingToAbortingTransition = 10188; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycle Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycle = 10201; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTrigger Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTrigger = 10203; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSample Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSample = 10205; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSample Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSample = 10207; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSample Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSample = 10209; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTrigger Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTrigger = 10211; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSample Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSample = 10213; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSample Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSample = 10215; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSample Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSample = 10217; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTrigger Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTrigger = 10219; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSample Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSample = 10221; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSample Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSample = 10223; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSample Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSample = 10225; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTrigger Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTrigger = 10227; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_Diagnostic Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_Diagnostic = 10229; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTrigger Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTrigger = 10231; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_Cleaning Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_Cleaning = 10233; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResults Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResults = 10235; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSample Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSample = 10237; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystem Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystem = 10239; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCalibrationTriggerTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCalibrationTriggerTransition = 10241; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTriggerToExtractCalibrationSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTriggerToExtractCalibrationSampleTransition = 10243; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleTransition = 10245; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleToPrepareCalibrationSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleToPrepareCalibrationSampleTransition = 10247; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleTransition = 10249; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleToAnalyseCalibrationSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleToAnalyseCalibrationSampleTransition = 10251; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleTransition = 10253; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleToPublishResultsTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleToPublishResultsTransition = 10255; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForValidationTriggerTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForValidationTriggerTransition = 10257; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTriggerToExtractValidationSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTriggerToExtractValidationSampleTransition = 10259; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleTransition = 10261; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleToPrepareValidationSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleToPrepareValidationSampleTransition = 10263; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleTransition = 10265; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleToAnalyseValidationSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleToAnalyseValidationSampleTransition = 10267; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleTransition = 10269; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleToPublishResultsTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleToPublishResultsTransition = 10271; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForSampleTriggerTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForSampleTriggerTransition = 10273; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTriggerToExtractSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTriggerToExtractSampleTransition = 10275; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleTransition = 10277; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleToPrepareSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleToPrepareSampleTransition = 10279; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleTransition = 10281; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleToAnalyseSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleToAnalyseSampleTransition = 10283; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleTransition = 10285; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleToPublishResultsTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleToPublishResultsTransition = 10287; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForDiagnosticTriggerTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForDiagnosticTriggerTransition = 10289; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTriggerToDiagnosticTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTriggerToDiagnosticTransition = 10291; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticTransition = 10293; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticToPublishResultsTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticToPublishResultsTransition = 10295; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCleaningTriggerTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCleaningTriggerTransition = 10297; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTriggerToCleaningTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTriggerToCleaningTransition = 10299; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningTransition = 10301; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningToPublishResultsTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningToPublishResultsTransition = 10303; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToCleanupSamplingSystemTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToCleanupSamplingSystemTransition = 10305; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToEjectGrabSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToEjectGrabSampleTransition = 10307; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleTransition = 10309; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleToCleanupSamplingSystemTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleToCleanupSamplingSystemTransition = 10311; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemTransition = 10313; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemToSelectExecutionCycleTransition Object. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemToSelectExecutionCycleTransition = 10315; /// /// The identifier for the StreamType_ParameterSet Object. /// public const uint StreamType_ParameterSet = 10317; /// /// The identifier for the StreamType_GroupIdentifier Object. /// public const uint StreamType_GroupIdentifier = 10444; /// /// The identifier for the StreamType_Configuration Object. /// public const uint StreamType_Configuration = 10430; /// /// The identifier for the StreamType_Status Object. /// public const uint StreamType_Status = 10432; /// /// The identifier for the StreamType_AcquisitionSettings Object. /// public const uint StreamType_AcquisitionSettings = 10434; /// /// The identifier for the StreamType_AcquisitionStatus Object. /// public const uint StreamType_AcquisitionStatus = 10436; /// /// The identifier for the StreamType_AcquisitionData Object. /// public const uint StreamType_AcquisitionData = 10438; /// /// The identifier for the StreamType_ChemometricModelSettings Object. /// public const uint StreamType_ChemometricModelSettings = 10440; /// /// The identifier for the StreamType_Context Object. /// public const uint StreamType_Context = 10442; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet Object. /// public const uint SpectrometerDeviceStreamType_ParameterSet = 10446; /// /// The identifier for the SpectrometerDeviceStreamType_Configuration Object. /// public const uint SpectrometerDeviceStreamType_Configuration = 10559; /// /// The identifier for the SpectrometerDeviceStreamType_AcquisitionSettings Object. /// public const uint SpectrometerDeviceStreamType_AcquisitionSettings = 10563; /// /// The identifier for the SpectrometerDeviceStreamType_AcquisitionStatus Object. /// public const uint SpectrometerDeviceStreamType_AcquisitionStatus = 10565; /// /// The identifier for the SpectrometerDeviceStreamType_AcquisitionData Object. /// public const uint SpectrometerDeviceStreamType_AcquisitionData = 10567; /// /// The identifier for the SpectrometerDeviceStreamType_FactorySettings Object. /// public const uint SpectrometerDeviceStreamType_FactorySettings = 10638; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet Object. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet = 10768; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_AcquisitionData Object. /// public const uint ParticleSizeMonitorDeviceStreamType_AcquisitionData = 10889; /// /// The identifier for the SpectrometerDeviceType_ParameterSet Object. /// public const uint SpectrometerDeviceType_ParameterSet = 11305; /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_NetworkAddress Object. /// public const uint SpectrometerDeviceType_CPIdentifier_NetworkAddress = 13132; /// /// The identifier for the SpectrometerDeviceType_FactorySettings Object. /// public const uint SpectrometerDeviceType_FactorySettings = 11411; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet Object. /// public const uint SpectrometerDeviceType_ChannelIdentifier_MethodSet = 11428; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Configuration Object. /// public const uint SpectrometerDeviceType_ChannelIdentifier_Configuration = 11471; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Status Object. /// public const uint SpectrometerDeviceType_ChannelIdentifier_Status = 11473; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine Object. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine = 11475; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine Object. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine = 11487; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = 11499; /// /// The identifier for the SpectrometerDeviceType_AccessorySlotIdentifier_SupportedTypes Object. /// public const uint SpectrometerDeviceType_AccessorySlotIdentifier_SupportedTypes = 11536; /// /// The identifier for the SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public const uint SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine = 11539; /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_NetworkAddress Object. /// public const uint ParticleSizeMonitorDeviceType_CPIdentifier_NetworkAddress = 13157; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet Object. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet = 11677; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Configuration Object. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_Configuration = 11720; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Status Object. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_Status = 11722; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine Object. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine = 11724; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine Object. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine = 11736; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = 11748; /// /// The identifier for the ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_SupportedTypes Object. /// public const uint ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_SupportedTypes = 11785; /// /// The identifier for the ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public const uint ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine = 11788; /// /// The identifier for the ChromatographDeviceType_CPIdentifier_NetworkAddress Object. /// public const uint ChromatographDeviceType_CPIdentifier_NetworkAddress = 13182; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet Object. /// public const uint ChromatographDeviceType_ChannelIdentifier_MethodSet = 11923; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Configuration Object. /// public const uint ChromatographDeviceType_ChannelIdentifier_Configuration = 11966; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Status Object. /// public const uint ChromatographDeviceType_ChannelIdentifier_Status = 11968; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine Object. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine = 11970; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine Object. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine = 11982; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = 11994; /// /// The identifier for the ChromatographDeviceType_AccessorySlotIdentifier_SupportedTypes Object. /// public const uint ChromatographDeviceType_AccessorySlotIdentifier_SupportedTypes = 12031; /// /// The identifier for the ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public const uint ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine = 12034; /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_NetworkAddress Object. /// public const uint MassSpectrometerDeviceType_CPIdentifier_NetworkAddress = 13207; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet Object. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_MethodSet = 12169; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Configuration Object. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_Configuration = 12212; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Status Object. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_Status = 12214; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine Object. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine = 12216; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine Object. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine = 12228; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = 12240; /// /// The identifier for the MassSpectrometerDeviceType_AccessorySlotIdentifier_SupportedTypes Object. /// public const uint MassSpectrometerDeviceType_AccessorySlotIdentifier_SupportedTypes = 12277; /// /// The identifier for the MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public const uint MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine = 12280; /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_NetworkAddress Object. /// public const uint AcousticSpectrometerDeviceType_CPIdentifier_NetworkAddress = 13232; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet Object. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet = 12415; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Configuration Object. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_Configuration = 12458; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Status Object. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_Status = 12460; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine Object. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine = 12462; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine Object. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine = 12474; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = 12486; /// /// The identifier for the AcousticSpectrometerDeviceType_AccessorySlotIdentifier_SupportedTypes Object. /// public const uint AcousticSpectrometerDeviceType_AccessorySlotIdentifier_SupportedTypes = 12523; /// /// The identifier for the AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public const uint AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine = 12526; /// /// The identifier for the NMRDeviceType_CPIdentifier_NetworkAddress Object. /// public const uint NMRDeviceType_CPIdentifier_NetworkAddress = 13257; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet Object. /// public const uint NMRDeviceType_ChannelIdentifier_MethodSet = 12661; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Configuration Object. /// public const uint NMRDeviceType_ChannelIdentifier_Configuration = 12704; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Status Object. /// public const uint NMRDeviceType_ChannelIdentifier_Status = 12706; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine Object. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine = 12708; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine Object. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine = 12720; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = 12732; /// /// The identifier for the NMRDeviceType_AccessorySlotIdentifier_SupportedTypes Object. /// public const uint NMRDeviceType_AccessorySlotIdentifier_SupportedTypes = 12769; /// /// The identifier for the NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public const uint NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine = 12772; /// /// The identifier for the AccessorySlotType_AccessorySlotStateMachine Object. /// public const uint AccessorySlotType_AccessorySlotStateMachine = 12788; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier Object. /// public const uint AccessorySlotType_AccessoryIdentifier = 12800; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Configuration Object. /// public const uint AccessorySlotType_AccessoryIdentifier_Configuration = 12821; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Status Object. /// public const uint AccessorySlotType_AccessoryIdentifier_Status = 12823; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_FactorySettings Object. /// public const uint AccessorySlotType_AccessoryIdentifier_FactorySettings = 12825; /// /// The identifier for the AccessorySlotStateMachineType_Powerup Object. /// public const uint AccessorySlotStateMachineType_Powerup = 12840; /// /// The identifier for the AccessorySlotStateMachineType_Empty Object. /// public const uint AccessorySlotStateMachineType_Empty = 12842; /// /// The identifier for the AccessorySlotStateMachineType_Inserting Object. /// public const uint AccessorySlotStateMachineType_Inserting = 12844; /// /// The identifier for the AccessorySlotStateMachineType_Installed Object. /// public const uint AccessorySlotStateMachineType_Installed = 12846; /// /// The identifier for the AccessorySlotStateMachineType_Removing Object. /// public const uint AccessorySlotStateMachineType_Removing = 12848; /// /// The identifier for the AccessorySlotStateMachineType_Shutdown Object. /// public const uint AccessorySlotStateMachineType_Shutdown = 12850; /// /// The identifier for the AccessorySlotStateMachineType_PowerupToEmptyTransition Object. /// public const uint AccessorySlotStateMachineType_PowerupToEmptyTransition = 12852; /// /// The identifier for the AccessorySlotStateMachineType_EmptyToInsertingTransition Object. /// public const uint AccessorySlotStateMachineType_EmptyToInsertingTransition = 12854; /// /// The identifier for the AccessorySlotStateMachineType_InsertingTransition Object. /// public const uint AccessorySlotStateMachineType_InsertingTransition = 12856; /// /// The identifier for the AccessorySlotStateMachineType_InsertingToRemovingTransition Object. /// public const uint AccessorySlotStateMachineType_InsertingToRemovingTransition = 12858; /// /// The identifier for the AccessorySlotStateMachineType_InsertingToInstalledTransition Object. /// public const uint AccessorySlotStateMachineType_InsertingToInstalledTransition = 12860; /// /// The identifier for the AccessorySlotStateMachineType_InstalledToRemovingTransition Object. /// public const uint AccessorySlotStateMachineType_InstalledToRemovingTransition = 12862; /// /// The identifier for the AccessorySlotStateMachineType_RemovingTransition Object. /// public const uint AccessorySlotStateMachineType_RemovingTransition = 12864; /// /// The identifier for the AccessorySlotStateMachineType_RemovingToEmptyTransition Object. /// public const uint AccessorySlotStateMachineType_RemovingToEmptyTransition = 12866; /// /// The identifier for the AccessorySlotStateMachineType_EmptyToShutdownTransition Object. /// public const uint AccessorySlotStateMachineType_EmptyToShutdownTransition = 12868; /// /// The identifier for the AccessorySlotStateMachineType_InsertingToShutdownTransition Object. /// public const uint AccessorySlotStateMachineType_InsertingToShutdownTransition = 12870; /// /// The identifier for the AccessorySlotStateMachineType_InstalledToShutdownTransition Object. /// public const uint AccessorySlotStateMachineType_InstalledToShutdownTransition = 12872; /// /// The identifier for the AccessorySlotStateMachineType_RemovingToShutdownTransition Object. /// public const uint AccessorySlotStateMachineType_RemovingToShutdownTransition = 12874; /// /// The identifier for the AccessoryType_Configuration Object. /// public const uint AccessoryType_Configuration = 12898; /// /// The identifier for the AccessoryType_Status Object. /// public const uint AccessoryType_Status = 12900; /// /// The identifier for the AccessoryType_FactorySettings Object. /// public const uint AccessoryType_FactorySettings = 12902; } #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 AnalyserDeviceType ObjectType. /// public const uint AnalyserDeviceType = 1001; /// /// The identifier for the AnalyserDeviceStateMachineType ObjectType. /// public const uint AnalyserDeviceStateMachineType = 1002; /// /// The identifier for the AnalyserChannelType ObjectType. /// public const uint AnalyserChannelType = 1003; /// /// The identifier for the AnalyserChannelOperatingStateType ObjectType. /// public const uint AnalyserChannelOperatingStateType = 1004; /// /// The identifier for the AnalyserChannelLocalStateType ObjectType. /// public const uint AnalyserChannelLocalStateType = 1005; /// /// The identifier for the AnalyserChannelMaintenanceStateType ObjectType. /// public const uint AnalyserChannelMaintenanceStateType = 1006; /// /// The identifier for the AnalyserChannelStateMachineType ObjectType. /// public const uint AnalyserChannelStateMachineType = 1007; /// /// The identifier for the AnalyserChannelOperatingExecuteStateType ObjectType. /// public const uint AnalyserChannelOperatingExecuteStateType = 8964; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType ObjectType. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType = 1008; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType ObjectType. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType = 1009; /// /// The identifier for the StreamType ObjectType. /// public const uint StreamType = 1010; /// /// The identifier for the SpectrometerDeviceStreamType ObjectType. /// public const uint SpectrometerDeviceStreamType = 1030; /// /// The identifier for the MassSpectrometerDeviceStreamType ObjectType. /// public const uint MassSpectrometerDeviceStreamType = 1031; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType ObjectType. /// public const uint ParticleSizeMonitorDeviceStreamType = 1032; /// /// The identifier for the AcousticSpectrometerDeviceStreamType ObjectType. /// public const uint AcousticSpectrometerDeviceStreamType = 1033; /// /// The identifier for the ChromatographDeviceStreamType ObjectType. /// public const uint ChromatographDeviceStreamType = 1034; /// /// The identifier for the MNRDeviceStreamType ObjectType. /// public const uint MNRDeviceStreamType = 1035; /// /// The identifier for the SpectrometerDeviceType ObjectType. /// public const uint SpectrometerDeviceType = 1011; /// /// The identifier for the ParticleSizeMonitorDeviceType ObjectType. /// public const uint ParticleSizeMonitorDeviceType = 1012; /// /// The identifier for the ChromatographDeviceType ObjectType. /// public const uint ChromatographDeviceType = 1013; /// /// The identifier for the MassSpectrometerDeviceType ObjectType. /// public const uint MassSpectrometerDeviceType = 1014; /// /// The identifier for the AcousticSpectrometerDeviceType ObjectType. /// public const uint AcousticSpectrometerDeviceType = 1015; /// /// The identifier for the NMRDeviceType ObjectType. /// public const uint NMRDeviceType = 1016; /// /// The identifier for the AccessorySlotType ObjectType. /// public const uint AccessorySlotType = 1017; /// /// The identifier for the AccessorySlotStateMachineType ObjectType. /// public const uint AccessorySlotStateMachineType = 1018; /// /// The identifier for the AccessoryType ObjectType. /// public const uint AccessoryType = 1019; /// /// The identifier for the DetectorType ObjectType. /// public const uint DetectorType = 9350; /// /// The identifier for the SmartSamplingSystemType ObjectType. /// public const uint SmartSamplingSystemType = 9359; /// /// The identifier for the SourceType ObjectType. /// public const uint SourceType = 9368; /// /// The identifier for the GcOvenType ObjectType. /// public const uint GcOvenType = 1020; } #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 HasDataSource ReferenceType. /// public const uint HasDataSource = 4001; /// /// The identifier for the HasInput ReferenceType. /// public const uint HasInput = 4002; /// /// The identifier for the HasOutput ReferenceType. /// public const uint HasOutput = 4003; } #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 OpcUaAdiNamespaceMetadata_NamespaceUri Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceUri = 15002; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceVersion Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceVersion = 15003; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespacePublicationDate Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespacePublicationDate = 15004; /// /// The identifier for the OpcUaAdiNamespaceMetadata_IsNamespaceSubset Variable. /// public const uint OpcUaAdiNamespaceMetadata_IsNamespaceSubset = 15005; /// /// The identifier for the OpcUaAdiNamespaceMetadata_StaticNodeIdTypes Variable. /// public const uint OpcUaAdiNamespaceMetadata_StaticNodeIdTypes = 15006; /// /// The identifier for the OpcUaAdiNamespaceMetadata_StaticNumericNodeIdRange Variable. /// public const uint OpcUaAdiNamespaceMetadata_StaticNumericNodeIdRange = 15007; /// /// The identifier for the OpcUaAdiNamespaceMetadata_StaticStringNodeIdPattern Variable. /// public const uint OpcUaAdiNamespaceMetadata_StaticStringNodeIdPattern = 15008; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Size Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_Size = 15010; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Writable Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_Writable = 15011; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_UserWritable Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_UserWritable = 15012; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_OpenCount Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_OpenCount = 15013; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Open_InputArguments Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_Open_InputArguments = 15016; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Open_OutputArguments Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_Open_OutputArguments = 15017; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Close_InputArguments Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_Close_InputArguments = 15019; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Read_InputArguments Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_Read_InputArguments = 15021; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Read_OutputArguments Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_Read_OutputArguments = 15022; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Write_InputArguments Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_Write_InputArguments = 15024; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_GetPosition_InputArguments Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_GetPosition_InputArguments = 15026; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_GetPosition_OutputArguments Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_GetPosition_OutputArguments = 15027; /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_SetPosition_InputArguments Variable. /// public const uint OpcUaAdiNamespaceMetadata_NamespaceFile_SetPosition_InputArguments = 15029; /// /// The identifier for the OpcUaAdiNamespaceMetadata_DefaultRolePermissions Variable. /// public const uint OpcUaAdiNamespaceMetadata_DefaultRolePermissions = 15031; /// /// The identifier for the OpcUaAdiNamespaceMetadata_DefaultUserRolePermissions Variable. /// public const uint OpcUaAdiNamespaceMetadata_DefaultUserRolePermissions = 15032; /// /// The identifier for the OpcUaAdiNamespaceMetadata_DefaultAccessRestrictions Variable. /// public const uint OpcUaAdiNamespaceMetadata_DefaultAccessRestrictions = 15033; /// /// The identifier for the AnalyserDeviceType_Lock_Locked Variable. /// public const uint AnalyserDeviceType_Lock_Locked = 9389; /// /// The identifier for the AnalyserDeviceType_Lock_LockingClient Variable. /// public const uint AnalyserDeviceType_Lock_LockingClient = 9390; /// /// The identifier for the AnalyserDeviceType_Lock_LockingUser Variable. /// public const uint AnalyserDeviceType_Lock_LockingUser = 9391; /// /// The identifier for the AnalyserDeviceType_Lock_RemainingLockTime Variable. /// public const uint AnalyserDeviceType_Lock_RemainingLockTime = 9392; /// /// The identifier for the AnalyserDeviceType_Lock_InitLock_InputArguments Variable. /// public const uint AnalyserDeviceType_Lock_InitLock_InputArguments = 9394; /// /// The identifier for the AnalyserDeviceType_Lock_InitLock_OutputArguments Variable. /// public const uint AnalyserDeviceType_Lock_InitLock_OutputArguments = 9395; /// /// The identifier for the AnalyserDeviceType_Lock_RenewLock_OutputArguments Variable. /// public const uint AnalyserDeviceType_Lock_RenewLock_OutputArguments = 9397; /// /// The identifier for the AnalyserDeviceType_Lock_ExitLock_OutputArguments Variable. /// public const uint AnalyserDeviceType_Lock_ExitLock_OutputArguments = 9399; /// /// The identifier for the AnalyserDeviceType_Lock_BreakLock_OutputArguments Variable. /// public const uint AnalyserDeviceType_Lock_BreakLock_OutputArguments = 9401; /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_Locked Variable. /// public const uint AnalyserDeviceType_CPIdentifier_Lock_Locked = 13094; /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_LockingClient Variable. /// public const uint AnalyserDeviceType_CPIdentifier_Lock_LockingClient = 13095; /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_LockingUser Variable. /// public const uint AnalyserDeviceType_CPIdentifier_Lock_LockingUser = 13096; /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_RemainingLockTime Variable. /// public const uint AnalyserDeviceType_CPIdentifier_Lock_RemainingLockTime = 13097; /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint AnalyserDeviceType_CPIdentifier_Lock_InitLock_InputArguments = 13099; /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint AnalyserDeviceType_CPIdentifier_Lock_InitLock_OutputArguments = 13100; /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint AnalyserDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments = 13102; /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint AnalyserDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments = 13104; /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint AnalyserDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments = 13106; /// /// The identifier for the AnalyserDeviceType_MethodSet_GetConfiguration_OutputArguments Variable. /// public const uint AnalyserDeviceType_MethodSet_GetConfiguration_OutputArguments = 9444; /// /// The identifier for the AnalyserDeviceType_MethodSet_SetConfiguration_InputArguments Variable. /// public const uint AnalyserDeviceType_MethodSet_SetConfiguration_InputArguments = 9446; /// /// The identifier for the AnalyserDeviceType_MethodSet_SetConfiguration_OutputArguments Variable. /// public const uint AnalyserDeviceType_MethodSet_SetConfiguration_OutputArguments = 9447; /// /// The identifier for the AnalyserDeviceType_MethodSet_GetConfigDataDigest_OutputArguments Variable. /// public const uint AnalyserDeviceType_MethodSet_GetConfigDataDigest_OutputArguments = 9449; /// /// The identifier for the AnalyserDeviceType_MethodSet_CompareConfigDataDigest_InputArguments Variable. /// public const uint AnalyserDeviceType_MethodSet_CompareConfigDataDigest_InputArguments = 9451; /// /// The identifier for the AnalyserDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments Variable. /// public const uint AnalyserDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments = 9452; /// /// The identifier for the AnalyserDeviceType_ParameterSet_DiagnosticStatus Variable. /// public const uint AnalyserDeviceType_ParameterSet_DiagnosticStatus = 9459; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Size Variable. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_Size = 9463; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Writable Variable. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_Writable = 13070; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_UserWritable Variable. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_UserWritable = 13071; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_OpenCount Variable. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_OpenCount = 9466; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Open_InputArguments Variable. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_Open_InputArguments = 9468; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Open_OutputArguments Variable. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_Open_OutputArguments = 9469; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Close_InputArguments Variable. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_Close_InputArguments = 9471; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Read_InputArguments Variable. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_Read_InputArguments = 9473; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Read_OutputArguments Variable. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_Read_OutputArguments = 9474; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Write_InputArguments Variable. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_Write_InputArguments = 9476; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments Variable. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments = 9478; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments Variable. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments = 9479; /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments Variable. /// public const uint AnalyserDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments = 9481; /// /// The identifier for the AnalyserDeviceType_AnalyserStateMachine_CurrentState Variable. /// public const uint AnalyserDeviceType_AnalyserStateMachine_CurrentState = 9489; /// /// The identifier for the AnalyserDeviceType_AnalyserStateMachine_CurrentState_Id Variable. /// public const uint AnalyserDeviceType_AnalyserStateMachine_CurrentState_Id = 9490; /// /// The identifier for the AnalyserDeviceType_AnalyserStateMachine_LastTransition_Id Variable. /// public const uint AnalyserDeviceType_AnalyserStateMachine_LastTransition_Id = 9495; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_Locked Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_Lock_Locked = 9508; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_LockingClient Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_Lock_LockingClient = 9509; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_LockingUser Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_Lock_LockingUser = 9510; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_RemainingLockTime Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_Lock_RemainingLockTime = 9511; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments = 9513; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments = 9514; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments = 9516; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments = 9518; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments = 9520; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments = 9524; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ParameterSet_IsEnabled Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ParameterSet_IsEnabled = 9537; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus = 9540; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ParameterSet_ActiveStream Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ParameterSet_ActiveStream = 9543; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState = 9551; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id = 9552; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id = 9557; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState = 9563; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = 9564; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = 9569; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = 9575; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = 9576; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = 9581; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState = 9587; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = 9588; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = 9593; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = 9599; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = 9600; /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public const uint AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = 9605; /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public const uint AnalyserDeviceType_AccessorySlotIdentifier_IsHotSwappable = 9612; /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier_IsEnabled Variable. /// public const uint AnalyserDeviceType_AccessorySlotIdentifier_IsEnabled = 9613; /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public const uint AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = 9615; /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public const uint AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = 9616; /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public const uint AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = 9621; /// /// The identifier for the AnalyserDeviceStateMachineType_CurrentState_Id Variable. /// public const uint AnalyserDeviceStateMachineType_CurrentState_Id = 9637; /// /// The identifier for the AnalyserDeviceStateMachineType_LastTransition_Id Variable. /// public const uint AnalyserDeviceStateMachineType_LastTransition_Id = 9642; /// /// The identifier for the AnalyserDeviceStateMachineType_Powerup_StateNumber Variable. /// public const uint AnalyserDeviceStateMachineType_Powerup_StateNumber = 9648; /// /// The identifier for the AnalyserDeviceStateMachineType_Operating_StateNumber Variable. /// public const uint AnalyserDeviceStateMachineType_Operating_StateNumber = 9650; /// /// The identifier for the AnalyserDeviceStateMachineType_Local_StateNumber Variable. /// public const uint AnalyserDeviceStateMachineType_Local_StateNumber = 9652; /// /// The identifier for the AnalyserDeviceStateMachineType_Maintenance_StateNumber Variable. /// public const uint AnalyserDeviceStateMachineType_Maintenance_StateNumber = 9654; /// /// The identifier for the AnalyserDeviceStateMachineType_Shutdown_StateNumber Variable. /// public const uint AnalyserDeviceStateMachineType_Shutdown_StateNumber = 9656; /// /// The identifier for the AnalyserDeviceStateMachineType_PowerupToOperatingTransition_TransitionNumber Variable. /// public const uint AnalyserDeviceStateMachineType_PowerupToOperatingTransition_TransitionNumber = 9658; /// /// The identifier for the AnalyserDeviceStateMachineType_OperatingToLocalTransition_TransitionNumber Variable. /// public const uint AnalyserDeviceStateMachineType_OperatingToLocalTransition_TransitionNumber = 9660; /// /// The identifier for the AnalyserDeviceStateMachineType_OperatingToMaintenanceTransition_TransitionNumber Variable. /// public const uint AnalyserDeviceStateMachineType_OperatingToMaintenanceTransition_TransitionNumber = 9662; /// /// The identifier for the AnalyserDeviceStateMachineType_LocalToOperatingTransition_TransitionNumber Variable. /// public const uint AnalyserDeviceStateMachineType_LocalToOperatingTransition_TransitionNumber = 9664; /// /// The identifier for the AnalyserDeviceStateMachineType_LocalToMaintenanceTransition_TransitionNumber Variable. /// public const uint AnalyserDeviceStateMachineType_LocalToMaintenanceTransition_TransitionNumber = 9666; /// /// The identifier for the AnalyserDeviceStateMachineType_MaintenanceToOperatingTransition_TransitionNumber Variable. /// public const uint AnalyserDeviceStateMachineType_MaintenanceToOperatingTransition_TransitionNumber = 9668; /// /// The identifier for the AnalyserDeviceStateMachineType_MaintenanceToLocalTransition_TransitionNumber Variable. /// public const uint AnalyserDeviceStateMachineType_MaintenanceToLocalTransition_TransitionNumber = 9670; /// /// The identifier for the AnalyserDeviceStateMachineType_OperatingToShutdownTransition_TransitionNumber Variable. /// public const uint AnalyserDeviceStateMachineType_OperatingToShutdownTransition_TransitionNumber = 9672; /// /// The identifier for the AnalyserDeviceStateMachineType_LocalToShutdownTransition_TransitionNumber Variable. /// public const uint AnalyserDeviceStateMachineType_LocalToShutdownTransition_TransitionNumber = 9674; /// /// The identifier for the AnalyserDeviceStateMachineType_MaintenanceToShutdownTransition_TransitionNumber Variable. /// public const uint AnalyserDeviceStateMachineType_MaintenanceToShutdownTransition_TransitionNumber = 9676; /// /// The identifier for the AnalyserChannelType_Lock_Locked Variable. /// public const uint AnalyserChannelType_Lock_Locked = 9686; /// /// The identifier for the AnalyserChannelType_Lock_LockingClient Variable. /// public const uint AnalyserChannelType_Lock_LockingClient = 9687; /// /// The identifier for the AnalyserChannelType_Lock_LockingUser Variable. /// public const uint AnalyserChannelType_Lock_LockingUser = 9688; /// /// The identifier for the AnalyserChannelType_Lock_RemainingLockTime Variable. /// public const uint AnalyserChannelType_Lock_RemainingLockTime = 9689; /// /// The identifier for the AnalyserChannelType_Lock_InitLock_InputArguments Variable. /// public const uint AnalyserChannelType_Lock_InitLock_InputArguments = 9691; /// /// The identifier for the AnalyserChannelType_Lock_InitLock_OutputArguments Variable. /// public const uint AnalyserChannelType_Lock_InitLock_OutputArguments = 9692; /// /// The identifier for the AnalyserChannelType_Lock_RenewLock_OutputArguments Variable. /// public const uint AnalyserChannelType_Lock_RenewLock_OutputArguments = 9694; /// /// The identifier for the AnalyserChannelType_Lock_ExitLock_OutputArguments Variable. /// public const uint AnalyserChannelType_Lock_ExitLock_OutputArguments = 9696; /// /// The identifier for the AnalyserChannelType_Lock_BreakLock_OutputArguments Variable. /// public const uint AnalyserChannelType_Lock_BreakLock_OutputArguments = 9698; /// /// The identifier for the AnalyserChannelType_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public const uint AnalyserChannelType_MethodSet_StartSingleAcquisition_InputArguments = 9702; /// /// The identifier for the AnalyserChannelType_ParameterSet_ChannelId Variable. /// public const uint AnalyserChannelType_ParameterSet_ChannelId = 9712; /// /// The identifier for the AnalyserChannelType_ParameterSet_IsEnabled Variable. /// public const uint AnalyserChannelType_ParameterSet_IsEnabled = 9715; /// /// The identifier for the AnalyserChannelType_ParameterSet_DiagnosticStatus Variable. /// public const uint AnalyserChannelType_ParameterSet_DiagnosticStatus = 9718; /// /// The identifier for the AnalyserChannelType_ParameterSet_ActiveStream Variable. /// public const uint AnalyserChannelType_ParameterSet_ActiveStream = 9721; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_CurrentState Variable. /// public const uint AnalyserChannelType_ChannelStateMachine_CurrentState = 9729; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_CurrentState_Id Variable. /// public const uint AnalyserChannelType_ChannelStateMachine_CurrentState_Id = 9730; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_LastTransition_Id Variable. /// public const uint AnalyserChannelType_ChannelStateMachine_LastTransition_Id = 9735; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public const uint AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_CurrentState = 9741; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public const uint AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = 9742; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public const uint AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = 9747; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public const uint AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = 9753; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public const uint AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = 9754; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public const uint AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = 9759; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public const uint AnalyserChannelType_ChannelStateMachine_LocalSubStateMachine_CurrentState = 9765; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public const uint AnalyserChannelType_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = 9766; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public const uint AnalyserChannelType_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = 9771; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public const uint AnalyserChannelType_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = 9777; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public const uint AnalyserChannelType_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = 9778; /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public const uint AnalyserChannelType_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = 9783; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_Locked Variable. /// public const uint AnalyserChannelType_StreamIdentifier_Lock_Locked = 9798; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_LockingClient Variable. /// public const uint AnalyserChannelType_StreamIdentifier_Lock_LockingClient = 9799; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_LockingUser Variable. /// public const uint AnalyserChannelType_StreamIdentifier_Lock_LockingUser = 9800; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_RemainingLockTime Variable. /// public const uint AnalyserChannelType_StreamIdentifier_Lock_RemainingLockTime = 9801; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint AnalyserChannelType_StreamIdentifier_Lock_InitLock_InputArguments = 9803; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint AnalyserChannelType_StreamIdentifier_Lock_InitLock_OutputArguments = 9804; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint AnalyserChannelType_StreamIdentifier_Lock_RenewLock_OutputArguments = 9806; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint AnalyserChannelType_StreamIdentifier_Lock_ExitLock_OutputArguments = 9808; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint AnalyserChannelType_StreamIdentifier_Lock_BreakLock_OutputArguments = 9810; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_IsEnabled Variable. /// public const uint AnalyserChannelType_StreamIdentifier_ParameterSet_IsEnabled = 9811; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_DiagnosticStatus Variable. /// public const uint AnalyserChannelType_StreamIdentifier_ParameterSet_DiagnosticStatus = 9817; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_LastSampleTime Variable. /// public const uint AnalyserChannelType_StreamIdentifier_ParameterSet_LastSampleTime = 9826; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_TimeBetweenSamples_EURange Variable. /// public const uint AnalyserChannelType_StreamIdentifier_ParameterSet_TimeBetweenSamples_EURange = 9833; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_IsActive Variable. /// public const uint AnalyserChannelType_StreamIdentifier_ParameterSet_IsActive = 9835; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_ExecutionCycle Variable. /// public const uint AnalyserChannelType_StreamIdentifier_ParameterSet_ExecutionCycle = 9838; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_ExecutionCycleSubcode Variable. /// public const uint AnalyserChannelType_StreamIdentifier_ParameterSet_ExecutionCycleSubcode = 9841; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public const uint AnalyserChannelType_StreamIdentifier_ParameterSet_ExecutionCycleSubcode_EnumStrings = 9844; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_Progress Variable. /// public const uint AnalyserChannelType_StreamIdentifier_ParameterSet_Progress = 9845; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionCounter Variable. /// public const uint AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionCounter = 9848; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionCounter_EURange Variable. /// public const uint AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionCounter_EURange = 9852; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionResultStatus Variable. /// public const uint AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionResultStatus = 9854; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_ScaledData Variable. /// public const uint AnalyserChannelType_StreamIdentifier_ParameterSet_ScaledData = 9860; /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionEndTime Variable. /// public const uint AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionEndTime = 9866; /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public const uint AnalyserChannelType_AccessorySlotIdentifier_IsHotSwappable = 9918; /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier_IsEnabled Variable. /// public const uint AnalyserChannelType_AccessorySlotIdentifier_IsEnabled = 9919; /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public const uint AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = 9921; /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public const uint AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = 9922; /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public const uint AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = 9927; /// /// The identifier for the AnalyserChannelStateMachineType_CurrentState_Id Variable. /// public const uint AnalyserChannelStateMachineType_CurrentState_Id = 9938; /// /// The identifier for the AnalyserChannelStateMachineType_LastTransition_Id Variable. /// public const uint AnalyserChannelStateMachineType_LastTransition_Id = 9943; /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine_CurrentState Variable. /// public const uint AnalyserChannelStateMachineType_OperatingSubStateMachine_CurrentState = 9949; /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine_CurrentState_Id Variable. /// public const uint AnalyserChannelStateMachineType_OperatingSubStateMachine_CurrentState_Id = 9950; /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine_LastTransition_Id Variable. /// public const uint AnalyserChannelStateMachineType_OperatingSubStateMachine_LastTransition_Id = 9955; /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public const uint AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = 9961; /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public const uint AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = 9962; /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public const uint AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = 9967; /// /// The identifier for the AnalyserChannelStateMachineType_LocalSubStateMachine_CurrentState Variable. /// public const uint AnalyserChannelStateMachineType_LocalSubStateMachine_CurrentState = 9973; /// /// The identifier for the AnalyserChannelStateMachineType_LocalSubStateMachine_CurrentState_Id Variable. /// public const uint AnalyserChannelStateMachineType_LocalSubStateMachine_CurrentState_Id = 9974; /// /// The identifier for the AnalyserChannelStateMachineType_LocalSubStateMachine_LastTransition_Id Variable. /// public const uint AnalyserChannelStateMachineType_LocalSubStateMachine_LastTransition_Id = 9979; /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceSubStateMachine_CurrentState Variable. /// public const uint AnalyserChannelStateMachineType_MaintenanceSubStateMachine_CurrentState = 9985; /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public const uint AnalyserChannelStateMachineType_MaintenanceSubStateMachine_CurrentState_Id = 9986; /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public const uint AnalyserChannelStateMachineType_MaintenanceSubStateMachine_LastTransition_Id = 9991; /// /// The identifier for the AnalyserChannelStateMachineType_SlaveMode_StateNumber Variable. /// public const uint AnalyserChannelStateMachineType_SlaveMode_StateNumber = 9997; /// /// The identifier for the AnalyserChannelStateMachineType_Operating_StateNumber Variable. /// public const uint AnalyserChannelStateMachineType_Operating_StateNumber = 9999; /// /// The identifier for the AnalyserChannelStateMachineType_Local_StateNumber Variable. /// public const uint AnalyserChannelStateMachineType_Local_StateNumber = 10001; /// /// The identifier for the AnalyserChannelStateMachineType_Maintenance_StateNumber Variable. /// public const uint AnalyserChannelStateMachineType_Maintenance_StateNumber = 10003; /// /// The identifier for the AnalyserChannelStateMachineType_SlaveModeToOperatingTransition_TransitionNumber Variable. /// public const uint AnalyserChannelStateMachineType_SlaveModeToOperatingTransition_TransitionNumber = 10005; /// /// The identifier for the AnalyserChannelStateMachineType_OperatingToLocalTransition_TransitionNumber Variable. /// public const uint AnalyserChannelStateMachineType_OperatingToLocalTransition_TransitionNumber = 10007; /// /// The identifier for the AnalyserChannelStateMachineType_OperatingToMaintenanceTransition_TransitionNumber Variable. /// public const uint AnalyserChannelStateMachineType_OperatingToMaintenanceTransition_TransitionNumber = 10009; /// /// The identifier for the AnalyserChannelStateMachineType_LocalToOperatingTransition_TransitionNumber Variable. /// public const uint AnalyserChannelStateMachineType_LocalToOperatingTransition_TransitionNumber = 10011; /// /// The identifier for the AnalyserChannelStateMachineType_LocalToMaintenanceTransition_TransitionNumber Variable. /// public const uint AnalyserChannelStateMachineType_LocalToMaintenanceTransition_TransitionNumber = 10013; /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceToOperatingTransition_TransitionNumber Variable. /// public const uint AnalyserChannelStateMachineType_MaintenanceToOperatingTransition_TransitionNumber = 10015; /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceToLocalTransition_TransitionNumber Variable. /// public const uint AnalyserChannelStateMachineType_MaintenanceToLocalTransition_TransitionNumber = 10017; /// /// The identifier for the AnalyserChannelStateMachineType_OperatingToSlaveModeTransition_TransitionNumber Variable. /// public const uint AnalyserChannelStateMachineType_OperatingToSlaveModeTransition_TransitionNumber = 10019; /// /// The identifier for the AnalyserChannelStateMachineType_LocalToSlaveModeTransition_TransitionNumber Variable. /// public const uint AnalyserChannelStateMachineType_LocalToSlaveModeTransition_TransitionNumber = 10021; /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceToSlaveModeTransition_TransitionNumber Variable. /// public const uint AnalyserChannelStateMachineType_MaintenanceToSlaveModeTransition_TransitionNumber = 10023; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CurrentState_Id Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_CurrentState_Id = 10026; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_LastTransition_Id Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_LastTransition_Id = 10031; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine_CurrentState Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine_CurrentState = 10037; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine_CurrentState_Id = 10038; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine_LastTransition_Id = 10043; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Stopped_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Stopped_StateNumber = 10049; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Resetting_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Resetting_StateNumber = 10051; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Idle_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Idle_StateNumber = 10053; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Starting_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Starting_StateNumber = 10055; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Execute_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Execute_StateNumber = 10057; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Completing_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Completing_StateNumber = 10059; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Complete_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Complete_StateNumber = 10061; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Suspending_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Suspending_StateNumber = 10063; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Suspended_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Suspended_StateNumber = 10065; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Unsuspending_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Unsuspending_StateNumber = 10067; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Holding_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Holding_StateNumber = 10069; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Held_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Held_StateNumber = 10071; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Unholding_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Unholding_StateNumber = 10073; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Stopping_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Stopping_StateNumber = 10075; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Aborting_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Aborting_StateNumber = 10077; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Aborted_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Aborted_StateNumber = 10079; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Clearing_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_Clearing_StateNumber = 10081; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppedToResettingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StoppedToResettingTransition_TransitionNumber = 10083; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ResettingTransition_TransitionNumber = 10085; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingToIdleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ResettingToIdleTransition_TransitionNumber = 10087; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_IdleToStartingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_IdleToStartingTransition_TransitionNumber = 10089; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StartingTransition_TransitionNumber = 10091; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingToExecuteTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StartingToExecuteTransition_TransitionNumber = 10093; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToCompletingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToCompletingTransition_TransitionNumber = 10095; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_CompletingTransition_TransitionNumber = 10097; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingToCompleteTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_CompletingToCompleteTransition_TransitionNumber = 10099; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppedTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppedTransition_TransitionNumber = 10101; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToHoldingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToHoldingTransition_TransitionNumber = 10103; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_HoldingTransition_TransitionNumber = 10105; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingToHeldTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_HoldingToHeldTransition_TransitionNumber = 10107; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HeldToUnholdingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_HeldToUnholdingTransition_TransitionNumber = 10109; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnholdingTransition_TransitionNumber = 10111; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToHoldingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToHoldingTransition_TransitionNumber = 10113; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToExecuteTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToExecuteTransition_TransitionNumber = 10115; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToSuspendingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToSuspendingTransition_TransitionNumber = 10117; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_SuspendingTransition_TransitionNumber = 10119; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToSuspendedTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToSuspendedTransition_TransitionNumber = 10121; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToUnsuspendingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToUnsuspendingTransition_TransitionNumber = 10123; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingTransition_TransitionNumber = 10125; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToSuspendingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToSuspendingTransition_TransitionNumber = 10127; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToExecuteTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToExecuteTransition_TransitionNumber = 10129; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppingToStoppedTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StoppingToStoppedTransition_TransitionNumber = 10131; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_AbortingToAbortedTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_AbortingToAbortedTransition_TransitionNumber = 10133; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_AbortedToClearingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_AbortedToClearingTransition_TransitionNumber = 10135; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ClearingToStoppedTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ClearingToStoppedTransition_TransitionNumber = 10137; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingToStoppingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ResettingToStoppingTransition_TransitionNumber = 10139; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_IdleToStoppingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_IdleToStoppingTransition_TransitionNumber = 10141; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingToStoppingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StartingToStoppingTransition_TransitionNumber = 10143; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToStoppingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToStoppingTransition_TransitionNumber = 10145; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingToStoppingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_CompletingToStoppingTransition_TransitionNumber = 10147; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppingTransition_TransitionNumber = 10149; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToStoppingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToStoppingTransition_TransitionNumber = 10151; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToStoppingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToStoppingTransition_TransitionNumber = 10153; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToStoppingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToStoppingTransition_TransitionNumber = 10155; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingToStoppingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_HoldingToStoppingTransition_TransitionNumber = 10157; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HeldToStoppingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_HeldToStoppingTransition_TransitionNumber = 10159; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToStoppingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToStoppingTransition_TransitionNumber = 10161; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppedToAbortingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StoppedToAbortingTransition_TransitionNumber = 10163; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingToAbortingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ResettingToAbortingTransition_TransitionNumber = 10165; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_IdleToAbortingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_IdleToAbortingTransition_TransitionNumber = 10167; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingToAbortingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StartingToAbortingTransition_TransitionNumber = 10169; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToAbortingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToAbortingTransition_TransitionNumber = 10171; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingToAbortingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_CompletingToAbortingTransition_TransitionNumber = 10173; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompleteToAbortingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_CompleteToAbortingTransition_TransitionNumber = 10175; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToAbortingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToAbortingTransition_TransitionNumber = 10177; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToAbortingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToAbortingTransition_TransitionNumber = 10179; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToAbortingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToAbortingTransition_TransitionNumber = 10181; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingToAbortingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_HoldingToAbortingTransition_TransitionNumber = 10183; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HeldToAbortingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_HeldToAbortingTransition_TransitionNumber = 10185; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToAbortingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToAbortingTransition_TransitionNumber = 10187; /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppingToAbortingTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeSubStateMachineType_StoppingToAbortingTransition_TransitionNumber = 10189; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CurrentState_Id Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_CurrentState_Id = 10191; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_LastTransition_Id Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_LastTransition_Id = 10196; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycle_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycle_StateNumber = 10202; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTrigger_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTrigger_StateNumber = 10204; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSample_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSample_StateNumber = 10206; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSample_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSample_StateNumber = 10208; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSample_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSample_StateNumber = 10210; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTrigger_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTrigger_StateNumber = 10212; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSample_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSample_StateNumber = 10214; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSample_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSample_StateNumber = 10216; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSample_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSample_StateNumber = 10218; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTrigger_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTrigger_StateNumber = 10220; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSample_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSample_StateNumber = 10222; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSample_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSample_StateNumber = 10224; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSample_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSample_StateNumber = 10226; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTrigger_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTrigger_StateNumber = 10228; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_Diagnostic_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_Diagnostic_StateNumber = 10230; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTrigger_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTrigger_StateNumber = 10232; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_Cleaning_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_Cleaning_StateNumber = 10234; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResults_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResults_StateNumber = 10236; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSample_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSample_StateNumber = 10238; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystem_StateNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystem_StateNumber = 10240; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCalibrationTriggerTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCalibrationTriggerTransition_TransitionNumber = 10242; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTriggerToExtractCalibrationSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTriggerToExtractCalibrationSampleTransition_TransitionNumber = 10244; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleTransition_TransitionNumber = 10246; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleToPrepareCalibrationSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleToPrepareCalibrationSampleTransition_TransitionNumber = 10248; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleTransition_TransitionNumber = 10250; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleToAnalyseCalibrationSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleToAnalyseCalibrationSampleTransition_TransitionNumber = 10252; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleTransition_TransitionNumber = 10254; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleToPublishResultsTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleToPublishResultsTransition_TransitionNumber = 10256; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForValidationTriggerTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForValidationTriggerTransition_TransitionNumber = 10258; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTriggerToExtractValidationSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTriggerToExtractValidationSampleTransition_TransitionNumber = 10260; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleTransition_TransitionNumber = 10262; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleToPrepareValidationSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleToPrepareValidationSampleTransition_TransitionNumber = 10264; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleTransition_TransitionNumber = 10266; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleToAnalyseValidationSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleToAnalyseValidationSampleTransition_TransitionNumber = 10268; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleTransition_TransitionNumber = 10270; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleToPublishResultsTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleToPublishResultsTransition_TransitionNumber = 10272; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForSampleTriggerTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForSampleTriggerTransition_TransitionNumber = 10274; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTriggerToExtractSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTriggerToExtractSampleTransition_TransitionNumber = 10276; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleTransition_TransitionNumber = 10278; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleToPrepareSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleToPrepareSampleTransition_TransitionNumber = 10280; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleTransition_TransitionNumber = 10282; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleToAnalyseSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleToAnalyseSampleTransition_TransitionNumber = 10284; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleTransition_TransitionNumber = 10286; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleToPublishResultsTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleToPublishResultsTransition_TransitionNumber = 10288; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForDiagnosticTriggerTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForDiagnosticTriggerTransition_TransitionNumber = 10290; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTriggerToDiagnosticTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTriggerToDiagnosticTransition_TransitionNumber = 10292; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticTransition_TransitionNumber = 10294; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticToPublishResultsTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticToPublishResultsTransition_TransitionNumber = 10296; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCleaningTriggerTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCleaningTriggerTransition_TransitionNumber = 10298; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTriggerToCleaningTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTriggerToCleaningTransition_TransitionNumber = 10300; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningTransition_TransitionNumber = 10302; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningToPublishResultsTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningToPublishResultsTransition_TransitionNumber = 10304; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToCleanupSamplingSystemTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToCleanupSamplingSystemTransition_TransitionNumber = 10306; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToEjectGrabSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToEjectGrabSampleTransition_TransitionNumber = 10308; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleTransition_TransitionNumber = 10310; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleToCleanupSamplingSystemTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleToCleanupSamplingSystemTransition_TransitionNumber = 10312; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemTransition_TransitionNumber = 10314; /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemToSelectExecutionCycleTransition_TransitionNumber Variable. /// public const uint AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemToSelectExecutionCycleTransition_TransitionNumber = 10316; /// /// The identifier for the StreamType_Lock_Locked Variable. /// public const uint StreamType_Lock_Locked = 10326; /// /// The identifier for the StreamType_Lock_LockingClient Variable. /// public const uint StreamType_Lock_LockingClient = 10327; /// /// The identifier for the StreamType_Lock_LockingUser Variable. /// public const uint StreamType_Lock_LockingUser = 10328; /// /// The identifier for the StreamType_Lock_RemainingLockTime Variable. /// public const uint StreamType_Lock_RemainingLockTime = 10329; /// /// The identifier for the StreamType_Lock_InitLock_InputArguments Variable. /// public const uint StreamType_Lock_InitLock_InputArguments = 10331; /// /// The identifier for the StreamType_Lock_InitLock_OutputArguments Variable. /// public const uint StreamType_Lock_InitLock_OutputArguments = 10332; /// /// The identifier for the StreamType_Lock_RenewLock_OutputArguments Variable. /// public const uint StreamType_Lock_RenewLock_OutputArguments = 10334; /// /// The identifier for the StreamType_Lock_ExitLock_OutputArguments Variable. /// public const uint StreamType_Lock_ExitLock_OutputArguments = 10336; /// /// The identifier for the StreamType_Lock_BreakLock_OutputArguments Variable. /// public const uint StreamType_Lock_BreakLock_OutputArguments = 10338; /// /// The identifier for the StreamType_ParameterSet_IsEnabled Variable. /// public const uint StreamType_ParameterSet_IsEnabled = 10339; /// /// The identifier for the StreamType_ParameterSet_IsForced Variable. /// public const uint StreamType_ParameterSet_IsForced = 10342; /// /// The identifier for the StreamType_ParameterSet_DiagnosticStatus Variable. /// public const uint StreamType_ParameterSet_DiagnosticStatus = 10345; /// /// The identifier for the StreamType_ParameterSet_LastCalibrationTime Variable. /// public const uint StreamType_ParameterSet_LastCalibrationTime = 10348; /// /// The identifier for the StreamType_ParameterSet_LastValidationTime Variable. /// public const uint StreamType_ParameterSet_LastValidationTime = 10351; /// /// The identifier for the StreamType_ParameterSet_LastSampleTime Variable. /// public const uint StreamType_ParameterSet_LastSampleTime = 10354; /// /// The identifier for the StreamType_ParameterSet_TimeBetweenSamples Variable. /// public const uint StreamType_ParameterSet_TimeBetweenSamples = 10357; /// /// The identifier for the StreamType_ParameterSet_TimeBetweenSamples_EURange Variable. /// public const uint StreamType_ParameterSet_TimeBetweenSamples_EURange = 10361; /// /// The identifier for the StreamType_ParameterSet_IsActive Variable. /// public const uint StreamType_ParameterSet_IsActive = 10363; /// /// The identifier for the StreamType_ParameterSet_ExecutionCycle Variable. /// public const uint StreamType_ParameterSet_ExecutionCycle = 10366; /// /// The identifier for the StreamType_ParameterSet_ExecutionCycleSubcode Variable. /// public const uint StreamType_ParameterSet_ExecutionCycleSubcode = 10369; /// /// The identifier for the StreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public const uint StreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings = 10372; /// /// The identifier for the StreamType_ParameterSet_Progress Variable. /// public const uint StreamType_ParameterSet_Progress = 10373; /// /// The identifier for the StreamType_ParameterSet_AcquisitionCounter Variable. /// public const uint StreamType_ParameterSet_AcquisitionCounter = 10376; /// /// The identifier for the StreamType_ParameterSet_AcquisitionCounter_EURange Variable. /// public const uint StreamType_ParameterSet_AcquisitionCounter_EURange = 10380; /// /// The identifier for the StreamType_ParameterSet_AcquisitionResultStatus Variable. /// public const uint StreamType_ParameterSet_AcquisitionResultStatus = 10382; /// /// The identifier for the StreamType_ParameterSet_RawData Variable. /// public const uint StreamType_ParameterSet_RawData = 10385; /// /// The identifier for the StreamType_ParameterSet_ScaledData Variable. /// public const uint StreamType_ParameterSet_ScaledData = 10388; /// /// The identifier for the StreamType_ParameterSet_Offset Variable. /// public const uint StreamType_ParameterSet_Offset = 10391; /// /// The identifier for the StreamType_ParameterSet_AcquisitionEndTime Variable. /// public const uint StreamType_ParameterSet_AcquisitionEndTime = 10394; /// /// The identifier for the StreamType_ParameterSet_CampaignId Variable. /// public const uint StreamType_ParameterSet_CampaignId = 10397; /// /// The identifier for the StreamType_ParameterSet_BatchId Variable. /// public const uint StreamType_ParameterSet_BatchId = 10400; /// /// The identifier for the StreamType_ParameterSet_SubBatchId Variable. /// public const uint StreamType_ParameterSet_SubBatchId = 10403; /// /// The identifier for the StreamType_ParameterSet_LotId Variable. /// public const uint StreamType_ParameterSet_LotId = 10406; /// /// The identifier for the StreamType_ParameterSet_MaterialId Variable. /// public const uint StreamType_ParameterSet_MaterialId = 10409; /// /// The identifier for the StreamType_ParameterSet_Process Variable. /// public const uint StreamType_ParameterSet_Process = 10412; /// /// The identifier for the StreamType_ParameterSet_Unit Variable. /// public const uint StreamType_ParameterSet_Unit = 10415; /// /// The identifier for the StreamType_ParameterSet_Operation Variable. /// public const uint StreamType_ParameterSet_Operation = 10418; /// /// The identifier for the StreamType_ParameterSet_Phase Variable. /// public const uint StreamType_ParameterSet_Phase = 10421; /// /// The identifier for the StreamType_ParameterSet_UserId Variable. /// public const uint StreamType_ParameterSet_UserId = 10424; /// /// The identifier for the StreamType_ParameterSet_SampleId Variable. /// public const uint StreamType_ParameterSet_SampleId = 10427; /// /// The identifier for the SpectrometerDeviceStreamType_Lock_Locked Variable. /// public const uint SpectrometerDeviceStreamType_Lock_Locked = 10455; /// /// The identifier for the SpectrometerDeviceStreamType_Lock_LockingClient Variable. /// public const uint SpectrometerDeviceStreamType_Lock_LockingClient = 10456; /// /// The identifier for the SpectrometerDeviceStreamType_Lock_LockingUser Variable. /// public const uint SpectrometerDeviceStreamType_Lock_LockingUser = 10457; /// /// The identifier for the SpectrometerDeviceStreamType_Lock_RemainingLockTime Variable. /// public const uint SpectrometerDeviceStreamType_Lock_RemainingLockTime = 10458; /// /// The identifier for the SpectrometerDeviceStreamType_Lock_InitLock_InputArguments Variable. /// public const uint SpectrometerDeviceStreamType_Lock_InitLock_InputArguments = 10460; /// /// The identifier for the SpectrometerDeviceStreamType_Lock_InitLock_OutputArguments Variable. /// public const uint SpectrometerDeviceStreamType_Lock_InitLock_OutputArguments = 10461; /// /// The identifier for the SpectrometerDeviceStreamType_Lock_RenewLock_OutputArguments Variable. /// public const uint SpectrometerDeviceStreamType_Lock_RenewLock_OutputArguments = 10463; /// /// The identifier for the SpectrometerDeviceStreamType_Lock_ExitLock_OutputArguments Variable. /// public const uint SpectrometerDeviceStreamType_Lock_ExitLock_OutputArguments = 10465; /// /// The identifier for the SpectrometerDeviceStreamType_Lock_BreakLock_OutputArguments Variable. /// public const uint SpectrometerDeviceStreamType_Lock_BreakLock_OutputArguments = 10467; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_IsEnabled Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_IsEnabled = 10468; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_DiagnosticStatus Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_DiagnosticStatus = 10474; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_LastSampleTime Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_LastSampleTime = 10483; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange = 10490; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_IsActive Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_IsActive = 10492; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ExecutionCycle Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ExecutionCycle = 10495; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode = 10498; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings = 10501; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_Progress Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_Progress = 10502; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter = 10505; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter_EURange Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter_EURange = 10509; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_AcquisitionResultStatus Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_AcquisitionResultStatus = 10511; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ScaledData Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ScaledData = 10517; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_AcquisitionEndTime Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_AcquisitionEndTime = 10523; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ActiveBackground = 10575; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_EURange Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_EURange = 10579; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_EngineeringUnits Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_EngineeringUnits = 10580; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_Title Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_Title = 10581; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_AxisScaleType Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_AxisScaleType = 10582; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_XAxisDefinition Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_XAxisDefinition = 10583; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1 Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1 = 10584; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_EURange Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_EURange = 10588; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_EngineeringUnits Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_EngineeringUnits = 10589; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_Title Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_Title = 10590; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_AxisScaleType Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_AxisScaleType = 10591; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_XAxisDefinition Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_XAxisDefinition = 10592; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_SpectralRange Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_SpectralRange = 10593; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_Resolution Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_Resolution = 10596; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_RequestedNumberOfScans Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_RequestedNumberOfScans = 10599; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_Gain Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_Gain = 10602; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_TransmittanceCutoff Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_TransmittanceCutoff = 10605; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_AbsorbanceCutoff Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_AbsorbanceCutoff = 10608; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_NumberOfScansDone Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_NumberOfScansDone = 10611; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_TotalNumberOfScansDone Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_TotalNumberOfScansDone = 10614; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_BackgroundAcquisitionTime Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_BackgroundAcquisitionTime = 10617; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_PendingBackground = 10620; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground_EURange Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_PendingBackground_EURange = 10624; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground_EngineeringUnits Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_PendingBackground_EngineeringUnits = 10625; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground_Title Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_PendingBackground_Title = 10626; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground_AxisScaleType Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_PendingBackground_AxisScaleType = 10627; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground_XAxisDefinition Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_PendingBackground_XAxisDefinition = 10628; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground1 Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_PendingBackground1 = 10629; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_EURange Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_EURange = 10633; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_EngineeringUnits Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_EngineeringUnits = 10634; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_Title Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_Title = 10635; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_AxisScaleType Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_AxisScaleType = 10636; /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_XAxisDefinition Variable. /// public const uint SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_XAxisDefinition = 10637; /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_Locked Variable. /// public const uint MassSpectrometerDeviceStreamType_Lock_Locked = 10648; /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_LockingClient Variable. /// public const uint MassSpectrometerDeviceStreamType_Lock_LockingClient = 10649; /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_LockingUser Variable. /// public const uint MassSpectrometerDeviceStreamType_Lock_LockingUser = 10650; /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_RemainingLockTime Variable. /// public const uint MassSpectrometerDeviceStreamType_Lock_RemainingLockTime = 10651; /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_InitLock_InputArguments Variable. /// public const uint MassSpectrometerDeviceStreamType_Lock_InitLock_InputArguments = 10653; /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_InitLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceStreamType_Lock_InitLock_OutputArguments = 10654; /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_RenewLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceStreamType_Lock_RenewLock_OutputArguments = 10656; /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_ExitLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceStreamType_Lock_ExitLock_OutputArguments = 10658; /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_BreakLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceStreamType_Lock_BreakLock_OutputArguments = 10660; /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_IsEnabled Variable. /// public const uint MassSpectrometerDeviceStreamType_ParameterSet_IsEnabled = 10661; /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_DiagnosticStatus Variable. /// public const uint MassSpectrometerDeviceStreamType_ParameterSet_DiagnosticStatus = 10667; /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_LastSampleTime Variable. /// public const uint MassSpectrometerDeviceStreamType_ParameterSet_LastSampleTime = 10676; /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange Variable. /// public const uint MassSpectrometerDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange = 10683; /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_IsActive Variable. /// public const uint MassSpectrometerDeviceStreamType_ParameterSet_IsActive = 10685; /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_ExecutionCycle Variable. /// public const uint MassSpectrometerDeviceStreamType_ParameterSet_ExecutionCycle = 10688; /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode Variable. /// public const uint MassSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode = 10691; /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public const uint MassSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings = 10694; /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_Progress Variable. /// public const uint MassSpectrometerDeviceStreamType_ParameterSet_Progress = 10695; /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter Variable. /// public const uint MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter = 10698; /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter_EURange Variable. /// public const uint MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter_EURange = 10702; /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionResultStatus Variable. /// public const uint MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionResultStatus = 10704; /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_ScaledData Variable. /// public const uint MassSpectrometerDeviceStreamType_ParameterSet_ScaledData = 10710; /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionEndTime Variable. /// public const uint MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionEndTime = 10716; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_Locked Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_Lock_Locked = 10777; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_LockingClient Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_Lock_LockingClient = 10778; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_LockingUser Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_Lock_LockingUser = 10779; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_RemainingLockTime Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_Lock_RemainingLockTime = 10780; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_InitLock_InputArguments Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_Lock_InitLock_InputArguments = 10782; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_InitLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_Lock_InitLock_OutputArguments = 10783; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_RenewLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_Lock_RenewLock_OutputArguments = 10785; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_ExitLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_Lock_ExitLock_OutputArguments = 10787; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_BreakLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_Lock_BreakLock_OutputArguments = 10789; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_IsEnabled Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_IsEnabled = 10790; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_DiagnosticStatus Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_DiagnosticStatus = 10796; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_LastSampleTime Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_LastSampleTime = 10805; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange = 10812; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_IsActive Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_IsActive = 10814; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_ExecutionCycle Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_ExecutionCycle = 10817; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_ExecutionCycleSubcode Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_ExecutionCycleSubcode = 10820; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings = 10823; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_Progress Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_Progress = 10824; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionCounter Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionCounter = 10827; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionCounter_EURange Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionCounter_EURange = 10831; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionResultStatus Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionResultStatus = 10833; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_ScaledData Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_ScaledData = 10839; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionEndTime Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionEndTime = 10845; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_Background Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_Background = 10897; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_EURange Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_EURange = 10901; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_EngineeringUnits Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_EngineeringUnits = 10902; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_Title Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_Title = 10903; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_AxisScaleType Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_AxisScaleType = 10904; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_XAxisDefinition Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_XAxisDefinition = 10905; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution = 10906; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_EURange Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_EURange = 10910; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_EngineeringUnits Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_EngineeringUnits = 10911; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_Title Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_Title = 10912; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_AxisScaleType Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_AxisScaleType = 10913; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_XAxisDefinition Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_XAxisDefinition = 10914; /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_BackgroundAcquisitionTime Variable. /// public const uint ParticleSizeMonitorDeviceStreamType_ParameterSet_BackgroundAcquisitionTime = 10915; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_Locked Variable. /// public const uint AcousticSpectrometerDeviceStreamType_Lock_Locked = 10927; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_LockingClient Variable. /// public const uint AcousticSpectrometerDeviceStreamType_Lock_LockingClient = 10928; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_LockingUser Variable. /// public const uint AcousticSpectrometerDeviceStreamType_Lock_LockingUser = 10929; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_RemainingLockTime Variable. /// public const uint AcousticSpectrometerDeviceStreamType_Lock_RemainingLockTime = 10930; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_InitLock_InputArguments Variable. /// public const uint AcousticSpectrometerDeviceStreamType_Lock_InitLock_InputArguments = 10932; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_InitLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceStreamType_Lock_InitLock_OutputArguments = 10933; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_RenewLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceStreamType_Lock_RenewLock_OutputArguments = 10935; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_ExitLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceStreamType_Lock_ExitLock_OutputArguments = 10937; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_BreakLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceStreamType_Lock_BreakLock_OutputArguments = 10939; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_IsEnabled Variable. /// public const uint AcousticSpectrometerDeviceStreamType_ParameterSet_IsEnabled = 10940; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_DiagnosticStatus Variable. /// public const uint AcousticSpectrometerDeviceStreamType_ParameterSet_DiagnosticStatus = 10946; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_LastSampleTime Variable. /// public const uint AcousticSpectrometerDeviceStreamType_ParameterSet_LastSampleTime = 10955; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange Variable. /// public const uint AcousticSpectrometerDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange = 10962; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_IsActive Variable. /// public const uint AcousticSpectrometerDeviceStreamType_ParameterSet_IsActive = 10964; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_ExecutionCycle Variable. /// public const uint AcousticSpectrometerDeviceStreamType_ParameterSet_ExecutionCycle = 10967; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode Variable. /// public const uint AcousticSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode = 10970; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public const uint AcousticSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings = 10973; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_Progress Variable. /// public const uint AcousticSpectrometerDeviceStreamType_ParameterSet_Progress = 10974; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter Variable. /// public const uint AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter = 10977; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter_EURange Variable. /// public const uint AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter_EURange = 10981; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionResultStatus Variable. /// public const uint AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionResultStatus = 10983; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_ScaledData Variable. /// public const uint AcousticSpectrometerDeviceStreamType_ParameterSet_ScaledData = 10989; /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionEndTime Variable. /// public const uint AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionEndTime = 10995; /// /// The identifier for the ChromatographDeviceStreamType_Lock_Locked Variable. /// public const uint ChromatographDeviceStreamType_Lock_Locked = 11056; /// /// The identifier for the ChromatographDeviceStreamType_Lock_LockingClient Variable. /// public const uint ChromatographDeviceStreamType_Lock_LockingClient = 11057; /// /// The identifier for the ChromatographDeviceStreamType_Lock_LockingUser Variable. /// public const uint ChromatographDeviceStreamType_Lock_LockingUser = 11058; /// /// The identifier for the ChromatographDeviceStreamType_Lock_RemainingLockTime Variable. /// public const uint ChromatographDeviceStreamType_Lock_RemainingLockTime = 11059; /// /// The identifier for the ChromatographDeviceStreamType_Lock_InitLock_InputArguments Variable. /// public const uint ChromatographDeviceStreamType_Lock_InitLock_InputArguments = 11061; /// /// The identifier for the ChromatographDeviceStreamType_Lock_InitLock_OutputArguments Variable. /// public const uint ChromatographDeviceStreamType_Lock_InitLock_OutputArguments = 11062; /// /// The identifier for the ChromatographDeviceStreamType_Lock_RenewLock_OutputArguments Variable. /// public const uint ChromatographDeviceStreamType_Lock_RenewLock_OutputArguments = 11064; /// /// The identifier for the ChromatographDeviceStreamType_Lock_ExitLock_OutputArguments Variable. /// public const uint ChromatographDeviceStreamType_Lock_ExitLock_OutputArguments = 11066; /// /// The identifier for the ChromatographDeviceStreamType_Lock_BreakLock_OutputArguments Variable. /// public const uint ChromatographDeviceStreamType_Lock_BreakLock_OutputArguments = 11068; /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_IsEnabled Variable. /// public const uint ChromatographDeviceStreamType_ParameterSet_IsEnabled = 11069; /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_DiagnosticStatus Variable. /// public const uint ChromatographDeviceStreamType_ParameterSet_DiagnosticStatus = 11075; /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_LastSampleTime Variable. /// public const uint ChromatographDeviceStreamType_ParameterSet_LastSampleTime = 11084; /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange Variable. /// public const uint ChromatographDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange = 11091; /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_IsActive Variable. /// public const uint ChromatographDeviceStreamType_ParameterSet_IsActive = 11093; /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_ExecutionCycle Variable. /// public const uint ChromatographDeviceStreamType_ParameterSet_ExecutionCycle = 11096; /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_ExecutionCycleSubcode Variable. /// public const uint ChromatographDeviceStreamType_ParameterSet_ExecutionCycleSubcode = 11099; /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public const uint ChromatographDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings = 11102; /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_Progress Variable. /// public const uint ChromatographDeviceStreamType_ParameterSet_Progress = 11103; /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_AcquisitionCounter Variable. /// public const uint ChromatographDeviceStreamType_ParameterSet_AcquisitionCounter = 11106; /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_AcquisitionCounter_EURange Variable. /// public const uint ChromatographDeviceStreamType_ParameterSet_AcquisitionCounter_EURange = 11110; /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_AcquisitionResultStatus Variable. /// public const uint ChromatographDeviceStreamType_ParameterSet_AcquisitionResultStatus = 11112; /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_ScaledData Variable. /// public const uint ChromatographDeviceStreamType_ParameterSet_ScaledData = 11118; /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_AcquisitionEndTime Variable. /// public const uint ChromatographDeviceStreamType_ParameterSet_AcquisitionEndTime = 11124; /// /// The identifier for the MNRDeviceStreamType_Lock_Locked Variable. /// public const uint MNRDeviceStreamType_Lock_Locked = 11185; /// /// The identifier for the MNRDeviceStreamType_Lock_LockingClient Variable. /// public const uint MNRDeviceStreamType_Lock_LockingClient = 11186; /// /// The identifier for the MNRDeviceStreamType_Lock_LockingUser Variable. /// public const uint MNRDeviceStreamType_Lock_LockingUser = 11187; /// /// The identifier for the MNRDeviceStreamType_Lock_RemainingLockTime Variable. /// public const uint MNRDeviceStreamType_Lock_RemainingLockTime = 11188; /// /// The identifier for the MNRDeviceStreamType_Lock_InitLock_InputArguments Variable. /// public const uint MNRDeviceStreamType_Lock_InitLock_InputArguments = 11190; /// /// The identifier for the MNRDeviceStreamType_Lock_InitLock_OutputArguments Variable. /// public const uint MNRDeviceStreamType_Lock_InitLock_OutputArguments = 11191; /// /// The identifier for the MNRDeviceStreamType_Lock_RenewLock_OutputArguments Variable. /// public const uint MNRDeviceStreamType_Lock_RenewLock_OutputArguments = 11193; /// /// The identifier for the MNRDeviceStreamType_Lock_ExitLock_OutputArguments Variable. /// public const uint MNRDeviceStreamType_Lock_ExitLock_OutputArguments = 11195; /// /// The identifier for the MNRDeviceStreamType_Lock_BreakLock_OutputArguments Variable. /// public const uint MNRDeviceStreamType_Lock_BreakLock_OutputArguments = 11197; /// /// The identifier for the MNRDeviceStreamType_ParameterSet_IsEnabled Variable. /// public const uint MNRDeviceStreamType_ParameterSet_IsEnabled = 11198; /// /// The identifier for the MNRDeviceStreamType_ParameterSet_DiagnosticStatus Variable. /// public const uint MNRDeviceStreamType_ParameterSet_DiagnosticStatus = 11204; /// /// The identifier for the MNRDeviceStreamType_ParameterSet_LastSampleTime Variable. /// public const uint MNRDeviceStreamType_ParameterSet_LastSampleTime = 11213; /// /// The identifier for the MNRDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange Variable. /// public const uint MNRDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange = 11220; /// /// The identifier for the MNRDeviceStreamType_ParameterSet_IsActive Variable. /// public const uint MNRDeviceStreamType_ParameterSet_IsActive = 11222; /// /// The identifier for the MNRDeviceStreamType_ParameterSet_ExecutionCycle Variable. /// public const uint MNRDeviceStreamType_ParameterSet_ExecutionCycle = 11225; /// /// The identifier for the MNRDeviceStreamType_ParameterSet_ExecutionCycleSubcode Variable. /// public const uint MNRDeviceStreamType_ParameterSet_ExecutionCycleSubcode = 11228; /// /// The identifier for the MNRDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public const uint MNRDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings = 11231; /// /// The identifier for the MNRDeviceStreamType_ParameterSet_Progress Variable. /// public const uint MNRDeviceStreamType_ParameterSet_Progress = 11232; /// /// The identifier for the MNRDeviceStreamType_ParameterSet_AcquisitionCounter Variable. /// public const uint MNRDeviceStreamType_ParameterSet_AcquisitionCounter = 11235; /// /// The identifier for the MNRDeviceStreamType_ParameterSet_AcquisitionCounter_EURange Variable. /// public const uint MNRDeviceStreamType_ParameterSet_AcquisitionCounter_EURange = 11239; /// /// The identifier for the MNRDeviceStreamType_ParameterSet_AcquisitionResultStatus Variable. /// public const uint MNRDeviceStreamType_ParameterSet_AcquisitionResultStatus = 11241; /// /// The identifier for the MNRDeviceStreamType_ParameterSet_ScaledData Variable. /// public const uint MNRDeviceStreamType_ParameterSet_ScaledData = 11247; /// /// The identifier for the MNRDeviceStreamType_ParameterSet_AcquisitionEndTime Variable. /// public const uint MNRDeviceStreamType_ParameterSet_AcquisitionEndTime = 11253; /// /// The identifier for the SpectrometerDeviceType_Lock_Locked Variable. /// public const uint SpectrometerDeviceType_Lock_Locked = 11314; /// /// The identifier for the SpectrometerDeviceType_Lock_LockingClient Variable. /// public const uint SpectrometerDeviceType_Lock_LockingClient = 11315; /// /// The identifier for the SpectrometerDeviceType_Lock_LockingUser Variable. /// public const uint SpectrometerDeviceType_Lock_LockingUser = 11316; /// /// The identifier for the SpectrometerDeviceType_Lock_RemainingLockTime Variable. /// public const uint SpectrometerDeviceType_Lock_RemainingLockTime = 11317; /// /// The identifier for the SpectrometerDeviceType_Lock_InitLock_InputArguments Variable. /// public const uint SpectrometerDeviceType_Lock_InitLock_InputArguments = 11319; /// /// The identifier for the SpectrometerDeviceType_Lock_InitLock_OutputArguments Variable. /// public const uint SpectrometerDeviceType_Lock_InitLock_OutputArguments = 11320; /// /// The identifier for the SpectrometerDeviceType_Lock_RenewLock_OutputArguments Variable. /// public const uint SpectrometerDeviceType_Lock_RenewLock_OutputArguments = 11322; /// /// The identifier for the SpectrometerDeviceType_Lock_ExitLock_OutputArguments Variable. /// public const uint SpectrometerDeviceType_Lock_ExitLock_OutputArguments = 11324; /// /// The identifier for the SpectrometerDeviceType_Lock_BreakLock_OutputArguments Variable. /// public const uint SpectrometerDeviceType_Lock_BreakLock_OutputArguments = 11326; /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_Locked Variable. /// public const uint SpectrometerDeviceType_CPIdentifier_Lock_Locked = 13119; /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_LockingClient Variable. /// public const uint SpectrometerDeviceType_CPIdentifier_Lock_LockingClient = 13120; /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_LockingUser Variable. /// public const uint SpectrometerDeviceType_CPIdentifier_Lock_LockingUser = 13121; /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_RemainingLockTime Variable. /// public const uint SpectrometerDeviceType_CPIdentifier_Lock_RemainingLockTime = 13122; /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint SpectrometerDeviceType_CPIdentifier_Lock_InitLock_InputArguments = 13124; /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint SpectrometerDeviceType_CPIdentifier_Lock_InitLock_OutputArguments = 13125; /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint SpectrometerDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments = 13127; /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint SpectrometerDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments = 13129; /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint SpectrometerDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments = 13131; /// /// The identifier for the SpectrometerDeviceType_MethodSet_GetConfiguration_OutputArguments Variable. /// public const uint SpectrometerDeviceType_MethodSet_GetConfiguration_OutputArguments = 11369; /// /// The identifier for the SpectrometerDeviceType_MethodSet_SetConfiguration_InputArguments Variable. /// public const uint SpectrometerDeviceType_MethodSet_SetConfiguration_InputArguments = 11371; /// /// The identifier for the SpectrometerDeviceType_MethodSet_SetConfiguration_OutputArguments Variable. /// public const uint SpectrometerDeviceType_MethodSet_SetConfiguration_OutputArguments = 11372; /// /// The identifier for the SpectrometerDeviceType_MethodSet_GetConfigDataDigest_OutputArguments Variable. /// public const uint SpectrometerDeviceType_MethodSet_GetConfigDataDigest_OutputArguments = 11374; /// /// The identifier for the SpectrometerDeviceType_MethodSet_CompareConfigDataDigest_InputArguments Variable. /// public const uint SpectrometerDeviceType_MethodSet_CompareConfigDataDigest_InputArguments = 11376; /// /// The identifier for the SpectrometerDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments Variable. /// public const uint SpectrometerDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments = 11377; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_DiagnosticStatus Variable. /// public const uint SpectrometerDeviceType_ParameterSet_DiagnosticStatus = 11384; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Size Variable. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_Size = 11388; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Writable Variable. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_Writable = 13072; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_UserWritable Variable. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_UserWritable = 13073; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_OpenCount Variable. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_OpenCount = 11391; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Open_InputArguments Variable. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_Open_InputArguments = 11393; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Open_OutputArguments Variable. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_Open_OutputArguments = 11394; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Close_InputArguments Variable. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_Close_InputArguments = 11396; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Read_InputArguments Variable. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_Read_InputArguments = 11398; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Read_OutputArguments Variable. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_Read_OutputArguments = 11399; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Write_InputArguments Variable. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_Write_InputArguments = 11401; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments Variable. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments = 11403; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments Variable. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments = 11404; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments Variable. /// public const uint SpectrometerDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments = 11406; /// /// The identifier for the SpectrometerDeviceType_AnalyserStateMachine_CurrentState Variable. /// public const uint SpectrometerDeviceType_AnalyserStateMachine_CurrentState = 11414; /// /// The identifier for the SpectrometerDeviceType_AnalyserStateMachine_CurrentState_Id Variable. /// public const uint SpectrometerDeviceType_AnalyserStateMachine_CurrentState_Id = 11415; /// /// The identifier for the SpectrometerDeviceType_AnalyserStateMachine_LastTransition_Id Variable. /// public const uint SpectrometerDeviceType_AnalyserStateMachine_LastTransition_Id = 11420; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_Locked Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_Lock_Locked = 11433; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_LockingClient Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_Lock_LockingClient = 11434; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_LockingUser Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_Lock_LockingUser = 11435; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_RemainingLockTime Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_Lock_RemainingLockTime = 11436; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments = 11438; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments = 11439; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments = 11441; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments = 11443; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments = 11445; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments = 11449; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ParameterSet_IsEnabled Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ParameterSet_IsEnabled = 11462; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus = 11465; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ParameterSet_ActiveStream Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ParameterSet_ActiveStream = 11468; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState = 11476; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id = 11477; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id = 11482; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState = 11488; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = 11489; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = 11494; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = 11500; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = 11501; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = 11506; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState = 11512; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = 11513; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = 11518; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = 11524; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = 11525; /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public const uint SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = 11530; /// /// The identifier for the SpectrometerDeviceType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public const uint SpectrometerDeviceType_AccessorySlotIdentifier_IsHotSwappable = 11537; /// /// The identifier for the SpectrometerDeviceType_AccessorySlotIdentifier_IsEnabled Variable. /// public const uint SpectrometerDeviceType_AccessorySlotIdentifier_IsEnabled = 11538; /// /// The identifier for the SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public const uint SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = 11540; /// /// The identifier for the SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public const uint SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = 11541; /// /// The identifier for the SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public const uint SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = 11546; /// /// The identifier for the SpectrometerDeviceType_ParameterSet_SpectralRange Variable. /// public const uint SpectrometerDeviceType_ParameterSet_SpectralRange = 11551; /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_Locked Variable. /// public const uint ParticleSizeMonitorDeviceType_Lock_Locked = 11563; /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_LockingClient Variable. /// public const uint ParticleSizeMonitorDeviceType_Lock_LockingClient = 11564; /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_LockingUser Variable. /// public const uint ParticleSizeMonitorDeviceType_Lock_LockingUser = 11565; /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_RemainingLockTime Variable. /// public const uint ParticleSizeMonitorDeviceType_Lock_RemainingLockTime = 11566; /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_InitLock_InputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_Lock_InitLock_InputArguments = 11568; /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_InitLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_Lock_InitLock_OutputArguments = 11569; /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_RenewLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_Lock_RenewLock_OutputArguments = 11571; /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_ExitLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_Lock_ExitLock_OutputArguments = 11573; /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_BreakLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_Lock_BreakLock_OutputArguments = 11575; /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_Locked Variable. /// public const uint ParticleSizeMonitorDeviceType_CPIdentifier_Lock_Locked = 13144; /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_LockingClient Variable. /// public const uint ParticleSizeMonitorDeviceType_CPIdentifier_Lock_LockingClient = 13145; /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_LockingUser Variable. /// public const uint ParticleSizeMonitorDeviceType_CPIdentifier_Lock_LockingUser = 13146; /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_RemainingLockTime Variable. /// public const uint ParticleSizeMonitorDeviceType_CPIdentifier_Lock_RemainingLockTime = 13147; /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_CPIdentifier_Lock_InitLock_InputArguments = 13149; /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_CPIdentifier_Lock_InitLock_OutputArguments = 13150; /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments = 13152; /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments = 13154; /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments = 13156; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_GetConfiguration_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_GetConfiguration_OutputArguments = 11618; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_SetConfiguration_InputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_SetConfiguration_InputArguments = 11620; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_SetConfiguration_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_SetConfiguration_OutputArguments = 11621; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_GetConfigDataDigest_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_GetConfigDataDigest_OutputArguments = 11623; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_CompareConfigDataDigest_InputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_CompareConfigDataDigest_InputArguments = 11625; /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments = 11626; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_DiagnosticStatus Variable. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_DiagnosticStatus = 11633; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Size Variable. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Size = 11637; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Writable Variable. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Writable = 13074; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_UserWritable Variable. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_UserWritable = 13075; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_OpenCount Variable. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_OpenCount = 11640; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Open_InputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Open_InputArguments = 11642; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Open_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Open_OutputArguments = 11643; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Close_InputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Close_InputArguments = 11645; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Read_InputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Read_InputArguments = 11647; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Read_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Read_OutputArguments = 11648; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Write_InputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Write_InputArguments = 11650; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments = 11652; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments = 11653; /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments = 11655; /// /// The identifier for the ParticleSizeMonitorDeviceType_AnalyserStateMachine_CurrentState Variable. /// public const uint ParticleSizeMonitorDeviceType_AnalyserStateMachine_CurrentState = 11663; /// /// The identifier for the ParticleSizeMonitorDeviceType_AnalyserStateMachine_CurrentState_Id Variable. /// public const uint ParticleSizeMonitorDeviceType_AnalyserStateMachine_CurrentState_Id = 11664; /// /// The identifier for the ParticleSizeMonitorDeviceType_AnalyserStateMachine_LastTransition_Id Variable. /// public const uint ParticleSizeMonitorDeviceType_AnalyserStateMachine_LastTransition_Id = 11669; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_Locked Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_Locked = 11682; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_LockingClient Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_LockingClient = 11683; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_LockingUser Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_LockingUser = 11684; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_RemainingLockTime Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_RemainingLockTime = 11685; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments = 11687; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments = 11688; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments = 11690; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments = 11692; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments = 11694; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments = 11698; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ParameterSet_IsEnabled Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ParameterSet_IsEnabled = 11711; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus = 11714; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ParameterSet_ActiveStream Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ParameterSet_ActiveStream = 11717; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState = 11725; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id = 11726; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id = 11731; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState = 11737; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = 11738; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = 11743; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = 11749; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = 11750; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = 11755; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState = 11761; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = 11762; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = 11767; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = 11773; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = 11774; /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public const uint ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = 11779; /// /// The identifier for the ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public const uint ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_IsHotSwappable = 11786; /// /// The identifier for the ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_IsEnabled Variable. /// public const uint ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_IsEnabled = 11787; /// /// The identifier for the ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public const uint ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = 11789; /// /// The identifier for the ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public const uint ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = 11790; /// /// The identifier for the ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public const uint ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = 11795; /// /// The identifier for the ChromatographDeviceType_Lock_Locked Variable. /// public const uint ChromatographDeviceType_Lock_Locked = 11809; /// /// The identifier for the ChromatographDeviceType_Lock_LockingClient Variable. /// public const uint ChromatographDeviceType_Lock_LockingClient = 11810; /// /// The identifier for the ChromatographDeviceType_Lock_LockingUser Variable. /// public const uint ChromatographDeviceType_Lock_LockingUser = 11811; /// /// The identifier for the ChromatographDeviceType_Lock_RemainingLockTime Variable. /// public const uint ChromatographDeviceType_Lock_RemainingLockTime = 11812; /// /// The identifier for the ChromatographDeviceType_Lock_InitLock_InputArguments Variable. /// public const uint ChromatographDeviceType_Lock_InitLock_InputArguments = 11814; /// /// The identifier for the ChromatographDeviceType_Lock_InitLock_OutputArguments Variable. /// public const uint ChromatographDeviceType_Lock_InitLock_OutputArguments = 11815; /// /// The identifier for the ChromatographDeviceType_Lock_RenewLock_OutputArguments Variable. /// public const uint ChromatographDeviceType_Lock_RenewLock_OutputArguments = 11817; /// /// The identifier for the ChromatographDeviceType_Lock_ExitLock_OutputArguments Variable. /// public const uint ChromatographDeviceType_Lock_ExitLock_OutputArguments = 11819; /// /// The identifier for the ChromatographDeviceType_Lock_BreakLock_OutputArguments Variable. /// public const uint ChromatographDeviceType_Lock_BreakLock_OutputArguments = 11821; /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_Locked Variable. /// public const uint ChromatographDeviceType_CPIdentifier_Lock_Locked = 13169; /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_LockingClient Variable. /// public const uint ChromatographDeviceType_CPIdentifier_Lock_LockingClient = 13170; /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_LockingUser Variable. /// public const uint ChromatographDeviceType_CPIdentifier_Lock_LockingUser = 13171; /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_RemainingLockTime Variable. /// public const uint ChromatographDeviceType_CPIdentifier_Lock_RemainingLockTime = 13172; /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint ChromatographDeviceType_CPIdentifier_Lock_InitLock_InputArguments = 13174; /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint ChromatographDeviceType_CPIdentifier_Lock_InitLock_OutputArguments = 13175; /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint ChromatographDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments = 13177; /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint ChromatographDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments = 13179; /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint ChromatographDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments = 13181; /// /// The identifier for the ChromatographDeviceType_MethodSet_GetConfiguration_OutputArguments Variable. /// public const uint ChromatographDeviceType_MethodSet_GetConfiguration_OutputArguments = 11864; /// /// The identifier for the ChromatographDeviceType_MethodSet_SetConfiguration_InputArguments Variable. /// public const uint ChromatographDeviceType_MethodSet_SetConfiguration_InputArguments = 11866; /// /// The identifier for the ChromatographDeviceType_MethodSet_SetConfiguration_OutputArguments Variable. /// public const uint ChromatographDeviceType_MethodSet_SetConfiguration_OutputArguments = 11867; /// /// The identifier for the ChromatographDeviceType_MethodSet_GetConfigDataDigest_OutputArguments Variable. /// public const uint ChromatographDeviceType_MethodSet_GetConfigDataDigest_OutputArguments = 11869; /// /// The identifier for the ChromatographDeviceType_MethodSet_CompareConfigDataDigest_InputArguments Variable. /// public const uint ChromatographDeviceType_MethodSet_CompareConfigDataDigest_InputArguments = 11871; /// /// The identifier for the ChromatographDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments Variable. /// public const uint ChromatographDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments = 11872; /// /// The identifier for the ChromatographDeviceType_ParameterSet_DiagnosticStatus Variable. /// public const uint ChromatographDeviceType_ParameterSet_DiagnosticStatus = 11879; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Size Variable. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_Size = 11883; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Writable Variable. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_Writable = 13076; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_UserWritable Variable. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_UserWritable = 13077; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_OpenCount Variable. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_OpenCount = 11886; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Open_InputArguments Variable. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_Open_InputArguments = 11888; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Open_OutputArguments Variable. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_Open_OutputArguments = 11889; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Close_InputArguments Variable. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_Close_InputArguments = 11891; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Read_InputArguments Variable. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_Read_InputArguments = 11893; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Read_OutputArguments Variable. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_Read_OutputArguments = 11894; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Write_InputArguments Variable. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_Write_InputArguments = 11896; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments Variable. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments = 11898; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments Variable. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments = 11899; /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments Variable. /// public const uint ChromatographDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments = 11901; /// /// The identifier for the ChromatographDeviceType_AnalyserStateMachine_CurrentState Variable. /// public const uint ChromatographDeviceType_AnalyserStateMachine_CurrentState = 11909; /// /// The identifier for the ChromatographDeviceType_AnalyserStateMachine_CurrentState_Id Variable. /// public const uint ChromatographDeviceType_AnalyserStateMachine_CurrentState_Id = 11910; /// /// The identifier for the ChromatographDeviceType_AnalyserStateMachine_LastTransition_Id Variable. /// public const uint ChromatographDeviceType_AnalyserStateMachine_LastTransition_Id = 11915; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_Locked Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_Lock_Locked = 11928; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_LockingClient Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_Lock_LockingClient = 11929; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_LockingUser Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_Lock_LockingUser = 11930; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_RemainingLockTime Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_Lock_RemainingLockTime = 11931; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments = 11933; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments = 11934; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments = 11936; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments = 11938; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments = 11940; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments = 11944; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ParameterSet_IsEnabled Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ParameterSet_IsEnabled = 11957; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus = 11960; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ParameterSet_ActiveStream Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ParameterSet_ActiveStream = 11963; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState = 11971; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id = 11972; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id = 11977; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState = 11983; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = 11984; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = 11989; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = 11995; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = 11996; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = 12001; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState = 12007; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = 12008; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = 12013; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = 12019; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = 12020; /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public const uint ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = 12025; /// /// The identifier for the ChromatographDeviceType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public const uint ChromatographDeviceType_AccessorySlotIdentifier_IsHotSwappable = 12032; /// /// The identifier for the ChromatographDeviceType_AccessorySlotIdentifier_IsEnabled Variable. /// public const uint ChromatographDeviceType_AccessorySlotIdentifier_IsEnabled = 12033; /// /// The identifier for the ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public const uint ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = 12035; /// /// The identifier for the ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public const uint ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = 12036; /// /// The identifier for the ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public const uint ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = 12041; /// /// The identifier for the MassSpectrometerDeviceType_Lock_Locked Variable. /// public const uint MassSpectrometerDeviceType_Lock_Locked = 12055; /// /// The identifier for the MassSpectrometerDeviceType_Lock_LockingClient Variable. /// public const uint MassSpectrometerDeviceType_Lock_LockingClient = 12056; /// /// The identifier for the MassSpectrometerDeviceType_Lock_LockingUser Variable. /// public const uint MassSpectrometerDeviceType_Lock_LockingUser = 12057; /// /// The identifier for the MassSpectrometerDeviceType_Lock_RemainingLockTime Variable. /// public const uint MassSpectrometerDeviceType_Lock_RemainingLockTime = 12058; /// /// The identifier for the MassSpectrometerDeviceType_Lock_InitLock_InputArguments Variable. /// public const uint MassSpectrometerDeviceType_Lock_InitLock_InputArguments = 12060; /// /// The identifier for the MassSpectrometerDeviceType_Lock_InitLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_Lock_InitLock_OutputArguments = 12061; /// /// The identifier for the MassSpectrometerDeviceType_Lock_RenewLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_Lock_RenewLock_OutputArguments = 12063; /// /// The identifier for the MassSpectrometerDeviceType_Lock_ExitLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_Lock_ExitLock_OutputArguments = 12065; /// /// The identifier for the MassSpectrometerDeviceType_Lock_BreakLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_Lock_BreakLock_OutputArguments = 12067; /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_Locked Variable. /// public const uint MassSpectrometerDeviceType_CPIdentifier_Lock_Locked = 13194; /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_LockingClient Variable. /// public const uint MassSpectrometerDeviceType_CPIdentifier_Lock_LockingClient = 13195; /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_LockingUser Variable. /// public const uint MassSpectrometerDeviceType_CPIdentifier_Lock_LockingUser = 13196; /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_RemainingLockTime Variable. /// public const uint MassSpectrometerDeviceType_CPIdentifier_Lock_RemainingLockTime = 13197; /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint MassSpectrometerDeviceType_CPIdentifier_Lock_InitLock_InputArguments = 13199; /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_CPIdentifier_Lock_InitLock_OutputArguments = 13200; /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments = 13202; /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments = 13204; /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments = 13206; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_GetConfiguration_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_MethodSet_GetConfiguration_OutputArguments = 12110; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_SetConfiguration_InputArguments Variable. /// public const uint MassSpectrometerDeviceType_MethodSet_SetConfiguration_InputArguments = 12112; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_SetConfiguration_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_MethodSet_SetConfiguration_OutputArguments = 12113; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_GetConfigDataDigest_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_MethodSet_GetConfigDataDigest_OutputArguments = 12115; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_InputArguments Variable. /// public const uint MassSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_InputArguments = 12117; /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments = 12118; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_DiagnosticStatus Variable. /// public const uint MassSpectrometerDeviceType_ParameterSet_DiagnosticStatus = 12125; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Size Variable. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_Size = 12129; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Writable Variable. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_Writable = 13078; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_UserWritable Variable. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_UserWritable = 13079; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_OpenCount Variable. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_OpenCount = 12132; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Open_InputArguments Variable. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_Open_InputArguments = 12134; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Open_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_Open_OutputArguments = 12135; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Close_InputArguments Variable. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_Close_InputArguments = 12137; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Read_InputArguments Variable. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_Read_InputArguments = 12139; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Read_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_Read_OutputArguments = 12140; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Write_InputArguments Variable. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_Write_InputArguments = 12142; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments Variable. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments = 12144; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments = 12145; /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments Variable. /// public const uint MassSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments = 12147; /// /// The identifier for the MassSpectrometerDeviceType_AnalyserStateMachine_CurrentState Variable. /// public const uint MassSpectrometerDeviceType_AnalyserStateMachine_CurrentState = 12155; /// /// The identifier for the MassSpectrometerDeviceType_AnalyserStateMachine_CurrentState_Id Variable. /// public const uint MassSpectrometerDeviceType_AnalyserStateMachine_CurrentState_Id = 12156; /// /// The identifier for the MassSpectrometerDeviceType_AnalyserStateMachine_LastTransition_Id Variable. /// public const uint MassSpectrometerDeviceType_AnalyserStateMachine_LastTransition_Id = 12161; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_Locked Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_Lock_Locked = 12174; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_LockingClient Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_Lock_LockingClient = 12175; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_LockingUser Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_Lock_LockingUser = 12176; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_RemainingLockTime Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_Lock_RemainingLockTime = 12177; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments = 12179; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments = 12180; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments = 12182; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments = 12184; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments = 12186; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments = 12190; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ParameterSet_IsEnabled Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ParameterSet_IsEnabled = 12203; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus = 12206; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ParameterSet_ActiveStream Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ParameterSet_ActiveStream = 12209; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState = 12217; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id = 12218; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id = 12223; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState = 12229; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = 12230; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = 12235; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = 12241; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = 12242; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = 12247; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState = 12253; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = 12254; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = 12259; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = 12265; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = 12266; /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public const uint MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = 12271; /// /// The identifier for the MassSpectrometerDeviceType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public const uint MassSpectrometerDeviceType_AccessorySlotIdentifier_IsHotSwappable = 12278; /// /// The identifier for the MassSpectrometerDeviceType_AccessorySlotIdentifier_IsEnabled Variable. /// public const uint MassSpectrometerDeviceType_AccessorySlotIdentifier_IsEnabled = 12279; /// /// The identifier for the MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public const uint MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = 12281; /// /// The identifier for the MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public const uint MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = 12282; /// /// The identifier for the MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public const uint MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = 12287; /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_Locked Variable. /// public const uint AcousticSpectrometerDeviceType_Lock_Locked = 12301; /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_LockingClient Variable. /// public const uint AcousticSpectrometerDeviceType_Lock_LockingClient = 12302; /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_LockingUser Variable. /// public const uint AcousticSpectrometerDeviceType_Lock_LockingUser = 12303; /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_RemainingLockTime Variable. /// public const uint AcousticSpectrometerDeviceType_Lock_RemainingLockTime = 12304; /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_InitLock_InputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_Lock_InitLock_InputArguments = 12306; /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_InitLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_Lock_InitLock_OutputArguments = 12307; /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_RenewLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_Lock_RenewLock_OutputArguments = 12309; /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_ExitLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_Lock_ExitLock_OutputArguments = 12311; /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_BreakLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_Lock_BreakLock_OutputArguments = 12313; /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_Locked Variable. /// public const uint AcousticSpectrometerDeviceType_CPIdentifier_Lock_Locked = 13219; /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_LockingClient Variable. /// public const uint AcousticSpectrometerDeviceType_CPIdentifier_Lock_LockingClient = 13220; /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_LockingUser Variable. /// public const uint AcousticSpectrometerDeviceType_CPIdentifier_Lock_LockingUser = 13221; /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_RemainingLockTime Variable. /// public const uint AcousticSpectrometerDeviceType_CPIdentifier_Lock_RemainingLockTime = 13222; /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_CPIdentifier_Lock_InitLock_InputArguments = 13224; /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_CPIdentifier_Lock_InitLock_OutputArguments = 13225; /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments = 13227; /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments = 13229; /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments = 13231; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_GetConfiguration_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_MethodSet_GetConfiguration_OutputArguments = 12356; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_SetConfiguration_InputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_MethodSet_SetConfiguration_InputArguments = 12358; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_SetConfiguration_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_MethodSet_SetConfiguration_OutputArguments = 12359; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_GetConfigDataDigest_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_MethodSet_GetConfigDataDigest_OutputArguments = 12361; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_InputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_InputArguments = 12363; /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments = 12364; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_DiagnosticStatus Variable. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_DiagnosticStatus = 12371; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Size Variable. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Size = 12375; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Writable Variable. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Writable = 13080; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_UserWritable Variable. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_UserWritable = 13081; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_OpenCount Variable. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_OpenCount = 12378; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Open_InputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Open_InputArguments = 12380; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Open_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Open_OutputArguments = 12381; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Close_InputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Close_InputArguments = 12383; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Read_InputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Read_InputArguments = 12385; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Read_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Read_OutputArguments = 12386; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Write_InputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Write_InputArguments = 12388; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments = 12390; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments = 12391; /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments = 12393; /// /// The identifier for the AcousticSpectrometerDeviceType_AnalyserStateMachine_CurrentState Variable. /// public const uint AcousticSpectrometerDeviceType_AnalyserStateMachine_CurrentState = 12401; /// /// The identifier for the AcousticSpectrometerDeviceType_AnalyserStateMachine_CurrentState_Id Variable. /// public const uint AcousticSpectrometerDeviceType_AnalyserStateMachine_CurrentState_Id = 12402; /// /// The identifier for the AcousticSpectrometerDeviceType_AnalyserStateMachine_LastTransition_Id Variable. /// public const uint AcousticSpectrometerDeviceType_AnalyserStateMachine_LastTransition_Id = 12407; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_Locked Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_Locked = 12420; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_LockingClient Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_LockingClient = 12421; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_LockingUser Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_LockingUser = 12422; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_RemainingLockTime Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_RemainingLockTime = 12423; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments = 12425; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments = 12426; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments = 12428; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments = 12430; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments = 12432; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments = 12436; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ParameterSet_IsEnabled Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ParameterSet_IsEnabled = 12449; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus = 12452; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ParameterSet_ActiveStream Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ParameterSet_ActiveStream = 12455; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState = 12463; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id = 12464; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id = 12469; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState = 12475; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = 12476; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = 12481; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = 12487; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = 12488; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = 12493; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState = 12499; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = 12500; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = 12505; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = 12511; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = 12512; /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public const uint AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = 12517; /// /// The identifier for the AcousticSpectrometerDeviceType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public const uint AcousticSpectrometerDeviceType_AccessorySlotIdentifier_IsHotSwappable = 12524; /// /// The identifier for the AcousticSpectrometerDeviceType_AccessorySlotIdentifier_IsEnabled Variable. /// public const uint AcousticSpectrometerDeviceType_AccessorySlotIdentifier_IsEnabled = 12525; /// /// The identifier for the AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public const uint AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = 12527; /// /// The identifier for the AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public const uint AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = 12528; /// /// The identifier for the AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public const uint AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = 12533; /// /// The identifier for the NMRDeviceType_Lock_Locked Variable. /// public const uint NMRDeviceType_Lock_Locked = 12547; /// /// The identifier for the NMRDeviceType_Lock_LockingClient Variable. /// public const uint NMRDeviceType_Lock_LockingClient = 12548; /// /// The identifier for the NMRDeviceType_Lock_LockingUser Variable. /// public const uint NMRDeviceType_Lock_LockingUser = 12549; /// /// The identifier for the NMRDeviceType_Lock_RemainingLockTime Variable. /// public const uint NMRDeviceType_Lock_RemainingLockTime = 12550; /// /// The identifier for the NMRDeviceType_Lock_InitLock_InputArguments Variable. /// public const uint NMRDeviceType_Lock_InitLock_InputArguments = 12552; /// /// The identifier for the NMRDeviceType_Lock_InitLock_OutputArguments Variable. /// public const uint NMRDeviceType_Lock_InitLock_OutputArguments = 12553; /// /// The identifier for the NMRDeviceType_Lock_RenewLock_OutputArguments Variable. /// public const uint NMRDeviceType_Lock_RenewLock_OutputArguments = 12555; /// /// The identifier for the NMRDeviceType_Lock_ExitLock_OutputArguments Variable. /// public const uint NMRDeviceType_Lock_ExitLock_OutputArguments = 12557; /// /// The identifier for the NMRDeviceType_Lock_BreakLock_OutputArguments Variable. /// public const uint NMRDeviceType_Lock_BreakLock_OutputArguments = 12559; /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_Locked Variable. /// public const uint NMRDeviceType_CPIdentifier_Lock_Locked = 13244; /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_LockingClient Variable. /// public const uint NMRDeviceType_CPIdentifier_Lock_LockingClient = 13245; /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_LockingUser Variable. /// public const uint NMRDeviceType_CPIdentifier_Lock_LockingUser = 13246; /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_RemainingLockTime Variable. /// public const uint NMRDeviceType_CPIdentifier_Lock_RemainingLockTime = 13247; /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint NMRDeviceType_CPIdentifier_Lock_InitLock_InputArguments = 13249; /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint NMRDeviceType_CPIdentifier_Lock_InitLock_OutputArguments = 13250; /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint NMRDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments = 13252; /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint NMRDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments = 13254; /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint NMRDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments = 13256; /// /// The identifier for the NMRDeviceType_MethodSet_GetConfiguration_OutputArguments Variable. /// public const uint NMRDeviceType_MethodSet_GetConfiguration_OutputArguments = 12602; /// /// The identifier for the NMRDeviceType_MethodSet_SetConfiguration_InputArguments Variable. /// public const uint NMRDeviceType_MethodSet_SetConfiguration_InputArguments = 12604; /// /// The identifier for the NMRDeviceType_MethodSet_SetConfiguration_OutputArguments Variable. /// public const uint NMRDeviceType_MethodSet_SetConfiguration_OutputArguments = 12605; /// /// The identifier for the NMRDeviceType_MethodSet_GetConfigDataDigest_OutputArguments Variable. /// public const uint NMRDeviceType_MethodSet_GetConfigDataDigest_OutputArguments = 12607; /// /// The identifier for the NMRDeviceType_MethodSet_CompareConfigDataDigest_InputArguments Variable. /// public const uint NMRDeviceType_MethodSet_CompareConfigDataDigest_InputArguments = 12609; /// /// The identifier for the NMRDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments Variable. /// public const uint NMRDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments = 12610; /// /// The identifier for the NMRDeviceType_ParameterSet_DiagnosticStatus Variable. /// public const uint NMRDeviceType_ParameterSet_DiagnosticStatus = 12617; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Size Variable. /// public const uint NMRDeviceType_ParameterSet_ConfigData_Size = 12621; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Writable Variable. /// public const uint NMRDeviceType_ParameterSet_ConfigData_Writable = 13082; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_UserWritable Variable. /// public const uint NMRDeviceType_ParameterSet_ConfigData_UserWritable = 13083; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_OpenCount Variable. /// public const uint NMRDeviceType_ParameterSet_ConfigData_OpenCount = 12624; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Open_InputArguments Variable. /// public const uint NMRDeviceType_ParameterSet_ConfigData_Open_InputArguments = 12626; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Open_OutputArguments Variable. /// public const uint NMRDeviceType_ParameterSet_ConfigData_Open_OutputArguments = 12627; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Close_InputArguments Variable. /// public const uint NMRDeviceType_ParameterSet_ConfigData_Close_InputArguments = 12629; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Read_InputArguments Variable. /// public const uint NMRDeviceType_ParameterSet_ConfigData_Read_InputArguments = 12631; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Read_OutputArguments Variable. /// public const uint NMRDeviceType_ParameterSet_ConfigData_Read_OutputArguments = 12632; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Write_InputArguments Variable. /// public const uint NMRDeviceType_ParameterSet_ConfigData_Write_InputArguments = 12634; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments Variable. /// public const uint NMRDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments = 12636; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments Variable. /// public const uint NMRDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments = 12637; /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments Variable. /// public const uint NMRDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments = 12639; /// /// The identifier for the NMRDeviceType_AnalyserStateMachine_CurrentState Variable. /// public const uint NMRDeviceType_AnalyserStateMachine_CurrentState = 12647; /// /// The identifier for the NMRDeviceType_AnalyserStateMachine_CurrentState_Id Variable. /// public const uint NMRDeviceType_AnalyserStateMachine_CurrentState_Id = 12648; /// /// The identifier for the NMRDeviceType_AnalyserStateMachine_LastTransition_Id Variable. /// public const uint NMRDeviceType_AnalyserStateMachine_LastTransition_Id = 12653; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_Locked Variable. /// public const uint NMRDeviceType_ChannelIdentifier_Lock_Locked = 12666; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_LockingClient Variable. /// public const uint NMRDeviceType_ChannelIdentifier_Lock_LockingClient = 12667; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_LockingUser Variable. /// public const uint NMRDeviceType_ChannelIdentifier_Lock_LockingUser = 12668; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_RemainingLockTime Variable. /// public const uint NMRDeviceType_ChannelIdentifier_Lock_RemainingLockTime = 12669; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint NMRDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments = 12671; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint NMRDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments = 12672; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint NMRDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments = 12674; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint NMRDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments = 12676; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint NMRDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments = 12678; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public const uint NMRDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments = 12682; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ParameterSet_IsEnabled Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ParameterSet_IsEnabled = 12695; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus = 12698; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ParameterSet_ActiveStream Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ParameterSet_ActiveStream = 12701; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState = 12709; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id = 12710; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id = 12715; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState = 12721; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = 12722; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = 12727; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = 12733; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = 12734; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = 12739; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState = 12745; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = 12746; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = 12751; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = 12757; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = 12758; /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public const uint NMRDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = 12763; /// /// The identifier for the NMRDeviceType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public const uint NMRDeviceType_AccessorySlotIdentifier_IsHotSwappable = 12770; /// /// The identifier for the NMRDeviceType_AccessorySlotIdentifier_IsEnabled Variable. /// public const uint NMRDeviceType_AccessorySlotIdentifier_IsEnabled = 12771; /// /// The identifier for the NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public const uint NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = 12773; /// /// The identifier for the NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public const uint NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = 12774; /// /// The identifier for the NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public const uint NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = 12779; /// /// The identifier for the AccessorySlotType_IsHotSwappable Variable. /// public const uint AccessorySlotType_IsHotSwappable = 12786; /// /// The identifier for the AccessorySlotType_IsEnabled Variable. /// public const uint AccessorySlotType_IsEnabled = 12787; /// /// The identifier for the AccessorySlotType_AccessorySlotStateMachine_CurrentState Variable. /// public const uint AccessorySlotType_AccessorySlotStateMachine_CurrentState = 12789; /// /// The identifier for the AccessorySlotType_AccessorySlotStateMachine_CurrentState_Id Variable. /// public const uint AccessorySlotType_AccessorySlotStateMachine_CurrentState_Id = 12790; /// /// The identifier for the AccessorySlotType_AccessorySlotStateMachine_LastTransition_Id Variable. /// public const uint AccessorySlotType_AccessorySlotStateMachine_LastTransition_Id = 12795; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_Locked Variable. /// public const uint AccessorySlotType_AccessoryIdentifier_Lock_Locked = 12808; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_LockingClient Variable. /// public const uint AccessorySlotType_AccessoryIdentifier_Lock_LockingClient = 12809; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_LockingUser Variable. /// public const uint AccessorySlotType_AccessoryIdentifier_Lock_LockingUser = 12810; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_RemainingLockTime Variable. /// public const uint AccessorySlotType_AccessoryIdentifier_Lock_RemainingLockTime = 12811; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_InitLock_InputArguments Variable. /// public const uint AccessorySlotType_AccessoryIdentifier_Lock_InitLock_InputArguments = 12813; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_InitLock_OutputArguments Variable. /// public const uint AccessorySlotType_AccessoryIdentifier_Lock_InitLock_OutputArguments = 12814; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_RenewLock_OutputArguments Variable. /// public const uint AccessorySlotType_AccessoryIdentifier_Lock_RenewLock_OutputArguments = 12816; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_ExitLock_OutputArguments Variable. /// public const uint AccessorySlotType_AccessoryIdentifier_Lock_ExitLock_OutputArguments = 12818; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_BreakLock_OutputArguments Variable. /// public const uint AccessorySlotType_AccessoryIdentifier_Lock_BreakLock_OutputArguments = 12820; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_IsHotSwappable Variable. /// public const uint AccessorySlotType_AccessoryIdentifier_IsHotSwappable = 12827; /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_IsReady Variable. /// public const uint AccessorySlotType_AccessoryIdentifier_IsReady = 12828; /// /// The identifier for the AccessorySlotStateMachineType_CurrentState_Id Variable. /// public const uint AccessorySlotStateMachineType_CurrentState_Id = 12830; /// /// The identifier for the AccessorySlotStateMachineType_LastTransition_Id Variable. /// public const uint AccessorySlotStateMachineType_LastTransition_Id = 12835; /// /// The identifier for the AccessorySlotStateMachineType_Powerup_StateNumber Variable. /// public const uint AccessorySlotStateMachineType_Powerup_StateNumber = 12841; /// /// The identifier for the AccessorySlotStateMachineType_Empty_StateNumber Variable. /// public const uint AccessorySlotStateMachineType_Empty_StateNumber = 12843; /// /// The identifier for the AccessorySlotStateMachineType_Inserting_StateNumber Variable. /// public const uint AccessorySlotStateMachineType_Inserting_StateNumber = 12845; /// /// The identifier for the AccessorySlotStateMachineType_Installed_StateNumber Variable. /// public const uint AccessorySlotStateMachineType_Installed_StateNumber = 12847; /// /// The identifier for the AccessorySlotStateMachineType_Removing_StateNumber Variable. /// public const uint AccessorySlotStateMachineType_Removing_StateNumber = 12849; /// /// The identifier for the AccessorySlotStateMachineType_Shutdown_StateNumber Variable. /// public const uint AccessorySlotStateMachineType_Shutdown_StateNumber = 12851; /// /// The identifier for the AccessorySlotStateMachineType_PowerupToEmptyTransition_TransitionNumber Variable. /// public const uint AccessorySlotStateMachineType_PowerupToEmptyTransition_TransitionNumber = 12853; /// /// The identifier for the AccessorySlotStateMachineType_EmptyToInsertingTransition_TransitionNumber Variable. /// public const uint AccessorySlotStateMachineType_EmptyToInsertingTransition_TransitionNumber = 12855; /// /// The identifier for the AccessorySlotStateMachineType_InsertingTransition_TransitionNumber Variable. /// public const uint AccessorySlotStateMachineType_InsertingTransition_TransitionNumber = 12857; /// /// The identifier for the AccessorySlotStateMachineType_InsertingToRemovingTransition_TransitionNumber Variable. /// public const uint AccessorySlotStateMachineType_InsertingToRemovingTransition_TransitionNumber = 12859; /// /// The identifier for the AccessorySlotStateMachineType_InsertingToInstalledTransition_TransitionNumber Variable. /// public const uint AccessorySlotStateMachineType_InsertingToInstalledTransition_TransitionNumber = 12861; /// /// The identifier for the AccessorySlotStateMachineType_InstalledToRemovingTransition_TransitionNumber Variable. /// public const uint AccessorySlotStateMachineType_InstalledToRemovingTransition_TransitionNumber = 12863; /// /// The identifier for the AccessorySlotStateMachineType_RemovingTransition_TransitionNumber Variable. /// public const uint AccessorySlotStateMachineType_RemovingTransition_TransitionNumber = 12865; /// /// The identifier for the AccessorySlotStateMachineType_RemovingToEmptyTransition_TransitionNumber Variable. /// public const uint AccessorySlotStateMachineType_RemovingToEmptyTransition_TransitionNumber = 12867; /// /// The identifier for the AccessorySlotStateMachineType_EmptyToShutdownTransition_TransitionNumber Variable. /// public const uint AccessorySlotStateMachineType_EmptyToShutdownTransition_TransitionNumber = 12869; /// /// The identifier for the AccessorySlotStateMachineType_InsertingToShutdownTransition_TransitionNumber Variable. /// public const uint AccessorySlotStateMachineType_InsertingToShutdownTransition_TransitionNumber = 12871; /// /// The identifier for the AccessorySlotStateMachineType_InstalledToShutdownTransition_TransitionNumber Variable. /// public const uint AccessorySlotStateMachineType_InstalledToShutdownTransition_TransitionNumber = 12873; /// /// The identifier for the AccessorySlotStateMachineType_RemovingToShutdownTransition_TransitionNumber Variable. /// public const uint AccessorySlotStateMachineType_RemovingToShutdownTransition_TransitionNumber = 12875; /// /// The identifier for the AccessoryType_Lock_Locked Variable. /// public const uint AccessoryType_Lock_Locked = 12885; /// /// The identifier for the AccessoryType_Lock_LockingClient Variable. /// public const uint AccessoryType_Lock_LockingClient = 12886; /// /// The identifier for the AccessoryType_Lock_LockingUser Variable. /// public const uint AccessoryType_Lock_LockingUser = 12887; /// /// The identifier for the AccessoryType_Lock_RemainingLockTime Variable. /// public const uint AccessoryType_Lock_RemainingLockTime = 12888; /// /// The identifier for the AccessoryType_Lock_InitLock_InputArguments Variable. /// public const uint AccessoryType_Lock_InitLock_InputArguments = 12890; /// /// The identifier for the AccessoryType_Lock_InitLock_OutputArguments Variable. /// public const uint AccessoryType_Lock_InitLock_OutputArguments = 12891; /// /// The identifier for the AccessoryType_Lock_RenewLock_OutputArguments Variable. /// public const uint AccessoryType_Lock_RenewLock_OutputArguments = 12893; /// /// The identifier for the AccessoryType_Lock_ExitLock_OutputArguments Variable. /// public const uint AccessoryType_Lock_ExitLock_OutputArguments = 12895; /// /// The identifier for the AccessoryType_Lock_BreakLock_OutputArguments Variable. /// public const uint AccessoryType_Lock_BreakLock_OutputArguments = 12897; /// /// The identifier for the AccessoryType_IsHotSwappable Variable. /// public const uint AccessoryType_IsHotSwappable = 12904; /// /// The identifier for the AccessoryType_IsReady Variable. /// public const uint AccessoryType_IsReady = 12905; /// /// The identifier for the DetectorType_Lock_Locked Variable. /// public const uint DetectorType_Lock_Locked = 12915; /// /// The identifier for the DetectorType_Lock_LockingClient Variable. /// public const uint DetectorType_Lock_LockingClient = 12916; /// /// The identifier for the DetectorType_Lock_LockingUser Variable. /// public const uint DetectorType_Lock_LockingUser = 12917; /// /// The identifier for the DetectorType_Lock_RemainingLockTime Variable. /// public const uint DetectorType_Lock_RemainingLockTime = 12918; /// /// The identifier for the DetectorType_Lock_InitLock_InputArguments Variable. /// public const uint DetectorType_Lock_InitLock_InputArguments = 12920; /// /// The identifier for the DetectorType_Lock_InitLock_OutputArguments Variable. /// public const uint DetectorType_Lock_InitLock_OutputArguments = 12921; /// /// The identifier for the DetectorType_Lock_RenewLock_OutputArguments Variable. /// public const uint DetectorType_Lock_RenewLock_OutputArguments = 12923; /// /// The identifier for the DetectorType_Lock_ExitLock_OutputArguments Variable. /// public const uint DetectorType_Lock_ExitLock_OutputArguments = 12925; /// /// The identifier for the DetectorType_Lock_BreakLock_OutputArguments Variable. /// public const uint DetectorType_Lock_BreakLock_OutputArguments = 12927; /// /// The identifier for the SmartSamplingSystemType_Lock_Locked Variable. /// public const uint SmartSamplingSystemType_Lock_Locked = 12945; /// /// The identifier for the SmartSamplingSystemType_Lock_LockingClient Variable. /// public const uint SmartSamplingSystemType_Lock_LockingClient = 12946; /// /// The identifier for the SmartSamplingSystemType_Lock_LockingUser Variable. /// public const uint SmartSamplingSystemType_Lock_LockingUser = 12947; /// /// The identifier for the SmartSamplingSystemType_Lock_RemainingLockTime Variable. /// public const uint SmartSamplingSystemType_Lock_RemainingLockTime = 12948; /// /// The identifier for the SmartSamplingSystemType_Lock_InitLock_InputArguments Variable. /// public const uint SmartSamplingSystemType_Lock_InitLock_InputArguments = 12950; /// /// The identifier for the SmartSamplingSystemType_Lock_InitLock_OutputArguments Variable. /// public const uint SmartSamplingSystemType_Lock_InitLock_OutputArguments = 12951; /// /// The identifier for the SmartSamplingSystemType_Lock_RenewLock_OutputArguments Variable. /// public const uint SmartSamplingSystemType_Lock_RenewLock_OutputArguments = 12953; /// /// The identifier for the SmartSamplingSystemType_Lock_ExitLock_OutputArguments Variable. /// public const uint SmartSamplingSystemType_Lock_ExitLock_OutputArguments = 12955; /// /// The identifier for the SmartSamplingSystemType_Lock_BreakLock_OutputArguments Variable. /// public const uint SmartSamplingSystemType_Lock_BreakLock_OutputArguments = 12957; /// /// The identifier for the SourceType_Lock_Locked Variable. /// public const uint SourceType_Lock_Locked = 12975; /// /// The identifier for the SourceType_Lock_LockingClient Variable. /// public const uint SourceType_Lock_LockingClient = 12976; /// /// The identifier for the SourceType_Lock_LockingUser Variable. /// public const uint SourceType_Lock_LockingUser = 12977; /// /// The identifier for the SourceType_Lock_RemainingLockTime Variable. /// public const uint SourceType_Lock_RemainingLockTime = 12978; /// /// The identifier for the SourceType_Lock_InitLock_InputArguments Variable. /// public const uint SourceType_Lock_InitLock_InputArguments = 12980; /// /// The identifier for the SourceType_Lock_InitLock_OutputArguments Variable. /// public const uint SourceType_Lock_InitLock_OutputArguments = 12981; /// /// The identifier for the SourceType_Lock_RenewLock_OutputArguments Variable. /// public const uint SourceType_Lock_RenewLock_OutputArguments = 12983; /// /// The identifier for the SourceType_Lock_ExitLock_OutputArguments Variable. /// public const uint SourceType_Lock_ExitLock_OutputArguments = 12985; /// /// The identifier for the SourceType_Lock_BreakLock_OutputArguments Variable. /// public const uint SourceType_Lock_BreakLock_OutputArguments = 12987; /// /// The identifier for the GcOvenType_Lock_Locked Variable. /// public const uint GcOvenType_Lock_Locked = 13005; /// /// The identifier for the GcOvenType_Lock_LockingClient Variable. /// public const uint GcOvenType_Lock_LockingClient = 13006; /// /// The identifier for the GcOvenType_Lock_LockingUser Variable. /// public const uint GcOvenType_Lock_LockingUser = 13007; /// /// The identifier for the GcOvenType_Lock_RemainingLockTime Variable. /// public const uint GcOvenType_Lock_RemainingLockTime = 13008; /// /// The identifier for the GcOvenType_Lock_InitLock_InputArguments Variable. /// public const uint GcOvenType_Lock_InitLock_InputArguments = 13010; /// /// The identifier for the GcOvenType_Lock_InitLock_OutputArguments Variable. /// public const uint GcOvenType_Lock_InitLock_OutputArguments = 13011; /// /// The identifier for the GcOvenType_Lock_RenewLock_OutputArguments Variable. /// public const uint GcOvenType_Lock_RenewLock_OutputArguments = 13013; /// /// The identifier for the GcOvenType_Lock_ExitLock_OutputArguments Variable. /// public const uint GcOvenType_Lock_ExitLock_OutputArguments = 13015; /// /// The identifier for the GcOvenType_Lock_BreakLock_OutputArguments Variable. /// public const uint GcOvenType_Lock_BreakLock_OutputArguments = 13017; /// /// The identifier for the ExecutionCycleEnumeration_EnumValues Variable. /// public const uint ExecutionCycleEnumeration_EnumValues = 13026; /// /// The identifier for the AcquisitionResultStatusEnumeration_EnumStrings Variable. /// public const uint AcquisitionResultStatusEnumeration_EnumStrings = 13027; /// /// The identifier for the EngineeringValueType_Identifier Variable. /// public const uint EngineeringValueType_Identifier = 13030; /// /// The identifier for the ChemometricModelType_Name Variable. /// public const uint ChemometricModelType_Name = 13033; /// /// The identifier for the ChemometricModelType_CreationDate Variable. /// public const uint ChemometricModelType_CreationDate = 13034; /// /// The identifier for the ChemometricModelType_ModelDescription Variable. /// public const uint ChemometricModelType_ModelDescription = 13035; /// /// The identifier for the ChemometricModelType_User_defined_Input Variable. /// public const uint ChemometricModelType_User_defined_Input = 13036; /// /// The identifier for the ChemometricModelType_User_defined_Output Variable. /// public const uint ChemometricModelType_User_defined_Output = 13037; /// /// The identifier for the ProcessVariableType_SourceName Variable. /// public const uint ProcessVariableType_SourceName = 13040; /// /// The identifier for the MVAModelType_User_defined_Output Variable. /// public const uint MVAModelType_User_defined_Output = 13045; /// /// The identifier for the MVAModelType_MainDataIndex Variable. /// public const uint MVAModelType_MainDataIndex = 13046; /// /// The identifier for the MVAModelType_User_defined_Output_AlarmState Variable. /// public const uint MVAModelType_User_defined_Output_AlarmState = 13049; /// /// The identifier for the MVAOutputParameterType_WarningLimits Variable. /// public const uint MVAOutputParameterType_WarningLimits = 13054; /// /// The identifier for the MVAOutputParameterType_AlarmLimits Variable. /// public const uint MVAOutputParameterType_AlarmLimits = 13055; /// /// The identifier for the MVAOutputParameterType_AlarmState Variable. /// public const uint MVAOutputParameterType_AlarmState = 13056; /// /// The identifier for the MVAOutputParameterType_VendorSpecificError Variable. /// public const uint MVAOutputParameterType_VendorSpecificError = 13057; /// /// The identifier for the MVAOutputParameterType_Statistics Variable. /// public const uint MVAOutputParameterType_Statistics = 13058; /// /// The identifier for the MVAOutputParameterType_Statistics_WarningLimits Variable. /// public const uint MVAOutputParameterType_Statistics_WarningLimits = 13059; /// /// The identifier for the MVAOutputParameterType_Statistics_AlarmLimits Variable. /// public const uint MVAOutputParameterType_Statistics_AlarmLimits = 13060; /// /// The identifier for the MVAOutputParameterType_Statistics_AlarmState Variable. /// public const uint MVAOutputParameterType_Statistics_AlarmState = 13061; /// /// The identifier for the MVAOutputParameterType_Statistics_VendorSpecificError Variable. /// public const uint MVAOutputParameterType_Statistics_VendorSpecificError = 13062; /// /// The identifier for the AlarmStateEnumeration_EnumValues Variable. /// public const uint AlarmStateEnumeration_EnumValues = 13063; /// /// The identifier for the OpcUaAdi_BinarySchema Variable. /// public const uint OpcUaAdi_BinarySchema = 13067; /// /// The identifier for the OpcUaAdi_BinarySchema_NamespaceUri Variable. /// public const uint OpcUaAdi_BinarySchema_NamespaceUri = 13069; /// /// The identifier for the OpcUaAdi_BinarySchema_Deprecated Variable. /// public const uint OpcUaAdi_BinarySchema_Deprecated = 8001; /// /// The identifier for the OpcUaAdi_XmlSchema Variable. /// public const uint OpcUaAdi_XmlSchema = 13064; /// /// The identifier for the OpcUaAdi_XmlSchema_NamespaceUri Variable. /// public const uint OpcUaAdi_XmlSchema_NamespaceUri = 13066; /// /// The identifier for the OpcUaAdi_XmlSchema_Deprecated Variable. /// public const uint OpcUaAdi_XmlSchema_Deprecated = 8003; } #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 EngineeringValueType VariableType. /// public const uint EngineeringValueType = 9380; /// /// The identifier for the ChemometricModelType VariableType. /// public const uint ChemometricModelType = 2007; /// /// The identifier for the ProcessVariableType VariableType. /// public const uint ProcessVariableType = 2008; /// /// The identifier for the MVAModelType VariableType. /// public const uint MVAModelType = 2009; /// /// The identifier for the MVAOutputParameterType VariableType. /// public const uint MVAOutputParameterType = 2010; } #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 ExecutionCycleEnumeration DataType. /// public static readonly ExpandedNodeId ExecutionCycleEnumeration = new ExpandedNodeId(Opc.Ua.Adi.DataTypes.ExecutionCycleEnumeration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcquisitionResultStatusEnumeration DataType. /// public static readonly ExpandedNodeId AcquisitionResultStatusEnumeration = new ExpandedNodeId(Opc.Ua.Adi.DataTypes.AcquisitionResultStatusEnumeration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AlarmStateEnumeration DataType. /// public static readonly ExpandedNodeId AlarmStateEnumeration = new ExpandedNodeId(Opc.Ua.Adi.DataTypes.AlarmStateEnumeration, Opc.Ua.Adi.Namespaces.OpcUaAdi); } #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 OpcUaAdiNamespaceMetadata_NamespaceFile_Open Method. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_Open = new ExpandedNodeId(Opc.Ua.Adi.Methods.OpcUaAdiNamespaceMetadata_NamespaceFile_Open, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Close Method. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_Close = new ExpandedNodeId(Opc.Ua.Adi.Methods.OpcUaAdiNamespaceMetadata_NamespaceFile_Close, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Read Method. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_Read = new ExpandedNodeId(Opc.Ua.Adi.Methods.OpcUaAdiNamespaceMetadata_NamespaceFile_Read, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Write Method. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_Write = new ExpandedNodeId(Opc.Ua.Adi.Methods.OpcUaAdiNamespaceMetadata_NamespaceFile_Write, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_GetPosition Method. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_GetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.OpcUaAdiNamespaceMetadata_NamespaceFile_GetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_SetPosition Method. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_SetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.OpcUaAdiNamespaceMetadata_NamespaceFile_SetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Lock_InitLock Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_CPIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_CPIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_CPIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_CPIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_CPIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_CPIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_CPIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_CPIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_GetConfiguration Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_GetConfiguration = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_MethodSet_GetConfiguration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_SetConfiguration Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_SetConfiguration = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_MethodSet_SetConfiguration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_GetConfigDataDigest Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_GetConfigDataDigest = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_MethodSet_GetConfigDataDigest, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_CompareConfigDataDigest Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_CompareConfigDataDigest = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_MethodSet_CompareConfigDataDigest, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_ResetAllChannels Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_ResetAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_MethodSet_ResetAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_StartAllChannels Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_StartAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_MethodSet_StartAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_StopAllChannels Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_StopAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_MethodSet_StopAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_AbortAllChannels Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_AbortAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_MethodSet_AbortAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_GotoOperating Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_GotoOperating = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_MethodSet_GotoOperating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_GotoMaintenance Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_GotoMaintenance = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_MethodSet_GotoMaintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Open Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_Open = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ParameterSet_ConfigData_Open, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Close Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_Close = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ParameterSet_ConfigData_Close, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Read Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_Read = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ParameterSet_ConfigData_Read, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Write Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_Write = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ParameterSet_ConfigData_Write, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_GetPosition Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_GetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ParameterSet_ConfigData_GetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_SetPosition Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_SetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ParameterSet_ConfigData_SetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_GotoOperating Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_MethodSet_GotoOperating = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_MethodSet_GotoOperating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Reset Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_MethodSet_Reset = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_MethodSet_Reset, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Start Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_MethodSet_Start = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_MethodSet_Start, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Stop Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_MethodSet_Stop = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_MethodSet_Stop, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Hold Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_MethodSet_Hold = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_MethodSet_Hold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Unhold Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_MethodSet_Unhold = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_MethodSet_Unhold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Suspend Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_MethodSet_Suspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_MethodSet_Suspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Unsuspend Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_MethodSet_Unsuspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_MethodSet_Unsuspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Abort Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_MethodSet_Abort = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_MethodSet_Abort, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_Clear Method. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_MethodSet_Clear = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserDeviceType_ChannelIdentifier_MethodSet_Clear, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_Lock_InitLock Method. /// public static readonly ExpandedNodeId AnalyserChannelType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId AnalyserChannelType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId AnalyserChannelType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId AnalyserChannelType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_MethodSet_GotoOperating Method. /// public static readonly ExpandedNodeId AnalyserChannelType_MethodSet_GotoOperating = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_MethodSet_GotoOperating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_MethodSet_GotoMaintenance Method. /// public static readonly ExpandedNodeId AnalyserChannelType_MethodSet_GotoMaintenance = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_MethodSet_GotoMaintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_MethodSet_StartSingleAcquisition Method. /// public static readonly ExpandedNodeId AnalyserChannelType_MethodSet_StartSingleAcquisition = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_MethodSet_StartSingleAcquisition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_MethodSet_Reset Method. /// public static readonly ExpandedNodeId AnalyserChannelType_MethodSet_Reset = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_MethodSet_Reset, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_MethodSet_Start Method. /// public static readonly ExpandedNodeId AnalyserChannelType_MethodSet_Start = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_MethodSet_Start, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_MethodSet_Stop Method. /// public static readonly ExpandedNodeId AnalyserChannelType_MethodSet_Stop = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_MethodSet_Stop, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_MethodSet_Hold Method. /// public static readonly ExpandedNodeId AnalyserChannelType_MethodSet_Hold = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_MethodSet_Hold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_MethodSet_Unhold Method. /// public static readonly ExpandedNodeId AnalyserChannelType_MethodSet_Unhold = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_MethodSet_Unhold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_MethodSet_Suspend Method. /// public static readonly ExpandedNodeId AnalyserChannelType_MethodSet_Suspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_MethodSet_Suspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_MethodSet_Unsuspend Method. /// public static readonly ExpandedNodeId AnalyserChannelType_MethodSet_Unsuspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_MethodSet_Unsuspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_MethodSet_Abort Method. /// public static readonly ExpandedNodeId AnalyserChannelType_MethodSet_Abort = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_MethodSet_Abort, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_MethodSet_Clear Method. /// public static readonly ExpandedNodeId AnalyserChannelType_MethodSet_Clear = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_MethodSet_Clear, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_StreamIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_StreamIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_StreamIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AnalyserChannelType_StreamIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Lock_InitLock Method. /// public static readonly ExpandedNodeId StreamType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.StreamType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId StreamType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.StreamType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId StreamType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.StreamType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId StreamType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.StreamType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_Lock_InitLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceStreamType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceStreamType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceStreamType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceStreamType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_InitLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceStreamType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceStreamType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceStreamType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceStreamType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_InitLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceStreamType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceStreamType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceStreamType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceStreamType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_InitLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceStreamType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceStreamType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceStreamType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceStreamType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_Lock_InitLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceStreamType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceStreamType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceStreamType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceStreamType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_Lock_InitLock Method. /// public static readonly ExpandedNodeId MNRDeviceStreamType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MNRDeviceStreamType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId MNRDeviceStreamType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MNRDeviceStreamType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId MNRDeviceStreamType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MNRDeviceStreamType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId MNRDeviceStreamType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MNRDeviceStreamType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_Lock_InitLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_CPIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_CPIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_CPIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_CPIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_CPIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_CPIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_CPIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_CPIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_GetConfiguration Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_GetConfiguration = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_MethodSet_GetConfiguration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_SetConfiguration Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_SetConfiguration = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_MethodSet_SetConfiguration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_GetConfigDataDigest Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_GetConfigDataDigest = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_MethodSet_GetConfigDataDigest, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_CompareConfigDataDigest Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_CompareConfigDataDigest = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_MethodSet_CompareConfigDataDigest, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_ResetAllChannels Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_ResetAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_MethodSet_ResetAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_StartAllChannels Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_StartAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_MethodSet_StartAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_StopAllChannels Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_StopAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_MethodSet_StopAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_AbortAllChannels Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_AbortAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_MethodSet_AbortAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_GotoOperating Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_GotoOperating = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_MethodSet_GotoOperating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_GotoMaintenance Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_GotoMaintenance = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_MethodSet_GotoMaintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Open Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_Open = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ParameterSet_ConfigData_Open, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Close Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_Close = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ParameterSet_ConfigData_Close, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Read Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_Read = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ParameterSet_ConfigData_Read, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Write Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_Write = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ParameterSet_ConfigData_Write, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_GetPosition Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_GetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ParameterSet_ConfigData_GetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_SetPosition Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_SetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ParameterSet_ConfigData_SetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoOperating Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoOperating = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoOperating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Reset Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_MethodSet_Reset = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_MethodSet_Reset, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Start Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_MethodSet_Start = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_MethodSet_Start, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Stop Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_MethodSet_Stop = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_MethodSet_Stop, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Hold Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_MethodSet_Hold = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_MethodSet_Hold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Unhold Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_MethodSet_Unhold = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_MethodSet_Unhold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Suspend Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_MethodSet_Suspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_MethodSet_Suspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Unsuspend Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_MethodSet_Unsuspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_MethodSet_Unsuspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Abort Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_MethodSet_Abort = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_MethodSet_Abort, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_Clear Method. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_MethodSet_Clear = new ExpandedNodeId(Opc.Ua.Adi.Methods.SpectrometerDeviceType_ChannelIdentifier_MethodSet_Clear, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_InitLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_CPIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_CPIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_CPIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_CPIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_CPIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_CPIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_CPIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_CPIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_GetConfiguration Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_GetConfiguration = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_MethodSet_GetConfiguration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_SetConfiguration Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_SetConfiguration = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_MethodSet_SetConfiguration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_GetConfigDataDigest Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_GetConfigDataDigest = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_MethodSet_GetConfigDataDigest, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_CompareConfigDataDigest Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_CompareConfigDataDigest = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_MethodSet_CompareConfigDataDigest, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_ResetAllChannels Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_ResetAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_MethodSet_ResetAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_StartAllChannels Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_StartAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_MethodSet_StartAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_StopAllChannels Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_StopAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_MethodSet_StopAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_AbortAllChannels Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_AbortAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_MethodSet_AbortAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_GotoOperating Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_GotoOperating = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_MethodSet_GotoOperating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_GotoMaintenance Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_GotoMaintenance = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_MethodSet_GotoMaintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Open Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Open = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Open, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Close Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Close = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Close, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Read Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Read = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Read, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Write Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Write = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Write, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_GetPosition Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_GetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_GetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_SetPosition Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_SetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_SetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_GotoOperating Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_GotoOperating = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_GotoOperating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Reset Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Reset = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Reset, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Start Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Start = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Start, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Stop Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Stop = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Stop, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Hold Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Hold = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Hold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Unhold Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Unhold = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Unhold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Suspend Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Suspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Suspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Unsuspend Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Unsuspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Unsuspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Abort Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Abort = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Abort, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Clear Method. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Clear = new ExpandedNodeId(Opc.Ua.Adi.Methods.ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_Clear, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_Lock_InitLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_CPIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_CPIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_CPIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_CPIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_CPIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_CPIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_CPIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_CPIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_GetConfiguration Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_GetConfiguration = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_MethodSet_GetConfiguration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_SetConfiguration Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_SetConfiguration = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_MethodSet_SetConfiguration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_GetConfigDataDigest Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_GetConfigDataDigest = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_MethodSet_GetConfigDataDigest, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_CompareConfigDataDigest Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_CompareConfigDataDigest = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_MethodSet_CompareConfigDataDigest, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_ResetAllChannels Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_ResetAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_MethodSet_ResetAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_StartAllChannels Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_StartAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_MethodSet_StartAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_StopAllChannels Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_StopAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_MethodSet_StopAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_AbortAllChannels Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_AbortAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_MethodSet_AbortAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_GotoOperating Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_GotoOperating = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_MethodSet_GotoOperating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_GotoMaintenance Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_GotoMaintenance = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_MethodSet_GotoMaintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Open Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_Open = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ParameterSet_ConfigData_Open, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Close Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_Close = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ParameterSet_ConfigData_Close, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Read Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_Read = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ParameterSet_ConfigData_Read, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Write Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_Write = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ParameterSet_ConfigData_Write, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_GetPosition Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_GetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ParameterSet_ConfigData_GetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_SetPosition Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_SetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ParameterSet_ConfigData_SetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_GotoOperating Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_MethodSet_GotoOperating = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_MethodSet_GotoOperating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Reset Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_MethodSet_Reset = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_MethodSet_Reset, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Start Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_MethodSet_Start = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_MethodSet_Start, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Stop Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_MethodSet_Stop = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_MethodSet_Stop, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Hold Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_MethodSet_Hold = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_MethodSet_Hold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Unhold Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_MethodSet_Unhold = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_MethodSet_Unhold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Suspend Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_MethodSet_Suspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_MethodSet_Suspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Unsuspend Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_MethodSet_Unsuspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_MethodSet_Unsuspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Abort Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_MethodSet_Abort = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_MethodSet_Abort, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_Clear Method. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_MethodSet_Clear = new ExpandedNodeId(Opc.Ua.Adi.Methods.ChromatographDeviceType_ChannelIdentifier_MethodSet_Clear, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_Lock_InitLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_CPIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_CPIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_CPIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_CPIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_CPIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_CPIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_CPIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_CPIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_GetConfiguration Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_GetConfiguration = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_MethodSet_GetConfiguration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_SetConfiguration Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_SetConfiguration = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_MethodSet_SetConfiguration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_GetConfigDataDigest Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_GetConfigDataDigest = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_MethodSet_GetConfigDataDigest, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_CompareConfigDataDigest Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_CompareConfigDataDigest = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_MethodSet_CompareConfigDataDigest, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_ResetAllChannels Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_ResetAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_MethodSet_ResetAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_StartAllChannels Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_StartAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_MethodSet_StartAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_StopAllChannels Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_StopAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_MethodSet_StopAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_AbortAllChannels Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_AbortAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_MethodSet_AbortAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_GotoOperating Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_GotoOperating = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_MethodSet_GotoOperating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_GotoMaintenance Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_GotoMaintenance = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_MethodSet_GotoMaintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Open Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_Open = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ParameterSet_ConfigData_Open, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Close Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_Close = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ParameterSet_ConfigData_Close, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Read Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_Read = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ParameterSet_ConfigData_Read, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Write Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_Write = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ParameterSet_ConfigData_Write, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoOperating Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoOperating = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoOperating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Reset Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Reset = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Reset, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Start Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Start = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Start, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Stop Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Stop = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Stop, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Hold Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Hold = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Hold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unhold Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unhold = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unhold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Suspend Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Suspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Suspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unsuspend Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unsuspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unsuspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Abort Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Abort = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Abort, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Clear Method. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Clear = new ExpandedNodeId(Opc.Ua.Adi.Methods.MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_Clear, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_InitLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_CPIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_CPIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_CPIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_CPIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_CPIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_CPIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_CPIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_CPIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_GetConfiguration Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_GetConfiguration = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_MethodSet_GetConfiguration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_SetConfiguration Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_SetConfiguration = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_MethodSet_SetConfiguration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_GetConfigDataDigest Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_GetConfigDataDigest = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_MethodSet_GetConfigDataDigest, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_CompareConfigDataDigest Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_CompareConfigDataDigest = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_MethodSet_CompareConfigDataDigest, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_ResetAllChannels Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_ResetAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_MethodSet_ResetAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_StartAllChannels Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_StartAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_MethodSet_StartAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_StopAllChannels Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_StopAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_MethodSet_StopAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_AbortAllChannels Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_AbortAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_MethodSet_AbortAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_GotoOperating Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_GotoOperating = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_MethodSet_GotoOperating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_GotoMaintenance Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_GotoMaintenance = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_MethodSet_GotoMaintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Open Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Open = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Open, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Close Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Close = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Close, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Read Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Read = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Read, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Write Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Write = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Write, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoOperating Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoOperating = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoOperating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Reset Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Reset = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Reset, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Start Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Start = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Start, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Stop Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Stop = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Stop, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Hold Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Hold = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Hold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unhold Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unhold = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unhold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Suspend Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Suspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Suspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unsuspend Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unsuspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Unsuspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Abort Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Abort = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Abort, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Clear Method. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Clear = new ExpandedNodeId(Opc.Ua.Adi.Methods.AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_Clear, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_Lock_InitLock Method. /// public static readonly ExpandedNodeId NMRDeviceType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId NMRDeviceType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId NMRDeviceType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId NMRDeviceType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId NMRDeviceType_CPIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_CPIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId NMRDeviceType_CPIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_CPIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId NMRDeviceType_CPIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_CPIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId NMRDeviceType_CPIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_CPIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_GetConfiguration Method. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_GetConfiguration = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_MethodSet_GetConfiguration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_SetConfiguration Method. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_SetConfiguration = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_MethodSet_SetConfiguration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_GetConfigDataDigest Method. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_GetConfigDataDigest = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_MethodSet_GetConfigDataDigest, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_CompareConfigDataDigest Method. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_CompareConfigDataDigest = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_MethodSet_CompareConfigDataDigest, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_ResetAllChannels Method. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_ResetAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_MethodSet_ResetAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_StartAllChannels Method. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_StartAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_MethodSet_StartAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_StopAllChannels Method. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_StopAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_MethodSet_StopAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_AbortAllChannels Method. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_AbortAllChannels = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_MethodSet_AbortAllChannels, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_GotoOperating Method. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_GotoOperating = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_MethodSet_GotoOperating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_GotoMaintenance Method. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_GotoMaintenance = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_MethodSet_GotoMaintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Open Method. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_Open = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ParameterSet_ConfigData_Open, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Close Method. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_Close = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ParameterSet_ConfigData_Close, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Read Method. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_Read = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ParameterSet_ConfigData_Read, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Write Method. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_Write = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ParameterSet_ConfigData_Write, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_GetPosition Method. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_GetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ParameterSet_ConfigData_GetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_SetPosition Method. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_SetPosition = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ParameterSet_ConfigData_SetPosition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_GotoOperating Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_MethodSet_GotoOperating = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_MethodSet_GotoOperating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_MethodSet_GotoMaintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Reset Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_MethodSet_Reset = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_MethodSet_Reset, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Start Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_MethodSet_Start = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_MethodSet_Start, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Stop Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_MethodSet_Stop = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_MethodSet_Stop, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Hold Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_MethodSet_Hold = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_MethodSet_Hold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Unhold Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_MethodSet_Unhold = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_MethodSet_Unhold, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Suspend Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_MethodSet_Suspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_MethodSet_Suspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Unsuspend Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_MethodSet_Unsuspend = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_MethodSet_Unsuspend, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Abort Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_MethodSet_Abort = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_MethodSet_Abort, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_Clear Method. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_MethodSet_Clear = new ExpandedNodeId(Opc.Ua.Adi.Methods.NMRDeviceType_ChannelIdentifier_MethodSet_Clear, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_InitLock Method. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AccessorySlotType_AccessoryIdentifier_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_RenewLock Method. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AccessorySlotType_AccessoryIdentifier_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_ExitLock Method. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AccessorySlotType_AccessoryIdentifier_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_BreakLock Method. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AccessorySlotType_AccessoryIdentifier_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_Lock_InitLock Method. /// public static readonly ExpandedNodeId AccessoryType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AccessoryType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId AccessoryType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AccessoryType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId AccessoryType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AccessoryType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId AccessoryType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.AccessoryType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the DetectorType_Lock_InitLock Method. /// public static readonly ExpandedNodeId DetectorType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.DetectorType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the DetectorType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId DetectorType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.DetectorType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the DetectorType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId DetectorType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.DetectorType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the DetectorType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId DetectorType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.DetectorType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SmartSamplingSystemType_Lock_InitLock Method. /// public static readonly ExpandedNodeId SmartSamplingSystemType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SmartSamplingSystemType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SmartSamplingSystemType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId SmartSamplingSystemType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SmartSamplingSystemType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SmartSamplingSystemType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId SmartSamplingSystemType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SmartSamplingSystemType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SmartSamplingSystemType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId SmartSamplingSystemType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SmartSamplingSystemType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SourceType_Lock_InitLock Method. /// public static readonly ExpandedNodeId SourceType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SourceType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SourceType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId SourceType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SourceType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SourceType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId SourceType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SourceType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SourceType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId SourceType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.SourceType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the GcOvenType_Lock_InitLock Method. /// public static readonly ExpandedNodeId GcOvenType_Lock_InitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.GcOvenType_Lock_InitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the GcOvenType_Lock_RenewLock Method. /// public static readonly ExpandedNodeId GcOvenType_Lock_RenewLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.GcOvenType_Lock_RenewLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the GcOvenType_Lock_ExitLock Method. /// public static readonly ExpandedNodeId GcOvenType_Lock_ExitLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.GcOvenType_Lock_ExitLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the GcOvenType_Lock_BreakLock Method. /// public static readonly ExpandedNodeId GcOvenType_Lock_BreakLock = new ExpandedNodeId(Opc.Ua.Adi.Methods.GcOvenType_Lock_BreakLock, Opc.Ua.Adi.Namespaces.OpcUaAdi); } #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 OpcUaAdiNamespaceMetadata Object. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata = new ExpandedNodeId(Opc.Ua.Adi.Objects.OpcUaAdiNamespaceMetadata, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_ParameterSet, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_MethodSet, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Identification Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_Identification = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_Identification, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_CPIdentifier_NetworkAddress Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_CPIdentifier_NetworkAddress = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_CPIdentifier_NetworkAddress, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_ParameterSet_ConfigData, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Configuration Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_Configuration = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_Configuration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Status Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_Status = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_Status, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_FactorySettings Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_FactorySettings = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_FactorySettings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_AnalyserStateMachine Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_AnalyserStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_AnalyserStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_ChannelIdentifier, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_MethodSet = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_ChannelIdentifier_MethodSet, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Configuration Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_Configuration = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_ChannelIdentifier_Configuration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Status Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_Status = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_ChannelIdentifier_Status, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_AccessorySlotIdentifier = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_AccessorySlotIdentifier, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier_SupportedTypes Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_AccessorySlotIdentifier_SupportedTypes = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_AccessorySlotIdentifier_SupportedTypes, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public static readonly ExpandedNodeId AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_Powerup Object. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_Powerup = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceStateMachineType_Powerup, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_Operating Object. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_Operating = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceStateMachineType_Operating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_Local Object. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_Local = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceStateMachineType_Local, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_Maintenance Object. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_Maintenance = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceStateMachineType_Maintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_Shutdown Object. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_Shutdown = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceStateMachineType_Shutdown, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_PowerupToOperatingTransition Object. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_PowerupToOperatingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceStateMachineType_PowerupToOperatingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_OperatingToLocalTransition Object. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_OperatingToLocalTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceStateMachineType_OperatingToLocalTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_OperatingToMaintenanceTransition Object. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_OperatingToMaintenanceTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceStateMachineType_OperatingToMaintenanceTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_LocalToOperatingTransition Object. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_LocalToOperatingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceStateMachineType_LocalToOperatingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_LocalToMaintenanceTransition Object. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_LocalToMaintenanceTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceStateMachineType_LocalToMaintenanceTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_MaintenanceToOperatingTransition Object. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_MaintenanceToOperatingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceStateMachineType_MaintenanceToOperatingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_MaintenanceToLocalTransition Object. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_MaintenanceToLocalTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceStateMachineType_MaintenanceToLocalTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_OperatingToShutdownTransition Object. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_OperatingToShutdownTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceStateMachineType_OperatingToShutdownTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_LocalToShutdownTransition Object. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_LocalToShutdownTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceStateMachineType_LocalToShutdownTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_MaintenanceToShutdownTransition Object. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_MaintenanceToShutdownTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserDeviceStateMachineType_MaintenanceToShutdownTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ParameterSet Object. /// public static readonly ExpandedNodeId AnalyserChannelType_ParameterSet = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_ParameterSet, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_MethodSet Object. /// public static readonly ExpandedNodeId AnalyserChannelType_MethodSet = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_MethodSet, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_GroupIdentifier Object. /// public static readonly ExpandedNodeId AnalyserChannelType_GroupIdentifier = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_GroupIdentifier, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_Configuration Object. /// public static readonly ExpandedNodeId AnalyserChannelType_Configuration = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_Configuration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_Status Object. /// public static readonly ExpandedNodeId AnalyserChannelType_Status = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_Status, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine Object. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_ChannelStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine Object. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier Object. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_StreamIdentifier, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Configuration Object. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Configuration = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_StreamIdentifier_Configuration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Status Object. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Status = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_StreamIdentifier_Status, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_AcquisitionSettings Object. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_AcquisitionSettings = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_StreamIdentifier_AcquisitionSettings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_AcquisitionStatus Object. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_AcquisitionStatus = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_StreamIdentifier_AcquisitionStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_AcquisitionData Object. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_AcquisitionData = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_StreamIdentifier_AcquisitionData, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ChemometricModelSettings Object. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_ChemometricModelSettings = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_StreamIdentifier_ChemometricModelSettings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Context Object. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Context = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_StreamIdentifier_Context, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier Object. /// public static readonly ExpandedNodeId AnalyserChannelType_AccessorySlotIdentifier = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_AccessorySlotIdentifier, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier_SupportedTypes Object. /// public static readonly ExpandedNodeId AnalyserChannelType_AccessorySlotIdentifier_SupportedTypes = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_AccessorySlotIdentifier_SupportedTypes, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public static readonly ExpandedNodeId AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_OperatingSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_OperatingSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_LocalSubStateMachine Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_LocalSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_LocalSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceSubStateMachine Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_MaintenanceSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_MaintenanceSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_SlaveMode Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_SlaveMode = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_SlaveMode, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_Operating Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_Operating = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_Operating, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_Local Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_Local = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_Local, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_Maintenance Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_Maintenance = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_Maintenance, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_SlaveModeToOperatingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_SlaveModeToOperatingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_SlaveModeToOperatingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_OperatingToLocalTransition Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_OperatingToLocalTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_OperatingToLocalTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_OperatingToMaintenanceTransition Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_OperatingToMaintenanceTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_OperatingToMaintenanceTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_LocalToOperatingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_LocalToOperatingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_LocalToOperatingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_LocalToMaintenanceTransition Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_LocalToMaintenanceTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_LocalToMaintenanceTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceToOperatingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_MaintenanceToOperatingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_MaintenanceToOperatingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceToLocalTransition Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_MaintenanceToLocalTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_MaintenanceToLocalTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_OperatingToSlaveModeTransition Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_OperatingToSlaveModeTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_OperatingToSlaveModeTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_LocalToSlaveModeTransition Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_LocalToSlaveModeTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_LocalToSlaveModeTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceToSlaveModeTransition Object. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_MaintenanceToSlaveModeTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannelStateMachineType_MaintenanceToSlaveModeTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Stopped Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Stopped = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Stopped, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Resetting Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Resetting = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Resetting, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Idle Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Idle = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Idle, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Starting Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Starting = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Starting, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Execute Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Execute = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Execute, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Completing Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Completing = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Completing, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Complete Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Complete = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Complete, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Suspending Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Suspending = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Suspending, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Suspended Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Suspended = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Suspended, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Unsuspending Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Unsuspending = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Unsuspending, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Holding Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Holding = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Holding, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Held Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Held = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Held, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Unholding Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Unholding = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Unholding, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Stopping Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Stopping = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Stopping, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Aborting Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Aborting = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Aborting, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Aborted Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Aborted = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Aborted, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Clearing Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Clearing = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_Clearing, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppedToResettingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StoppedToResettingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_StoppedToResettingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ResettingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_ResettingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingToIdleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ResettingToIdleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_ResettingToIdleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_IdleToStartingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_IdleToStartingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_IdleToStartingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StartingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_StartingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingToExecuteTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StartingToExecuteTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_StartingToExecuteTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToCompletingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToCompletingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToCompletingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_CompletingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_CompletingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingToCompleteTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_CompletingToCompleteTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_CompletingToCompleteTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppedTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppedTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppedTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToHoldingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToHoldingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToHoldingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_HoldingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_HoldingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingToHeldTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_HoldingToHeldTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_HoldingToHeldTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HeldToUnholdingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_HeldToUnholdingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_HeldToUnholdingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnholdingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_UnholdingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToHoldingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToHoldingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToHoldingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToExecuteTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToExecuteTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToExecuteTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToSuspendingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToSuspendingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToSuspendingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_SuspendingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_SuspendingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToSuspendedTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToSuspendedTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToSuspendedTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToUnsuspendingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToUnsuspendingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToUnsuspendingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToSuspendingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToSuspendingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToSuspendingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToExecuteTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToExecuteTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToExecuteTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppingToStoppedTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StoppingToStoppedTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_StoppingToStoppedTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_AbortingToAbortedTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_AbortingToAbortedTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_AbortingToAbortedTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_AbortedToClearingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_AbortedToClearingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_AbortedToClearingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ClearingToStoppedTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ClearingToStoppedTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_ClearingToStoppedTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingToStoppingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ResettingToStoppingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_ResettingToStoppingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_IdleToStoppingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_IdleToStoppingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_IdleToStoppingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingToStoppingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StartingToStoppingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_StartingToStoppingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToStoppingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToStoppingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToStoppingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingToStoppingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_CompletingToStoppingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_CompletingToStoppingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToStoppingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToStoppingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToStoppingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToStoppingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToStoppingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToStoppingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToStoppingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToStoppingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToStoppingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingToStoppingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_HoldingToStoppingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_HoldingToStoppingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HeldToStoppingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_HeldToStoppingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_HeldToStoppingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToStoppingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToStoppingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToStoppingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppedToAbortingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StoppedToAbortingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_StoppedToAbortingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingToAbortingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ResettingToAbortingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_ResettingToAbortingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_IdleToAbortingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_IdleToAbortingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_IdleToAbortingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingToAbortingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StartingToAbortingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_StartingToAbortingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToAbortingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToAbortingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToAbortingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingToAbortingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_CompletingToAbortingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_CompletingToAbortingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompleteToAbortingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_CompleteToAbortingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_CompleteToAbortingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToAbortingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToAbortingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToAbortingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToAbortingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToAbortingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToAbortingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToAbortingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToAbortingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToAbortingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingToAbortingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_HoldingToAbortingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_HoldingToAbortingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HeldToAbortingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_HeldToAbortingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_HeldToAbortingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToAbortingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToAbortingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToAbortingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppingToAbortingTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StoppingToAbortingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeSubStateMachineType_StoppingToAbortingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycle Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycle = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycle, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTrigger Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTrigger = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTrigger, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSample Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSample = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSample, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSample Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSample = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSample, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSample Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSample = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSample, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTrigger Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTrigger = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTrigger, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSample Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSample = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSample, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSample Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSample = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSample, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSample Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSample = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSample, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTrigger Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTrigger = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTrigger, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSample Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSample = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSample, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSample Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSample = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSample, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSample Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSample = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSample, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTrigger Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTrigger = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTrigger, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_Diagnostic Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_Diagnostic = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_Diagnostic, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTrigger Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTrigger = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTrigger, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_Cleaning Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_Cleaning = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_Cleaning, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResults Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResults = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResults, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSample Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSample = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSample, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystem Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystem = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystem, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCalibrationTriggerTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCalibrationTriggerTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCalibrationTriggerTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTriggerToExtractCalibrationSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTriggerToExtractCalibrationSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTriggerToExtractCalibrationSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleToPrepareCalibrationSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleToPrepareCalibrationSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleToPrepareCalibrationSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleToAnalyseCalibrationSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleToAnalyseCalibrationSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleToAnalyseCalibrationSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleToPublishResultsTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleToPublishResultsTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleToPublishResultsTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForValidationTriggerTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForValidationTriggerTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForValidationTriggerTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTriggerToExtractValidationSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTriggerToExtractValidationSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTriggerToExtractValidationSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleToPrepareValidationSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleToPrepareValidationSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleToPrepareValidationSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleToAnalyseValidationSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleToAnalyseValidationSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleToAnalyseValidationSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleToPublishResultsTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleToPublishResultsTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleToPublishResultsTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForSampleTriggerTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForSampleTriggerTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForSampleTriggerTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTriggerToExtractSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTriggerToExtractSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTriggerToExtractSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleToPrepareSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleToPrepareSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleToPrepareSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleToAnalyseSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleToAnalyseSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleToAnalyseSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleToPublishResultsTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleToPublishResultsTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleToPublishResultsTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForDiagnosticTriggerTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForDiagnosticTriggerTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForDiagnosticTriggerTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTriggerToDiagnosticTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTriggerToDiagnosticTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTriggerToDiagnosticTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticToPublishResultsTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticToPublishResultsTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticToPublishResultsTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCleaningTriggerTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCleaningTriggerTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCleaningTriggerTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTriggerToCleaningTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTriggerToCleaningTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTriggerToCleaningTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningToPublishResultsTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningToPublishResultsTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningToPublishResultsTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToCleanupSamplingSystemTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToCleanupSamplingSystemTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToCleanupSamplingSystemTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToEjectGrabSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToEjectGrabSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToEjectGrabSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleToCleanupSamplingSystemTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleToCleanupSamplingSystemTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleToCleanupSamplingSystemTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemToSelectExecutionCycleTransition Object. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemToSelectExecutionCycleTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemToSelectExecutionCycleTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet Object. /// public static readonly ExpandedNodeId StreamType_ParameterSet = new ExpandedNodeId(Opc.Ua.Adi.Objects.StreamType_ParameterSet, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_GroupIdentifier Object. /// public static readonly ExpandedNodeId StreamType_GroupIdentifier = new ExpandedNodeId(Opc.Ua.Adi.Objects.StreamType_GroupIdentifier, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Configuration Object. /// public static readonly ExpandedNodeId StreamType_Configuration = new ExpandedNodeId(Opc.Ua.Adi.Objects.StreamType_Configuration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Status Object. /// public static readonly ExpandedNodeId StreamType_Status = new ExpandedNodeId(Opc.Ua.Adi.Objects.StreamType_Status, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_AcquisitionSettings Object. /// public static readonly ExpandedNodeId StreamType_AcquisitionSettings = new ExpandedNodeId(Opc.Ua.Adi.Objects.StreamType_AcquisitionSettings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_AcquisitionStatus Object. /// public static readonly ExpandedNodeId StreamType_AcquisitionStatus = new ExpandedNodeId(Opc.Ua.Adi.Objects.StreamType_AcquisitionStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_AcquisitionData Object. /// public static readonly ExpandedNodeId StreamType_AcquisitionData = new ExpandedNodeId(Opc.Ua.Adi.Objects.StreamType_AcquisitionData, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ChemometricModelSettings Object. /// public static readonly ExpandedNodeId StreamType_ChemometricModelSettings = new ExpandedNodeId(Opc.Ua.Adi.Objects.StreamType_ChemometricModelSettings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Context Object. /// public static readonly ExpandedNodeId StreamType_Context = new ExpandedNodeId(Opc.Ua.Adi.Objects.StreamType_Context, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet Object. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceStreamType_ParameterSet, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_Configuration Object. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_Configuration = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceStreamType_Configuration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_AcquisitionSettings Object. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_AcquisitionSettings = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceStreamType_AcquisitionSettings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_AcquisitionStatus Object. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_AcquisitionStatus = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceStreamType_AcquisitionStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_AcquisitionData Object. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_AcquisitionData = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceStreamType_AcquisitionData, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_FactorySettings Object. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_FactorySettings = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceStreamType_FactorySettings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet Object. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet = new ExpandedNodeId(Opc.Ua.Adi.Objects.ParticleSizeMonitorDeviceStreamType_ParameterSet, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_AcquisitionData Object. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_AcquisitionData = new ExpandedNodeId(Opc.Ua.Adi.Objects.ParticleSizeMonitorDeviceStreamType_AcquisitionData, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet Object. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceType_ParameterSet, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_NetworkAddress Object. /// public static readonly ExpandedNodeId SpectrometerDeviceType_CPIdentifier_NetworkAddress = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceType_CPIdentifier_NetworkAddress, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_FactorySettings Object. /// public static readonly ExpandedNodeId SpectrometerDeviceType_FactorySettings = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceType_FactorySettings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet Object. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_MethodSet = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceType_ChannelIdentifier_MethodSet, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Configuration Object. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_Configuration = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceType_ChannelIdentifier_Configuration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Status Object. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_Status = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceType_ChannelIdentifier_Status, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine Object. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine Object. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_AccessorySlotIdentifier_SupportedTypes Object. /// public static readonly ExpandedNodeId SpectrometerDeviceType_AccessorySlotIdentifier_SupportedTypes = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceType_AccessorySlotIdentifier_SupportedTypes, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public static readonly ExpandedNodeId SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_NetworkAddress Object. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_CPIdentifier_NetworkAddress = new ExpandedNodeId(Opc.Ua.Adi.Objects.ParticleSizeMonitorDeviceType_CPIdentifier_NetworkAddress, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet Object. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet = new ExpandedNodeId(Opc.Ua.Adi.Objects.ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Configuration Object. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_Configuration = new ExpandedNodeId(Opc.Ua.Adi.Objects.ParticleSizeMonitorDeviceType_ChannelIdentifier_Configuration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Status Object. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_Status = new ExpandedNodeId(Opc.Ua.Adi.Objects.ParticleSizeMonitorDeviceType_ChannelIdentifier_Status, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine Object. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine Object. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_SupportedTypes Object. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_SupportedTypes = new ExpandedNodeId(Opc.Ua.Adi.Objects.ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_SupportedTypes, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_CPIdentifier_NetworkAddress Object. /// public static readonly ExpandedNodeId ChromatographDeviceType_CPIdentifier_NetworkAddress = new ExpandedNodeId(Opc.Ua.Adi.Objects.ChromatographDeviceType_CPIdentifier_NetworkAddress, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet Object. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_MethodSet = new ExpandedNodeId(Opc.Ua.Adi.Objects.ChromatographDeviceType_ChannelIdentifier_MethodSet, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Configuration Object. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_Configuration = new ExpandedNodeId(Opc.Ua.Adi.Objects.ChromatographDeviceType_ChannelIdentifier_Configuration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Status Object. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_Status = new ExpandedNodeId(Opc.Ua.Adi.Objects.ChromatographDeviceType_ChannelIdentifier_Status, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine Object. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine Object. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_AccessorySlotIdentifier_SupportedTypes Object. /// public static readonly ExpandedNodeId ChromatographDeviceType_AccessorySlotIdentifier_SupportedTypes = new ExpandedNodeId(Opc.Ua.Adi.Objects.ChromatographDeviceType_AccessorySlotIdentifier_SupportedTypes, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public static readonly ExpandedNodeId ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_NetworkAddress Object. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_CPIdentifier_NetworkAddress = new ExpandedNodeId(Opc.Ua.Adi.Objects.MassSpectrometerDeviceType_CPIdentifier_NetworkAddress, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet Object. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_MethodSet = new ExpandedNodeId(Opc.Ua.Adi.Objects.MassSpectrometerDeviceType_ChannelIdentifier_MethodSet, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Configuration Object. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_Configuration = new ExpandedNodeId(Opc.Ua.Adi.Objects.MassSpectrometerDeviceType_ChannelIdentifier_Configuration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Status Object. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_Status = new ExpandedNodeId(Opc.Ua.Adi.Objects.MassSpectrometerDeviceType_ChannelIdentifier_Status, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine Object. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine Object. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_AccessorySlotIdentifier_SupportedTypes Object. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_AccessorySlotIdentifier_SupportedTypes = new ExpandedNodeId(Opc.Ua.Adi.Objects.MassSpectrometerDeviceType_AccessorySlotIdentifier_SupportedTypes, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_NetworkAddress Object. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_CPIdentifier_NetworkAddress = new ExpandedNodeId(Opc.Ua.Adi.Objects.AcousticSpectrometerDeviceType_CPIdentifier_NetworkAddress, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet Object. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet = new ExpandedNodeId(Opc.Ua.Adi.Objects.AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Configuration Object. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_Configuration = new ExpandedNodeId(Opc.Ua.Adi.Objects.AcousticSpectrometerDeviceType_ChannelIdentifier_Configuration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Status Object. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_Status = new ExpandedNodeId(Opc.Ua.Adi.Objects.AcousticSpectrometerDeviceType_ChannelIdentifier_Status, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine Object. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine Object. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_AccessorySlotIdentifier_SupportedTypes Object. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_AccessorySlotIdentifier_SupportedTypes = new ExpandedNodeId(Opc.Ua.Adi.Objects.AcousticSpectrometerDeviceType_AccessorySlotIdentifier_SupportedTypes, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_CPIdentifier_NetworkAddress Object. /// public static readonly ExpandedNodeId NMRDeviceType_CPIdentifier_NetworkAddress = new ExpandedNodeId(Opc.Ua.Adi.Objects.NMRDeviceType_CPIdentifier_NetworkAddress, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet Object. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_MethodSet = new ExpandedNodeId(Opc.Ua.Adi.Objects.NMRDeviceType_ChannelIdentifier_MethodSet, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Configuration Object. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_Configuration = new ExpandedNodeId(Opc.Ua.Adi.Objects.NMRDeviceType_ChannelIdentifier_Configuration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Status Object. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_Status = new ExpandedNodeId(Opc.Ua.Adi.Objects.NMRDeviceType_ChannelIdentifier_Status, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine Object. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.NMRDeviceType_ChannelIdentifier_ChannelStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine Object. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine Object. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_AccessorySlotIdentifier_SupportedTypes Object. /// public static readonly ExpandedNodeId NMRDeviceType_AccessorySlotIdentifier_SupportedTypes = new ExpandedNodeId(Opc.Ua.Adi.Objects.NMRDeviceType_AccessorySlotIdentifier_SupportedTypes, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine Object. /// public static readonly ExpandedNodeId NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessorySlotStateMachine Object. /// public static readonly ExpandedNodeId AccessorySlotType_AccessorySlotStateMachine = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotType_AccessorySlotStateMachine, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier Object. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotType_AccessoryIdentifier, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Configuration Object. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_Configuration = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotType_AccessoryIdentifier_Configuration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Status Object. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_Status = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotType_AccessoryIdentifier_Status, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_FactorySettings Object. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_FactorySettings = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotType_AccessoryIdentifier_FactorySettings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_Powerup Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_Powerup = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_Powerup, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_Empty Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_Empty = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_Empty, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_Inserting Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_Inserting = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_Inserting, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_Installed Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_Installed = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_Installed, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_Removing Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_Removing = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_Removing, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_Shutdown Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_Shutdown = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_Shutdown, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_PowerupToEmptyTransition Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_PowerupToEmptyTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_PowerupToEmptyTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_EmptyToInsertingTransition Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_EmptyToInsertingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_EmptyToInsertingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_InsertingTransition Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_InsertingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_InsertingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_InsertingToRemovingTransition Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_InsertingToRemovingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_InsertingToRemovingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_InsertingToInstalledTransition Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_InsertingToInstalledTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_InsertingToInstalledTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_InstalledToRemovingTransition Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_InstalledToRemovingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_InstalledToRemovingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_RemovingTransition Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_RemovingTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_RemovingTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_RemovingToEmptyTransition Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_RemovingToEmptyTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_RemovingToEmptyTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_EmptyToShutdownTransition Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_EmptyToShutdownTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_EmptyToShutdownTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_InsertingToShutdownTransition Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_InsertingToShutdownTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_InsertingToShutdownTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_InstalledToShutdownTransition Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_InstalledToShutdownTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_InstalledToShutdownTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_RemovingToShutdownTransition Object. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_RemovingToShutdownTransition = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessorySlotStateMachineType_RemovingToShutdownTransition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_Configuration Object. /// public static readonly ExpandedNodeId AccessoryType_Configuration = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessoryType_Configuration, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_Status Object. /// public static readonly ExpandedNodeId AccessoryType_Status = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessoryType_Status, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_FactorySettings Object. /// public static readonly ExpandedNodeId AccessoryType_FactorySettings = new ExpandedNodeId(Opc.Ua.Adi.Objects.AccessoryType_FactorySettings, Opc.Ua.Adi.Namespaces.OpcUaAdi); } #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 AnalyserDeviceType ObjectType. /// public static readonly ExpandedNodeId AnalyserDeviceType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.AnalyserDeviceType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType ObjectType. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.AnalyserDeviceStateMachineType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType ObjectType. /// public static readonly ExpandedNodeId AnalyserChannelType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.AnalyserChannelType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelOperatingStateType ObjectType. /// public static readonly ExpandedNodeId AnalyserChannelOperatingStateType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.AnalyserChannelOperatingStateType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelLocalStateType ObjectType. /// public static readonly ExpandedNodeId AnalyserChannelLocalStateType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.AnalyserChannelLocalStateType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelMaintenanceStateType ObjectType. /// public static readonly ExpandedNodeId AnalyserChannelMaintenanceStateType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.AnalyserChannelMaintenanceStateType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType ObjectType. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.AnalyserChannelStateMachineType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelOperatingExecuteStateType ObjectType. /// public static readonly ExpandedNodeId AnalyserChannelOperatingExecuteStateType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.AnalyserChannelOperatingExecuteStateType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType ObjectType. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.AnalyserChannel_OperatingModeSubStateMachineType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType ObjectType. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.AnalyserChannel_OperatingModeExecuteSubStateMachineType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType ObjectType. /// public static readonly ExpandedNodeId StreamType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.StreamType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType ObjectType. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.SpectrometerDeviceStreamType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType ObjectType. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.MassSpectrometerDeviceStreamType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType ObjectType. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.ParticleSizeMonitorDeviceStreamType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType ObjectType. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.AcousticSpectrometerDeviceStreamType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType ObjectType. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.ChromatographDeviceStreamType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType ObjectType. /// public static readonly ExpandedNodeId MNRDeviceStreamType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.MNRDeviceStreamType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType ObjectType. /// public static readonly ExpandedNodeId SpectrometerDeviceType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.SpectrometerDeviceType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType ObjectType. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.ParticleSizeMonitorDeviceType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType ObjectType. /// public static readonly ExpandedNodeId ChromatographDeviceType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.ChromatographDeviceType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType ObjectType. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.MassSpectrometerDeviceType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType ObjectType. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.AcousticSpectrometerDeviceType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType ObjectType. /// public static readonly ExpandedNodeId NMRDeviceType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.NMRDeviceType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType ObjectType. /// public static readonly ExpandedNodeId AccessorySlotType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.AccessorySlotType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType ObjectType. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.AccessorySlotStateMachineType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType ObjectType. /// public static readonly ExpandedNodeId AccessoryType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.AccessoryType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the DetectorType ObjectType. /// public static readonly ExpandedNodeId DetectorType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.DetectorType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SmartSamplingSystemType ObjectType. /// public static readonly ExpandedNodeId SmartSamplingSystemType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.SmartSamplingSystemType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SourceType ObjectType. /// public static readonly ExpandedNodeId SourceType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.SourceType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the GcOvenType ObjectType. /// public static readonly ExpandedNodeId GcOvenType = new ExpandedNodeId(Opc.Ua.Adi.ObjectTypes.GcOvenType, Opc.Ua.Adi.Namespaces.OpcUaAdi); } #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 HasDataSource ReferenceType. /// public static readonly ExpandedNodeId HasDataSource = new ExpandedNodeId(Opc.Ua.Adi.ReferenceTypes.HasDataSource, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the HasInput ReferenceType. /// public static readonly ExpandedNodeId HasInput = new ExpandedNodeId(Opc.Ua.Adi.ReferenceTypes.HasInput, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the HasOutput ReferenceType. /// public static readonly ExpandedNodeId HasOutput = new ExpandedNodeId(Opc.Ua.Adi.ReferenceTypes.HasOutput, Opc.Ua.Adi.Namespaces.OpcUaAdi); } #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 OpcUaAdiNamespaceMetadata_NamespaceUri Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceUri = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespaceUri, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceVersion Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceVersion = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespaceVersion, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespacePublicationDate Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespacePublicationDate = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespacePublicationDate, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_IsNamespaceSubset Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_IsNamespaceSubset = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_IsNamespaceSubset, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_StaticNodeIdTypes Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_StaticNodeIdTypes = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_StaticNodeIdTypes, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_StaticNumericNodeIdRange Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_StaticNumericNodeIdRange = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_StaticNumericNodeIdRange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_StaticStringNodeIdPattern Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_StaticStringNodeIdPattern = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_StaticStringNodeIdPattern, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Size Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_Size = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespaceFile_Size, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Writable Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_Writable = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespaceFile_Writable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_UserWritable Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_UserWritable = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespaceFile_UserWritable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_OpenCount Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_OpenCount = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespaceFile_OpenCount, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Open_InputArguments Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_Open_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespaceFile_Open_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Open_OutputArguments Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_Open_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespaceFile_Open_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Close_InputArguments Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_Close_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespaceFile_Close_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Read_InputArguments Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_Read_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespaceFile_Read_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Read_OutputArguments Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_Read_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespaceFile_Read_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_Write_InputArguments Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_Write_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespaceFile_Write_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_GetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_GetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespaceFile_GetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_GetPosition_OutputArguments Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_GetPosition_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespaceFile_GetPosition_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_NamespaceFile_SetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_NamespaceFile_SetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_NamespaceFile_SetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_DefaultRolePermissions Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_DefaultRolePermissions = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_DefaultRolePermissions, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_DefaultUserRolePermissions Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_DefaultUserRolePermissions = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_DefaultUserRolePermissions, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdiNamespaceMetadata_DefaultAccessRestrictions Variable. /// public static readonly ExpandedNodeId OpcUaAdiNamespaceMetadata_DefaultAccessRestrictions = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdiNamespaceMetadata_DefaultAccessRestrictions, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Lock_Locked Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_CPIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_CPIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_CPIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_CPIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_CPIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_CPIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_CPIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_CPIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_CPIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_CPIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_CPIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_CPIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_GetConfiguration_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_GetConfiguration_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_MethodSet_GetConfiguration_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_SetConfiguration_InputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_SetConfiguration_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_MethodSet_SetConfiguration_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_SetConfiguration_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_SetConfiguration_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_MethodSet_SetConfiguration_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_GetConfigDataDigest_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_GetConfigDataDigest_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_MethodSet_GetConfigDataDigest_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_CompareConfigDataDigest_InputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_CompareConfigDataDigest_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_MethodSet_CompareConfigDataDigest_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Size Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_Size = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ParameterSet_ConfigData_Size, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Writable Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_Writable = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ParameterSet_ConfigData_Writable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_UserWritable Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_UserWritable = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ParameterSet_ConfigData_UserWritable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_OpenCount Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_OpenCount = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ParameterSet_ConfigData_OpenCount, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Open_InputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_Open_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ParameterSet_ConfigData_Open_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Open_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_Open_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ParameterSet_ConfigData_Open_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Close_InputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_Close_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ParameterSet_ConfigData_Close_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Read_InputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_Read_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ParameterSet_ConfigData_Read_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Read_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_Read_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ParameterSet_ConfigData_Read_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_Write_InputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_Write_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ParameterSet_ConfigData_Write_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_AnalyserStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_AnalyserStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_AnalyserStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_AnalyserStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_AnalyserStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_AnalyserStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_AnalyserStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_AnalyserStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_AnalyserStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ParameterSet_ActiveStream Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ParameterSet_ActiveStream = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ParameterSet_ActiveStream, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_AccessorySlotIdentifier_IsHotSwappable = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_AccessorySlotIdentifier_IsHotSwappable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier_IsEnabled Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_AccessorySlotIdentifier_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_AccessorySlotIdentifier_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_Powerup_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_Powerup_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_Powerup_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_Operating_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_Operating_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_Operating_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_Local_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_Local_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_Local_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_Maintenance_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_Maintenance_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_Maintenance_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_Shutdown_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_Shutdown_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_Shutdown_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_PowerupToOperatingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_PowerupToOperatingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_PowerupToOperatingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_OperatingToLocalTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_OperatingToLocalTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_OperatingToLocalTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_OperatingToMaintenanceTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_OperatingToMaintenanceTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_OperatingToMaintenanceTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_LocalToOperatingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_LocalToOperatingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_LocalToOperatingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_LocalToMaintenanceTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_LocalToMaintenanceTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_LocalToMaintenanceTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_MaintenanceToOperatingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_MaintenanceToOperatingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_MaintenanceToOperatingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_MaintenanceToLocalTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_MaintenanceToLocalTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_MaintenanceToLocalTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_OperatingToShutdownTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_OperatingToShutdownTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_OperatingToShutdownTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_LocalToShutdownTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_LocalToShutdownTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_LocalToShutdownTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserDeviceStateMachineType_MaintenanceToShutdownTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserDeviceStateMachineType_MaintenanceToShutdownTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserDeviceStateMachineType_MaintenanceToShutdownTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_Lock_Locked Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_MethodSet_StartSingleAcquisition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_MethodSet_StartSingleAcquisition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ParameterSet_ChannelId Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ParameterSet_ChannelId = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ParameterSet_ChannelId, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ParameterSet_ActiveStream Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ParameterSet_ActiveStream = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ParameterSet_ActiveStream, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ChannelStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ChannelStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ChannelStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_LocalSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ChannelStateMachine_LocalSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_LastSampleTime Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_ParameterSet_LastSampleTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_ParameterSet_LastSampleTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_TimeBetweenSamples_EURange Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_ParameterSet_TimeBetweenSamples_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_ParameterSet_TimeBetweenSamples_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_IsActive Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_ParameterSet_IsActive = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_ParameterSet_IsActive, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_ExecutionCycle Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_ParameterSet_ExecutionCycle = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_ParameterSet_ExecutionCycle, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_ExecutionCycleSubcode Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_ParameterSet_ExecutionCycleSubcode = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_ParameterSet_ExecutionCycleSubcode, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_ParameterSet_ExecutionCycleSubcode_EnumStrings = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_ParameterSet_ExecutionCycleSubcode_EnumStrings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_Progress Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_ParameterSet_Progress = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_ParameterSet_Progress, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionCounter Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionCounter = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionCounter, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionCounter_EURange Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionCounter_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionCounter_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionResultStatus Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionResultStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionResultStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_ScaledData Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_ParameterSet_ScaledData = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_ParameterSet_ScaledData, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionEndTime Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionEndTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_StreamIdentifier_ParameterSet_AcquisitionEndTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_AccessorySlotIdentifier_IsHotSwappable = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_AccessorySlotIdentifier_IsHotSwappable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier_IsEnabled Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_AccessorySlotIdentifier_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_AccessorySlotIdentifier_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_OperatingSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_OperatingSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_OperatingSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_OperatingSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_OperatingSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_OperatingSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_LocalSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_LocalSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_LocalSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_LocalSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_LocalSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_LocalSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_LocalSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_LocalSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_LocalSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_MaintenanceSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_MaintenanceSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_MaintenanceSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_MaintenanceSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_MaintenanceSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_MaintenanceSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_SlaveMode_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_SlaveMode_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_SlaveMode_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_Operating_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_Operating_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_Operating_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_Local_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_Local_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_Local_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_Maintenance_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_Maintenance_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_Maintenance_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_SlaveModeToOperatingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_SlaveModeToOperatingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_SlaveModeToOperatingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_OperatingToLocalTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_OperatingToLocalTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_OperatingToLocalTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_OperatingToMaintenanceTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_OperatingToMaintenanceTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_OperatingToMaintenanceTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_LocalToOperatingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_LocalToOperatingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_LocalToOperatingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_LocalToMaintenanceTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_LocalToMaintenanceTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_LocalToMaintenanceTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceToOperatingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_MaintenanceToOperatingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_MaintenanceToOperatingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceToLocalTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_MaintenanceToLocalTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_MaintenanceToLocalTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_OperatingToSlaveModeTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_OperatingToSlaveModeTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_OperatingToSlaveModeTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_LocalToSlaveModeTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_LocalToSlaveModeTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_LocalToSlaveModeTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannelStateMachineType_MaintenanceToSlaveModeTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannelStateMachineType_MaintenanceToSlaveModeTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannelStateMachineType_MaintenanceToSlaveModeTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_OperatingExecuteSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Stopped_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Stopped_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Stopped_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Resetting_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Resetting_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Resetting_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Idle_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Idle_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Idle_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Starting_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Starting_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Starting_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Execute_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Execute_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Execute_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Completing_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Completing_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Completing_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Complete_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Complete_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Complete_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Suspending_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Suspending_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Suspending_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Suspended_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Suspended_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Suspended_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Unsuspending_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Unsuspending_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Unsuspending_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Holding_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Holding_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Holding_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Held_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Held_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Held_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Unholding_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Unholding_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Unholding_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Stopping_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Stopping_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Stopping_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Aborting_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Aborting_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Aborting_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Aborted_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Aborted_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Aborted_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_Clearing_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_Clearing_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_Clearing_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppedToResettingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StoppedToResettingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_StoppedToResettingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ResettingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_ResettingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingToIdleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ResettingToIdleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_ResettingToIdleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_IdleToStartingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_IdleToStartingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_IdleToStartingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StartingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_StartingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingToExecuteTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StartingToExecuteTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_StartingToExecuteTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToCompletingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToCompletingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToCompletingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_CompletingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_CompletingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingToCompleteTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_CompletingToCompleteTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_CompletingToCompleteTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppedTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppedTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppedTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToHoldingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToHoldingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToHoldingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_HoldingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_HoldingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingToHeldTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_HoldingToHeldTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_HoldingToHeldTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HeldToUnholdingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_HeldToUnholdingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_HeldToUnholdingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnholdingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_UnholdingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToHoldingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToHoldingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToHoldingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToExecuteTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToExecuteTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToExecuteTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToSuspendingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToSuspendingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToSuspendingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_SuspendingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_SuspendingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToSuspendedTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToSuspendedTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToSuspendedTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToUnsuspendingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToUnsuspendingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToUnsuspendingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToSuspendingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToSuspendingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToSuspendingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToExecuteTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToExecuteTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToExecuteTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppingToStoppedTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StoppingToStoppedTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_StoppingToStoppedTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_AbortingToAbortedTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_AbortingToAbortedTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_AbortingToAbortedTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_AbortedToClearingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_AbortedToClearingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_AbortedToClearingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ClearingToStoppedTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ClearingToStoppedTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_ClearingToStoppedTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingToStoppingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ResettingToStoppingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_ResettingToStoppingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_IdleToStoppingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_IdleToStoppingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_IdleToStoppingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingToStoppingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StartingToStoppingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_StartingToStoppingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToStoppingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToStoppingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToStoppingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingToStoppingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_CompletingToStoppingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_CompletingToStoppingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_CompleteToStoppingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToStoppingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToStoppingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToStoppingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToStoppingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToStoppingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToStoppingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToStoppingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToStoppingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToStoppingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingToStoppingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_HoldingToStoppingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_HoldingToStoppingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HeldToStoppingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_HeldToStoppingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_HeldToStoppingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToStoppingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToStoppingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToStoppingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppedToAbortingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StoppedToAbortingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_StoppedToAbortingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ResettingToAbortingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ResettingToAbortingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_ResettingToAbortingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_IdleToAbortingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_IdleToAbortingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_IdleToAbortingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StartingToAbortingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StartingToAbortingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_StartingToAbortingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToAbortingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToAbortingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_ExecuteToAbortingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompletingToAbortingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_CompletingToAbortingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_CompletingToAbortingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_CompleteToAbortingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_CompleteToAbortingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_CompleteToAbortingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToAbortingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToAbortingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_SuspendingToAbortingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToAbortingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToAbortingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_SuspendedToAbortingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToAbortingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToAbortingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_UnsuspendingToAbortingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HoldingToAbortingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_HoldingToAbortingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_HoldingToAbortingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_HeldToAbortingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_HeldToAbortingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_HeldToAbortingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToAbortingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToAbortingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_UnholdingToAbortingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeSubStateMachineType_StoppingToAbortingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeSubStateMachineType_StoppingToAbortingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeSubStateMachineType_StoppingToAbortingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycle_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycle_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycle_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTrigger_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTrigger_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTrigger_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSample_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSample_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSample_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSample_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSample_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSample_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSample_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSample_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSample_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTrigger_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTrigger_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTrigger_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSample_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSample_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSample_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSample_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSample_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSample_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSample_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSample_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSample_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTrigger_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTrigger_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTrigger_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSample_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSample_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSample_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSample_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSample_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSample_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSample_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSample_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSample_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTrigger_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTrigger_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTrigger_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_Diagnostic_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_Diagnostic_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_Diagnostic_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTrigger_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTrigger_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTrigger_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_Cleaning_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_Cleaning_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_Cleaning_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResults_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResults_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResults_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSample_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSample_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSample_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystem_StateNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystem_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystem_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCalibrationTriggerTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCalibrationTriggerTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCalibrationTriggerTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTriggerToExtractCalibrationSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTriggerToExtractCalibrationSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCalibrationTriggerToExtractCalibrationSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleToPrepareCalibrationSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleToPrepareCalibrationSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractCalibrationSampleToPrepareCalibrationSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleToAnalyseCalibrationSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleToAnalyseCalibrationSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareCalibrationSampleToAnalyseCalibrationSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleToPublishResultsTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleToPublishResultsTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseCalibrationSampleToPublishResultsTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForValidationTriggerTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForValidationTriggerTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForValidationTriggerTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTriggerToExtractValidationSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTriggerToExtractValidationSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForValidationTriggerToExtractValidationSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleToPrepareValidationSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleToPrepareValidationSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractValidationSampleToPrepareValidationSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleToAnalyseValidationSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleToAnalyseValidationSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareValidationSampleToAnalyseValidationSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleToPublishResultsTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleToPublishResultsTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseValidationSampleToPublishResultsTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForSampleTriggerTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForSampleTriggerTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForSampleTriggerTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTriggerToExtractSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTriggerToExtractSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForSampleTriggerToExtractSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleToPrepareSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleToPrepareSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_ExtractSampleToPrepareSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleToAnalyseSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleToAnalyseSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PrepareSampleToAnalyseSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleToPublishResultsTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleToPublishResultsTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_AnalyseSampleToPublishResultsTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForDiagnosticTriggerTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForDiagnosticTriggerTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForDiagnosticTriggerTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTriggerToDiagnosticTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTriggerToDiagnosticTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForDiagnosticTriggerToDiagnosticTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticToPublishResultsTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticToPublishResultsTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_DiagnosticToPublishResultsTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCleaningTriggerTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCleaningTriggerTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_SelectExecutionCycleToWaitForCleaningTriggerTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTriggerToCleaningTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTriggerToCleaningTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_WaitForCleaningTriggerToCleaningTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningToPublishResultsTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningToPublishResultsTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleaningToPublishResultsTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToCleanupSamplingSystemTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToCleanupSamplingSystemTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToCleanupSamplingSystemTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToEjectGrabSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToEjectGrabSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_PublishResultsToEjectGrabSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleToCleanupSamplingSystemTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleToCleanupSamplingSystemTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_EjectGrabSampleToCleanupSamplingSystemTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemToSelectExecutionCycleTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemToSelectExecutionCycleTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AnalyserChannel_OperatingModeExecuteSubStateMachineType_CleanupSamplingSystemToSelectExecutionCycleTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Lock_Locked Variable. /// public static readonly ExpandedNodeId StreamType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId StreamType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId StreamType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId StreamType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId StreamType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId StreamType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId StreamType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId StreamType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId StreamType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_IsForced Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_IsForced = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_IsForced, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_LastCalibrationTime Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_LastCalibrationTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_LastCalibrationTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_LastValidationTime Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_LastValidationTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_LastValidationTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_LastSampleTime Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_LastSampleTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_LastSampleTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_TimeBetweenSamples Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_TimeBetweenSamples = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_TimeBetweenSamples, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_TimeBetweenSamples_EURange Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_TimeBetweenSamples_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_TimeBetweenSamples_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_IsActive Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_IsActive = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_IsActive, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_ExecutionCycle Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_ExecutionCycle = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_ExecutionCycle, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_ExecutionCycleSubcode Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_ExecutionCycleSubcode = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_ExecutionCycleSubcode, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_Progress Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_Progress = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_Progress, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_AcquisitionCounter Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_AcquisitionCounter = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_AcquisitionCounter, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_AcquisitionCounter_EURange Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_AcquisitionCounter_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_AcquisitionCounter_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_AcquisitionResultStatus Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_AcquisitionResultStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_AcquisitionResultStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_RawData Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_RawData = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_RawData, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_ScaledData Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_ScaledData = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_ScaledData, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_Offset Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_Offset = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_Offset, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_AcquisitionEndTime Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_AcquisitionEndTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_AcquisitionEndTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_CampaignId Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_CampaignId = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_CampaignId, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_BatchId Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_BatchId = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_BatchId, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_SubBatchId Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_SubBatchId = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_SubBatchId, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_LotId Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_LotId = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_LotId, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_MaterialId Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_MaterialId = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_MaterialId, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_Process Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_Process = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_Process, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_Unit Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_Unit = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_Unit, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_Operation Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_Operation = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_Operation, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_Phase Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_Phase = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_Phase, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_UserId Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_UserId = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_UserId, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the StreamType_ParameterSet_SampleId Variable. /// public static readonly ExpandedNodeId StreamType_ParameterSet_SampleId = new ExpandedNodeId(Opc.Ua.Adi.Variables.StreamType_ParameterSet_SampleId, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_Lock_Locked Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_LastSampleTime Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_LastSampleTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_LastSampleTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_IsActive Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_IsActive = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_IsActive, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ExecutionCycle Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ExecutionCycle = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ExecutionCycle, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_Progress Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_Progress = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_Progress, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter_EURange Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_AcquisitionResultStatus Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_AcquisitionResultStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_AcquisitionResultStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ScaledData Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ScaledData = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ScaledData, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_AcquisitionEndTime Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_AcquisitionEndTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_AcquisitionEndTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ActiveBackground = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ActiveBackground, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_EURange Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_EngineeringUnits Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_EngineeringUnits = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_EngineeringUnits, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_Title Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_Title = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_Title, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_AxisScaleType Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_AxisScaleType = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_AxisScaleType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_XAxisDefinition Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_XAxisDefinition = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ActiveBackground_XAxisDefinition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1 Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1 = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_EURange Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_EngineeringUnits Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_EngineeringUnits = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_EngineeringUnits, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_Title Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_Title = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_Title, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_AxisScaleType Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_AxisScaleType = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_AxisScaleType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_XAxisDefinition Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_XAxisDefinition = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_ActiveBackground1_XAxisDefinition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_SpectralRange Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_SpectralRange = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_SpectralRange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_Resolution Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_Resolution = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_Resolution, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_RequestedNumberOfScans Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_RequestedNumberOfScans = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_RequestedNumberOfScans, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_Gain Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_Gain = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_Gain, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_TransmittanceCutoff Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_TransmittanceCutoff = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_TransmittanceCutoff, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_AbsorbanceCutoff Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_AbsorbanceCutoff = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_AbsorbanceCutoff, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_NumberOfScansDone Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_NumberOfScansDone = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_NumberOfScansDone, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_TotalNumberOfScansDone Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_TotalNumberOfScansDone = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_TotalNumberOfScansDone, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_BackgroundAcquisitionTime Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_BackgroundAcquisitionTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_BackgroundAcquisitionTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_PendingBackground = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_PendingBackground, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground_EURange Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_PendingBackground_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_PendingBackground_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground_EngineeringUnits Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_PendingBackground_EngineeringUnits = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_PendingBackground_EngineeringUnits, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground_Title Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_PendingBackground_Title = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_PendingBackground_Title, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground_AxisScaleType Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_PendingBackground_AxisScaleType = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_PendingBackground_AxisScaleType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground_XAxisDefinition Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_PendingBackground_XAxisDefinition = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_PendingBackground_XAxisDefinition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground1 Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_PendingBackground1 = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_PendingBackground1, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_EURange Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_EngineeringUnits Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_EngineeringUnits = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_EngineeringUnits, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_Title Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_Title = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_Title, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_AxisScaleType Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_AxisScaleType = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_AxisScaleType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_XAxisDefinition Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_XAxisDefinition = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceStreamType_ParameterSet_PendingBackground1_XAxisDefinition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_Locked Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_LastSampleTime Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_ParameterSet_LastSampleTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_ParameterSet_LastSampleTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_IsActive Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_ParameterSet_IsActive = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_ParameterSet_IsActive, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_ExecutionCycle Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_ParameterSet_ExecutionCycle = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_ParameterSet_ExecutionCycle, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_Progress Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_ParameterSet_Progress = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_ParameterSet_Progress, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter_EURange Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionResultStatus Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionResultStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionResultStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_ScaledData Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_ParameterSet_ScaledData = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_ParameterSet_ScaledData, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionEndTime Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionEndTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceStreamType_ParameterSet_AcquisitionEndTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_Locked Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_LastSampleTime Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_LastSampleTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_LastSampleTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_IsActive Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_IsActive = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_IsActive, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_ExecutionCycle Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_ExecutionCycle = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_ExecutionCycle, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_ExecutionCycleSubcode Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_ExecutionCycleSubcode = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_ExecutionCycleSubcode, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_Progress Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_Progress = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_Progress, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionCounter Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionCounter = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionCounter, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionCounter_EURange Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionCounter_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionCounter_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionResultStatus Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionResultStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionResultStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_ScaledData Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_ScaledData = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_ScaledData, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionEndTime Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionEndTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_AcquisitionEndTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_Background Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_Background = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_Background, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_EURange Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_EngineeringUnits Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_EngineeringUnits = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_EngineeringUnits, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_Title Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_Title = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_Title, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_AxisScaleType Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_AxisScaleType = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_AxisScaleType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_XAxisDefinition Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_XAxisDefinition = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_Background_XAxisDefinition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_EURange Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_EngineeringUnits Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_EngineeringUnits = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_EngineeringUnits, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_Title Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_Title = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_Title, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_AxisScaleType Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_AxisScaleType = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_AxisScaleType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_XAxisDefinition Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_XAxisDefinition = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_SizeDistribution_XAxisDefinition, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceStreamType_ParameterSet_BackgroundAcquisitionTime Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceStreamType_ParameterSet_BackgroundAcquisitionTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceStreamType_ParameterSet_BackgroundAcquisitionTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_Locked Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_LastSampleTime Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_ParameterSet_LastSampleTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_ParameterSet_LastSampleTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_IsActive Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_ParameterSet_IsActive = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_ParameterSet_IsActive, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_ExecutionCycle Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_ParameterSet_ExecutionCycle = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_ParameterSet_ExecutionCycle, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_Progress Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_ParameterSet_Progress = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_ParameterSet_Progress, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter_EURange Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionCounter_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionResultStatus Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionResultStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionResultStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_ScaledData Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_ParameterSet_ScaledData = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_ParameterSet_ScaledData, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionEndTime Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionEndTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceStreamType_ParameterSet_AcquisitionEndTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_Lock_Locked Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_LastSampleTime Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_ParameterSet_LastSampleTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_ParameterSet_LastSampleTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_IsActive Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_ParameterSet_IsActive = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_ParameterSet_IsActive, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_ExecutionCycle Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_ParameterSet_ExecutionCycle = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_ParameterSet_ExecutionCycle, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_ExecutionCycleSubcode Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_ParameterSet_ExecutionCycleSubcode = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_ParameterSet_ExecutionCycleSubcode, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_Progress Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_ParameterSet_Progress = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_ParameterSet_Progress, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_AcquisitionCounter Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_ParameterSet_AcquisitionCounter = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_ParameterSet_AcquisitionCounter, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_AcquisitionCounter_EURange Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_ParameterSet_AcquisitionCounter_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_ParameterSet_AcquisitionCounter_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_AcquisitionResultStatus Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_ParameterSet_AcquisitionResultStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_ParameterSet_AcquisitionResultStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_ScaledData Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_ParameterSet_ScaledData = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_ParameterSet_ScaledData, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceStreamType_ParameterSet_AcquisitionEndTime Variable. /// public static readonly ExpandedNodeId ChromatographDeviceStreamType_ParameterSet_AcquisitionEndTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceStreamType_ParameterSet_AcquisitionEndTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_Lock_Locked Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_ParameterSet_LastSampleTime Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_ParameterSet_LastSampleTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_ParameterSet_LastSampleTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_ParameterSet_TimeBetweenSamples_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_ParameterSet_IsActive Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_ParameterSet_IsActive = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_ParameterSet_IsActive, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_ParameterSet_ExecutionCycle Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_ParameterSet_ExecutionCycle = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_ParameterSet_ExecutionCycle, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_ParameterSet_ExecutionCycleSubcode Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_ParameterSet_ExecutionCycleSubcode = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_ParameterSet_ExecutionCycleSubcode, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_ParameterSet_ExecutionCycleSubcode_EnumStrings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_ParameterSet_Progress Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_ParameterSet_Progress = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_ParameterSet_Progress, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_ParameterSet_AcquisitionCounter Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_ParameterSet_AcquisitionCounter = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_ParameterSet_AcquisitionCounter, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_ParameterSet_AcquisitionCounter_EURange Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_ParameterSet_AcquisitionCounter_EURange = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_ParameterSet_AcquisitionCounter_EURange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_ParameterSet_AcquisitionResultStatus Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_ParameterSet_AcquisitionResultStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_ParameterSet_AcquisitionResultStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_ParameterSet_ScaledData Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_ParameterSet_ScaledData = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_ParameterSet_ScaledData, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MNRDeviceStreamType_ParameterSet_AcquisitionEndTime Variable. /// public static readonly ExpandedNodeId MNRDeviceStreamType_ParameterSet_AcquisitionEndTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.MNRDeviceStreamType_ParameterSet_AcquisitionEndTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_Lock_Locked Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_CPIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_CPIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_CPIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_CPIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_CPIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_CPIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_CPIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_CPIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_CPIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_CPIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_CPIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_CPIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_GetConfiguration_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_GetConfiguration_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_MethodSet_GetConfiguration_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_SetConfiguration_InputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_SetConfiguration_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_MethodSet_SetConfiguration_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_SetConfiguration_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_SetConfiguration_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_MethodSet_SetConfiguration_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_GetConfigDataDigest_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_GetConfigDataDigest_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_MethodSet_GetConfigDataDigest_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_CompareConfigDataDigest_InputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_CompareConfigDataDigest_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_MethodSet_CompareConfigDataDigest_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Size Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_Size = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ParameterSet_ConfigData_Size, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Writable Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_Writable = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ParameterSet_ConfigData_Writable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_UserWritable Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_UserWritable = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ParameterSet_ConfigData_UserWritable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_OpenCount Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_OpenCount = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ParameterSet_ConfigData_OpenCount, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Open_InputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_Open_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ParameterSet_ConfigData_Open_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Open_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_Open_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ParameterSet_ConfigData_Open_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Close_InputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_Close_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ParameterSet_ConfigData_Close_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Read_InputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_Read_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ParameterSet_ConfigData_Read_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Read_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_Read_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ParameterSet_ConfigData_Read_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_Write_InputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_Write_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ParameterSet_ConfigData_Write_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_AnalyserStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_AnalyserStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_AnalyserStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_AnalyserStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_AnalyserStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_AnalyserStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_AnalyserStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_AnalyserStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_AnalyserStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ParameterSet_ActiveStream Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ParameterSet_ActiveStream = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ParameterSet_ActiveStream, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_AccessorySlotIdentifier_IsHotSwappable = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_AccessorySlotIdentifier_IsHotSwappable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_AccessorySlotIdentifier_IsEnabled Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_AccessorySlotIdentifier_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_AccessorySlotIdentifier_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SpectrometerDeviceType_ParameterSet_SpectralRange Variable. /// public static readonly ExpandedNodeId SpectrometerDeviceType_ParameterSet_SpectralRange = new ExpandedNodeId(Opc.Ua.Adi.Variables.SpectrometerDeviceType_ParameterSet_SpectralRange, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_Locked Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_CPIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_CPIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_CPIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_CPIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_CPIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_CPIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_CPIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_CPIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_CPIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_CPIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_CPIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_CPIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_GetConfiguration_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_GetConfiguration_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_MethodSet_GetConfiguration_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_SetConfiguration_InputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_SetConfiguration_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_MethodSet_SetConfiguration_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_SetConfiguration_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_SetConfiguration_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_MethodSet_SetConfiguration_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_GetConfigDataDigest_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_GetConfigDataDigest_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_MethodSet_GetConfigDataDigest_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_CompareConfigDataDigest_InputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_CompareConfigDataDigest_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_MethodSet_CompareConfigDataDigest_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Size Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Size = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Size, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Writable Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Writable = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Writable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_UserWritable Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_UserWritable = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_UserWritable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_OpenCount Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_OpenCount = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_OpenCount, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Open_InputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Open_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Open_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Open_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Open_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Open_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Close_InputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Close_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Close_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Read_InputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Read_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Read_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Read_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Read_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Read_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Write_InputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Write_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_Write_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_AnalyserStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_AnalyserStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_AnalyserStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_AnalyserStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_AnalyserStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_AnalyserStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_AnalyserStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_AnalyserStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_AnalyserStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ParameterSet_ActiveStream Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ParameterSet_ActiveStream = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ParameterSet_ActiveStream, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_IsHotSwappable = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_IsHotSwappable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_IsEnabled Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ParticleSizeMonitorDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_Lock_Locked Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_CPIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_CPIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_CPIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_CPIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_CPIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_CPIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_CPIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_CPIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_CPIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_CPIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_CPIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_CPIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_GetConfiguration_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_GetConfiguration_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_MethodSet_GetConfiguration_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_SetConfiguration_InputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_SetConfiguration_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_MethodSet_SetConfiguration_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_SetConfiguration_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_SetConfiguration_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_MethodSet_SetConfiguration_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_GetConfigDataDigest_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_GetConfigDataDigest_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_MethodSet_GetConfigDataDigest_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_CompareConfigDataDigest_InputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_CompareConfigDataDigest_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_MethodSet_CompareConfigDataDigest_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Size Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_Size = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ParameterSet_ConfigData_Size, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Writable Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_Writable = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ParameterSet_ConfigData_Writable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_UserWritable Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_UserWritable = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ParameterSet_ConfigData_UserWritable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_OpenCount Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_OpenCount = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ParameterSet_ConfigData_OpenCount, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Open_InputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_Open_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ParameterSet_ConfigData_Open_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Open_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_Open_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ParameterSet_ConfigData_Open_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Close_InputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_Close_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ParameterSet_ConfigData_Close_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Read_InputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_Read_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ParameterSet_ConfigData_Read_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Read_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_Read_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ParameterSet_ConfigData_Read_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_Write_InputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_Write_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ParameterSet_ConfigData_Write_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_AnalyserStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_AnalyserStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_AnalyserStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_AnalyserStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_AnalyserStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_AnalyserStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_AnalyserStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_AnalyserStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_AnalyserStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ParameterSet_ActiveStream Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ParameterSet_ActiveStream = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ParameterSet_ActiveStream, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_AccessorySlotIdentifier_IsHotSwappable = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_AccessorySlotIdentifier_IsHotSwappable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_AccessorySlotIdentifier_IsEnabled Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_AccessorySlotIdentifier_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_AccessorySlotIdentifier_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChromatographDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_Lock_Locked Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_CPIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_CPIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_CPIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_CPIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_CPIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_CPIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_CPIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_CPIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_CPIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_CPIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_CPIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_CPIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_GetConfiguration_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_GetConfiguration_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_MethodSet_GetConfiguration_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_SetConfiguration_InputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_SetConfiguration_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_MethodSet_SetConfiguration_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_SetConfiguration_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_SetConfiguration_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_MethodSet_SetConfiguration_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_GetConfigDataDigest_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_GetConfigDataDigest_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_MethodSet_GetConfigDataDigest_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_InputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Size Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_Size = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ParameterSet_ConfigData_Size, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Writable Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_Writable = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ParameterSet_ConfigData_Writable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_UserWritable Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_UserWritable = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ParameterSet_ConfigData_UserWritable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_OpenCount Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_OpenCount = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ParameterSet_ConfigData_OpenCount, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Open_InputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_Open_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ParameterSet_ConfigData_Open_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Open_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_Open_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ParameterSet_ConfigData_Open_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Close_InputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_Close_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ParameterSet_ConfigData_Close_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Read_InputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_Read_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ParameterSet_ConfigData_Read_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Read_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_Read_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ParameterSet_ConfigData_Read_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_Write_InputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_Write_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ParameterSet_ConfigData_Write_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_AnalyserStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_AnalyserStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_AnalyserStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_AnalyserStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_AnalyserStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_AnalyserStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_AnalyserStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_AnalyserStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_AnalyserStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ParameterSet_ActiveStream Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ParameterSet_ActiveStream = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ParameterSet_ActiveStream, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_AccessorySlotIdentifier_IsHotSwappable = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_AccessorySlotIdentifier_IsHotSwappable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_AccessorySlotIdentifier_IsEnabled Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_AccessorySlotIdentifier_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_AccessorySlotIdentifier_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.MassSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_Locked Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_CPIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_CPIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_CPIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_CPIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_CPIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_CPIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_CPIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_CPIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_CPIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_CPIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_CPIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_CPIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_GetConfiguration_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_GetConfiguration_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_MethodSet_GetConfiguration_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_SetConfiguration_InputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_SetConfiguration_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_MethodSet_SetConfiguration_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_SetConfiguration_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_SetConfiguration_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_MethodSet_SetConfiguration_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_GetConfigDataDigest_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_GetConfigDataDigest_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_MethodSet_GetConfigDataDigest_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_InputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Size Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Size = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Size, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Writable Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Writable = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Writable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_UserWritable Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_UserWritable = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_UserWritable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_OpenCount Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_OpenCount = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_OpenCount, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Open_InputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Open_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Open_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Open_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Open_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Open_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Close_InputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Close_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Close_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Read_InputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Read_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Read_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Read_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Read_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Read_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Write_InputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Write_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_Write_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_AnalyserStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_AnalyserStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_AnalyserStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_AnalyserStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_AnalyserStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_AnalyserStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_AnalyserStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_AnalyserStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_AnalyserStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ParameterSet_ActiveStream Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ParameterSet_ActiveStream = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ParameterSet_ActiveStream, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_AccessorySlotIdentifier_IsHotSwappable = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_AccessorySlotIdentifier_IsHotSwappable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_AccessorySlotIdentifier_IsEnabled Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_AccessorySlotIdentifier_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_AccessorySlotIdentifier_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcousticSpectrometerDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_Lock_Locked Variable. /// public static readonly ExpandedNodeId NMRDeviceType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId NMRDeviceType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId NMRDeviceType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId NMRDeviceType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId NMRDeviceType_CPIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_CPIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId NMRDeviceType_CPIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_CPIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId NMRDeviceType_CPIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_CPIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId NMRDeviceType_CPIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_CPIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_CPIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_CPIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_CPIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_CPIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_CPIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_CPIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_CPIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_GetConfiguration_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_GetConfiguration_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_MethodSet_GetConfiguration_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_SetConfiguration_InputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_SetConfiguration_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_MethodSet_SetConfiguration_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_SetConfiguration_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_SetConfiguration_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_MethodSet_SetConfiguration_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_GetConfigDataDigest_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_GetConfigDataDigest_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_MethodSet_GetConfigDataDigest_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_CompareConfigDataDigest_InputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_CompareConfigDataDigest_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_MethodSet_CompareConfigDataDigest_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_MethodSet_CompareConfigDataDigest_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Size Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_Size = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ParameterSet_ConfigData_Size, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Writable Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_Writable = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ParameterSet_ConfigData_Writable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_UserWritable Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_UserWritable = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ParameterSet_ConfigData_UserWritable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_OpenCount Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_OpenCount = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ParameterSet_ConfigData_OpenCount, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Open_InputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_Open_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ParameterSet_ConfigData_Open_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Open_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_Open_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ParameterSet_ConfigData_Open_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Close_InputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_Close_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ParameterSet_ConfigData_Close_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Read_InputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_Read_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ParameterSet_ConfigData_Read_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Read_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_Read_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ParameterSet_ConfigData_Read_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_Write_InputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_Write_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ParameterSet_ConfigData_Write_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ParameterSet_ConfigData_GetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ParameterSet_ConfigData_GetPosition_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ParameterSet_ConfigData_SetPosition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_AnalyserStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId NMRDeviceType_AnalyserStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_AnalyserStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_AnalyserStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId NMRDeviceType_AnalyserStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_AnalyserStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_AnalyserStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId NMRDeviceType_AnalyserStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_AnalyserStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_MethodSet_StartSingleAcquisition_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ParameterSet_IsEnabled Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ParameterSet_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ParameterSet_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ParameterSet_DiagnosticStatus, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ParameterSet_ActiveStream Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ParameterSet_ActiveStream = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ParameterSet_ActiveStream, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_OperatingSubStateMachine_OperatingExecuteSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_LocalSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId NMRDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_ChannelIdentifier_ChannelStateMachine_MaintenanceSubStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_AccessorySlotIdentifier_IsHotSwappable Variable. /// public static readonly ExpandedNodeId NMRDeviceType_AccessorySlotIdentifier_IsHotSwappable = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_AccessorySlotIdentifier_IsHotSwappable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_AccessorySlotIdentifier_IsEnabled Variable. /// public static readonly ExpandedNodeId NMRDeviceType_AccessorySlotIdentifier_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_AccessorySlotIdentifier_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.NMRDeviceType_AccessorySlotIdentifier_AccessorySlotStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_IsHotSwappable Variable. /// public static readonly ExpandedNodeId AccessorySlotType_IsHotSwappable = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_IsHotSwappable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_IsEnabled Variable. /// public static readonly ExpandedNodeId AccessorySlotType_IsEnabled = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_IsEnabled, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessorySlotStateMachine_CurrentState Variable. /// public static readonly ExpandedNodeId AccessorySlotType_AccessorySlotStateMachine_CurrentState = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_AccessorySlotStateMachine_CurrentState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessorySlotStateMachine_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AccessorySlotType_AccessorySlotStateMachine_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_AccessorySlotStateMachine_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessorySlotStateMachine_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AccessorySlotType_AccessorySlotStateMachine_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_AccessorySlotStateMachine_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_Locked Variable. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_AccessoryIdentifier_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_AccessoryIdentifier_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_AccessoryIdentifier_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_AccessoryIdentifier_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_AccessoryIdentifier_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_AccessoryIdentifier_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_AccessoryIdentifier_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_AccessoryIdentifier_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_AccessoryIdentifier_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_IsHotSwappable Variable. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_IsHotSwappable = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_AccessoryIdentifier_IsHotSwappable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotType_AccessoryIdentifier_IsReady Variable. /// public static readonly ExpandedNodeId AccessorySlotType_AccessoryIdentifier_IsReady = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotType_AccessoryIdentifier_IsReady, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_CurrentState_Id Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_CurrentState_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_CurrentState_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_LastTransition_Id Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_LastTransition_Id = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_LastTransition_Id, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_Powerup_StateNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_Powerup_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_Powerup_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_Empty_StateNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_Empty_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_Empty_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_Inserting_StateNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_Inserting_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_Inserting_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_Installed_StateNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_Installed_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_Installed_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_Removing_StateNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_Removing_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_Removing_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_Shutdown_StateNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_Shutdown_StateNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_Shutdown_StateNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_PowerupToEmptyTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_PowerupToEmptyTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_PowerupToEmptyTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_EmptyToInsertingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_EmptyToInsertingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_EmptyToInsertingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_InsertingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_InsertingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_InsertingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_InsertingToRemovingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_InsertingToRemovingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_InsertingToRemovingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_InsertingToInstalledTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_InsertingToInstalledTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_InsertingToInstalledTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_InstalledToRemovingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_InstalledToRemovingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_InstalledToRemovingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_RemovingTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_RemovingTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_RemovingTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_RemovingToEmptyTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_RemovingToEmptyTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_RemovingToEmptyTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_EmptyToShutdownTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_EmptyToShutdownTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_EmptyToShutdownTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_InsertingToShutdownTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_InsertingToShutdownTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_InsertingToShutdownTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_InstalledToShutdownTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_InstalledToShutdownTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_InstalledToShutdownTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessorySlotStateMachineType_RemovingToShutdownTransition_TransitionNumber Variable. /// public static readonly ExpandedNodeId AccessorySlotStateMachineType_RemovingToShutdownTransition_TransitionNumber = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessorySlotStateMachineType_RemovingToShutdownTransition_TransitionNumber, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_Lock_Locked Variable. /// public static readonly ExpandedNodeId AccessoryType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessoryType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId AccessoryType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessoryType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId AccessoryType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessoryType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId AccessoryType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessoryType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId AccessoryType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessoryType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AccessoryType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessoryType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AccessoryType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessoryType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AccessoryType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessoryType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId AccessoryType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessoryType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_IsHotSwappable Variable. /// public static readonly ExpandedNodeId AccessoryType_IsHotSwappable = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessoryType_IsHotSwappable, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AccessoryType_IsReady Variable. /// public static readonly ExpandedNodeId AccessoryType_IsReady = new ExpandedNodeId(Opc.Ua.Adi.Variables.AccessoryType_IsReady, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the DetectorType_Lock_Locked Variable. /// public static readonly ExpandedNodeId DetectorType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.DetectorType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the DetectorType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId DetectorType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.DetectorType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the DetectorType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId DetectorType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.DetectorType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the DetectorType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId DetectorType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.DetectorType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the DetectorType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId DetectorType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.DetectorType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the DetectorType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId DetectorType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.DetectorType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the DetectorType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId DetectorType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.DetectorType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the DetectorType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId DetectorType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.DetectorType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the DetectorType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId DetectorType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.DetectorType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SmartSamplingSystemType_Lock_Locked Variable. /// public static readonly ExpandedNodeId SmartSamplingSystemType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.SmartSamplingSystemType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SmartSamplingSystemType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId SmartSamplingSystemType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.SmartSamplingSystemType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SmartSamplingSystemType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId SmartSamplingSystemType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.SmartSamplingSystemType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SmartSamplingSystemType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId SmartSamplingSystemType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.SmartSamplingSystemType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SmartSamplingSystemType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId SmartSamplingSystemType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SmartSamplingSystemType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SmartSamplingSystemType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SmartSamplingSystemType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SmartSamplingSystemType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SmartSamplingSystemType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SmartSamplingSystemType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SmartSamplingSystemType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SmartSamplingSystemType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SmartSamplingSystemType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SmartSamplingSystemType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SmartSamplingSystemType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SmartSamplingSystemType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SmartSamplingSystemType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SourceType_Lock_Locked Variable. /// public static readonly ExpandedNodeId SourceType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.SourceType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SourceType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId SourceType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.SourceType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SourceType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId SourceType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.SourceType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SourceType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId SourceType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.SourceType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SourceType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId SourceType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SourceType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SourceType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SourceType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SourceType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SourceType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SourceType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SourceType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SourceType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SourceType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SourceType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the SourceType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId SourceType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.SourceType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the GcOvenType_Lock_Locked Variable. /// public static readonly ExpandedNodeId GcOvenType_Lock_Locked = new ExpandedNodeId(Opc.Ua.Adi.Variables.GcOvenType_Lock_Locked, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the GcOvenType_Lock_LockingClient Variable. /// public static readonly ExpandedNodeId GcOvenType_Lock_LockingClient = new ExpandedNodeId(Opc.Ua.Adi.Variables.GcOvenType_Lock_LockingClient, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the GcOvenType_Lock_LockingUser Variable. /// public static readonly ExpandedNodeId GcOvenType_Lock_LockingUser = new ExpandedNodeId(Opc.Ua.Adi.Variables.GcOvenType_Lock_LockingUser, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the GcOvenType_Lock_RemainingLockTime Variable. /// public static readonly ExpandedNodeId GcOvenType_Lock_RemainingLockTime = new ExpandedNodeId(Opc.Ua.Adi.Variables.GcOvenType_Lock_RemainingLockTime, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the GcOvenType_Lock_InitLock_InputArguments Variable. /// public static readonly ExpandedNodeId GcOvenType_Lock_InitLock_InputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.GcOvenType_Lock_InitLock_InputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the GcOvenType_Lock_InitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId GcOvenType_Lock_InitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.GcOvenType_Lock_InitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the GcOvenType_Lock_RenewLock_OutputArguments Variable. /// public static readonly ExpandedNodeId GcOvenType_Lock_RenewLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.GcOvenType_Lock_RenewLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the GcOvenType_Lock_ExitLock_OutputArguments Variable. /// public static readonly ExpandedNodeId GcOvenType_Lock_ExitLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.GcOvenType_Lock_ExitLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the GcOvenType_Lock_BreakLock_OutputArguments Variable. /// public static readonly ExpandedNodeId GcOvenType_Lock_BreakLock_OutputArguments = new ExpandedNodeId(Opc.Ua.Adi.Variables.GcOvenType_Lock_BreakLock_OutputArguments, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ExecutionCycleEnumeration_EnumValues Variable. /// public static readonly ExpandedNodeId ExecutionCycleEnumeration_EnumValues = new ExpandedNodeId(Opc.Ua.Adi.Variables.ExecutionCycleEnumeration_EnumValues, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AcquisitionResultStatusEnumeration_EnumStrings Variable. /// public static readonly ExpandedNodeId AcquisitionResultStatusEnumeration_EnumStrings = new ExpandedNodeId(Opc.Ua.Adi.Variables.AcquisitionResultStatusEnumeration_EnumStrings, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the EngineeringValueType_Identifier Variable. /// public static readonly ExpandedNodeId EngineeringValueType_Identifier = new ExpandedNodeId(Opc.Ua.Adi.Variables.EngineeringValueType_Identifier, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChemometricModelType_Name Variable. /// public static readonly ExpandedNodeId ChemometricModelType_Name = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChemometricModelType_Name, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChemometricModelType_CreationDate Variable. /// public static readonly ExpandedNodeId ChemometricModelType_CreationDate = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChemometricModelType_CreationDate, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChemometricModelType_ModelDescription Variable. /// public static readonly ExpandedNodeId ChemometricModelType_ModelDescription = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChemometricModelType_ModelDescription, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChemometricModelType_User_defined_Input Variable. /// public static readonly ExpandedNodeId ChemometricModelType_User_defined_Input = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChemometricModelType_User_defined_Input, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChemometricModelType_User_defined_Output Variable. /// public static readonly ExpandedNodeId ChemometricModelType_User_defined_Output = new ExpandedNodeId(Opc.Ua.Adi.Variables.ChemometricModelType_User_defined_Output, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ProcessVariableType_SourceName Variable. /// public static readonly ExpandedNodeId ProcessVariableType_SourceName = new ExpandedNodeId(Opc.Ua.Adi.Variables.ProcessVariableType_SourceName, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MVAModelType_User_defined_Output Variable. /// public static readonly ExpandedNodeId MVAModelType_User_defined_Output = new ExpandedNodeId(Opc.Ua.Adi.Variables.MVAModelType_User_defined_Output, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MVAModelType_MainDataIndex Variable. /// public static readonly ExpandedNodeId MVAModelType_MainDataIndex = new ExpandedNodeId(Opc.Ua.Adi.Variables.MVAModelType_MainDataIndex, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MVAModelType_User_defined_Output_AlarmState Variable. /// public static readonly ExpandedNodeId MVAModelType_User_defined_Output_AlarmState = new ExpandedNodeId(Opc.Ua.Adi.Variables.MVAModelType_User_defined_Output_AlarmState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MVAOutputParameterType_WarningLimits Variable. /// public static readonly ExpandedNodeId MVAOutputParameterType_WarningLimits = new ExpandedNodeId(Opc.Ua.Adi.Variables.MVAOutputParameterType_WarningLimits, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MVAOutputParameterType_AlarmLimits Variable. /// public static readonly ExpandedNodeId MVAOutputParameterType_AlarmLimits = new ExpandedNodeId(Opc.Ua.Adi.Variables.MVAOutputParameterType_AlarmLimits, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MVAOutputParameterType_AlarmState Variable. /// public static readonly ExpandedNodeId MVAOutputParameterType_AlarmState = new ExpandedNodeId(Opc.Ua.Adi.Variables.MVAOutputParameterType_AlarmState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MVAOutputParameterType_VendorSpecificError Variable. /// public static readonly ExpandedNodeId MVAOutputParameterType_VendorSpecificError = new ExpandedNodeId(Opc.Ua.Adi.Variables.MVAOutputParameterType_VendorSpecificError, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MVAOutputParameterType_Statistics Variable. /// public static readonly ExpandedNodeId MVAOutputParameterType_Statistics = new ExpandedNodeId(Opc.Ua.Adi.Variables.MVAOutputParameterType_Statistics, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MVAOutputParameterType_Statistics_WarningLimits Variable. /// public static readonly ExpandedNodeId MVAOutputParameterType_Statistics_WarningLimits = new ExpandedNodeId(Opc.Ua.Adi.Variables.MVAOutputParameterType_Statistics_WarningLimits, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MVAOutputParameterType_Statistics_AlarmLimits Variable. /// public static readonly ExpandedNodeId MVAOutputParameterType_Statistics_AlarmLimits = new ExpandedNodeId(Opc.Ua.Adi.Variables.MVAOutputParameterType_Statistics_AlarmLimits, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MVAOutputParameterType_Statistics_AlarmState Variable. /// public static readonly ExpandedNodeId MVAOutputParameterType_Statistics_AlarmState = new ExpandedNodeId(Opc.Ua.Adi.Variables.MVAOutputParameterType_Statistics_AlarmState, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MVAOutputParameterType_Statistics_VendorSpecificError Variable. /// public static readonly ExpandedNodeId MVAOutputParameterType_Statistics_VendorSpecificError = new ExpandedNodeId(Opc.Ua.Adi.Variables.MVAOutputParameterType_Statistics_VendorSpecificError, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the AlarmStateEnumeration_EnumValues Variable. /// public static readonly ExpandedNodeId AlarmStateEnumeration_EnumValues = new ExpandedNodeId(Opc.Ua.Adi.Variables.AlarmStateEnumeration_EnumValues, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdi_BinarySchema Variable. /// public static readonly ExpandedNodeId OpcUaAdi_BinarySchema = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdi_BinarySchema, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdi_BinarySchema_NamespaceUri Variable. /// public static readonly ExpandedNodeId OpcUaAdi_BinarySchema_NamespaceUri = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdi_BinarySchema_NamespaceUri, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdi_BinarySchema_Deprecated Variable. /// public static readonly ExpandedNodeId OpcUaAdi_BinarySchema_Deprecated = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdi_BinarySchema_Deprecated, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdi_XmlSchema Variable. /// public static readonly ExpandedNodeId OpcUaAdi_XmlSchema = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdi_XmlSchema, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdi_XmlSchema_NamespaceUri Variable. /// public static readonly ExpandedNodeId OpcUaAdi_XmlSchema_NamespaceUri = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdi_XmlSchema_NamespaceUri, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the OpcUaAdi_XmlSchema_Deprecated Variable. /// public static readonly ExpandedNodeId OpcUaAdi_XmlSchema_Deprecated = new ExpandedNodeId(Opc.Ua.Adi.Variables.OpcUaAdi_XmlSchema_Deprecated, Opc.Ua.Adi.Namespaces.OpcUaAdi); } #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 EngineeringValueType VariableType. /// public static readonly ExpandedNodeId EngineeringValueType = new ExpandedNodeId(Opc.Ua.Adi.VariableTypes.EngineeringValueType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ChemometricModelType VariableType. /// public static readonly ExpandedNodeId ChemometricModelType = new ExpandedNodeId(Opc.Ua.Adi.VariableTypes.ChemometricModelType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the ProcessVariableType VariableType. /// public static readonly ExpandedNodeId ProcessVariableType = new ExpandedNodeId(Opc.Ua.Adi.VariableTypes.ProcessVariableType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MVAModelType VariableType. /// public static readonly ExpandedNodeId MVAModelType = new ExpandedNodeId(Opc.Ua.Adi.VariableTypes.MVAModelType, Opc.Ua.Adi.Namespaces.OpcUaAdi); /// /// The identifier for the MVAOutputParameterType VariableType. /// public static readonly ExpandedNodeId MVAOutputParameterType = new ExpandedNodeId(Opc.Ua.Adi.VariableTypes.MVAOutputParameterType, Opc.Ua.Adi.Namespaces.OpcUaAdi); } #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 Aborted component. /// public const string Aborted = "Aborted"; /// /// The BrowseName for the AbortedToClearingTransition component. /// public const string AbortedToClearingTransition = "AbortedToClearingTransition"; /// /// The BrowseName for the Aborting component. /// public const string Aborting = "Aborting"; /// /// The BrowseName for the AbortingToAbortedTransition component. /// public const string AbortingToAbortedTransition = "AbortingToAbortedTransition"; /// /// The BrowseName for the AccessoryIdentifier component. /// public const string AccessoryIdentifier = ""; /// /// The BrowseName for the AccessorySlotIdentifier component. /// public const string AccessorySlotIdentifier = ""; /// /// The BrowseName for the AccessorySlotStateMachine component. /// public const string AccessorySlotStateMachine = "AccessorySlotStateMachine"; /// /// The BrowseName for the AccessorySlotStateMachineType component. /// public const string AccessorySlotStateMachineType = "AccessorySlotStateMachineType"; /// /// The BrowseName for the AccessorySlotType component. /// public const string AccessorySlotType = "AccessorySlotType"; /// /// The BrowseName for the AccessoryType component. /// public const string AccessoryType = "AccessoryType"; /// /// The BrowseName for the AcousticSpectrometerDeviceStreamType component. /// public const string AcousticSpectrometerDeviceStreamType = "AcousticSpectrometerDeviceStreamType"; /// /// The BrowseName for the AcousticSpectrometerDeviceType component. /// public const string AcousticSpectrometerDeviceType = "AcousticSpectrometerDeviceType"; /// /// The BrowseName for the AcquisitionData component. /// public const string AcquisitionData = "AcquisitionData"; /// /// The BrowseName for the AcquisitionResultStatusEnumeration component. /// public const string AcquisitionResultStatusEnumeration = "AcquisitionResultStatusEnumeration"; /// /// The BrowseName for the AcquisitionSettings component. /// public const string AcquisitionSettings = "AcquisitionSettings"; /// /// The BrowseName for the AcquisitionStatus component. /// public const string AcquisitionStatus = "AcquisitionStatus"; /// /// The BrowseName for the AlarmLimits component. /// public const string AlarmLimits = "AlarmLimits"; /// /// The BrowseName for the AlarmState component. /// public const string AlarmState = "AlarmState"; /// /// The BrowseName for the AlarmStateEnumeration component. /// public const string AlarmStateEnumeration = "AlarmStateEnumeration"; /// /// The BrowseName for the AnalyseCalibrationSample component. /// public const string AnalyseCalibrationSample = "AnalyseCalibrationSample"; /// /// The BrowseName for the AnalyseCalibrationSampleToPublishResultsTransition component. /// public const string AnalyseCalibrationSampleToPublishResultsTransition = "AnalyseCalibrationSampleToPublishResultsTransition"; /// /// The BrowseName for the AnalyseCalibrationSampleTransition component. /// public const string AnalyseCalibrationSampleTransition = "AnalyseCalibrationSampleTransition"; /// /// The BrowseName for the AnalyserChannel_OperatingModeExecuteSubStateMachineType component. /// public const string AnalyserChannel_OperatingModeExecuteSubStateMachineType = "AnalyserChannel_OperatingModeExecuteSubStateMachineType"; /// /// The BrowseName for the AnalyserChannel_OperatingModeSubStateMachineType component. /// public const string AnalyserChannel_OperatingModeSubStateMachineType = "AnalyserChannel_OperatingModeSubStateMachineType"; /// /// The BrowseName for the AnalyserChannelLocalStateType component. /// public const string AnalyserChannelLocalStateType = "AnalyserChannelLocalStateType"; /// /// The BrowseName for the AnalyserChannelMaintenanceStateType component. /// public const string AnalyserChannelMaintenanceStateType = "AnalyserChannelMaintenanceStateType"; /// /// The BrowseName for the AnalyserChannelOperatingExecuteStateType component. /// public const string AnalyserChannelOperatingExecuteStateType = "AnalyserChannelOperatingExecuteStateType"; /// /// The BrowseName for the AnalyserChannelOperatingStateType component. /// public const string AnalyserChannelOperatingStateType = "AnalyserChannelOperatingStateType"; /// /// The BrowseName for the AnalyserChannelStateMachineType component. /// public const string AnalyserChannelStateMachineType = "AnalyserChannelStateMachineType"; /// /// The BrowseName for the AnalyserChannelType component. /// public const string AnalyserChannelType = "AnalyserChannelType"; /// /// The BrowseName for the AnalyserDeviceStateMachineType component. /// public const string AnalyserDeviceStateMachineType = "AnalyserDeviceStateMachineType"; /// /// The BrowseName for the AnalyserDeviceType component. /// public const string AnalyserDeviceType = "AnalyserDeviceType"; /// /// The BrowseName for the AnalyserStateMachine component. /// public const string AnalyserStateMachine = "AnalyserStateMachine"; /// /// The BrowseName for the AnalyseSample component. /// public const string AnalyseSample = "AnalyseSample"; /// /// The BrowseName for the AnalyseSampleToPublishResultsTransition component. /// public const string AnalyseSampleToPublishResultsTransition = "AnalyseSampleToPublishResultsTransition"; /// /// The BrowseName for the AnalyseSampleTransition component. /// public const string AnalyseSampleTransition = "AnalyseSampleTransition"; /// /// The BrowseName for the AnalyseValidationSample component. /// public const string AnalyseValidationSample = "AnalyseValidationSample"; /// /// The BrowseName for the AnalyseValidationSampleToPublishResultsTransition component. /// public const string AnalyseValidationSampleToPublishResultsTransition = "AnalyseValidationSampleToPublishResultsTransition"; /// /// The BrowseName for the AnalyseValidationSampleTransition component. /// public const string AnalyseValidationSampleTransition = "AnalyseValidationSampleTransition"; /// /// The BrowseName for the ChannelIdentifier component. /// public const string ChannelIdentifier = ""; /// /// The BrowseName for the ChannelStateMachine component. /// public const string ChannelStateMachine = "ChannelStateMachine"; /// /// The BrowseName for the ChemometricModelSettings component. /// public const string ChemometricModelSettings = "ChemometricModelSettings"; /// /// The BrowseName for the ChemometricModelType component. /// public const string ChemometricModelType = "ChemometricModelType"; /// /// The BrowseName for the ChromatographDeviceStreamType component. /// public const string ChromatographDeviceStreamType = "ChromatographDeviceStreamType"; /// /// The BrowseName for the ChromatographDeviceType component. /// public const string ChromatographDeviceType = "ChromatographDeviceType"; /// /// The BrowseName for the Cleaning component. /// public const string Cleaning = "Cleaning"; /// /// The BrowseName for the CleaningToPublishResultsTransition component. /// public const string CleaningToPublishResultsTransition = "CleaningToPublishResultsTransition"; /// /// The BrowseName for the CleaningTransition component. /// public const string CleaningTransition = "CleaningTransition"; /// /// The BrowseName for the CleanupSamplingSystem component. /// public const string CleanupSamplingSystem = "CleanupSamplingSystem"; /// /// The BrowseName for the CleanupSamplingSystemToSelectExecutionCycleTransition component. /// public const string CleanupSamplingSystemToSelectExecutionCycleTransition = "CleanupSamplingSystemToSelectExecutionCycleTransition"; /// /// The BrowseName for the CleanupSamplingSystemTransition component. /// public const string CleanupSamplingSystemTransition = "CleanupSamplingSystemTransition"; /// /// The BrowseName for the Clearing component. /// public const string Clearing = "Clearing"; /// /// The BrowseName for the ClearingToStoppedTransition component. /// public const string ClearingToStoppedTransition = "ClearingToStoppedTransition"; /// /// The BrowseName for the Complete component. /// public const string Complete = "Complete"; /// /// The BrowseName for the CompleteToAbortingTransition component. /// public const string CompleteToAbortingTransition = "CompleteToAbortingTransition"; /// /// The BrowseName for the CompleteToStoppedTransition component. /// public const string CompleteToStoppedTransition = "CompleteToStoppedTransition"; /// /// The BrowseName for the CompleteToStoppingTransition component. /// public const string CompleteToStoppingTransition = "CompleteToStoppingTransition"; /// /// The BrowseName for the Completing component. /// public const string Completing = "Completing"; /// /// The BrowseName for the CompletingToAbortingTransition component. /// public const string CompletingToAbortingTransition = "CompletingToAbortingTransition"; /// /// The BrowseName for the CompletingToCompleteTransition component. /// public const string CompletingToCompleteTransition = "CompletingToCompleteTransition"; /// /// The BrowseName for the CompletingToStoppingTransition component. /// public const string CompletingToStoppingTransition = "CompletingToStoppingTransition"; /// /// The BrowseName for the CompletingTransition component. /// public const string CompletingTransition = "CompletingTransition"; /// /// The BrowseName for the Configuration component. /// public const string Configuration = "Configuration"; /// /// The BrowseName for the Context component. /// public const string Context = "Context"; /// /// The BrowseName for the CreationDate component. /// public const string CreationDate = "CreationDate"; /// /// The BrowseName for the DetectorType component. /// public const string DetectorType = "DetectorType"; /// /// The BrowseName for the Diagnostic component. /// public const string Diagnostic = "Diagnostic"; /// /// The BrowseName for the DiagnosticToPublishResultsTransition component. /// public const string DiagnosticToPublishResultsTransition = "DiagnosticToPublishResultsTransition"; /// /// The BrowseName for the DiagnosticTransition component. /// public const string DiagnosticTransition = "DiagnosticTransition"; /// /// The BrowseName for the EjectGrabSample component. /// public const string EjectGrabSample = "EjectGrabSample"; /// /// The BrowseName for the EjectGrabSampleToCleanupSamplingSystemTransition component. /// public const string EjectGrabSampleToCleanupSamplingSystemTransition = "EjectGrabSampleToCleanupSamplingSystemTransition"; /// /// The BrowseName for the EjectGrabSampleTransition component. /// public const string EjectGrabSampleTransition = "EjectGrabSampleTransition"; /// /// The BrowseName for the Empty component. /// public const string Empty = "Empty"; /// /// The BrowseName for the EmptyToInsertingTransition component. /// public const string EmptyToInsertingTransition = "EmptyToInsertingTransition"; /// /// The BrowseName for the EmptyToShutdownTransition component. /// public const string EmptyToShutdownTransition = "EmptyToShutdownTransition"; /// /// The BrowseName for the EngineeringValueType component. /// public const string EngineeringValueType = "EngineeringValueType"; /// /// The BrowseName for the Execute component. /// public const string Execute = "Execute"; /// /// The BrowseName for the ExecuteToAbortingTransition component. /// public const string ExecuteToAbortingTransition = "ExecuteToAbortingTransition"; /// /// The BrowseName for the ExecuteToCompletingTransition component. /// public const string ExecuteToCompletingTransition = "ExecuteToCompletingTransition"; /// /// The BrowseName for the ExecuteToHoldingTransition component. /// public const string ExecuteToHoldingTransition = "ExecuteToHoldingTransition"; /// /// The BrowseName for the ExecuteToStoppingTransition component. /// public const string ExecuteToStoppingTransition = "ExecuteToStoppingTransition"; /// /// The BrowseName for the ExecuteToSuspendingTransition component. /// public const string ExecuteToSuspendingTransition = "ExecuteToSuspendingTransition"; /// /// The BrowseName for the ExecutionCycleEnumeration component. /// public const string ExecutionCycleEnumeration = "ExecutionCycleEnumeration"; /// /// The BrowseName for the ExtractCalibrationSample component. /// public const string ExtractCalibrationSample = "ExtractCalibrationSample"; /// /// The BrowseName for the ExtractCalibrationSampleToPrepareCalibrationSampleTransition component. /// public const string ExtractCalibrationSampleToPrepareCalibrationSampleTransition = "ExtractCalibrationSampleToPrepareCalibrationSampleTransition"; /// /// The BrowseName for the ExtractCalibrationSampleTransition component. /// public const string ExtractCalibrationSampleTransition = "ExtractCalibrationSampleTransition"; /// /// The BrowseName for the ExtractSample component. /// public const string ExtractSample = "ExtractSample"; /// /// The BrowseName for the ExtractSampleToPrepareSampleTransition component. /// public const string ExtractSampleToPrepareSampleTransition = "ExtractSampleToPrepareSampleTransition"; /// /// The BrowseName for the ExtractSampleTransition component. /// public const string ExtractSampleTransition = "ExtractSampleTransition"; /// /// The BrowseName for the ExtractValidationSample component. /// public const string ExtractValidationSample = "ExtractValidationSample"; /// /// The BrowseName for the ExtractValidationSampleToPrepareValidationSampleTransition component. /// public const string ExtractValidationSampleToPrepareValidationSampleTransition = "ExtractValidationSampleToPrepareValidationSampleTransition"; /// /// The BrowseName for the ExtractValidationSampleTransition component. /// public const string ExtractValidationSampleTransition = "ExtractValidationSampleTransition"; /// /// The BrowseName for the FactorySettings component. /// public const string FactorySettings = "FactorySettings"; /// /// The BrowseName for the GcOvenType component. /// public const string GcOvenType = "GcOvenType"; /// /// The BrowseName for the GroupIdentifier component. /// public const string GroupIdentifier = ""; /// /// The BrowseName for the HasDataSource component. /// public const string HasDataSource = "HasDataSource"; /// /// The BrowseName for the HasInput component. /// public const string HasInput = "HasInput"; /// /// The BrowseName for the HasOutput component. /// public const string HasOutput = "HasOutput"; /// /// The BrowseName for the Held component. /// public const string Held = "Held"; /// /// The BrowseName for the HeldToAbortingTransition component. /// public const string HeldToAbortingTransition = "HeldToAbortingTransition"; /// /// The BrowseName for the HeldToStoppingTransition component. /// public const string HeldToStoppingTransition = "HeldToStoppingTransition"; /// /// The BrowseName for the HeldToUnholdingTransition component. /// public const string HeldToUnholdingTransition = "HeldToUnholdingTransition"; /// /// The BrowseName for the Holding component. /// public const string Holding = "Holding"; /// /// The BrowseName for the HoldingToAbortingTransition component. /// public const string HoldingToAbortingTransition = "HoldingToAbortingTransition"; /// /// The BrowseName for the HoldingToHeldTransition component. /// public const string HoldingToHeldTransition = "HoldingToHeldTransition"; /// /// The BrowseName for the HoldingToStoppingTransition component. /// public const string HoldingToStoppingTransition = "HoldingToStoppingTransition"; /// /// The BrowseName for the HoldingTransition component. /// public const string HoldingTransition = "HoldingTransition"; /// /// The BrowseName for the Identifier component. /// public const string Identifier = ""; /// /// The BrowseName for the Idle component. /// public const string Idle = "Idle"; /// /// The BrowseName for the IdleToAbortingTransition component. /// public const string IdleToAbortingTransition = "IdleToAbortingTransition"; /// /// The BrowseName for the IdleToStartingTransition component. /// public const string IdleToStartingTransition = "IdleToStartingTransition"; /// /// The BrowseName for the IdleToStoppingTransition component. /// public const string IdleToStoppingTransition = "IdleToStoppingTransition"; /// /// The BrowseName for the Inserting component. /// public const string Inserting = "Inserting"; /// /// The BrowseName for the InsertingToInstalledTransition component. /// public const string InsertingToInstalledTransition = "InsertingToInstalledTransition"; /// /// The BrowseName for the InsertingToRemovingTransition component. /// public const string InsertingToRemovingTransition = "InsertingToRemovingTransition"; /// /// The BrowseName for the InsertingToShutdownTransition component. /// public const string InsertingToShutdownTransition = "InsertingToShutdownTransition"; /// /// The BrowseName for the InsertingTransition component. /// public const string InsertingTransition = "InsertingTransition"; /// /// The BrowseName for the Installed component. /// public const string Installed = "Installed"; /// /// The BrowseName for the InstalledToRemovingTransition component. /// public const string InstalledToRemovingTransition = "InstalledToRemovingTransition"; /// /// The BrowseName for the InstalledToShutdownTransition component. /// public const string InstalledToShutdownTransition = "InstalledToShutdownTransition"; /// /// The BrowseName for the IsEnabled component. /// public const string IsEnabled = "IsEnabled"; /// /// The BrowseName for the IsHotSwappable component. /// public const string IsHotSwappable = "IsHotSwappable"; /// /// The BrowseName for the IsReady component. /// public const string IsReady = "IsReady"; /// /// The BrowseName for the Local component. /// public const string Local = "Local"; /// /// The BrowseName for the LocalSubStateMachine component. /// public const string LocalSubStateMachine = "LocalSubStateMachine"; /// /// The BrowseName for the LocalToMaintenanceTransition component. /// public const string LocalToMaintenanceTransition = "LocalToMaintenanceTransition"; /// /// The BrowseName for the LocalToOperatingTransition component. /// public const string LocalToOperatingTransition = "LocalToOperatingTransition"; /// /// The BrowseName for the LocalToShutdownTransition component. /// public const string LocalToShutdownTransition = "LocalToShutdownTransition"; /// /// The BrowseName for the LocalToSlaveModeTransition component. /// public const string LocalToSlaveModeTransition = "LocalToSlaveModeTransition"; /// /// The BrowseName for the MainDataIndex component. /// public const string MainDataIndex = "MainDataIndex"; /// /// The BrowseName for the Maintenance component. /// public const string Maintenance = "Maintenance"; /// /// The BrowseName for the MaintenanceSubStateMachine component. /// public const string MaintenanceSubStateMachine = "MaintenanceSubStateMachine"; /// /// The BrowseName for the MaintenanceToLocalTransition component. /// public const string MaintenanceToLocalTransition = "MaintenanceToLocalTransition"; /// /// The BrowseName for the MaintenanceToOperatingTransition component. /// public const string MaintenanceToOperatingTransition = "MaintenanceToOperatingTransition"; /// /// The BrowseName for the MaintenanceToShutdownTransition component. /// public const string MaintenanceToShutdownTransition = "MaintenanceToShutdownTransition"; /// /// The BrowseName for the MaintenanceToSlaveModeTransition component. /// public const string MaintenanceToSlaveModeTransition = "MaintenanceToSlaveModeTransition"; /// /// The BrowseName for the MassSpectrometerDeviceStreamType component. /// public const string MassSpectrometerDeviceStreamType = "MassSpectrometerDeviceStreamType"; /// /// The BrowseName for the MassSpectrometerDeviceType component. /// public const string MassSpectrometerDeviceType = "MassSpectrometerDeviceType"; /// /// The BrowseName for the MNRDeviceStreamType component. /// public const string MNRDeviceStreamType = "MNRDeviceStreamType"; /// /// The BrowseName for the ModelDescription component. /// public const string ModelDescription = "ModelDescription"; /// /// The BrowseName for the MVAModelType component. /// public const string MVAModelType = "MVAModelType"; /// /// The BrowseName for the MVAOutputParameterType component. /// public const string MVAOutputParameterType = "MVAOutputParameterType"; /// /// The BrowseName for the Name component. /// public const string Name = "Name"; /// /// The BrowseName for the NMRDeviceType component. /// public const string NMRDeviceType = "NMRDeviceType"; /// /// The BrowseName for the OpcUaAdi_BinarySchema component. /// public const string OpcUaAdi_BinarySchema = "Opc.Ua.Adi"; /// /// The BrowseName for the OpcUaAdi_XmlSchema component. /// public const string OpcUaAdi_XmlSchema = "Opc.Ua.Adi"; /// /// The BrowseName for the OpcUaAdiNamespaceMetadata component. /// public const string OpcUaAdiNamespaceMetadata = "http://opcfoundation.org/UA/ADI/"; /// /// The BrowseName for the Operating component. /// public const string Operating = "Operating"; /// /// The BrowseName for the OperatingExecuteSubStateMachine component. /// public const string OperatingExecuteSubStateMachine = "OperatingExecuteSubStateMachine"; /// /// The BrowseName for the OperatingSubStateMachine component. /// public const string OperatingSubStateMachine = "OperatingSubStateMachine"; /// /// The BrowseName for the OperatingToLocalTransition component. /// public const string OperatingToLocalTransition = "OperatingToLocalTransition"; /// /// The BrowseName for the OperatingToMaintenanceTransition component. /// public const string OperatingToMaintenanceTransition = "OperatingToMaintenanceTransition"; /// /// The BrowseName for the OperatingToShutdownTransition component. /// public const string OperatingToShutdownTransition = "OperatingToShutdownTransition"; /// /// The BrowseName for the OperatingToSlaveModeTransition component. /// public const string OperatingToSlaveModeTransition = "OperatingToSlaveModeTransition"; /// /// The BrowseName for the ParticleSizeMonitorDeviceStreamType component. /// public const string ParticleSizeMonitorDeviceStreamType = "ParticleSizeMonitorDeviceStreamType"; /// /// The BrowseName for the ParticleSizeMonitorDeviceType component. /// public const string ParticleSizeMonitorDeviceType = "ParticleSizeMonitorDeviceType"; /// /// The BrowseName for the Powerup component. /// public const string Powerup = "Powerup"; /// /// The BrowseName for the PowerupToEmptyTransition component. /// public const string PowerupToEmptyTransition = "PowerupToEmptyTransition"; /// /// The BrowseName for the PowerupToOperatingTransition component. /// public const string PowerupToOperatingTransition = "PowerupToOperatingTransition"; /// /// The BrowseName for the PrepareCalibrationSample component. /// public const string PrepareCalibrationSample = "PrepareCalibrationSample"; /// /// The BrowseName for the PrepareCalibrationSampleToAnalyseCalibrationSampleTransition component. /// public const string PrepareCalibrationSampleToAnalyseCalibrationSampleTransition = "PrepareCalibrationSampleToAnalyseCalibrationSampleTransition"; /// /// The BrowseName for the PrepareCalibrationSampleTransition component. /// public const string PrepareCalibrationSampleTransition = "PrepareCalibrationSampleTransition"; /// /// The BrowseName for the PrepareSample component. /// public const string PrepareSample = "PrepareSample"; /// /// The BrowseName for the PrepareSampleToAnalyseSampleTransition component. /// public const string PrepareSampleToAnalyseSampleTransition = "PrepareSampleToAnalyseSampleTransition"; /// /// The BrowseName for the PrepareSampleTransition component. /// public const string PrepareSampleTransition = "PrepareSampleTransition"; /// /// The BrowseName for the PrepareValidationSample component. /// public const string PrepareValidationSample = "PrepareValidationSample"; /// /// The BrowseName for the PrepareValidationSampleToAnalyseValidationSampleTransition component. /// public const string PrepareValidationSampleToAnalyseValidationSampleTransition = "PrepareValidationSampleToAnalyseValidationSampleTransition"; /// /// The BrowseName for the PrepareValidationSampleTransition component. /// public const string PrepareValidationSampleTransition = "PrepareValidationSampleTransition"; /// /// The BrowseName for the ProcessVariableType component. /// public const string ProcessVariableType = "ProcessVariableType"; /// /// The BrowseName for the PublishResults component. /// public const string PublishResults = "PublishResults"; /// /// The BrowseName for the PublishResultsToCleanupSamplingSystemTransition component. /// public const string PublishResultsToCleanupSamplingSystemTransition = "PublishResultsToCleanupSamplingSystemTransition"; /// /// The BrowseName for the PublishResultsToEjectGrabSampleTransition component. /// public const string PublishResultsToEjectGrabSampleTransition = "PublishResultsToEjectGrabSampleTransition"; /// /// The BrowseName for the Removing component. /// public const string Removing = "Removing"; /// /// The BrowseName for the RemovingToEmptyTransition component. /// public const string RemovingToEmptyTransition = "RemovingToEmptyTransition"; /// /// The BrowseName for the RemovingToShutdownTransition component. /// public const string RemovingToShutdownTransition = "RemovingToShutdownTransition"; /// /// The BrowseName for the RemovingTransition component. /// public const string RemovingTransition = "RemovingTransition"; /// /// The BrowseName for the Resetting component. /// public const string Resetting = "Resetting"; /// /// The BrowseName for the ResettingToAbortingTransition component. /// public const string ResettingToAbortingTransition = "ResettingToAbortingTransition"; /// /// The BrowseName for the ResettingToIdleTransition component. /// public const string ResettingToIdleTransition = "ResettingToIdleTransition"; /// /// The BrowseName for the ResettingToStoppingTransition component. /// public const string ResettingToStoppingTransition = "ResettingToStoppingTransition"; /// /// The BrowseName for the ResettingTransition component. /// public const string ResettingTransition = "ResettingTransition"; /// /// The BrowseName for the SelectExecutionCycle component. /// public const string SelectExecutionCycle = "SelectExecutionCycle"; /// /// The BrowseName for the SelectExecutionCycleToWaitForCalibrationTriggerTransition component. /// public const string SelectExecutionCycleToWaitForCalibrationTriggerTransition = "SelectExecutionCycleToWaitForCalibrationTriggerTransition"; /// /// The BrowseName for the SelectExecutionCycleToWaitForCleaningTriggerTransition component. /// public const string SelectExecutionCycleToWaitForCleaningTriggerTransition = "SelectExecutionCycleToWaitForCleaningTriggerTransition"; /// /// The BrowseName for the SelectExecutionCycleToWaitForDiagnosticTriggerTransition component. /// public const string SelectExecutionCycleToWaitForDiagnosticTriggerTransition = "SelectExecutionCycleToWaitForDiagnosticTriggerTransition"; /// /// The BrowseName for the SelectExecutionCycleToWaitForSampleTriggerTransition component. /// public const string SelectExecutionCycleToWaitForSampleTriggerTransition = "SelectExecutionCycleToWaitForSampleTriggerTransition"; /// /// The BrowseName for the SelectExecutionCycleToWaitForValidationTriggerTransition component. /// public const string SelectExecutionCycleToWaitForValidationTriggerTransition = "SelectExecutionCycleToWaitForValidationTriggerTransition"; /// /// The BrowseName for the Shutdown component. /// public const string Shutdown = "Shutdown"; /// /// The BrowseName for the SlaveMode component. /// public const string SlaveMode = "SlaveMode"; /// /// The BrowseName for the SlaveModeToOperatingTransition component. /// public const string SlaveModeToOperatingTransition = "SlaveModeToOperatingTransition"; /// /// The BrowseName for the SmartSamplingSystemType component. /// public const string SmartSamplingSystemType = "SmartSamplingSystemType"; /// /// The BrowseName for the SourceName component. /// public const string SourceName = ""; /// /// The BrowseName for the SourceType component. /// public const string SourceType = "SourceType"; /// /// The BrowseName for the SpectrometerDeviceStreamType component. /// public const string SpectrometerDeviceStreamType = "SpectrometerDeviceStreamType"; /// /// The BrowseName for the SpectrometerDeviceType component. /// public const string SpectrometerDeviceType = "SpectrometerDeviceType"; /// /// The BrowseName for the Starting component. /// public const string Starting = "Starting"; /// /// The BrowseName for the StartingToAbortingTransition component. /// public const string StartingToAbortingTransition = "StartingToAbortingTransition"; /// /// The BrowseName for the StartingToExecuteTransition component. /// public const string StartingToExecuteTransition = "StartingToExecuteTransition"; /// /// The BrowseName for the StartingToStoppingTransition component. /// public const string StartingToStoppingTransition = "StartingToStoppingTransition"; /// /// The BrowseName for the StartingTransition component. /// public const string StartingTransition = "StartingTransition"; /// /// The BrowseName for the Statistics component. /// public const string Statistics = "Statistics"; /// /// The BrowseName for the Status component. /// public const string Status = "Status"; /// /// The BrowseName for the Stopped component. /// public const string Stopped = "Stopped"; /// /// The BrowseName for the StoppedToAbortingTransition component. /// public const string StoppedToAbortingTransition = "StoppedToAbortingTransition"; /// /// The BrowseName for the StoppedToResettingTransition component. /// public const string StoppedToResettingTransition = "StoppedToResettingTransition"; /// /// The BrowseName for the Stopping component. /// public const string Stopping = "Stopping"; /// /// The BrowseName for the StoppingToAbortingTransition component. /// public const string StoppingToAbortingTransition = "StoppingToAbortingTransition"; /// /// The BrowseName for the StoppingToStoppedTransition component. /// public const string StoppingToStoppedTransition = "StoppingToStoppedTransition"; /// /// The BrowseName for the StreamIdentifier component. /// public const string StreamIdentifier = ""; /// /// The BrowseName for the StreamType component. /// public const string StreamType = "StreamType"; /// /// The BrowseName for the Suspended component. /// public const string Suspended = "Suspended"; /// /// The BrowseName for the SuspendedToAbortingTransition component. /// public const string SuspendedToAbortingTransition = "SuspendedToAbortingTransition"; /// /// The BrowseName for the SuspendedToStoppingTransition component. /// public const string SuspendedToStoppingTransition = "SuspendedToStoppingTransition"; /// /// The BrowseName for the SuspendedToUnsuspendingTransition component. /// public const string SuspendedToUnsuspendingTransition = "SuspendedToUnsuspendingTransition"; /// /// The BrowseName for the Suspending component. /// public const string Suspending = "Suspending"; /// /// The BrowseName for the SuspendingToAbortingTransition component. /// public const string SuspendingToAbortingTransition = "SuspendingToAbortingTransition"; /// /// The BrowseName for the SuspendingToStoppingTransition component. /// public const string SuspendingToStoppingTransition = "SuspendingToStoppingTransition"; /// /// The BrowseName for the SuspendingToSuspendedTransition component. /// public const string SuspendingToSuspendedTransition = "SuspendingToSuspendedTransition"; /// /// The BrowseName for the SuspendingTransition component. /// public const string SuspendingTransition = "SuspendingTransition"; /// /// The BrowseName for the Unholding component. /// public const string Unholding = "Unholding"; /// /// The BrowseName for the UnholdingToAbortingTransition component. /// public const string UnholdingToAbortingTransition = "UnholdingToAbortingTransition"; /// /// The BrowseName for the UnholdingToExecuteTransition component. /// public const string UnholdingToExecuteTransition = "UnholdingToExecuteTransition"; /// /// The BrowseName for the UnholdingToHoldingTransition component. /// public const string UnholdingToHoldingTransition = "UnholdingToHoldingTransition"; /// /// The BrowseName for the UnholdingToStoppingTransition component. /// public const string UnholdingToStoppingTransition = "UnholdingToStoppingTransition"; /// /// The BrowseName for the UnholdingTransition component. /// public const string UnholdingTransition = "UnholdingTransition"; /// /// The BrowseName for the Unsuspending component. /// public const string Unsuspending = "Unsuspending"; /// /// The BrowseName for the UnsuspendingToAbortingTransition component. /// public const string UnsuspendingToAbortingTransition = "UnsuspendingToAbortingTransition"; /// /// The BrowseName for the UnsuspendingToExecuteTransition component. /// public const string UnsuspendingToExecuteTransition = "UnsuspendingToExecuteTransition"; /// /// The BrowseName for the UnsuspendingToStoppingTransition component. /// public const string UnsuspendingToStoppingTransition = "UnsuspendingToStoppingTransition"; /// /// The BrowseName for the UnsuspendingToSuspendingTransition component. /// public const string UnsuspendingToSuspendingTransition = "UnsuspendingToSuspendingTransition"; /// /// The BrowseName for the UnsuspendingTransition component. /// public const string UnsuspendingTransition = "UnsuspendingTransition"; /// /// The BrowseName for the User_defined_Input component. /// public const string User_defined_Input = ""; /// /// The BrowseName for the User_defined_Output component. /// public const string User_defined_Output = ""; /// /// The BrowseName for the VendorSpecificError component. /// public const string VendorSpecificError = "VendorSpecificError"; /// /// The BrowseName for the WaitForCalibrationTrigger component. /// public const string WaitForCalibrationTrigger = "WaitForCalibrationTrigger"; /// /// The BrowseName for the WaitForCalibrationTriggerToExtractCalibrationSampleTransition component. /// public const string WaitForCalibrationTriggerToExtractCalibrationSampleTransition = "WaitForCalibrationTriggerToExtractCalibrationSampleTransition"; /// /// The BrowseName for the WaitForCleaningTrigger component. /// public const string WaitForCleaningTrigger = "WaitForCleaningTrigger"; /// /// The BrowseName for the WaitForCleaningTriggerToCleaningTransition component. /// public const string WaitForCleaningTriggerToCleaningTransition = "WaitForCleaningTriggerToCleaningTransition"; /// /// The BrowseName for the WaitForDiagnosticTrigger component. /// public const string WaitForDiagnosticTrigger = "WaitForDiagnosticTrigger"; /// /// The BrowseName for the WaitForDiagnosticTriggerToDiagnosticTransition component. /// public const string WaitForDiagnosticTriggerToDiagnosticTransition = "WaitForDiagnosticTriggerToDiagnosticTransition"; /// /// The BrowseName for the WaitForSampleTrigger component. /// public const string WaitForSampleTrigger = "WaitForSampleTrigger"; /// /// The BrowseName for the WaitForSampleTriggerToExtractSampleTransition component. /// public const string WaitForSampleTriggerToExtractSampleTransition = "WaitForSampleTriggerToExtractSampleTransition"; /// /// The BrowseName for the WaitForValidationTrigger component. /// public const string WaitForValidationTrigger = "WaitForValidationTrigger"; /// /// The BrowseName for the WaitForValidationTriggerToExtractValidationSampleTransition component. /// public const string WaitForValidationTriggerToExtractValidationSampleTransition = "WaitForValidationTriggerToExtractValidationSampleTransition"; /// /// The BrowseName for the WarningLimits component. /// public const string WarningLimits = "WarningLimits"; } #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 OpcUaAdi namespace (.NET code namespace is 'Opc.Ua.Adi'). /// public const string OpcUaAdi = "http://opcfoundation.org/UA/ADI/"; /// /// The URI for the OpcUaAdiXsd namespace (.NET code namespace is 'Opc.Ua.Adi'). /// public const string OpcUaAdiXsd = "http://opcfoundation.org/UA/ADI/Types.xsd"; /// /// The URI for the OpcUaDi namespace (.NET code namespace is 'Opc.Ua.Di'). /// public const string OpcUaDi = "http://opcfoundation.org/UA/DI/"; /// /// The URI for the OpcUaDiXsd namespace (.NET code namespace is 'Opc.Ua.Di'). /// public const string OpcUaDiXsd = "http://opcfoundation.org/UA/DI/Types.xsd"; /// /// 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"; } #endregion }