InCore Framework Documentation

Welcome to the InCore Framework Documentation which consists of a complete API reference as well as detailed guides and tutorials.

The InCore Framework offers ready-to-use high-level software blocks (“objects”) for building IoT/IIoT applications quickly. InCore Applications configure and link InCore objects based on a declarative JSON-based syntax using the Qt Modeling Language (QML). Custom operations and processes can be implemented in JavaScript functions easily.

InCore Foundation

Objects

Application

Description

The Application object is the root object for all other objects and represents the application instance. It provides properties for global settings such as country, language, timeZone and measurementSystem. The application also has meta data properties such as name, description and version.

› Inherits:ObjectArray
Properties
commandLineArguments

This property holds the arguments passed to the application when run manually at the command line. This can be used to implement simple CLI applications, e.g. for testing purposes.

This property was introduced in InCore 1.1.

› Type:StringList
› Signal:commandLineArgumentsChanged()
› Attributes:Readonly
country

This property holds the country the application is configured for. This information is used for localization purposes and influences how numbers and dates are formatted.

› Type:Country
› Default:Application.Germany
› Signal:countryChanged()
› Attributes:Writable
customCaCertificates

This property holds a list of paths to custom CA certificate files which to use in addition to the list of default CAs installed provided by the operating system. Use this if you have to establish encrypted network connections to services which use SSL/TLS certificates generated by an internal CA.

This property was introduced in InCore 2.5.

› Type:StringList
› Signal:customCaCertificatesChanged()
› Attributes:Writable
debug

This property holds whether to log internal debug messages to the console. When enabled additionally all errors occurring in any object are logged to the console automatically.

› Type:Boolean
› Default:false
› Signal:debugChanged()
› Attributes:Writable, Optional
description

This property holds a description for the application. It currently does not serve any special purposes but can be used to document and describe the application in a program-accessible manner.

› Type:String
› Signal:descriptionChanged()
› Attributes:Writable, Optional
language

This property holds the language the application is configured for. Changing this property from Application.English to a different language may - depending on the current translation and language support state - make the individual InCore objects return translated messages and error strings.

› Type:Language
› Default:Application.German
› Signal:languageChanged()
› Attributes:Writable
measurementSystem

This property holds the measurement system the application is configured for. Objects derived from the Measurement object may depend on this setting and return values converted for the appropriate measurement system. For example a temperature object could provide the formatted temperature in the Measurement.displayString property. It is converted to °F if measurementSystem is set to Measurement.ImperialUSSystem.

› Type:Measurement.System
› Default:Measurement.MetricSystem
› Signal:measurementSystemChanged()
› Attributes:Writable
messageLoggingFilterRules

This property holds rules for filtering log messages based on their respective logging category. To disable all debug messages but e.g. networking-related ones, set this property to *.debug=false foundation.network=true. The logging categories of a message can be found at the beginning of a message per default. It can be changed through the messageLoggingPattern property.

This property was introduced in InCore 2.0.

› Type:String
› Signal:messageLoggingFilterRulesChanged()
› Attributes:Writable, Optional
messageLoggingPattern

This property holds a pattern including placeholders which can be used for customizing the log message format and content. See the Qt documentation on message patterns for details and all supported placeholders.

This property was introduced in InCore 2.0.

› Type:String
› Default:%{if-category}%{category}.%{type}: %{endif}%{message}
› Signal:messageLoggingPatternChanged()
› Attributes:Writable, Optional
name

This property holds the name of the application. This property is used to determine settings and storage paths and should therefore consist of alphanumeric characters only.

› Type:String
› Default:Default App
› Signal:nameChanged()
› Attributes:Writable
processEnvironment

This property holds the environment variables for the current process set by the system.

This property was introduced in InCore 2.5.

› Type:Map
› Signal:processEnvironmentChanged()
› Attributes:Readonly
standardInput

This property holds the standard input channel for the current process.

This property was introduced in InCore 2.5.

› Type:IoDevice
› Signal:standardInputChanged()
› Attributes:Readonly
system

This property holds a global instance of a System object. It’s available for convenience so that no separate instances have to be defined manually.

› Type:System
› Signal:systemChanged()
› Attributes:Readonly
timeZone

This property holds the timezone for the location at which the application or device is running. Setting this property affects all DateTime objects which do not have the DateTime.timezone property set explicitely.

› Type:String
› Default:UTC
› Signal:timeZoneChanged()
› Attributes:Writable
trace

This property holds whether to log internal trace messages to the console. This allows analysing internal function call sequences more closely.

› Type:Boolean
› Default:false
› Signal:traceChanged()
› Attributes:Writable, Optional
translate

This property holds whether to load a translation file based on the language setting. When enabled, the file <TWO-LETTER-ISO-639-LANGUAGE-CODE>.qm is loaded from the application directory.

This property was introduced in InCore 2.4.

› Type:Boolean
› Default:false
› Signal:translateChanged()
› Attributes:Writable
trapErrors

This property holds whether to immediately exit the application on any occurring error. This can ease debugging in case a huge number of messages are printed to the console during runtime.

This property was introduced in InCore 2.5.

› Type:Boolean
› Default:false
› Signal:trapErrorsChanged()
› Attributes:Writable
url

This property holds a URL of the application or the application vendor. It currently is not evaluated within the InCore framework.

› Type:String
› Default:https://inhub.de
› Signal:urlChanged()
› Attributes:Writable, Optional
vendor

This property holds the name of the application vendor. It may be formatted arbitrarily and currently is not evaluated within the InCore framework.

› Type:String
› Default:in.hub GmbH
› Signal:vendorChanged()
› Attributes:Writable, Optional
version

This property holds a version string for the application. It may be formatted arbitrarily and currently is not evaluated within the InCore framework.

› Type:String
› Signal:versionChanged()
› Attributes:Writable, Optional
Methods
dumpBacktrace()

This method dumps an internal function call backtrace to the console. Except for troubleshooting in contact with the InCore developers you’ll never need to call this function.

Enumerations
Country

This enumeration is used to specify a country.

Name Value Description
Application.AnyCountry 0
Application.Argentina 10
Application.Australia 13
Application.Austria 14
Application.Belgium 21
Application.Brazil 30
Application.Canada 38
Application.China 44
Application.CzechRepublic 57
Application.Denmark 58
Application.Estonia 68
Application.Finland 73
Application.France 74
Application.Germany 82
Application.India 100
Application.Indonesia 101
Application.Iran 102
Application.Italy 106
Application.Japan 108
Application.Latvia 118
Application.Lithuania 124
Application.Luxembourg 125
Application.Mexico 139
Application.Netherlands 151
Application.Norway 161
Application.Pakistan 163
Application.Poland 172
Application.Portugal 173
Application.Russia 178
Application.Spain 197
Application.Sweden 205
Application.Switzerland 206
Application.Turkey 217
Application.Ukraine 222
Application.UnitedKingdom 224
Application.UnitedStates 225
Application.Vietnam 232  
Language

This enumeration is used to specify a language.

Name Value Description
Application.AnyLanguage 0
Application.Arabic 8
Application.Chinese 25
Application.Czech 28
Application.Danish 29
Application.Dutch 30
Application.English 31
Application.Estonian 33
Application.Finnish 36
Application.French 37
Application.German 42
Application.Hebrew 48
Application.Hindi 49
Application.Indonesian 52
Application.Italian 58
Application.Japanese 59
Application.Latvian 71
Application.Lithuanian 73
Application.Persian 89
Application.Polish 90
Application.Portuguese 91
Application.Russian 96
Application.Spanish 111
Application.Swedish 114
Application.Ukrainian 129
Application.Urdu 130
Application.Vietnamese 132  
Example
import InCore.Foundation 2.5

Application {
    id: app

    // populate metadata
    name: "example"
    version: "1.2.3"
    description: "Simple application example"
    url: "https://incore.readthedocs.io"
    vendor: "in.hub GmbH"

    // global settings
    country: Application.Germany
    language: Application.German
    timeZone: "Europe/Berlin"

    // print message when finished loading
    onCompleted: console.log("Example app ready")
}

ApplicationView

Description

The ApplicationView object contains settings and data for representing and displaying an Application in a user-defined frontend. This allows modelling generic and dynamic user interfaces. None of the properties are evaluated or used by any InCore objects so that no restrictions apply for the contents of the individual properties.

› Inherits:Object
Properties
accentColor

This property holds the accent color used in the theme of an application frontend.

› Type:String
› Default:rgb(0, 150, 136)
› Signal:accentColorChanged()
› Attributes:Writable
backgroundColor

This property holds the background color used in the theme of an application frontend.

› Type:String
› Default:white
› Signal:backgroundColorChanged()
› Attributes:Writable
foregroundColor

This property holds the foreground color used in the theme of an application frontend.

› Type:String
› Default:black
› Signal:foregroundColorChanged()
› Attributes:Writable
name

This property holds the name of the application as defined in the Application.name property. It’s provided for convenience only.

› Type:String
› Attributes:Readonly
primaryColor

This property holds the primary color used in the theme of an application frontend.

› Type:String
› Default:rgb(0, 150, 136)
› Signal:primaryColorChanged()
› Attributes:Writable
url

This property holds the URL of the application as defined in the Application.url property. It’s provided for convenience only.

› Type:String
› Attributes:Readonly
Example
import InCore.Foundation 2.5

Application {

    // define a view with background and foreground color and a logo provided in the logo.data property
    ApplicationView {
        id: appView
        backgroundColor: "white"
        foregroundColor: "black"
        logo {
            fileName: "logo.png"
        }
    }

    // serialize application view as JSON string
    Serializer {
        id: appViewSerializer
        source: appView
        onDataChanged: console.log(data)
    }

    // publish serialized application view data via JSON-RPC
    JsonRpcServer {
        JsonRpcService {
            readonly property alias view: appViewSerializer.data
        }
    }
}

ByteArray

Description

The ByteArray object is used to store and transport binary data and convert it to/from various representations easily. Whenever one of the data, arrayBuffer or string property is changed the other properties are updated automatically.

This object was introduced in InCore 2.0.

› Inherits:Object
› Inherited by:Resource, UdpDatagram
Properties
arrayBuffer

This property holds the binary data as a JS ArrayBuffer object.

› Type:ArrayBuffer
› Signal:arrayBufferChanged()
› Attributes:Writable
base64

This property holds the base64 encoded representation of the binary data, e.g. SW5Db3JlIGlzIGdyZWF0IQ==.

› Type:String
› Signal:base64Changed()
› Attributes:Writable
data

This property holds the individual bytes as a JS value list, e.g. [0xaf, 0xfe, 0xd0, 0x0f].

› Type:Variant
› Signal:dataChanged()
› Attributes:Writable
hex

This property holds the hexadecimal encoded representation of the binary data, e.g. badc0ded.

› Type:String
› Signal:hexChanged()
› Attributes:Writable
string

This property holds the binary data encoded as an UTF-8 string.

› Type:String
› Signal:stringChanged()
› Attributes:Writable
Methods
remove(SignedInteger position, SignedInteger length)

This method removes length bytes starting at index position. To remove the first length bytes (e.g. after processing this part of a buffer), pass 0 for position.

Comparator

Description

The Comparator object is a class to process both discrete and continuous signals such as measurements from digital inputs or analog sensors. Depending on the configuration it acts like a comparator with or without an hysteresis or a limiter. The intervals can be used to delay state changes for example to debounce a digital signal or filter flicker.

› Inherits:Object
Properties
input

This property holds the input value to compare with the thresholds.

› Type:Variant
› Signal:inputChanged()
› Attributes:Writable
output

This property holds the output value of the comparator. If state is true it is equal to outputValueOn. Otherwise it corresponds to outputValueOff.

› Type:Variant
› Signal:outputChanged()
› Attributes:Readonly
outputValueOff

This property holds the value for the off state. If state is false output is set to this value. Binding an expression to this property will make the output property being updated as well.

› Type:Variant
› Default:false
› Signal:outputValueOffChanged()
› Attributes:Writable
outputValueOn

This property holds the value for the on state. If state is true output is set to this value. Contains this value a binding, it is also mapped to output.

› Type:Variant
› Default:true
› Signal:outputValueOnChanged()
› Attributes:Writable
state

This property holds the current state of the comparator.

› Type:Boolean
› Default:false
› Signal:stateChanged()
› Attributes:Readonly
thresholdValueOff

This property holds the lower threshold. The value of the input property has to be less or equal to this value to switch state to false. If set to undefined or left blank the value of property thresholdValueOn is used instead, i.e. no value hysteresis functionality is realized.

› Type:Variant
› Signal:thresholdValueOffChanged()
› Attributes:Writable
thresholdValueOn

This property holds the upper threshold. The value of the input property has to be greater or equal to this value to switch state to true.

› Type:Variant
› Default:0
› Signal:thresholdValueOnChanged()
› Attributes:Writable
timerIntervalOff

This property holds the time in milliseconds for which input has to be less or equal thresholdValueOff to switch state to false.

› Type:SignedInteger
› Default:0
› Signal:timerIntervalOffChanged()
› Attributes:Writable
timerIntervalOn

This property holds the time in milliseconds for which input has to be greater or equal thresholdValueOn to switch state to true.

› Type:SignedInteger
› Default:0
› Signal:timerIntervalOnChanged()
› Attributes:Writable
Signals
inputFallingEdge()

This signal is emitted immediately whenever the input signal falls below thresholdValueOff independent of any configured timer intervals. This allows using Comparator for falling edge detection on the input signal.

inputRisingEdge()

This signal is emitted immediately whenever the input signal exceeds thresholdValueOn independent of any configured timer intervals. This allows using Comparator for rising edge detection on the input signal.

outputFallingEdge()

This signal is emitted whenever the state property changes from true to false. If timerIntervalOff is 0 this signal is emitted at the same time as the inputFallingEdge() signal. Otherwise it’s not emitted until the state change actually takes place. This allows using Comparator for falling edge detection on the output signal. If both rising and falling edges need to be detected the stateChanged() signal can be used instead.

outputRisingEdge()

This signal is emitted whenever the state property changes from false to true. If timerIntervalOn is 0 this signal is emitted at the same time as the inputRisingEdge() signal. Otherwise it’s not emitted until the state change actually takes place. This allows using Comparator for rising edge detection on the output signal. If both rising and falling edges need to be detected the stateChanged() signal can be used instead.

Example
import InCore.Foundation 2.5

Application {

    // define fake temperature measurement with random values
    Measurement {
        id: temperature;
        data: 25
    }

    Timer {
        running: true
        interval: 100
        onTriggered: temperature.data += 0.5 - Math.random()
    }

    // simple Comparator which outputs a boolean indicating whether the temperature exceeds a given threshold
    Comparator {
        input: temperature.data
        thresholdValueOn: 30
        onOutputChanged: {
            if (output)
                console.log("Temperature above", thresholdValueOn)
            else
                console.log("Temperature below", thresholdValueOn)
        }
    }

    // define a threshold and time hysteresis
    Comparator {
        id: hystComp
        input: temperature.data
        thresholdValueOn: 30
        thresholdValueOff: 20
        timerIntervalOn: 30000
        timerIntervalOff: 15000
        onOutputRisingEdge: console.log("Temperature exceeded", thresholdValueOn, "for more than", timerIntervalOn, "seconds")
        onOutputFallingEdge: console.log("Temperature fell below", thresholdValueOff, "for more than", timerIntervalOff, "seconds")
    }

    // use Comparator output to count number of seconds which temperature is not in range
    Counter {
        running: hystComp.output
        interval: 1000
        onValueChanged: console.log( "Temperature outside allowed range for", value, "seconds")
    }
}

Component

Description

The Component object encapsulates a QML component definition. Components are reusable, encapsulated QML types with well-defined interfaces. A component can be instantiated through a Repeater or used for filtering types via Gather.typeFilter.

This object was introduced in InCore 2.0.

› Inherits:Object
Properties
source

This property holds the actual QML component definition, e.g. Measurement { … }.

› Type:<QML component>
› Signal:sourceChanged()
› Attributes:Writable

Configuration

Description

The Configuration object is used as a base class of other configuration objects. Mostly it is used to generate a custom configuration group in the configuration tab of the fluentum dashboard. Also it saves the settings taken.

› Inherits:Object
› Inherited by:ApplicationConfiguration, NetworkConfiguration, SystemConfiguration
Properties
error

This property holds the most recently occurred error or Configuration.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
name

This property holds the name property which usually is used as headline in the configuration tab of fluentum.

› Type:String
› Signal:nameChanged()
› Attributes:Writable
objects

This property holds a list of ConfigurationObject objects which should be saved.

› Type:List<ConfigurationObject>
› Signal:objectsChanged()
› Attributes:Readonly
saveMode

This property holds the save mode of this configuration.

› Type:SaveMode
› Default:Configuration.SaveOnUpdate
› Signal:saveModeChanged()
› Attributes:Writable
storage

This property holds the Storage where the configuration will be saved.

› Type:Storage
› Signal:storageChanged()
› Attributes:Writable
Methods
load()

This method loads the configuration from configured storage.

save()

This method saves the configuration to the configured storage.

Signals
aboutToBeUpdated()

This signal is emitted before the configuration is being updated through object deserialization, e.g. when using in conjunction with an JsonRpcService and loading settings through RPC calls.

errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

objectsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the objects list itself emitted the dataChanged() signal.

updated()

This signal is emitted after the configuration has been updated through object deserialization, e.g. when using in conjunction with an JsonRpcService and loading settings through RPC calls.

Enumerations
Error

This enumeration describes all errors which can occur in Configuration objects. The most recently occurred error is stored in the error property.

Name Value Description
Configuration.NoError 0 No error occurred or was detected.
Configuration.ConfigurationFileReadError 1 Could not open configuration file for reading.
Configuration.ConfigurationFileWriteError 2 Could not open configuration file for writing.
Configuration.ConfigurationFileParseError 3 Could not parse configuration file.
SaveMode

This enumeration describes when and under which circumstances the configuration is saved to the configured storage.

Name Value Description
Configuration.SaveManually 0 Save configuration manually whenever save() is called.
Configuration.SaveOnUpdate 1 Save configuration whenever settings are updated through property deserialization.

ConfigurationArray

Description

The ConfigurationArray object encapsulates a list of Configuration objects. Mostly to be used with Fluentum.

› Inherits:Object
Properties
configurations

This property holds a list of Configuration objects or objects derived from it.

› Type:List<Configuration>
› Signal:configurationsChanged()
› Attributes:Readonly
Signals
configurationsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the configurations list itself emitted the dataChanged() signal.

ConfigurationItem

Description

The ConfigurationItem object contains one setting. DataObject.name will be printed as description. DataObject.dataType defines how the data is treated. DataObject.view contains additional properties to control for example if the element is hidden.

› Inherits:DataObject
Properties
serializationDisabled

This property holds whether the item is excluded from data serialization and deserialization. This can be used to override predefined configuration properties to be controlled programmatically instead of a user interface (view).

› Type:Boolean
› Default:false
› Signal:serializationDisabledChanged()
› Attributes:Writable

ConfigurationObject

Description

The ConfigurationObject object contains the middle layer of the configuration hierarchy. It encapsulates ConfigurationItem objects which represent the actual settings.

› Inherits:Object
› Inherited by:GeneralApplicationSettings, GeneralSystemSettings, NetworkInterface
Properties
items

This property holds a list of ConfigurationItem objects which represent the actual settings.

› Type:List<ConfigurationItem>
› Signal:itemsChanged()
› Attributes:Readonly
name

This property holds the name of this configuration subgroup. It is printed as headline in Fluentum.

› Type:String
› Signal:nameChanged()
› Attributes:Writable
nameItem

This property holds an internal ConfigurationItem instance for the name property.

› Type:ConfigurationItem
› Attributes:Readonly
Signals
aboutToBeUpdated()

This signal is emitted before the configuration object is being updated through object deserialization, e.g. when using in conjunction with an JsonRpcService and loading settings through RPC calls.

This signal was introduced in InCore 2.4.

itemsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the items list itself emitted the dataChanged() signal.

updated()

This signal is emitted after the configuration object has been updated through object deserialization, e.g. when using in conjunction with an JsonRpcService and loading settings through RPC calls.

This signal was introduced in InCore 2.4.

Counter

Description

The Counter object provides a basic counter functionality. It increments the value property periodically depending on the configured interval. It’s also possible to count backwards by setting the increment property to a negative value and optionally setting the startValue property.

› Inherits:Object
Properties
increment

This property holds the number by which value is incremented each period. It can be both positive and negative. Negative values will make the counter count backwards.

› Type:SignedInteger
› Default:1
› Signal:incrementChanged()
› Attributes:Writable, Optional
interval

This property holds the counter interval in milliseconds. The interval has to be greater than 0 in order to make the counter work properly. Additionally running has to be true.

› Type:SignedInteger
› Default:1000
› Signal:intervalChanged()
› Attributes:Writable
running

This property holds whether the counter is running. Changing this property does not reset the counter’s value.

› Type:Boolean
› Default:true
› Signal:runningChanged()
› Attributes:Writable
startValue

This property holds the start value which the value property is initialized on start and every reset(). Changing this value has no effect on running counters until reset() is called.

› Type:SignedInteger
› Default:0
› Signal:startValueChanged()
› Attributes:Writable
value

This property holds the current value of the counter. On initial start and on every reset() the property is set to startValue. It is incremented by increment every interval milliseconds.

› Type:SignedBigInteger
› Default:0
› Signal:valueChanged()
› Attributes:Readonly
Methods
reset()

This method resets the counter by setting the value back to startValue. It can be called on both stopped and running counters. Running counters will continue to run after being reset.

Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {

    DigitalIO {
        id: input
        direction: DigitalIO.Input
        index: DigitalIO.IO1
    }

    Counter {
        id: secCounter
        interval: 100 //10 per second
        running: input.value
        startValue: 0 //default
        onValueChanged: console.log( ( "input were %1 seconds on" ).arg( input.value / 10. ) )
    }
}

CsvWriter

Description

The CsvWriter object is a special DataObjectWriter designed to write datasets as rows containing comma-separated values to an output, usually a File. The format of the output data can be configured through the delimiter and writeHeader properties.

› Inherits:DataObjectWriter
Properties
delimiter

This property holds the delimiter for separating columns in a data row.

› Type:String
› Default:;
› Signal:delimiterChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or CsvWriter.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
output

This property holds the output device which the CSV data is written to. Usually a File object should be used here.

› Type:IoDevice
› Signal:outputChanged()
› Attributes:Writable
outputMode

This property holds the output mode which defines how new rows are written to the output. See the OutputMode enumeration for details.

› Type:OutputMode
› Default:CsvWriter.OutputAppend
› Signal:outputModeChanged()
› Attributes:Writable
rotationMode

This property holds the rotation mode which allows rotating files periodically in an automated manner. On every data row submission the CsvWriter checks whether a rotation period is elapsed and if necessary closes the current file and opens a file for the new period. The name of the file depends on the configured rotation mode. See the RotationMode enumeration for details.

› Type:RotationMode
› Default:CsvWriter.NoRotation
› Signal:rotationModeChanged()
› Attributes:Writable
writeByteOrderMark

This property holds whether to write the Byte Order Mark (BOM) EF BB BF as the first characters to the output. These BOM characters indicate that UTF-8 encoding should be used when reading the file.

This property was introduced in InCore 2.1.

› Type:Boolean
› Default:false
› Signal:writeByteOrderMarkChanged()
› Attributes:Writable
writeHeader

This property holds whether to write a header with the column names (DataObject.name) to the output.

› Type:Boolean
› Default:true
› Signal:writeHeaderChanged()
› Attributes:Writable
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in CsvWriter objects. The most recently occurred error is stored in the error property.

Name Value Description
CsvWriter.NoError 0 No error occurred or was detected.
CsvWriter.OutputNotSetError 1 Output not set.
CsvWriter.OutputOpenError 2 Could not open output.
OutputMode

This enumeration describes the output mode which defines how new rows are written to the output.

Name Value Description
CsvWriter.OutputAppend 0 Always append rows to the output. This mode sets the IoDevice.append property to true and clears the IoDevice.truncate and IoDevice.unbuffered properties.
CsvWriter.OutputTruncate 1 Truncate the output on every submission to make it always contain only one row with the latest data. This mode clears the IoDevice.append property and sets the IoDevice.truncate and IoDevice.unbuffered properties to true.
CsvWriter.OutputCustom 2 Open the output without changing the IoDevice.append, IoDevice.truncate and IoDevice.unbuffered properties. This allows implementing a custom output mode by setting these properties manually.
RotationMode

This enumeration describes all supported modes for rotating files periodically.

Name Value Description
CsvWriter.NoRotation 0 Disable periodical file rotation.
CsvWriter.RotateMinutely 1 Rotate every minute with file suffix <yyyyMMddTHHmm>.
CsvWriter.RotateHourly 2 Rotate every hour with file suffix <yyyyMMddTHH00>.
CsvWriter.RotateDaily 3 Rotate every day with file suffix <yyyyMMdd>.
CsvWriter.RotateWeekly 4 Rotate every week with file suffix <yyyyWW>.
CsvWriter.RotateMonthly 5 Rotate every month with file suffix <yyyyMM>.
CsvWriter.RotateYearly 6 Rotate every year with file suffix <yyyy>.
Example
import InCore.Foundation 2.5

Application {

    // record measurements and append new lines after all data objects have been updated
    CsvWriter {
        id: writer1
        Repeater on objects {
            model: 3
            Measurement {
                id: measurement
                name: "meas" + index
                property var updateTimer : Timer {
                    interval: 1000
                    running: true
                    onTriggered: measurement.data = Math.random() * 100;
                }
            }
        }

        output: File {
            fileName: "all-values.csv"
            storage: LocalStorage { }
        }

        outputMode: CsvWriter.OutputAppend
        submitMode: CsvWriter.SubmitOnCompleteDataset
    }

    // continuously update a file in memory which always contains only one line with the most recent values
    CsvWriter {
        objects: writer1.objects

        output: File {
            unbuffered: true
            fileName: "current-values.txt"
            storage: InMemoryStorage { }
        }

        writeHeader: false
        delimiter: " "
        outputMode: CsvWriter.OutputTruncate
        submitMode: CsvWriter.SubmitOnAnyChange
    }
}

DataObject

Description

The DataObject object provides common properties and metadata for all kinds of objects storing data.

› Inherits:Object
› Inherited by:ConfigurationItem, DateTime, Event, Measurement
Properties
data

This property holds the actual data represented by the object. It can be of any of the supported data types. Any actual changes to value or type of the value will trigger the dataChanged() signal.

› Type:Variant
› Signal:dataChanged()
› Attributes:Writable
dataType

This property can be used to explicitely specify the data type for cases where the data property is not yet initialized and the default data value has is used instead. This is primarily used for initializing database table structures with correct data types for the columns.

› Type:DataType
› Default:DataObject.Invalid
› Signal:dataTypeChanged()
› Attributes:Writable, Optional
description

This property holds a description of the data object and may contain an arbitrarily formatted string, usually used for display and user interface purposes.

› Type:String
› Signal:descriptionChanged()
› Attributes:Writable, Optional
name

This property holds the name of the data object and may contain an arbitrarily formatted string, usually used for display and user interface purposes.

› Type:String
› Signal:nameChanged()
› Attributes:Writable, Optional
timestamp

This property holds a timestamp in milliseconds of the last data update. The timestamp is updated even if writing the data property did not actually change it due to identical data. It therefore can be used to retrieve, e.g. the time of the last successful measurement or when an event was fired.

› Type:SignedBigInteger
› Signal:timestampChanged()
› Attributes:Writable
uuid

This property holds a UUID (Universally Unique Identifier). The UUID can be used for identifying data objects across applications.

› Type:String
› Signal:uuidChanged()
› Attributes:Writable, Optional
view

This property holds an optionally attached view for the data object. Views are used for representing and displaying a DataObject in a user-defined frontend. See the documentation of DataObjectView for details.

› Type:DataObjectView
› Signal:viewChanged()
› Attributes:Writable, Optional
Methods
touch()

This method updates the timestamp in the timestamp property. This method is called automatically whenever the data property is changed.

Enumerations
DataType

This enumeration describes all possible types of data which can be represented by the data property.

Name Value Description
DataObject.Invalid 0 An invalid data type used for representing null values.
DataObject.Boolean 1 A boolean which can be true or false.
DataObject.Date 2 A date object representing a calendar date without time.
DataObject.Time 3 A time object representing a relative time without a date.
DataObject.DateTime 4 A date time object representing an absolute date and time.
DataObject.Float 5 A single precision floating point number.
DataObject.Double 6 A double precision floating point number.
DataObject.SignedInteger 7 A signed 32 bit integer.
DataObject.UnsignedInteger 8 An unsigned 32 bit integer.
DataObject.SignedBigInteger 9 A signed 64 bit integer.
DataObject.UnsignedBigInteger 10 An unsigned 64 bit integer.
DataObject.String 11 A variable-length UTF-8 character string.
DataObject.StringList 12 A list of variable-length UTF-8 character strings.
DataObject.SignedSmallInteger 13 A signed 16 bit integer.
DataObject.UnsignedSmallInteger 14 An unsigned 16 bit integer.
Example
import InCore.Foundation 2.5

Application {

    DataObject {
        id: testObject
        // name of this object - used for example by DataObjectWriters (e.g. CsvWriter)
        name: "Awesome object"
        description: "This is your awesome object example."
        // data can be of any supported data type but usually it is some numeric value
        data: 42
        // a signed 64 bit integer
        dataType: DataObject.SignedBigInteger

        onTimestampChanged: console.log( "data has been changed to", data )
        view: DataObjectView {
            hidden: false // default
            readOnly: true // only a hint for the frontend
            orderIndex: 0 // would appear at first if other widget would be added
            widget: DataObjectView.Slider // show a read only slider
        }
    }
}

DataObjectGroup

Description

The DataObjectGroup object provides a container to group DataObject instances while providing the additional properties name and description. This can be useful to model and use DataObject hierarchies through Repeater and Gather. When working with Measurement objects only, the specialized MeasurementGroup object can be used instead.

› Inherits:Object
› Inherited by:MeasurementGroup
Properties
description

This property holds a user-defined description for the data object group.

› Type:String
› Signal:descriptionChanged()
› Attributes:Writable
name

This property holds a user-defined name for the data object group.

› Type:String
› Signal:nameChanged()
› Attributes:Writable
objects

This property holds a list of DataObject (or subclass) objects to group.

› Type:List<DataObject>
› Signal:objectsChanged()
› Attributes:Readonly
Signals
objectsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the objects list itself emitted the dataChanged() signal.

DataObjectView

Description

The DataObjectView object contains settings and data for representing and displaying a DataObject in a user-defined frontend. This allows modelling generic and dynamic user interfaces. None of the properties are evaluated or used by any InCore objects so that no restrictions apply. However some objects with ConfigurationItem properties may provide sensible and generic default values for some properties such as widget and widgetData.

› Inherits:Object
› Inherited by:MeasurementView
Properties
color

This property holds the color to use for visualizing the data, e.g. the measurement curve in a plot.

This property was introduced in InCore 2.4.

› Type:String
› Signal:colorChanged()
› Attributes:Writable
decimals

This property holds the number of digits after the decimal point to show for DataObject.Float or DataObject.Double data in widgets such as spinboxes.

This property was introduced in InCore 2.4.

› Type:SignedInteger
› Default:0
› Signal:decimalsChanged()
› Attributes:Writable
disabled

This property holds whether the view/widget should be disabled.

› Type:Boolean
› Default:false
› Signal:disabledChanged()
› Attributes:Writable
hidden

This property holds whether the view/widget should be hidden.

› Type:Boolean
› Default:false
› Signal:hiddenChanged()
› Attributes:Writable
orderIndex

This property holds an index which can be evaluated by a frontend do determine how to order views/widgets.

› Type:SignedInteger
› Default:0
› Signal:orderIndexChanged()
› Attributes:Writable
placeholder

This property holds the placeholder for the input widget which usually is shown if no value has been entered yet.

› Type:String
› Signal:placeholderChanged()
› Attributes:Writable
range

This property holds the range which to display or allow for input, usually a minimum and a maximum value.

This property was introduced in InCore 2.4.

› Type:List
› Signal:rangeChanged()
› Attributes:Writable
readOnly

This property holds whether the view/widget should be read-only. If set to true no changes should be allowed. This property is intended as an indication for the frontend only. This means even if set to true neither the DataObject nor the DataObjectView will prevent actual writes to the DataObject.data property.

› Type:Boolean
› Default:false
› Signal:readOnlyChanged()
› Attributes:Writable
stepSize

This property holds the step size for widgets such as spinboxes or sliders.

This property was introduced in InCore 2.4.

› Type:Double
› Default:1
› Signal:stepSizeChanged()
› Attributes:Writable
toolTip

This property holds the tooltip for the widget which is shown when hovering with the mouse.

› Type:String
› Signal:toolTipChanged()
› Attributes:Writable
widget

This property holds an enumeration value for the frontend indicating which kind of widget to use for the related DataObject. See the Widget enumeration for details.

› Type:DataObjectView.Widget
› Default:DataObjectView.NoWidget
› Signal:widgetChanged()
› Attributes:Writable
widgetData

This property holds the data in any representation required for populating or operating the specified widget. This is mainly used for widgets that allow the user to select one or more items. In such cases a list of items can be specified here. In either case the data and its format entirely depend on the frontend used and is not processed by any InCore objects.

› Type:Variant
› Signal:widgetDataChanged()
› Attributes:Writable
widgetDataMap

This property holds the widget-specific data in a special map representation. This may be required for widgets such as comboboxes where keys are used internally and values displayed as choices to the user.

› Type:Map
› Attributes:Readonly
widgetWidth

This property holds the width of the widget which allows specifying relative widget sizes.

› Type:SignedInteger
› Default:100
› Signal:widgetWidthChanged()
› Attributes:Writable
Enumerations
Widget

This enumeration describes predefined values for the widget property.

Name Value Description
DataObjectView.NoWidget 0 Use none of the predefined widgets.
DataObjectView.Label 1 Use a simple text label for informational purposes.
DataObjectView.TextInput 2 Use a text input widget allowing the user to enter text.
DataObjectView.Slider 3 Use a slider widget to quickly adjust a number value.
DataObjectView.Switch 4 Use a switch widget to toggle a boolean value.
DataObjectView.Combobox 5 Use a combobox widget to select from a number of items.
DataObjectView.Gauge 6 Display the data value in a gauge.
DataObjectView.Chart 7 Display the data value in a chart.
DataObjectView.SpinBox 8 Use a spinbox widget for number input.
DataObjectView.EditableCombobox 9 Use a combobox which allows editing the text.
DataObjectView.PasswordField 10 Use text field widget which shows asterisks instead of the actual input.
Example

See DataObject example on how to use DataObjectView.

DataObjectWriter

Description

The DataObjectWriter object holds common properties and provides common mechanisms for writing a set of DataObject objects to an external resource such as a file or database. Submission mode and interval can be configured through the submitMode and submitInterval properties. The number of written datasets can be retrieved using the datasetCount property.

DataObjectWriter is an abstract base object and thus can’t be used directly. Instead inheriting objects such as CsvWriter or DatabaseTable have to be instantiated.

› Inherits:Object
› Inherited by:CsvWriter
Properties
datasetCount

This property holds the current number of datasets stored in the destination resource, e.g. lines in a CSV file or rows in a database table. This number does not necessarily have to be equal to the number of datasets written in the current session.

› Type:SignedInteger
› Attributes:Readonly
objects

This property holds a list of DataObject objects which to write to the destination resource.

› Type:List<DataObject>
› Signal:objectsChanged()
› Attributes:Readonly
running

This property holds whether the periodical data submission via submitMode and submitInterval is enabled. This allows configuring a fixed interval and start or stop data submission using this property.

› Type:Boolean
› Default:true
› Signal:runningChanged()
› Attributes:Writable
submitInterval

This property holds the interval in ms between automated calls of the submit() method when submitMode is set to DataObjectWriter.SubmitPeriodically. A value of 0 disables automatic data submission.

› Type:SignedInteger
› Default:0
› Signal:submitIntervalChanged()
› Attributes:Writable
submitMode

This property holds the mode which defines how and when to submit datasets to the destination resource.

› Type:SubmitMode
› Default:DataObjectWriter.SubmitManually
› Signal:submitModeChanged()
› Attributes:Writable
Methods
close()

This method closes the destination resource. When closed no more data can be submitted. This method usually doesn’t have to be called manually.

open()

This method opens the destination resource for writing. It returns true on success, otherwise false. Errors may be raised by the specific object implementation. This method is called automatically upon data submission and doesn’t have to be called manually in most cases.

› Returns:Boolean
submit()

This method submits a new dataset to the destination resource, i.e. a new row in the output file or a database table. A dataset consists of all configured objects and usually is represented as a row in the destination resource. Instead of calling this method manually one of the submit modes should be configured through the submitMode property. On success, true is returned, otherwise false.

› Returns:Boolean
sync()

This method synchronizes any pending data or buffers to the target resource or storage. It can be called before ejecting or unmounting the underlying storage, e.g. an USB drive. In case no buffering is desired at all, appropriate modes for the target resource should be configured instead, e.g. IoDevice.unbuffered for I/O devices and files.

truncate()

This method removes all previously written datasets from the destination resource, e.g. truncate an output file or remove all rows in a database table.

Signals
objectsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the objects list itself emitted the dataChanged() signal.

submitted()

This signal is emitted when objects have been successfully submitted.

This signal was introduced in InCore 2.3.

truncated()

This signal is emitted when objects have been truncated.

This signal was introduced in InCore 2.3.

Enumerations
SubmitMode

This enumeration describes the mode which specifies when and under which circumstances data objects should be submitted to the target. Depending on the inheriting object this can be writing a data row to a CSV file or inserting a data row in a database table.

Name Value Description
DataObjectWriter.SubmitManually 0 Submit data objects manually whenever submit() is called.
DataObjectWriter.SubmitPeriodically 1 Submit periodically depending on submitInterval and running.
DataObjectWriter.SubmitOnAnyChange 2 Submit whenever any data object changes.
DataObjectWriter.SubmitOnCompleteDataset 3 Submit once a dataset is complete, i.e. all data objects have changed since last submission.

DateTime

Description

The DateTime object represents a date including a time to specify a certain absolute point in time. It provides mechanisms for easily formatting a date and/or time into a string, handling timezones and querying precise milliseconds-based timestamps from the system.

› Inherits:DataObject
Properties
currentMSecsSinceEpoch

This property holds the number of milliseconds since 1970-01-01T00:00:00 Universal Coordinated Time. This number is like the POSIX time_t variable, but expressed in milliseconds instead.

Note

For performance reason this property is not updated automatically and has to be read explicitely whenever required. This property therefore can’t be used in bindings expressions and is only evaluated once.

› Type:SignedBigInteger
› Attributes:Readonly
currentSecsSinceEpoch

This property holds the number of seconds since 1970-01-01T00:00:00 Universal Coordinated Time.

› Type:SignedBigInteger
› Signal:currentSecsSinceEpochChanged()
› Attributes:Readonly
dateFormat

This property holds the used dateFormat to format string, if formatString is left blank.

› Type:DateFormat
› Default:DateTime.FormatText
› Signal:dateFormatChanged()
› Attributes:Writable
formatString

This property holds the format string which is used to format string if set.

Format codes
d the day as number without a leading zero (1 to 31)
dd the day as number with a leading zero (01 to 31)
ddd the abbreviated localized day name (e.g. ‘Mon’ to ‘Sun’). Uses the system locale to localize the name
dddd the long localized day name (e.g. ‘Monday’ to ‘Sunday’). Uses the system locale to localize the name
M the month as number without a leading zero (1-12)
MM the month as number with a leading zero (01-12)
MMM the abbreviated localized month name (e.g. ‘Jan’ to ‘Dec’). Uses the system locale to localize the name
MMMM the long localized month name (e.g. ‘January’ to ‘December’). Uses the system locale to localize the name
yy the year as two digit number (00-99)
yyyy the year as four digit number
h the hour without a leading zero (0 to 23 or 1 to 12 if AM/PM display)
hh the hour with a leading zero (00 to 23 or 01 to 12 if AM/PM display)
H the hour without a leading zero (0 to 23, even with AM/PM display)
HH the hour with a leading zero (00 to 23, even with AM/PM display)
m the minute without a leading zero (0 to 59)
mm the minute with a leading zero (00 to 59)
s the whole second without a leading zero (0 to 59)
ss the whole second with a leading zero where applicable (00 to 59)
z the fractional part of the second, to go after a decimal point, without trailing zeroes (0 to 999)
zz the fractional part of the second, to millisecond precision, including trailing zeroes where applicable (000 to 999)
AP or A use AM/PM display. A/AP will be replaced by either “AM” or “PM”
ap or a use am/pm display. a/ap will be replaced by either “am” or “pm”
t the timezone abbreviation (for example “CEST”)
› Type:String
› Signal:formatStringChanged()
› Attributes:Writable
highPrecisionString

This property holds a formatted string including milliseconds. If a custom formatString is used it has to be ensured that it includes placeholders for milliseconds as these will be omitted otherwise.

Note

For performance reason this property is not updated automatically and has to be read explicitely whenever required. This property therefore can’t be used in bindings expressions and is only evaluated once.

› Type:String
› Attributes:Readonly
running

This property holds whether the currentSecsSinceEpoch property and corresponding properties such as string are updated automatically every second.

This property was introduced in InCore 2.5.

› Type:Boolean
› Default:true
› Signal:runningChanged()
› Attributes:Writable
string

This property holds a formatted and constantly updated string representing the current time. If formatString is set it is used for formatting, otherwise dateFormat is used.

› Type:String
› Signal:stringChanged()
› Attributes:Readonly
timeZone

This property holds the timezone which should used. Check availableTimeZones() for a list of all available time zone ids.

› Type:String
› Signal:timeZoneChanged()
› Attributes:Writable
Methods
availableTimeZones()

This method returns a list of all available time zones.

› Returns:StringList
parseToString(Variant data, DateTime.DateFormat dateFormat, String timeZone)
› Returns:String
Enumerations
DateFormat

This enumeration describes all supported predefined date formats.

Name Value Description
DateTime.FormatText 0 The default format, which includes the day and month name, the day number in the month, and the year in full. The day and month names will be short, localized names. This is basically equivalent to using the date format string, “ddd MMM d yyyy”.
DateTime.FormatISO 1 ISO 8601 extended format: yyyy-MM-ddTHH:mm:ss (e.g. 2019-04-02T10:30:29) or with a time-zone suffix (Z for UTC otherwise an offset as [+|-]HH:mm) if set.
DateTime.FormatLocalizedShort 6 The short version of day and month names, for example “Jan” as a month name.
DateTime.FormatLocalizedLong 7 The short version of day and month names, for example “January” as a month name.
DateTime.FormatRFC2822 8 RFC 2822, RFC 850 and RFC 1036 format: either [ddd,] dd MMM yyyy hh:mm[:ss] +/-TZ or ddd MMM dd yyyy hh:mm[:ss] +/-TZ.
DateTime.FormatISOWithMs 9 ISO 8601 extended format (DateTime.FormatISO) including milliseconds.
Example
import InCore.Foundation 2.5

Application {


    DateTime {
        id: dateTime0
        dateFormat: DateTime.FormatISO

        onStringChanged: console.log( "current date time is (human reable and unix)", string, currentSecsSinceEpoch )
    }

    DateTime {
        id: dateTime1
        formatString: "MMdd"

        onStringChanged: if( string === "0504" ) console.log( "May the fourth be with you!" )
    }

    DateTime {
        id: dateTime2
        dateFormat: DateTime.FormatISOWithMs
        // onHighPrecisionStringChanged will not work
    }

    Timer {
        interval: 500
        onTriggered: console.log( "high precision date time", dateTime2.highPrecisionString )
    }
}

DhcpServer

Description

The DhcpServer object holds properties required for a basic DHCP server functionality on a WiredNetworkInterface. For proper function the underlying network interface has to be configured with a static IP address.

› Inherits:Object
Properties
poolOffset

This property holds a number specifying the first IP address to assign to DHCP clients, i.e. 10 if IP addresses should start e.g. from 192.168.5.10.

› Type:SignedInteger
› Default:0
› Signal:poolOffsetChanged()
› Attributes:Writable
poolSize

This property holds a number specifying how many IP addresses to assign to DHCP clients starting from poolOffset.

› Type:SignedInteger
› Default:0
› Signal:poolSizeChanged()
› Attributes:Writable
Example
import InCore.Foundation 2.5

Application {
    NetworkConfiguration {
        // configure simple DHCP server on second ethernet interface
        WiredNetworkInterface {
            index: WiredNetworkInterface.Ethernet2
            mode: WiredNetworkInterface.ModeStatic
            address: "192.168.2.1/24"
            dhcpServer: DhcpServer {
                // assign 192.168.2.100 and 192.168.2.101 to clients
                poolOffset: 100
                poolSize: 2
            }
        }
    }
}

DockerContainer

Description

The DockerContainer object represents a Docker container configuration and provides methods for starting/stopping and running/executing commands in the container. Its parent object has to be a DockerService which implements the required mechanisms for the container operations and initially starts all enabled containers.

› Inherits:Object
Properties
cleanUpAtExit

This property holds whether to automatically remove the container after it has exited and restartPolicy is set to DockerContainer.NoRestart.

› Type:Boolean
› Default:true
› Signal:cleanUpAtExitChanged()
› Attributes:Writable
cleanUpAtStart

This property holds whether to automatically remove a potentially existing instance of the container identified by name before starting. If an instance with the same name exists, the container can’t be started otherwise.

› Type:Boolean
› Default:true
› Signal:cleanUpAtStartChanged()
› Attributes:Writable
enabled

This property holds whether the container is enabled, i.e. can be started. When enabled the container is started by DockerService automatically on start.

› Type:Boolean
› Default:true
› Signal:enabledChanged()
› Attributes:Writable
entryPoint

This property holds an alternative entrypoint, i.e. command to execute for running the container. See the official Docker documentation on ENTRYPOINT for details.

› Type:String
› Signal:entryPointChanged()
› Attributes:Writable
environment

This property holds a list of environment variables and their values for the container. See the official Docker documentation on environment variables for details.

› Type:StringList
› Signal:environmentChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or DockerContainer.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
hostname

This property holds the hostname to assign the Docker container. This allows other containers in the same network to connect to services in this container by hostname instead of IP address. See the official Docker documentation on containers and hostnames for details.

› Type:String
› Signal:hostnameChanged()
› Attributes:Writable
image

This property holds the name of the image and an optional version tag to run in the container. See the official Docker documentation on images for details.

› Type:String
› Signal:imageChanged()
› Attributes:Writable
mounts

This property holds a list of Docker mounts (i.e. local directories) which to provide in the container. See the DockerMount documentation for details.

› Type:List<DockerMount>
› Signal:mountsChanged()
› Attributes:Readonly
name

This property holds the name of the container. See the official Docker documentation on container names for details.

› Type:String
› Signal:nameChanged()
› Attributes:Writable
networkMode

This property holds the network mode for the container. See DockerContainer.NetworkMode and the official Docker documentation on networking for details.

This property was introduced in InCore 2.0.

› Type:NetworkMode
› Default:DockerContainer.Bridge
› Signal:networkModeChanged()
› Attributes:Writable
networks

This property holds a list of Docker networks which to connect the container to if networkMode is set to DockerContainer.Bridge. See the DockerNetwork documentation for details.

› Type:List<DockerNetwork>
› Signal:networksChanged()
› Attributes:Readonly
ports

This property holds a list of ports to forward from the container to the host interface. See the official Docker documentation on incoming ports for details.

› Type:StringList
› Signal:portsChanged()
› Attributes:Writable
restartPolicy

This property holds a setting which specifies how and when a container should be restarted on exit. See the DockerContainer.RestartPolicy enumeration for details.

› Type:RestartPolicy
› Default:DockerContainer.RestartOnFailure
› Signal:restartPolicyChanged()
› Attributes:Writable
running

This property holds whether the container is currently running. This property is updated by start() and stop().

› Type:Boolean
› Default:false
› Signal:runningChanged()
› Attributes:Readonly
seccompProfile

This property holds the path to a custom seccomp profile file. This allows to customize the system calls which the container is allowed to use. See the official Docker documentation on seccomp security profiles for details.

This property was introduced in InCore 2.1.

› Type:String
› Signal:seccompProfileChanged()
› Attributes:Writable
volumes

This property holds a list of Docker volumes which to provide in the container. See the DockerVolume documentation for details.

› Type:List<DockerVolume>
› Signal:volumesChanged()
› Attributes:Readonly
workingDirectory

This property holds an alternative working directory, i.e. the directory in which to execute commands via DockerContainer.run() or DockerContainer.execute(). See the official Docker documentation on WORKDIR for details.

This property was introduced in InCore 2.2.

› Type:String
› Signal:workingDirectoryChanged()
› Attributes:Writable
Methods
execute(String command)

This method executes the given command in the container. The container has to be started before.

› Returns:Boolean
run(String command)

This method starts the container and runs the given command.

› Returns:Boolean
start()

This method starts the container if it is enabled and not running. It returns true if the container could be started successfully.

› Returns:Boolean
stop()

This method stops and removes the container if it is running. It returns true if the container has been stopped stopped and removed successfully.

› Returns:Boolean
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

mountsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the mounts list itself emitted the dataChanged() signal.

networksDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the networks list itself emitted the dataChanged() signal.

volumesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the volumes list itself emitted the dataChanged() signal.

Enumerations
Error

This enumeration describes all errors which can occur in DockerContainer objects. The most recently occurred error is stored in the error property.

Name Value Description
DockerContainer.NoError 0 No error occurred or was detected.
DockerContainer.ServiceNotFound 1 Service not found (parent is not a DockerService).
DockerContainer.ServiceNotRunning 2 DockerService not enabled or not running.
DockerContainer.ContainerNotRunning 3 Container is not running.
DockerContainer.ContainerStartFailed 4 Container could not be started e.g. due to invalid parameters or unavailable resources.
DockerContainer.ContainerAlreadyStarted 5 Container already started.
DockerContainer.MountWithoutStorage 6 Mount has no storage and no source path defined.
DockerContainer.MountSourcePathCreationFailed 7 Mount source path could not be created locally or on specified storage.
DockerContainer.InvalidMountSourcePath 8 Mount source path is not available and was not configured to be created automatically.
DockerContainer.InvalidVolumeConfiguration 9 Empty or invalid volume configuration (name or destination missing).
DockerContainer.InvalidNetworkConfiguration 10 Empty or invalid network configuration (name missing).
DockerContainer.InvalidName 11 Empty or invalid name.
DockerContainer.InvalidImage 12 Empty or invalid image.
DockerContainer.NetworkConnectionError 13 Failed to connect container to specified network(s).
NetworkMode

This enumeration describes the supported network modes for Docker containers. See the official Docker documentation on networking for details.

This enumeration was introduced in InCore 2.0.

Name Value Description
DockerContainer.Bridge 0 Use the bridge network driver for the container.
DockerContainer.Host 1 Use the host network driver for the container.
DockerContainer.Overlay 2 Use the overlay network driver for the container.
DockerContainer.MacVLAN 3 Use the macvlan network driver for the container.
DockerContainer.NoNetworking 4 Use the none network driver, i.e. disable networking for the container.
RestartPolicy

This enumeration describes the supported restart policies for Docker containers. See the official Docker documentation on restart policies for details.

Name Value Description
DockerContainer.NoRestart 0 Do not automatically restart the container when it exits.
DockerContainer.RestartOnFailure 1 Restart only if the container exits with a non-zero exit status.
DockerContainer.RestartUnlessStopped 2 Always restart the container regardless of the exit status, including on daemon startup, except if the container was put into a stopped state before the Docker daemon was stopped.
DockerContainer.RestartAlways 3 Always restart the container regardless of the exit status. With this policy the Docker daemon will try to restart the container indefinitely. The container will also always start on daemon startup, regardless of the current state of the container.
Example
import InCore.Foundation 2.5

Application {
    System {
        DockerService {
            DockerContainer {
                name: "nodered-example"
                image: "nodered/node-red:latest-minimal"
                ports: [ "1880:1880" ]
                environment: [ "FLOWS=myflows.json", "NODE_OPTIONS=--max_old_space_size=128" ]
                restartPolicy: DockerContainer.RestartAlways
            }
        }
    }
}

DockerMount

Description

The DockerMount object defines a Docker mount used to mount directories from the host system into Docker containers. Most functionalities and modes are supported through the DockerObject.driver and DockerObject.options properties. See the official Docker documentation on bind mounts and tmpfs mounts for more information on how to use Docker mounts.

› Inherits:Object
Properties
autoCreate

This property holds whether the source directory should be created automatically if it does not exist.

› Type:Boolean
› Default:true
› Signal:autoCreateChanged()
› Attributes:Writable
destination

This property holds an absolute path to use as mount point inside the container. All contents if the source directory will be available in this directory in the container.

› Type:String
› Signal:destinationChanged()
› Attributes:Writable
readOnly

This property holds whether to mount the source directory read-only into the container. This can be used as an additional security measure if the container does not need to write to the mount anyway.

› Type:Boolean
› Default:false
› Signal:readOnlyChanged()
› Attributes:Writable
source

This property holds an absolute path to the source directory which to mount into the container. If storage is set, storageSubDirectory has to be used instead.

› Type:String
› Signal:sourceChanged()
› Attributes:Writable
storage

This property holds the storage of which a sub directory shall be mounted into the container.

› Type:Storage
› Signal:storageChanged()
› Attributes:Writable
storageSubDirectory

This property holds a relative path specifying a sub directory on the configured storage which to mount into the container.

› Type:String
› Signal:storageSubDirectoryChanged()
› Attributes:Writable
Example
import InCore.Foundation 2.5

Application {
    System {
        DockerService {
            DockerContainer {
                name: "docker-mount-example"
                image: "arm32v7/nginx:latest"
                mounts: [
                    DockerMount {
                        source: "/storage/nginx/conf.d"
                        destination: "/etc/nginx/conf.d"
                        readOnly: true
                    }
                ]
            }
        }
    }
}

DockerNetwork

Description

The DockerNetwork object defines a Docker network used to connect Docker networks to each other. Most functionalities and modes (such as bridge, host and overlay networks) are supported through the DockerObject.driver and DockerObject.options properties. See the official Docker documentation for more information on how to use Docker networks.

› Inherits:DockerObject
Properties
internal

This property holds whether this network should be configured as an internal network used for connecting containers only. Internal networks can’t be accessed by the outside world.

› Type:Boolean
› Default:false
› Signal:internalChanged()
› Attributes:Writable
Example
import InCore.Foundation 2.5

Application {
    System {

        property var internalNetwork : DockerNetwork { id: internalNetwork; name: "example_internal"; internal: true; }

        DockerService {
            DockerContainer {
                name: "example-frontend"
                image: "example/frontend:latest"
                hostname: "frontend"
                ports: [ "80:80" ]
                networks: [ internalNetwork ]
            }
        }

        DockerService {
            DockerContainer {
                name: "example-backend"
                image: "example/backend:latest"
                hostname: "backend"
                networks: [ internalNetwork ]
            }
        }
    }
}

DockerObject

Description

The DockerObject object provides common properties and methods for all kinds of Docker resources such as DockerMount, DockerNetwork and DockerVolume.

› Inherits:Object
› Inherited by:DockerNetwork, DockerVolume
Properties
driver

This property holds the name of the driver used to provide this object. This depends on the type of the defined object. See the object-specific documentation for details.

› Type:String
› Signal:driverChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or DockerObject.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
name

This property holds the name of the object to define. This identifier usually may only consist of alphanumeric identifiers.

› Type:String
› Signal:nameChanged()
› Attributes:Writable
options

This property holds a list of options used by the driver. This depends on the type of the defined object and driver. See the object-specific documentation for details.

› Type:StringList
› Signal:optionsChanged()
› Attributes:Writable
Methods
create()

This method creates the described object, e.g. a Docker volume or network. Returns true on success. Otherwise it returns false if the object could not be created. In this case the error property indicates the failure reason.

› Returns:Boolean
remove()

This method removes the described object, e.g. a Docker volume or network. Returns true on success. Otherwise it returns false if the object could not be removed. In this case the error property indicates the failure reason.

› Returns:Boolean
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in DockerObject objects. The most recently occurred error is stored in the error property.

Name Value Description
DockerObject.NoError 0 No error occurred or was detected.
DockerObject.ServiceNotFound 1 Service not found (parent is not a DockerService).
DockerObject.ServiceNotRunning 2 DockerService not enabled or not running.
DockerObject.InvalidName 3 The name property is empty or invalid.
DockerObject.ObjectCreationError 4 Failed to create the object.

DockerService

Description

The DockerService object is a SystemService which manages Docker containers. On instantiation it initializes all DockerObject objects attached to its containers and starts all enabled containers afterards.

› Inherits:SystemService
Properties
containers

This property holds a list of Docker containers to manage and start.

› Type:List<DockerContainer>
› Signal:containersChanged()
› Attributes:Readonly
error

This property holds the most recently occurred error or DockerContainer.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
password

This property holds the password used to login to the Docker registry.

This property was introduced in InCore 1.1.

› Type:String
› Signal:passwordChanged()
› Attributes:Writable
registry

This property holds the name of a registry, i.e. the server name, to login with username and password. See the official Docker documentation on docker login for details.

This property was introduced in InCore 1.1.

› Type:String
› Signal:registryChanged()
› Attributes:Writable
username

This property holds the username used to login to the Docker registry.

This property was introduced in InCore 1.1.

› Type:String
› Signal:usernameChanged()
› Attributes:Writable
Methods
login()

This method logs in to a Docker registry. This method is called on instantiation automatically and usually does not have to be called manually. It returns true if the login was successful. Otherwise false is returned and error is set to DockerService.LoginError.

This method was introduced in InCore 1.1.

› Returns:Boolean
logout()

This method logs out from a Docker registry.

This method was introduced in InCore 1.1.

Signals
containersDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the containers list itself emitted the dataChanged() signal.

errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in DockerContainer objects. The most recently occurred error is stored in the error property.

Name Value Description
DockerService.NoError 0 No error occurred or was detected.
DockerService.LoginError 1 Docker registry login failed, likely due to invalid credentials.
Example

See DockerContainer example on how to use DockerService.

DockerVolume

Description

The DockerVolume object defines a Docker volume used to provide persistent storage to Docker containers. Most functionalities and modes are supported through the DockerObject.driver and DockerObject.options properties. See the official Docker documentation for more information on how to use Docker volumes.

› Inherits:DockerObject
Properties
destination

This property holds the destination path where the volume is mounted in the container.

› Type:String
› Signal:destinationChanged()
› Attributes:Writable
readOnly

This property holds whether this volume should be provided read-only for the container. Read-only volumes can be used to provide configuration files and other static data.

› Type:Boolean
› Default:false
› Signal:readOnlyChanged()
› Attributes:Writable
Example
import InCore.Foundation 2.5

Application {
    System {
        DockerService {
            DockerContainer {
                name: "docker-postgresql-example"
                image: "arm32v7/postgres:alpine"
                volumes: [ DockerVolume { name: "postgresdata"; destination: "/var/lib/postgresql/data" } ]
            }
            DockerContainer {
                name: "docker-nodered-example"
                image: "nodered/node-red:latest-minimal"
                ports: [ "1880:1880" ]
                volumes: [ DockerVolume { name: "nodereddata"; destination: "/data" } ]
            }
        }
    }
}

ErrorCollector

Description

The ErrorCollector object collects errors from a list of objects and triggers an internal event populated with the data of the most recently occurred error. The object has to be a children of an EventLog object so that the internal event is sent to the configured EventLog.outputs.

› Inherits:EventLogItem
Properties
currentEvent

This property holds an Event object which represents the most recently occurred error. While most properties are set and updated internally, the Event.severity property can be changed to a custom value. This way the filtering and processing of error events in EventOutput objects can be customized. Per default the severity of this event is set to Event.Error.

› Type:Event
› Signal:currentEventChanged()
› Attributes:Readonly
objects

This property holds a list of objects to monitor for errors. The monitored objects need to have at least one of the properties error or errorString and should have an errorOccurred() signal. See the example for information on how to add such properties and signals in custom objects.

› Type:List
› Signal:objectsChanged()
› Attributes:Writable
Example
import InCore.Foundation 2.5

Application {

    File {
        // file without storage will raise an error when opened
        id: file
        fileName: "test.txt"
    }

    // polling on property which does not support polling will an raise error
    Polling on name {
        id: polling
        interval: 1000
    }

    // create custom object with errorString property
    Object {
        id: customObject
        property string errorString;

        function doSomething() {
            errorString = "Something bad happened";
        }
    }

    // create custom object with errorOccurred signal - the event description will be empty due to the
    // missing errorString property
    Object {
        id: customObjectWithSignal
        signal errorOccurred();

        function doSomething() {
            errorOccurred()
        }
    }

    EventLog {
        // print events to console
        outputs: [ EventJournal { } ]

        // collect errors from objects defined above
        ErrorCollector {
            objects: [ file, sms, polling, customObject, customObjectWithSignal ]
        }
    }

    onCompleted: {
        // trigger errors
        file.open();
        customObject.doSomething()
        customObjectWithSignal.doSomething()
    }
}

Event

Description

The Event object represents a system or runtime event which is sent to certain EventOutput objects whenever it is triggered.

› Inherits:DataObject
Properties
category

This property is optional and can be set to group events. This property can be used for filtering within EventOutput. If no category is set and the event is child of an EventGroup the category of the group is used.

› Type:EventCategory
› Signal:categoryChanged()
› Attributes:Writable, Optional
errorCode

This property holds a user-defined, system- or application-specific error code and can be used for data modelling purposes. Its value is not evaluated by any InCore object.

› Type:SignedInteger
› Default:0
› Signal:errorCodeChanged()
› Attributes:Writable, Optional
severity

This property holds the severity of this event. If the event is child of an EventGroup and the severity property of the event equals Event.NoSeverity the severity of the event group is used instead.

› Type:Severity
› Default:Event.NoSeverity
› Signal:severityChanged()
› Attributes:Writable, Optional
Methods
trigger()

This method triggers the event. If the event belongs to an EventLog with one or multiple attached EventOutput objects it will be forwarded to these outputs. Depending on the configured filters it either will be discarded or handled by the respective output.

Enumerations
Severity

This enumeration describes all possible types of data which can be represented by the DataObject.data property.

Name Value Description
Event.NoSeverity 0 The event has no dedicated severity and will match any severity filters.
Event.Debug 1 The event is only relevant for debugging the application.
Event.Information 2 Events of this severity are used for informational purposes, e.g. information on the current operating status.
Event.Warning 3 Events of this severity signal deviations from the normal operating state.
Event.Error 4 An error occurred and usually requires actions to be taken.
Event.Fatal 5 A fatal error occurred which usually leads to a system failure.
Example
import InCore.Foundation 2.5

Application {

    Timer {
        interval: 5000
        onTriggered: timerEvent.trigger()
    }

    EventLog {
        //define categories to group events - its id can be handled in the outputs

        EventCategory {
            id: deviceCategory
        }

        //each Event in the group will get the groups category and severity, besides it overrides them
        EventGroup {
            category: deviceCategory
            severity: Event.Error
            Event {
                id: omniscientEvent
                errorCode: 42
                name: "omniscient event"
                description: "the answer to life, the universe and everything"
                severity: Event.Information
            }
            Event {
                id: timerEvent
                name: "Timer event"
                description: "the timer timed out"
            }
        }

        //each event will be delivered to all outputs, but only handled if the filtering based on category or severity matches
        outputs: [ journal ]
    }

    //this outputs date, time, name and description of the event to the journal if the category matches
    EventJournal {
        id: journal
    }
}

EventCategory

Description

The EventCategory object a user defined object to group Event objects. A EventOutput can be used to output only events of a certain category.

› Inherits:EventLogItem
Properties
Example

See EventLog example on how to use EventCategory.

EventGroup

Description

The EventGroup object is a container which groups Event objects for example in a EventLog. It can be used to assign a severity or a EventCategory to events.

› Inherits:EventLogItem
Properties
category

This property holds the EventCategory of the group. If the elements in events have no category assigned this one is used.

› Type:EventCategory
› Signal:categoryChanged()
› Attributes:Writable, Optional
events

This property holds a list of Event objects.

› Type:List<Event>
› Signal:eventsChanged()
› Attributes:Readonly
severity

This property holds the severity of the group. If the elements in events have no severity assigned this one is used.

› Type:Event.Severity
› Default:Event.NoSeverity
› Signal:severityChanged()
› Attributes:Writable, Optional
Signals
eventsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the events list itself emitted the dataChanged() signal.

Example

See EventLog example on how to use EventGroup.

EventJournal

Description

The EventJournal object is an EventOutput which formats the current date time, Event::name and Event::description to a string in one line and prints it to stdout. While debugging the output is forwarded to the debugger and visible in the appropriate view. In production the output is collected by the operating systems logging system and can be examined through journalctl.

› Inherits:EventOutput
Properties
Example

See Event example on how to use EventJournal.

EventLog

Description

The EventLog object is used to couple EventOutputs with EventLogItems for example a EventGroup. Each event is delivered to all outputs. Internally this object is used to redirect Event.trigger() calls to the outputs.

› Inherits:Object
Properties
items

This property holds a list of EventLogItem objects. Each event will be delivered to all outputs.

› Type:List<EventLogItem>
› Signal:itemsChanged()
› Attributes:Readonly
outputs

This property holds a list of outputs.

› Type:List<EventOutput>
› Signal:outputsChanged()
› Attributes:Readonly
Signals
itemsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the items list itself emitted the dataChanged() signal.

outputsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the outputs list itself emitted the dataChanged() signal.

Example
import InCore.Foundation 2.5
import InCore.Database 2.5

Application {

    Timer {
        interval: 5000
        onTriggered: timerEvent.trigger()
    }

    EventLog {
        // define categories to group events - its id can be handled in the outputs
        EventCategory {
            id: customCategory
        }
        EventCategory {
            id: deviceCategory
        }

        // each Event in the group will inherit the groups category and severity except for it overrides them
        EventGroup {
            category: customCategory
            severity: Event.Warning
            Event {
                id: omniscientEvent
                errorCode: 42
                name: "omniscient event"
                description: "the answer to life, the universe and everything"
            }
            Event {
                id: timerEvent
                name: "Timer event"
                description: "the timer timed out"
            }
        }

        EventGroup {
            severity: Event.Information
            Event {
                id: deviceStartedEvent
                name: "device started"
                description: "the device was started"
                category: deviceCategory
            }
        }

        // each event will be delivered to all outputs, but only handled if the filtering based on category or severity matches
        outputs: [ journal, writer ]
    }

    // this outputs date, time, name and description of the event to the journal if the category matches
    EventJournal {
        id: journal
        filterCategories: [ deviceCategory ]
    }

    // write everything with minimum severity level 'information' to the database
    DatabaseEventWriter {
        id: writer
        filterMinimumSeverity: Error.Information
    }

    onCompleted: deviceStartedEvent.trigger()
}

EventLogFile

Description

The EventLogFile object is a EventOutput and writes events to a IoDevice for example a File. Each event is printed in a new line prefixed with the current date and time and the event’s severity. The log() method can be used to print messages to the IoDevice directly.

› Inherits:EventOutput
Properties
dateTime

This property holds a DateTime object whose DateTime.highPrecisionString property is used to format the date for log messages. It can be used to customize the date formatting.

› Type:DateTime
› Signal:dateTimeChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or EventLogFile.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
output

This property holds the output device (e.g. File) to which the log messages are written.

› Type:IoDevice
› Signal:outputChanged()
› Attributes:Writable
outputMode

This property holds the output mode which specifies how to open the output at start, i.e. append messages or start from scratch everytime.

› Type:OutputMode
› Default:EventLogFile.OutputAppend
› Signal:outputModeChanged()
› Attributes:Writable
Methods
log(args)

This method prints a new line to the IoDevice. Each line consists of a date time and the given arguments separated by space.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in EventLogFile objects. The most recently occurred error is stored in the error property.

Name Value Description
EventLogFile.NoError 0 No error occurred or was detected.
EventLogFile.OutputNotSetError 1 Output not set.
EventLogFile.OutputOpenError 2 Could not open output.
OutputMode

This enumeration describes the output mode of the EventLogFile.

Name Value Description
EventLogFile.OutputAppend 0 Append lines at the end of output. The file is never deleted or truncated with this mode.
EventLogFile.OutputTruncate 1 Truncate the file each time it is opened, i.e. every application start or whenever opened and closed manually.
Example
import InCore.Foundation 2.5

Application {

    EventLogFile {
        id: logFile
        // log to file stored on persistent local storage
        output: File {
            storage: LocalStorage { }
            fileName: "myapp.log"
        }
    }

    onCompleted: logFile.log("App started with random value", Math.random())
}

EventLogItem

Description

The EventLogItem object is the base object for all kinds of items within an EventLog object. It can’t be used directly and is available for internal purposes only. Use dedicated items instead:

› Inherits:Object
› Inherited by:ErrorCollector, EventCategory, EventGroup
Properties

EventOutput

Description

The EventOutput object is the base object for all kinds of items which transform or handle events. It defines some overall properties for filtering which of the given events should be handled. This object can’t be used directly and is available for internal purposes only. Use dedicated items instead:

› Inherits:Object
› Inherited by:EventJournal, EventLogFile
Properties
filterCategories

This property holds a list of EventCategory objects. Given Event objects will only be handled if its Event.category property matches with one item of this list. Leaving this property blank, disables this constraint.

› Type:List<EventCategory>
› Signal:filterCategoriesChanged()
› Attributes:Readonly
filterExactSeverity

This property holds the severity a given Event has to match to be handled. This property is implemented as an exclusive or with filterMinimumSeverity. Leaving this property set to Event.NoSeverity to disable this constraint.

› Type:Event.Severity
› Default:Event.NoSeverity
› Signal:filterExactSeverityChanged()
› Attributes:Writable
filterMinimumSeverity

This property holds the minimum serverity a given Event has to have to be handled. This property is implemented as an exclusive or with filterExactSeverity. Leaving this property set to Event.NoSeverity to disable this constraint.

› Type:Event.Severity
› Default:Event.NoSeverity
› Signal:filterMinimumSeverityChanged()
› Attributes:Writable
Signals
filterCategoriesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the filterCategories list itself emitted the dataChanged() signal.

FifoBuffer

Description

The FifoBuffer object implements a buffer based on the FIFO (First-In-First-Out) principle. It can be either used as a queue which grows whenever a producer writes to it and shrinks whenever a consumer reads from it. Alternatively a ring-buffer-like behaviour can be achieved by limiting the size of the FIFO buffer through the maximumSize property.

› Inherits:List
Properties
input

This property holds the input of the FIFO buffer. Whenever the input is written it is added to the FIFO, i.e. to the front of List.items. If the new FIFO size exceeds maximumSize the least-recently added item is removed.

› Type:Variant
› Signal:inputChanged()
› Attributes:Writable
maximumSize

This property holds the desired maximum size of the FIFO buffer. The FIFO buffer will never contain more items than specified by this property. Leave at 0 to implement a queue which is always to be drained manually through the read() method.

› Type:SignedInteger
› Default:0
› Signal:maximumSizeChanged()
› Attributes:Writable
output

This property holds the output of the FIFO buffer, i.e. the last item of List.items. This property is updated automatically.

› Type:Variant
› Signal:outputChanged()
› Attributes:Readonly
size

This property holds the current size of the FIFO buffer, i.e. the number of items in the List.items property. This property is provided for convenience only and equals to items.length.

› Type:SignedInteger
› Signal:sizeChanged()
› Attributes:Readonly
Methods
read()

This method reads the output of the FIFO buffer. This is the same as reading from the output property except for the additional removal of the read data from the FIFO buffer. If the FIFO buffer is empty, an invalid value (undefined) is returned.

› Returns:Variant
write(Variant data)

This method writes the given data into the FIFO buffer. This is the same as writing/updating the input property.

Example
import InCore.Foundation 2.5
import InCore.Modbus 2.5

Application {

    // calculate the 5 second average of the (fake) measurements taken every 50 ms
    property var measurementInterval: 50
    property var averagingInterval: 5000

    Measurement {
        ReduceList on data {
            source: FifoBuffer {
                id: fifoBuffer
                maximumSize: averagingInterval / measurementInterval
                property var timer : Timer {
                    interval: measurementInterval
                    onTriggered: fifoBuffer.write( Math.random() )
                }
            }
            accumulatorInitValue: 0
            eval: accumulator + item / source.items.length;
        }
        onDataChanged: console.log("Average of", fifoBuffer.items.length, "measurements:", data)
    }

    // calculate electric charge (ampere hours) from a charge rate retrieved through a fictional Modbus register

    ModbusRegister {
        id: chargeRateInAmpere
        dataType: ModbusRegister.Float
        address: 123
        count: 2
        Polling on data {
            interval: 1000
        }
    }

    Measurement {
        ReduceList on data {
            source: FifoBuffer {
                maximumSize: 3600
                input: chargeRateInAmpere.data
            }
            accumulatorInitValue: 0
            eval: accumulator + item
        }
        onDataChanged: console.log("Total charge:", data, "Ah")
    }
}

File

Description

The File object is an IoDevice object allowing to read,:ref:write <method_IoDevice_write> and remove files. In general a file is always stored on a certain storage which also predefines the absolute path to the file. A relative path (i.e. subdirectories) may be included in the file name.

› Inherits:IoDevice
Properties
error

This property holds the most recently occurred error or File.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
fileName

This property holds the name of the file. It is always relative to the storage which this file is stored on. The file name has to be set before the file is opened.

› Type:String
› Signal:fileNameChanged()
› Attributes:Writable
storage

This property holds a reference to the storage which the file is stored on. It has to be set before the file is opened.

› Type:Storage
› Signal:storageChanged()
› Attributes:Writable
Methods
remove()

This method removes the file specified by fileName and stored on storage.

› Returns:Boolean
sync()

This method calls IoDevice.flush() and tells the operating system to write all pending data to its storages. Calling this method might block the program execution for a while depending on the amount of data to be written.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in File objects. The most recently occurred error is stored in the error property.

Name Value Description
File.NoError 0 No error occurred or was detected.
File.InvalidStorageError 1 None or invalid storage set.
File.StoragePathError 2 Error while creating directories on storage.
File.OpenError 3 Error while opening file likely due to permission problem.

Gather

Description

The Gather object is a PropertyModifier object which gathers references to objects and stores them in a target list. The behaviour of the gather operation is very flexible and can be customized through recursive and combinations of filters such as typeFilter, expressionFilter and nameFilter.

Like other objects, Gather monitors the source object and all of its subobjects for property changes and updates the target automatically.

The most typical use case is to flatten a hierarchical object structure into a list, optionally based on certain criteria.

› Inherits:PropertyModifier
Properties
deferUpdatesWhileDeserializing

This property holds whether to defer and combine updates when many related properties are changed in a row, e.g. when deserializing properties of the source object or one of its child objects. This can improve performance significantly however the list of gathered objects is not up to date until the property updates have been finished.

This property was introduced in InCore 2.0.

› Type:Boolean
› Default:true
› Signal:deferUpdatesWhileDeserializingChanged()
› Attributes:Writable
deferUpdatesWhileRepeatersUpdating

This property holds whether to defer and combine updates while one or multiple children of type Repeater are populating objects.

This property was introduced in InCore 2.0.

› Type:Boolean
› Default:true
› Signal:deferUpdatesWhileRepeatersUpdatingChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or Gather.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
expressionFilter

This property holds an expression which is used to filter objects. The expression is evaluated for each object and needs to evaluate to true in order to include an object in the target list. The respective object is provided in the item variable. This allows gathering only objects whose properties match certain criteria, e.g. a value above a threshold. See the Gather example for further details.

› Type:<QML expression>
› Signal:expressionFilterChanged()
› Attributes:Writable
nameFilter

This property holds a string or regular expression used to filter objects by name or Object.objectId. The name of each object has to contain the string or match the regular expression to be added to the target list.

› Type:String
› Signal:nameFilterChanged()
› Attributes:Writable
orderBy

This property holds an expression evaluating to a value by which to order the objects before inserting them into the target list. When left blank, the order of the objects is random and non-deterministic. The respective object is provided in the item variable. This also allows specifying the property of a subobject, e.g. item.view.orderIndex to sort DataObject objects by DataObjectView.orderIndex.

› Type:<QML expression>
› Signal:orderByChanged()
› Attributes:Writable, Optional
recursive

This property holds whether to search for objects recursively. When set to false only direct child objects of the source object and objects in list properties of the source object are gathered.

Note

When using Repeaters on list properties of the source object and Repeater.alternativeParent is set the populated objects do not become children of the source object. They therefore are only gathered (as children of the list property) when recursive is set to true.

› Type:Boolean
› Default:true
› Signal:recursiveChanged()
› Attributes:Writable
source

This property holds the source object which to gather objects from.

› Type:Object
› Signal:sourceChanged()
› Attributes:Writable
typeFilter

This property holds a component (QML/object type) which to filter objects. When set the target list contains only objects which either are exactly of the specified object type or inherit from it. This allows gathering e.g. only Measurement objects from a list or tree of DataObject objects.

› Type:<QML component>
› Signal:typeFilterChanged()
› Attributes:Writable
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in Gather objects. The most recently occurred error is stored in the error property.

Name Value Description
Gather.NoError 0 No error occurred or was detected.
Gather.InvalidPropertyType 1 Gather not supported for non-list property “”.
Gather.NotWritableError 2 Gather not supported for readonly property “”.
Gather.InvalidObjectTypeError 3 Can’t add incompatible object to property “”.
Gather.ObjectInsertionError 4 Error inserting object to property “”.
Gather.FilterExpressionError 5 Error while evaluating filter expression: <Unknown File>: .
Example
import InCore.Foundation 2.0

Application {

    property var dynMeas1;
    property var dynMeas2;

    ObjectArray {
        id: dataObjects

        // group with statically populated objects
        DataObjectGroup {
            DataObject { id: meas1; data: -10 }
            DateTime { id: dateTime }
            Measurement { id: meas2; data: 2 }
            property var meas3: Measurement { id: meas3; data: 3 }
        }

        // group with dynamically populated objects
        MeasurementGroup {
            onCompleted: {
                Qt.createQmlObject('import InCore.Foundation 2.5; DataObject { id: dynDO1; data: 10 }', this);
                Qt.createQmlObject('import InCore.Foundation 2.5; DataObject { id: dynDO2; data: 5.2 }', this);
                dynMeas1 = Qt.createQmlObject('import InCore.Foundation 2.5; Measurement { id: dynMeas1; data: 10 }', this);
                dynMeas2 = Qt.createQmlObject('import InCore.Foundation 2.5; Measurement { id: dynMeas2; data: 20 }', dynMeas1);
                // destroy object again so we should observe a decrease in number of gathered objects
                dynMeas2.destroy();
            }
        }
    }

    // gather all objects recursively
    List {
        Gather on items {
            source: dataObjects
        }
        onItemsChanged: console.log("Total object count:", items.length)

    }

    // gather all Temperature objects
    List {
        Gather on items {
            source: dataObjects
            typeFilter: Measurement { }
        }
        onItemsChanged: console.log("Measurement object count:", items.length)
        // log any changes of the gathered temperatures
        onDataChanged: console.log("Measurement", index, "changed to", items[index].data)
    }

    // gather all dynamically created objects
    List {
        Gather on items {
            source: dataObjects
            nameFilter: "dyn.*"
        }
        onItemsChanged: console.log("Number of dynamic objects:", items.length)
    }

    // gather all measurements with value above 10
    List {
        Gather on items {
            source: dataObjects
            typeFilter: Measurement { }
            expressionFilter: item.data > 10
        }
        onItemsChanged: console.log("Number of measurements with value above 10:", items.length)
    }

    // sort measurements by value
    List {
        Gather on items {
            source: dataObjects
            typeFilter: Measurement { }
            orderBy: item.data
        }
        onItemsChanged: {
            var values = []
            for( var key in items )
            {
                values.push(items[key].data);
            }
            console.log("Sorted measurement values:", values)
        }
    }

    // increase measurement value dynamically to observe changes in the list above
    Timer {
        running: true
        interval: 1000
        onTriggered: {
            dynMeas1.data++;
        }
    }
}

GeneralApplicationSettings

Description

The GeneralApplicationSettings object provides preinitialized ConfigurationItem objects for various general Application properties. The configuration items proxy the application’s properties so they are synchronized in both directions automatically.

› Inherits:ConfigurationObject
Properties
country

This property holds the proxied Application.country property.

› Type:Application.Country
› Signal:countryChanged()
› Attributes:Writable
countryItem

This property holds an internal ConfigurationItem instance for the country property.

› Type:ConfigurationItem
› Attributes:Readonly
language

This property holds the proxied Application.language property.

› Type:Application.Language
› Signal:languageChanged()
› Attributes:Writable
languageItem

This property holds an internal ConfigurationItem instance for the language property.

› Type:ConfigurationItem
› Attributes:Readonly
measurementSystem

This property holds the proxied Application.measurementSystem property.

› Type:Measurement.System
› Signal:measurementSystemChanged()
› Attributes:Writable
measurementSystemItem

This property holds an internal ConfigurationItem instance for the measurementSystem property.

› Type:ConfigurationItem
› Attributes:Readonly
timeZone

This property holds the proxied Application.timeZone property.

› Type:String
› Signal:timeZoneChanged()
› Attributes:Writable
timeZoneItem

This property holds an internal ConfigurationItem instance for the timeZone property.

› Type:ConfigurationItem
› Attributes:Readonly

GeneralSystemSettings

Description

The GeneralSystemSettings object provides preinitialized ConfigurationItem objects for various general System properties. The configuration items proxy the system’s properties so they are synchronized in both directions automatically.

› Inherits:ConfigurationObject
Properties
deviceName

This property holds the proxied System.deviceName property.

› Type:String
› Signal:deviceNameChanged()
› Attributes:Writable
deviceNameItem

This property holds an internal ConfigurationItem instance for the deviceName property.

› Type:ConfigurationItem
› Attributes:Readonly
hostname

This property holds the proxied System.hostname property.

› Type:String
› Signal:hostnameChanged()
› Attributes:Writable
hostnameItem

This property holds an internal ConfigurationItem instance for the hostname property.

› Type:ConfigurationItem
› Attributes:Readonly
system

This property holds a reference to a System object. Per default an instance is created and assigned automatically so there’s no need to override it except an alternative global object ID should be used.

› Type:System
› Signal:systemChanged()
› Attributes:Writable

InMemoryStorage

Description

The InMemoryStorage object provides volatile storage in memory. It’s limited by the amount of available RAM and cleared on every device start. It can be used to e.g. store temporary databases and caches which require fast I/O operations with low latencies but do not have to be persistent.

› Inherits:Storage
Properties

IoDevice

Description

The IoDevice object is the base interface class of all I/O devices. It provides both a common implementation and an interface for devices that support reading and writing of blocks of data, such as File. It is therefore never used directly.

Before accessing data the device must be configured through the corresponding properties such as readOnly, append and truncate. It can then be opened via open(). Objects interacting with I/O devices (e.g. CsvWriter or EventLogFile) usually open them automatically.

› Inherits:Object
› Inherited by:File, IpSocket, WebSocket
Properties
append

This property holds whether the I/O device should be opened in append mode so that new data is always written to the end of the file. Changing this property on an open I/O device will call close().

› Type:Boolean
› Default:true
› Signal:appendChanged()
› Attributes:Writable
atEnd

This property holds whether the current read and write position is at the end of the device (i.e. there is no more data available for reading on the device).

› Type:Boolean
› Signal:atEndChanged()
› Attributes:Readonly
autoOpen

This property holds whether to call open() on initialization automatically.

This property was introduced in InCore 2.0.

› Type:Boolean
› Default:false
› Signal:autoOpenChanged()
› Attributes:Writable
bytesAvailable

This property holds the number of bytes that are available for reading from the I/O device.

This property was introduced in InCore 2.0.

› Type:SignedBigInteger
› Signal:bytesAvailableChanged()
› Attributes:Readonly
canReadLine

This property holds whether a complete line of data can be read from the device.

This property was introduced in InCore 2.3.

› Type:Boolean
› Signal:canReadLineChanged()
› Attributes:Readonly
deviceErrorString

This property holds a human-readable description of the last device error that occurred.

› Type:String
› Signal:deviceErrorStringChanged()
› Attributes:Readonly
isOpen

This property holds whether the device is open. A device is open if it can be read from and/or written to.

› Type:Boolean
› Signal:isOpenChanged()
› Attributes:Readonly
isWritable

This property holds whether data can be written to the device, i.e. readOnly is false and the specified device or file is writable by the app.

› Type:Boolean
› Signal:isWritableChanged()
› Attributes:Readonly
nameArgument

This property holds the data which is inserted in filenames if they contain a placeholder. This internal property is mainly used by CsvWriter to implement log file rotation.

› Type:String
› Signal:nameArgumentChanged()
› Attributes:Writable
pos

This property holds the current position of the device pointer. The next read or write operation always takes place at this position.

› Type:SignedBigInteger
› Signal:posChanged()
› Attributes:Writable
readOnly

This property holds whether the I/O device should be opened and accessed read-only. Changing this property on an open I/O device will call close().

› Type:Boolean
› Default:false
› Signal:readOnlyChanged()
› Attributes:Writable
size

This property holds the current size of the I/O device.

› Type:SignedBigInteger
› Signal:sizeChanged()
› Attributes:Readonly
truncate

This property holds whether the I/O device should always be truncated when opened. All previous contents of the device are lost. Changing this property on an open I/O device will call close().

› Type:Boolean
› Default:false
› Signal:truncateChanged()
› Attributes:Writable
unbuffered

This property holds whether the I/O device should be opened in unbuffered mode. This will bypass any internal buffers and caches. Reading data will never fetch more data than requested. When writing all data is written to the underlying storage immediately. Changing this property on an open I/O device will call close().

› Type:Boolean
› Default:false
› Signal:unbufferedChanged()
› Attributes:Writable
Methods
close()

This method flushes any buffered data and closes the I/O device.

flush()

This method flushes all write buffers and possibly buffered data of the I/O device to the operating system.

This method was introduced in InCore 2.3.

open()

This method opens the I/O device for reading or writing depending on the corresponding properties. If the device could not be opened, false is returned. Otherwise true is returned. If truncate is set to true the device is also truncated.

› Returns:Boolean
peekAll()

This method reads all data from the I/O device without draining the read buffer. This is useful when implementing communications based on non-trivial protocols.

This method was introduced in InCore 2.0.

› Returns:ArrayBuffer
read(SignedBigInteger maxSize)

This method reads at most the given number of bytes from the I/O device. An empty buffer is returned if either no more data is available for reading or reading failed for some reason.

› Returns:ArrayBuffer
readAll()

This method reads all remaining data from the I/O device.

This method was introduced in InCore 2.0.

› Returns:ArrayBuffer
readLine()

This method reads a line from the device (maximum 65535 characters) and returns the result as a UTF-8 encoded string. This function has no way of reporting errors, i.e. an empty string can mean either that no data was currently available for reading, or that an error occurred.

This method was introduced in InCore 2.3.

› Returns:String
sync()

This method calls IoDevice.flush() and tells the operating system to write all pending data to its storages. Calling this method might block the program execution for a while depending on the amount of data to be written.

write(ArrayBuffer data)

This method writes the given data to the I/O device. If unbuffered is false the data may not actually be written until the file is closed or sync() is called.

› Returns:SignedBigInteger
Signals
lineAvailableForRead()

This signal is emitted once everytime a a complete line of data can be read from the device. It will only be emitted again once new data is available, such as when a new payload of network data has arrived on a network socket, or when a new block of data has been appended to the device.

This signal was introduced in InCore 2.3.

readyRead()

This signal is emitted once everytime new data is available for reading from the device’s current read channel. It will only be emitted again once new data is available, such as when a new payload of network data has arrived on a network socket, or when a new block of data has been appended to the device.

This signal was introduced in InCore 2.0.

IpSocket

Description

The IpSocket object is the base object for TcpSocket and UdpSocket and provides all common socket functionality.

TCP (Transmission Control Protocol) is a reliable, stream-oriented, connection-oriented transport protocol. UDP (User Datagram Protocol) is an unreliable, datagram-oriented, connectionless protocol. In practice, this means that TCP is better suited for continuous transmission of data, whereas the more lightweight UDP can be used when reliability isn’t important.

The IpSocket API unifies most of the differences between the two protocols. For example, although UDP is connectionless, connectToHost() establishes a virtual connection for UDP sockets, enabling you to use the socket in more or less the same way regardless of the underlying protocol. Internally, UdpSocket remembers the address and port and functions like IoDevice.read() and IoDevice.write() use these values.

This object was introduced in InCore 2.3.

› Inherits:IoDevice
› Inherited by:TcpSocket, UdpSocket
Properties
autoConnect

This property holds whether the TCP connection should be established automatically. Keeping this option enabled will also make the object reconnect on connection errors.

› Type:Boolean
› Default:true
› Signal:autoConnectChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or IpSocket.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
hostname

This property holds the name or address of the host which to establish an IP connection to.

› Type:String
› Signal:hostnameChanged()
› Attributes:Writable
keepAlive

This property holds whether to enable the SO_KEEPALIVE socket option.

› Type:Boolean
› Default:false
› Signal:keepAliveChanged()
› Attributes:Writable
lowDelay

This property holds whether to optimize the socket for low latency. For TCP connections this sets the TCP_NODELAY option and disable Nagle’s algorithm.

› Type:Boolean
› Default:false
› Signal:lowDelayChanged()
› Attributes:Writable
multicastLoopback

This property holds whether to enable the IP_MULTICAST_LOOP (multicast loopback) socket option.

› Type:Boolean
› Default:false
› Signal:multicastLoopbackChanged()
› Attributes:Writable
multicastTtl

This property holds an integer value to set IP_MULTICAST_TTL (TTL for multicast datagrams) socket option.

› Type:SignedInteger
› Default:0
› Signal:multicastTtlChanged()
› Attributes:Writable
pathMtu

This property holds the Path Maximum Transmission Unit (PMTU) value currently known by the IP stack, if any. The value can be changed for IPv6 connections only, affecting the MTU for transmission.

› Type:SignedInteger
› Default:0
› Signal:pathMtuChanged()
› Attributes:Writable
port

This property holds the network port number of the host which to establish an IP connection to.

› Type:SignedInteger
› Default:-1
› Signal:portChanged()
› Attributes:Writable
protocol

This property holds network layer protocol to use for the IP connection.

› Type:Protocol
› Default:IpSocket.AnyIPProtocol
› Signal:protocolChanged()
› Attributes:Writable
receiveBufferSize

This property holds the socket receive buffer size in bytes at the OS level. This maps to the SO_RCVBUF socket option.

› Type:SignedInteger
› Default:0
› Signal:receiveBufferSizeChanged()
› Attributes:Writable
sendBufferSize

This property holds the socket send buffer size in bytes at the OS level. This maps to the SO_SNDBUF socket option.

› Type:SignedInteger
› Default:0
› Signal:sendBufferSizeChanged()
› Attributes:Writable
state

This property holds the current state of the IP connection.

› Type:State
› Default:IpSocket.Disconnected
› Signal:stateChanged()
› Attributes:Writable
typeOfService

This property holds the value for the IP_TOS. See the TypeOfService table for supported values.

› Type:SignedInteger
› Default:0
› Signal:typeOfServiceChanged()
› Attributes:Writable
Methods
abort()

This method aborts the current connection and resets the socket. Unlike disconnectFromHost(), this function immediately closes the socket, discarding any pending data in the write buffer.

connectToHost()

This method attempts to make a connection to hostname on the given port. The protocol property is used to specify which network protocol to use (e.g. IPv4 or IPv6).

The socket is opened in the given openMode and first enters IpSocket.HostLookup state, then performs a host name lookup of hostname. If the lookup succeeds, the socket enters IpSocket.Connecting state. It then attempts to connect to the address or addresses returned by the lookup. Finally, if a connection is established, the socket enters IpSocket.Connected and emits the connected() signal.

At any point, the socket can emit the errorOccurred() signal.

disconnectFromHost()

This method attempts to close the socket. If there is pending data waiting to be written, the socket will enter IpSocket.Closing state and wait until all data has been written. Eventually, it will enter IpSocket.Disconnected and emit the disconnected() signal.

Signals
connected()

This signal is emitted after a connection has been established successfully.

disconnected()

This signal is emitted when the socket has been disconnected.

errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in IpSocket objects. The most recently occurred error is stored in the error property.

Name Value Description
IpSocket.NoError 0 No error occurred or was detected.
IpSocket.EmptyHostNameError 1 No/empty hostname specified.
IpSocket.PortNumberOutOfRangeError 2 Port number out of range (1–65535).
IpSocket.DatagramWriteError 3 The specified datagram is invalid and therefore could not be written.
IpSocket.ConnectionRefusedError 10 The connection was refused by the peer (or timed out).
IpSocket.RemoteHostClosedError 11 The remote host closed the connection. Note that the client socket (i.e., this socket) will be closed after the remote close notification has been sent.
IpSocket.HostNotFoundError 12 The host address was not found.
IpSocket.SocketAccessError 13 The socket operation failed because the application lacked the required privileges.
IpSocket.SocketResourceError 14 The local system ran out of resources (e.g., too many sockets).
IpSocket.SocketTimeoutError 15 The socket operation timed out.
IpSocket.DatagramTooLargeError 16 The datagram was larger than the operating system’s limit (which can be as low as 8192 bytes).
IpSocket.NetworkError 17 An error occurred with the network (e.g., the network cable was accidentally plugged out).
IpSocket.AddressInUseError 18 The address specified to bind is already in use and was set to be exclusive.
IpSocket.SocketAddressNotAvailableError 19 The address specified to bind does not belong to the host.
IpSocket.UnsupportedSocketOperationError 20 The requested socket operation is not supported by the local operating system (e.g., lack of IPv6 support).
IpSocket.UnfinishedSocketOperationError 21 The last operation attempted has not finished yet (still in progress in the background).
IpSocket.ProxyAuthenticationRequiredError 22 The socket is using a proxy, and the proxy requires authentication.
IpSocket.SslHandshakeFailedError 23 The SSL/TLS handshake failed, so the connection was closed (only used in SslSocket).
IpSocket.ProxyConnectionRefusedError 24 Could not contact the proxy server because the connection to that server was denied.
IpSocket.ProxyConnectionClosedError 25 The connection to the proxy server was closed unexpectedly (before the connection to the final peer was established).
IpSocket.ProxyConnectionTimeoutError 26 The connection to the proxy server timed out or the proxy server stopped responding in the authentication phase.
IpSocket.ProxyNotFoundError 27 The proxy address (or the application proxy) was not found.
IpSocket.ProxyProtocolError 28 The connection negotiation with the proxy server failed, because the response from the proxy server could not be understood.
IpSocket.OperationError 29 An operation was attempted while the socket was in a state that did not permit it.
IpSocket.SslInternalError 30 The SSL library being used reported an internal error. This is probably the result of a bad installation or misconfiguration of the library.
IpSocket.SslInvalidUserDataError 31 Invalid data (certificate, key, cypher, etc.) was provided and its use resulted in an error in the SSL library.
IpSocket.TemporaryError 32 A temporary error occurred (e.g., operation would block and socket is non-blocking).
Protocol

This enumeration describes the network layer protocol values supported by IpSocket-based objects.

Name Value Description
IpSocket.UnknownProtocol -1 Other than IPv4 and IPv6.
IpSocket.IPv4Protocol 0 IPv4.
IpSocket.IPv6Protocol 1 IPv6.
IpSocket.AnyIPProtocol 2 Either IPv4 or IPv6.
State

This enumeration describes the different states in which a socket can be.

Name Value Description
IpSocket.Disconnected 0 The socket is not connected.
IpSocket.HostLookup 1 The socket is performing a host name lookup.
IpSocket.Connecting 2 The socket has started establishing a connection.
IpSocket.Connected 3 A connection is established.
IpSocket.Bound 4 The socket is bound to an address and port.
IpSocket.Closing 6 The socket is about to close (data may still be waiting to be written).

JsonRpcClient

Description

The JsonRpcClient object provides a JSON-RPC 2.0 compliant client which connects to the JSON-RPC server specified through the hostname property. Calls can be made through the call() method. Properties can be read and written using the getProperty() and setProperty() methods.

This object was introduced in InCore 2.2.

› Inherits:Object
Properties
debugRpcMessages

This property holds whether to log received and sent RPC messages to the console for debugging purposes.

› Type:Boolean
› Default:false
› Signal:debugRpcMessagesChanged()
› Attributes:Writable
hostname

This property holds the host name or address of the JSON-RPC server.

› Type:String
› Default:localhost
› Signal:hostnameChanged()
› Attributes:Writable
path

This property holds the URL path of the RPC endpoint.

› Type:String
› Default:/rpc
› Signal:pathChanged()
› Attributes:Writable
port

This property holds the port at which the JSON-RPC server is listening.

This property was introduced in InCore 2.5.

› Type:SignedInteger
› Signal:portChanged()
› Attributes:Writable
protocol

This property holds the protocol to use for sending the JSON-RPC requests. Valid values are http and https.

› Type:String
› Default:http
› Signal:protocolChanged()
› Attributes:Writable
serviceName

This property holds the server-side name of the service corresponding to property{JsonRpcService.serviceName}.

This property was introduced in InCore 2.5.

› Type:String
› Default:incore
› Signal:serviceNameChanged()
› Attributes:Writable
Methods
call(String name, List arguments, JSValue callback)

This method calls the method specified by parameter name with the arguments specified in parameter arguments. It returns true if the call request could be initiated succesfully. This does not neccessarily mean that the call itself was successful. Use the errorCodeReceived(), errorDataReceived() or errorMessageReceived() signals to detect and handle actual RPC errors. When the call succeeded, the return value will be passed to the given callback as the first argument.

› Returns:Boolean
getProperty(String name, JSValue callback)

This method wraps a call to the getProperty() method implemented by JsonRpcService. Whenever a property is received, the given callback is called with the result as the first argument.

› Returns:Boolean
setProperty(String name, Variant value)

This method wraps a call to the setProperty() method implemented by JsonRpcService.

› Returns:Boolean
Signals
errorCodeReceived(String name, SignedInteger errorCode)

This signal is emitted whenever an RPC error response with an error code other than 0 is received.

errorDataReceived(String name, Variant errorData)

This signal is emitted whenever an RPC error response with valid error data is received.

errorMessageReceived(String name, String errorMessage)

This signal is emitted whenever an RPC error response with a valid error message is received.

Example

See JsonRpcService example on how to use JsonRpcClient.

JsonRpcServer

Description

The JsonRpcServer object provides a JSON-RPC 2.0 compliant server. Basic network parameters can be customized through the port and localHost properties. In order to expose functions and properties via JSON-RPC at least one JsonRpcService has to be defined and assigned to the services property.

› Inherits:Object
Properties
debugRpcMessages

This property holds whether to log received and sent RPC messages to the console for debugging purposes.

This property was introduced in InCore 2.2.

› Type:Boolean
› Default:false
› Signal:debugRpcMessagesChanged()
› Attributes:Writable
localHost

This property holds whether the server should listen for incoming connections on the local loopback interface only. If set to true the server will not be reachable by other hosts on the network but internal clients such as docker containers (DockerContainer) only. Additionally the WebServerService proxies requests to the default port 5080 to a local server. This means if WebServerService is used and the JSON-RPC server should not be exposed on non-local network interfaces a port other than 5080 has to be used.

› Type:Boolean
› Default:true
› Signal:localHostChanged()
› Attributes:Writable
port

This property holds the TCP port of the JSON-RPC server.

› Type:SignedInteger
› Default:5080
› Signal:portChanged()
› Attributes:Writable
services

This property holds a list of JsonRpcService objects which exposes the desired functions and properties.

This property was introduced in InCore 2.5.

› Type:List<JsonRpcService>
› Signal:servicesChanged()
› Attributes:Readonly
Signals
servicesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the services list itself emitted the dataChanged() signal.

Example

See JsonRpcService example on how to use JsonRpcServer.

JsonRpcService

Description

The JsonRpcService object provides mechanisms for exposing user-defined functions via JSON-RPC. Additionally arbitrary user-defined properties inside this object can be read and written via getProperty() and setProperty().

Overview
Properties
Properties
serviceName

This property holds the name of the JSON-RPC service user for registering to the JSON-RPC server. It is prepended to all method names, i.e. foo() can be called through the JSON-RPC method <serviceName>.foo.

This property was introduced in InCore 2.5.

› Type:String
› Default:incore
› Signal:serviceNameChanged()
› Attributes:Writable
Methods
getProperty(Variant name)

This method can be called remotely and returns the property specified by name if it exists.

› Returns:Variant
setProperty(Variant name, Variant value)

This method can be called remotely and sets the property specified by name to the given value.

› Returns:Variant
Example
import InCore.Foundation 2.5

Application {

    JsonRpcClient {
        id: rpcClient
        onErrorCodeReceived: console.log("Call to", name, "returned with error code", errorCode)
        onErrorMessageReceived: console.log("Call to", name, "returned with error message", errorMessage)
    }

    onCompleted:  {
        rpcClient.getProperty("systemClock", (value) => { console.log("System clock:", value) })
        rpcClient.call("callMe", ["My message"], (retval) => { console.log("callMe() returned:", retval)})
        rpcClient.call("nonExistingFunction", [])
    }

    MeasurementGroup {
        id: myMeasurements
        Measurement { id: meas1; data: Math.random() }
        Measurement { id: meas2; data: Math.random() }
        Measurement { id: meas3; data: Math.random() }
    }

    System {
        id: system
    }

    JsonRpcServer {
        JsonRpcService {
            // calling getProperty("myMeasurements") via JSON-RPC will return JSON-serialized representation
            // of the MeasurementGroup
            readonly property alias measurements: myMeasurements

            // allow to read and write the system clock via JSON-RPC e.g. by calling
            // setProperty("systemClock", 1569241016)
            property alias systemClock: system.clock

            function callMe(message)
            {
                console.log("I have a message for you:", message)
                return [ "Hello", "world" ]
            }
        }
    }
}

List

Description

The List object provides a generic container for storing items or references to items. When instantiated explicitely it can be used to wrap simple ECMAScript/QML value arrays to properly support partial updates (i.e. emit the dataChanged() signal for individual items). Alternatively it can contain references to other objects. If these objects have a dataChanged() signal it is forwarded to the dataChanged() signal of the list as well. Wrapping another list is possible through the reference property.

› Inherits:Object
› Inherited by:FifoBuffer
Properties
count

This property holds the current number of items in the list. This property changes everytime the list is cleared or items are appended to the list.

› Type:SignedInteger
› Signal:countChanged()
› Attributes:Readonly
items

This property holds a custom list of items stored as ECMAScript/QML arrays. Wrapping such arrays with a List object allows using property modifiers such as Repeater and Gather on them.

› Type:List
› Signal:itemsChanged()
› Attributes:Writable
reference

This property holds a reference to a another List object. This makes this list behave exactly as the referenced list. This is usually only required when using Gather to flatten hierarchical object lists.

› Type:ListReference
› Signal:referenceChanged()
› Attributes:Writable
Methods
setItem(SignedInteger index, Variant data)

This method changes a single element of the custom item list. Use this method instead of writing list.items[n] = ... in order to properly emit the dataChanged() signal.

Signals
changed()

This signal is emitted whenever the list is changed, i.e. items have been appended, changed or cleared.

dataChanged(SignedInteger index)

This signal is emitted when an item at index has been updated or changed its value.

itemAppended(SignedInteger index)

This signal is emitted when an item has been appended to the list. The index of the newly appended item is specified through the index parameter.

itemsCleared()

This signal is emitted when the list has been cleared, i.e. contains no more items.

objectAppended(Object object)

This signal is emitted when an item of type Object or an inheriting object has been appended to the list. This special case is primarily used for internal purposes.

Example
import InCore.Foundation 2.5

Application {

    // wrap value array into List object
    List {
        id: list
        items: [ 1, 2, 3 ]
        onChanged: console.log("List items:", items)
        onCountChanged: console.log("List has now", count, "items")
    }

    onCompleted: {
        list.setItem(1, 123)
        list.items = [ 2, 3, 4, 5 ];
        list.items = [ "A", "B", "C" ]
    }

}

LocalRepository

Description

The LocalRepository object provides access to file resources which can be used e.g. for UpdateManager instances.

› Inherits:Repository
› Inherited by:UsbDriveRepository
Properties
storage

This property holds a reference to a Storage object on which to search for update files. The Storage.path property can be used to specify a subdirectory.

› Type:Storage
› Signal:storageChanged()
› Attributes:Writable
Example

See UpdateManager example on how to use LocalRepository.

LocalStorage

Description

The LocalStorage object provides a persistent storage on the local device. A data partition on the internal flash memory is used for this purpose. The total capacity of this data partition is about 6 GB. The DockerService object stores the Docker containers on this data partition as well which reduces the available space accordingly.

› Inherits:Storage
Properties

Mail

Description

The Mail object can be used to send emails.

› Inherits:Object
Properties
body

This property holds the body of the email. This contains the message.

› Type:String
› Signal:bodyChanged()
› Attributes:Writable
configuration

This property holds the SmtpConfiguration used to connect to the server.

› Type:SmtpConfiguration
› Signal:configurationChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or Mail.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorData

This property holds all error data of the sender process, when sending has failed.

› Type:String
› Signal:errorDataChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
from

This property holds the name of the sender.

› Type:MailAddress
› Signal:fromChanged()
› Attributes:Writable
subject

This property holds the subject of the email

› Type:String
› Signal:subjectChanged()
› Attributes:Writable
to

This property holds the name of the recipient.

› Type:MailAddress
› Signal:toChanged()
› Attributes:Writable
Methods
send()

This method sends the email with the configured data.

› Returns:Boolean
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

sent()

This signal is emitted when the operation is done, the email was sent successfully.

Enumerations
Error

This enumeration describes all errors which can occur in Mail objects. The most recently occurred error is stored in the error property.

Name Value Description
Mail.NoError 0 No error occurred or was detected.
Mail.ConfigurationError 1 Invalid or incomplete configuration.
Mail.EmptyFromError 2 No sender in property “from” specified.
Mail.EmptyToError 3 No recipient in property “to” specified.
Mail.EmptySubjectError 4 No subject specified.
Mail.SystemError 5 Error starting the SMTP system process.
Mail.SendError 6 The email could not be sent, likely due to a wrong configuration.
Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {

    DigitalIO {
        id: input
        direction: DigitalIO.Input
        index: DigitalIO.IO1
        onValueChanged:
            if( value === true ) {
                mailer.send()    //send mail
            }
    }

    Mail {
        id: mailer
        //SmtpConfiguration
        configuration {
            server: "mail.example.org"
            port: 25
            tls: true
            username: "sender"
            password: "c5ypt!cP4ssw0rd"
        }
        //MailAddress
        from {
            name: "Test sender"
            address: "sender@example.com"
        }
        to {
            name: "Test recipient"
            address: "recipient@example.com"
        }
        subject: "digital input on"

        body: "Dear Customer\n\n
                the digital input value had an rising edge."

        //error handling
        onErrorDataChanged: console.log( "sending failed with data:", errorData )    //check for sending failure
        onErrorChanged: console.log( errorString )            //other errors
    }
}

MailAddress

Description

The MailAddress object holds properties for representing a well-formed e-mail address made up of a name and an address.

› Inherits:Object
Properties
address

This property holds the address used as sender or recipient. If the property name is not empty it will be concatenated to :ref:`name <property_MailAddress_name>` <:ref:`address <property_MailAddress_address>`>.

› Type:String
› Signal:addressChanged()
› Attributes:Writable
name

This property holds the name of the address. This usually contains the full name or a nick name.

› Type:String
› Signal:nameChanged()
› Attributes:Writable, Optional
Example

See Mail example on how to use MailAddress.

Measurement

Description

The Measurement object represents a measurement of a sensor with unit and decimals digits after the decimal point. Additional properties allow for measurement and measurement system specific value conversions.

› Inherits:DataObject
Properties
decimals

This property holds the number of digits after the decimal point. This value is used to format the measurement value in the displayString.

› Type:SignedInteger
› Default:0
› Signal:decimalsChanged()
› Attributes:Writable
displayString

This property holds the converted, scaled and formatted measurement value including SI prefix and unit.

› Type:String
› Signal:displayStringChanged()
› Attributes:Readonly
displayValue

This property holds an expression which is used to calculate the display value based on the current value, SI prefix factor and measurement system.

This property was introduced in InCore 2.0.

› Type:<QML expression>
› Signal:displayValueChanged()
› Attributes:Writable
siPrefix

This property holds the SI prefix for the measurement. It is included in the formatted string provided in the displayString property if appropriate. The measurement value is scaled according to the selected SI prefix when formatting the string. The SI prefix may be ignored for certain absolute physical quantities such as temperature objects.

› Type:SiPrefix
› Default:Measurement.NoSiPrefix
› Signal:siPrefixChanged()
› Attributes:Writable
siPrefixFactor

This property holds an expression which evaluates to the SI prefix factor based on the siPrefix. If unset or set to undefined sensible default values (e.g. 1000 for Measurement.Kilo) will be used.

This property was introduced in InCore 2.0.

› Type:<QML expression>
› Signal:siPrefixFactorChanged()
› Attributes:Writable
siPrefixName

This property holds an expression which evaluates to the SI prefix name based on the siPrefix. If unset or set to undefined sensible default values (e.g. µ for Measurement.Micro) will be used.

This property was introduced in InCore 2.0.

› Type:<QML expression>
› Signal:siPrefixNameChanged()
› Attributes:Writable
system

This property holds the measurement system to use for calculating and formatting the content of the displayString property. It is identical to Application.measurementSystem and provided for convenience only.

This property was introduced in InCore 2.0.

› Type:System
› Default:Measurement.MetricSystem
› Signal:systemChanged()
› Attributes:Readonly
unit

This property holds the unit for the measurement. This can either be one of the Measurement.Unit enumerations or a custom string. It is included in the formatted string provided in the displayString property.

› Type:Variant
› Signal:unitChanged()
› Attributes:Writable
view

This property holds the view attached to a specific measurement object. See the documentation for the MeasurementView object for details on how to use it.

› Type:MeasurementView
› Signal:viewChanged()
› Attributes:Writable, Optional
Enumerations
SiPrefix

This enumeration describes prefixes for the International System of Units (SI).

Name Value Description
Measurement.NoSiPrefix 0 100 (no prefix)
Measurement.Giga 1 109
Measurement.Mega 2 106
Measurement.Kilo 3 103
Measurement.Hecto 4 102
Measurement.Deca 5 101
Measurement.Deci 6 10-1
Measurement.Centi 7 10-2
Measurement.Milli 8 10-3
Measurement.Micro 9 10-6
Measurement.Nano 10 10-9
Measurement.Pico 11 10-12
System

This enumeration describes supported measurement systems. The measurement system is configured through the Application.measurementSystem property.

Name Value Description
Measurement.MetricSystem 0 This value indicates metric units, such as meters, centimeters and millimeters.
Measurement.ImperialUSSystem 1 This value indicates imperial units, such as inches and miles as they are used in the United States.
Measurement.ImperialUKSystem 2 This value indicates imperial units, such as inches and miles as they are used in the United Kingdom.
Unit

This enumeration describes all supported units of measure as specified by the UN ECE/CEFACT codes.

This enumeration was introduced in InCore 2.4.

Name Value Description
Measurement.NoUnit 0
Measurement.Radian 1 rad
Measurement.Milliradian 2 mrad
Measurement.Microradian 3 µrad
Measurement.DegreeUnitOfAngle 4 °
Measurement.MinuteUnitOfAngle 5
Measurement.SecondUnitOfAngle 6
Measurement.Gon 7 gon
Measurement.Mil 8 mil
Measurement.Revolution 9 rev
Measurement.Steradian 10 sr
Measurement.InchPerTwoPiRadiant 11 in/revolution
Measurement.Metre 12 m
Measurement.DegreePerSecond 13 °/s
Measurement.DegreePerMetre 14 °/m
Measurement.MetrePerRadiant 15 m/rad
Measurement.Decimetre 16 dm
Measurement.Centimetre 17 cm
Measurement.MicrometreMicron 18 µm
Measurement.Millimetre 19 mm
Measurement.Hectometre 20 hm
Measurement.Kilometre 21 km
Measurement.Nanometre 22 nm
Measurement.Picometre 23 pm
Measurement.Femtometre 24 fm
Measurement.Decametre 25 dam
Measurement.NauticalMile 26 n mile
Measurement.Angstrom 27 Å
Measurement.AstronomicalUnit 28 ua
Measurement.Parsec 29 pc
Measurement.MetrePerKelvin 30 m/K
Measurement.MicrometrePerKelvin 31 µm/K
Measurement.CentimetrePerKelvin 32 cm/K
Measurement.MillimetrePerBar 33 mm/bar
Measurement.GramMillimetre 34 g·mm
Measurement.CentimetrePerBar 35 cm/bar
Measurement.MetrePerBar 36 m/bar
Measurement.FrenchGauge 37 Fg
Measurement.Fathom 38 fth
Measurement.GuntersChain 39 ch (UK)
Measurement.Inch 40 in
Measurement.Microinch 41 µin
Measurement.Foot 42 ft
Measurement.Yard 43 yd
Measurement.MileStatuteMile 44 mile
Measurement.Milliinch 45 mil
Measurement.LightYear 46 ly
Measurement.RodUnitOfDistance 47 rd (US)
Measurement.Megametre 48 Mm
Measurement.FootPerDegreeFahrenheit 49 ft/°F
Measurement.FootPerPsi 50 ft/psi
Measurement.InchPerDegreeFahrenheit 51 in/°F
Measurement.InchPerPsi 52 in/psi
Measurement.YardPerDegreeFahrenheit 53 yd/°F
Measurement.YardPerPsi 54 yd/psi
Measurement.ChainBasedOnUSSurveyFoot 55 ch (US survey)
Measurement.Furlong 56 fur
Measurement.FootUSSurvey 57 ft (US survey)
Measurement.MileBasedOnUSSurveyFoot 58 mi (US survey)
Measurement.MetrePerPascal 59 m/Pa
Measurement.SquareMetre 60
Measurement.SquareKilometre 61 km²
Measurement.SquareMicrometreSquareMicron 62 µm²
Measurement.SquareMetrePerNewton 63 m²/N
Measurement.Decare 64 daa
Measurement.SquareCentimetre 65 cm²
Measurement.SquareDecimetre 66 dm²
Measurement.SquareDecametre 67 dam²
Measurement.SquareHectometre 68 hm²
Measurement.SquareMillimetre 69 mm²
Measurement.SquareInch 70 in²
Measurement.SquareFoot 71 ft²
Measurement.SquareYard 72 yd²
Measurement.SquareMileStatuteMile 73 mi²
Measurement.SquareMileBasedOnUSSurveyFoot 74 mi² (US survey)
Measurement.Acre 75 acre
Measurement.CircularMil 76 cmil
Measurement.CubicMetre 77
Measurement.Megalitre 78 Ml
Measurement.Litre 79 l
Measurement.CubicMillimetre 80 mm³
Measurement.CubicCentimetre 81 cm³
Measurement.CubicDecimetre 82 dm³
Measurement.Millilitre 83 ml
Measurement.Hectolitre 84 hl
Measurement.Centilitre 85 cl
Measurement.CubicDecametre 86 dam³
Measurement.CubicHectometre 87 hm³
Measurement.CubicKilometre 88 km³
Measurement.CubicMetrePerPascal 89 m³/Pa
Measurement.Decilitre 90 dl
Measurement.Microlitre 91 µl
Measurement.Kilolitre 92 kl
Measurement.Decalitre 93 dal
Measurement.CubicCentimetrePerBar 94 cm³/bar
Measurement.LitrePerBar 95 l/bar
Measurement.CubicMetrePerBar 96 m³/bar
Measurement.MillilitrePerBar 97 ml/bar
Measurement.CubicInch 98 in³
Measurement.CubicFoot 99 ft³
Measurement.CubicYard 100 yd³
Measurement.GallonUK 101 gal (UK)
Measurement.GallonUS 102 gal (US)
Measurement.PintUK 103 pt (UK)
Measurement.QuartUK 104 qt (UK)
Measurement.LiquidPintUS 105 liq pt (US)
Measurement.LiquidQuartUS 106 liq qt (US)
Measurement.DryPintUS 107 dry pt (US)
Measurement.FluidOunceUK 108 fl oz (UK)
Measurement.BarrelUKPetroleum 109 bbl (UK liq.)
Measurement.CubicFootPerDegreeFahrenheit 110 ft³/°F
Measurement.CubicFootPerPsi 111 ft³/psi
Measurement.PeckUK 112 pk (UK)
Measurement.TonUKShipping 113 British shipping ton
Measurement.TonUSShipping 114 (US) shipping ton
Measurement.CubicYardPerDegreeFahrenheit 115 yd³/°F
Measurement.CubicYardPerPsi 116 yd³/psi
Measurement.FluidOunceUS 117 fl oz (US)
Measurement.BushelUK 118 bushel (UK)
Measurement.BushelUS 119 bu (US)
Measurement.BarrelUS 120 barrel (US)
Measurement.DryBarrelUS 121 bbl (US)
Measurement.DryGallonUS 122 dry gal (US)
Measurement.DryQuartUS 123 dry qt (US)
Measurement.Stere 124 st
Measurement.CupUnitOfVolume 125 cup (US)
Measurement.TablespoonUS 126 tablespoon (US)
Measurement.TeaspoonUS 127 teaspoon (US)
Measurement.Peck 128 pk (US)
Measurement.AcrefootBasedOnUSSurveyFoot 129 acre-ft (US survey)
Measurement.CordFt 130 cord
Measurement.CubicMileUKStatute 131 mi³
Measurement.TonRegister 132 RT
Measurement.CubicCentimetrePerKelvin 133 cm³/K
Measurement.CubicMetrePerKelvin 134 m³/K
Measurement.LitrePerKelvin 135 l/K
Measurement.MillilitrePerKelvin 136 ml/K
Measurement.MicrolitrePerLitre 137 µl/l
Measurement.CubicCentimetrePerCubicMetre 138 cm³/m³
Measurement.CubicDecimetrePerCubicMetre 139 dm³/m³
Measurement.LitrePerLitre 140 l/l
Measurement.MillilitrePerLitre 141 ml/l
Measurement.CubicMillimetrePerCubicMetre 142 mm³/m³
Measurement.SecondUnitOfTime 143 s
Measurement.MinuteUnitOfTime 144 min
Measurement.Hour 145 h
Measurement.Day 146 d
Measurement.Kilosecond 147 ks
Measurement.Millisecond 148 ms
Measurement.Picosecond 149 ps
Measurement.Microsecond 150 µs
Measurement.Nanosecond 151 ns
Measurement.Week 152 wk
Measurement.Month 153 mo
Measurement.Year 154 y
Measurement.TropicalYear 155 y (tropical)
Measurement.CommonYear 156 y (365 days)
Measurement.SiderealYear 157 y (sidereal)
Measurement.Shake 158 shake
Measurement.RadianPerSecond 159 rad/s
Measurement.RevolutionPerMinute 160 r/min
Measurement.RadianPerSecondSquared 161 rad/s²
Measurement.DegreeUnitOfAnglePerSecondSquared 162 °/s²
Measurement.MetrePerSecond 163 m/s
Measurement.Knot 164 kn
Measurement.KilometrePerHour 165 km/h
Measurement.MillimetrePerSecond 166 mm/s
Measurement.CentimetrePerSecond 167 cm/s
Measurement.CentimetrePerHour 168 cm/h
Measurement.MillimetrePerMinute 169 mm/min
Measurement.MetrePerMinute 170 m/min
Measurement.MetrePerSecondPascal 171 (m/s)/Pa
Measurement.MillimetrePerYear 172 mm/y
Measurement.MillimetrePerHour 173 mm/h
Measurement.FootPerMinute 174 ft/min
Measurement.InchPerSecond 175 in/s
Measurement.FootPerSecond 176 ft/s
Measurement.MilePerHourStatuteMile 177 mile/h
Measurement.CentimetrePerSecondKelvin 178 (cm/s)/K
Measurement.CentimetrePerSecondBar 179 (cm/s)/bar
Measurement.FootPerHour 180 ft/h
Measurement.FootPerSecondDegreeFahrenheit 181 (ft/s)/°F
Measurement.FootPerSecondPsi 182 (ft/s)/psi
Measurement.InchPerSecondDegreeFahrenheit 183 (in/s)/°F
Measurement.InchPerSecondPsi 184 (in/s)/psi
Measurement.MetrePerSecondKelvin 185 (m/s)/K
Measurement.MetrePerSecondBar 186 (m/s)/bar
Measurement.MillilitrePerSquareCentimetreMinute 187 (ml/min)/cm²
Measurement.MilePerMinute 188 mi/min
Measurement.MilePerSecond 189 mi/s
Measurement.MetrePerHour 190 m/h
Measurement.InchPerYear 191 in/y
Measurement.KilometrePerSecond 192 km/s
Measurement.InchPerMinute 193 in/min
Measurement.YardPerSecond 194 yd/s
Measurement.YardPerMinute 195 yd/min
Measurement.YardPerHour 196 yd/h
Measurement.MetrePerSecondSquared 197 m/s²
Measurement.Gal 198 Gal
Measurement.Milligal 199 mGal
Measurement.KilometrePerSecondSquared 200 km/s²
Measurement.CentimetrePerSecondSquared 201 cm/s²
Measurement.MillimetrePerSecondSquared 202 mm/s²
Measurement.FootPerSecondSquared 203 ft/s²
Measurement.InchPerSecondSquared 204 in/s²
Measurement.StandardAccelerationOfFreeFall 205 gn
Measurement.YardPerSecondSquared 206 yd/s²
Measurement.MileStatuteMilePerSecondSquared 207 mi/s²
Measurement.ReciprocalMetre 208 m⁻¹
Measurement.Hertz 209 Hz
Measurement.Kilohertz 210 kHz
Measurement.Megahertz 211 MHz
Measurement.Terahertz 212 THz
Measurement.Gigahertz 213 GHz
Measurement.ReciprocalHour 214 1/h
Measurement.ReciprocalMonth 215 1/mo
Measurement.ReciprocalYear 216 1/y
Measurement.ReciprocalWeek 217 1/wk
Measurement.ReciprocalSecond 218 s⁻¹
Measurement.RevolutionsPerSecond 219 r/s
Measurement.RevolutionsPerMinute 220 r/min
Measurement.ReciprocalMinute 221 min⁻¹
Measurement.Neper 222 Np
Measurement.Decibel 223 dB
Measurement.Bel 224 B
Measurement.NeperPerSecond 225 Np/s
Measurement.Kilogram 226 kg
Measurement.Microgram 227 µg
Measurement.Decagram 228 dag
Measurement.Decigram 229 dg
Measurement.Gram 230 g
Measurement.Centigram 231 cg
Measurement.TonneMetricTon 232 t
Measurement.Decitonne 233 dt or dtn
Measurement.Milligram 234 mg
Measurement.Hectogram 235 hg
Measurement.Kilotonne 236 kt
Measurement.Megagram 237 Mg
Measurement.Pound 238 lb
Measurement.Grain 239 gr
Measurement.OunceAvoirdupois 240 oz
Measurement.HundredWeightUK 241 cwt (UK)
Measurement.HundredPoundCwtHundredWeightUS 242 cwt (US)
Measurement.TonUKOrLongTonUS 243 ton (UK)
Measurement.StoneUK 244 st
Measurement.TonUSOrShortTonUKUS 245 ton (US)
Measurement.TroyOunceOrApothecaryOunce 246 tr oz
Measurement.Slug 247 slug
Measurement.PoundAvoirdupoisPerDegreeFahrenheit 248 lb/°F
Measurement.TonnePerKelvin 249 t/K
Measurement.TonShortPerDegreeFahrenheit 250 ton (US)/°F
Measurement.Pfund 251 pfd
Measurement.KilogramPerCubicMetre 252 kg/m³
Measurement.GramPerCubicCentimetre 253 g/cm³
Measurement.TonnePerCubicMetre 254 t/m³
Measurement.GramPerMillilitre 255 g/ml
Measurement.KilogramPerLitre 256 kg/l or kg/L
Measurement.GramPerLitre 257 g/l
Measurement.GramPerCubicMetre 258 g/m³
Measurement.MilligramPerCubicMetre 259 mg/m³
Measurement.MegagramPerCubicMetre 260 Mg/m³
Measurement.KilogramPerCubicDecimetre 261 kg/dm³
Measurement.MilligramPerGram 262 mg/g
Measurement.MicrogramPerLitre 263 µg/l
Measurement.MilligramPerLitre 264 mg/l
Measurement.MicrogramPerCubicMetre 265 µg/m³
Measurement.GramPerCubicCentimetreBar 266 g/(cm³·bar)
Measurement.GramPerCubicCentimetreKelvin 267 g/(cm³·K)
Measurement.GramPerCubicDecimetre 268 g/dm³
Measurement.GramPerCubicDecimetreBar 269 g/(dm³·bar)
Measurement.GramPerCubicDecimetreKelvin 270 g/(dm³·K)
Measurement.GramPerCubicMetreBar 271 g/(m³·bar)
Measurement.GramPerCubicMetreKelvin 272 g/(m³·K)
Measurement.GramPerLitreBar 273 g/(l·bar)
Measurement.GramPerLitreKelvin 274 g/(l·K)
Measurement.GramPerMillilitreBar 275 g/(ml·bar)
Measurement.GramPerMillilitreKelvin 276 g/(ml·K)
Measurement.KilogramPerCubicCentimetre 277 kg/cm³
Measurement.KilogramPerCubicCentimetreBar 278 kg/(cm³·bar)
Measurement.KilogramPerCubicCentimetreKelvin 279 kg/(cm³·K)
Measurement.KilogramPerCubicMetreBar 280 kg/(m³·bar)
Measurement.KilogramPerCubicMetreKelvin 281 kg/(m³·K)
Measurement.KilogramPerCubicDecimetreKelvin 282 (kg/dm³)/K
Measurement.KilogramPerCubicDecimetreBar 283 (kg/dm³)/bar
Measurement.GramPerKelvin 284 g/K
Measurement.KilogramPerKelvin 285 kg/K
Measurement.KilogramPerKilomol 286 kg/kmol
Measurement.KilogramPerLitreBar 287 kg/(l·bar)
Measurement.KilogramPerLitreKelvin 288 kg/(l·K)
Measurement.KilogramPerBar 289 kg/bar
Measurement.KilogramSquareCentimetre 290 kg·cm²
Measurement.KilogramSquareMillimetre 291 kg·mm²
Measurement.GramPerBar 292 g/bar
Measurement.MilligramPerBar 293 mg/bar
Measurement.MilligramPerKelvin 294 mg/K
Measurement.KilogramPerCubicMetrePascal 295 (kg/m³)/Pa
Measurement.PoundPerCubicFoot 296 lb/ft³
Measurement.PoundPerGallonUS 297 lb/gal (US)
Measurement.PoundPerCubicInch 298 lb/in³
Measurement.OunceAvoirdupoisPerCubicYard 299 oz/yd³
Measurement.MicrogramPerCubicMetreKelvin 300 (µg/m³)/K
Measurement.MicrogramPerCubicMetreBar 301 (µg/m³)/bar
Measurement.GrainPerGallonUS 302 gr/gal (US)
Measurement.PoundAvoirdupoisPerCubicFootDegreeFahrenheit 303 (lb/ft³)/°F
Measurement.PoundAvoirdupoisPerCubicFootPsi 304 (lb/ft³)/psi
Measurement.PoundAvoirdupoisPerGallonUK 305 lb/gal (UK)
Measurement.PoundAvoirdupoisPerCubicInchDegreeFahrenheit 306 (lb/in³)/°F
Measurement.PoundAvoirdupoisPerCubicInchPsi 307 (lb/in³)/psi
Measurement.PoundPerCubicYard 308 lb/yd³
Measurement.MilligramPerCubicMetreKelvin 309 (mg/m³)/K
Measurement.MilligramPerCubicMetreBar 310 (mg/m³)/bar
Measurement.OunceAvoirdupoisPerGallonUK 311 oz/gal (UK)
Measurement.OunceAvoirdupoisPerGallonUS 312 oz/gal (US)
Measurement.OunceAvoirdupoisPerCubicInch 313 oz/in³
Measurement.SlugPerCubicFoot 314 slug/ft³
Measurement.TonnePerCubicMetreKelvin 315 (t/m³)/K
Measurement.TonnePerCubicMetreBar 316 (t/m³)/bar
Measurement.TonUKLongPerCubicYard 317 ton.l/yd³ (UK)
Measurement.TonUSShortPerCubicYard 318 ton.s/yd³ (US)
Measurement.PoundAvoirdupoisPerPsi 319 lb/psi
Measurement.TonnePerBar 320 t/bar
Measurement.TonShortPerPsi 321 ton (US)/psi
Measurement.KilogramPerPascal 322 kg/Pa
Measurement.One 323 1
Measurement.CubicMetrePerKilogram 324 m³/kg
Measurement.DecilitrePerGram 325 dl/g
Measurement.MillilitrePerCubicMetre 326 ml/m³
Measurement.LitrePerKilogram 327 l/kg
Measurement.MillilitrePerKilogram 328 ml/kg
Measurement.SquareCentimetrePerGram 329 cm²/g
Measurement.CubicDecimetrePerKilogram 330 dm³/kg
Measurement.CubicFootPerPound 331 ft³/lb
Measurement.CubicInchPerPound 332 in³/lb
Measurement.KilogramPerMetre 333 kg/m
Measurement.GramPerMetreGramPerCentimetres 334 g/m
Measurement.GramPerMillimetre 335 g/mm
Measurement.KilogramPerMillimetre 336 kg/mm
Measurement.MilligramPerMetre 337 mg/m
Measurement.KilogramPerKilometre 338 kg/km
Measurement.PoundPerFoot 339 lb/ft
Measurement.PoundPerInchOfLength 340 lb/in
Measurement.Denier 341 den
Measurement.PoundPerYard 342 lb/yd
Measurement.MilligramPerSquareMetre 343 mg/m²
Measurement.GramPerSquareCentimetre 344 g/cm²
Measurement.MilligramPerSquareCentimetre 345 mg/cm²
Measurement.GramPerSquareMetre 346 g/m²
Measurement.KilogramPerSquareMetre 347 kg/m²
Measurement.KilogramPerSquareCentimetre 348 kg/cm²
Measurement.OuncePerSquareYard 349 oz/yd²
Measurement.OuncePerSquareFoot 350 oz/ft²
Measurement.KilogramMetrePerSecond 351 kg·m/s
Measurement.KilogramCentimetrePerSecond 352 kg·(cm/s)
Measurement.GramCentimetrePerSecond 353 g·(cm/s)
Measurement.PoundFootPerSecond 354 lb·(ft/s)
Measurement.PoundInchPerSecond 355 lb·(in/s)
Measurement.KilogramMetreSquaredPerSecond 356 kg·m²/s
Measurement.KilogramMetreSquared 357 kg·m²
Measurement.PoundInchSquared 358 lb·in²
Measurement.PoundAvoirdupoisSquareFoot 359 lb·ft²
Measurement.Newton 360 N
Measurement.Meganewton 361 MN
Measurement.Kilonewton 362 kN
Measurement.Millinewton 363 mN
Measurement.Micronewton 364 µN
Measurement.Poundforce 365 lbf
Measurement.OunceAvoirdupoisforce 366 ozf
Measurement.TonforceUSShort 367 ton.sh-force
Measurement.Kilopoundforce 368 kip
Measurement.Poundal 369 pdl
Measurement.KilogramMetrePerSecondSquared 370 kg·m/s²
Measurement.Pond 371 p
Measurement.PoundforcePerFoot 372 lbf/ft
Measurement.PoundforcePerInch 373 lbf/in
Measurement.NewtonMetreSquaredPerKilogramSquared 374 N·m²/kg²
Measurement.NewtonMetre 375 N·m
Measurement.NewtonPerAmpere 376 N/A
Measurement.MeganewtonMetre 377 MN·m
Measurement.KilonewtonMetre 378 kN·m
Measurement.MillinewtonMetre 379 mN·m
Measurement.MicronewtonMetre 380 µN·m
Measurement.DecinewtonMetre 381 dN·m
Measurement.CentinewtonMetre 382 cN·m
Measurement.KilogramMetre 383 kg·m
Measurement.NewtonCentimetre 384 N·cm
Measurement.NewtonMetrePerAmpere 385 N·m/A
Measurement.NewtonMetrePerDegree 386 Nm/°
Measurement.NewtonMetrePerKilogram 387 N·m/kg
Measurement.NewtonPerMillimetre 388 N/mm
Measurement.NewtonMetrePerRadian 389 N·m/rad
Measurement.NewtonMetreWattToThePowerMinus 390 N·m·W⁻⁰‧⁵
Measurement.InchPoundPoundInch 391 in·lb
Measurement.OunceInch 392 oz·in
Measurement.OunceFoot 393 oz·ft
Measurement.PoundforceFootPerAmpere 394 lbf·ft/A
Measurement.PoundforceInch 395 lbf·in
Measurement.PoundforceFootPerPound 396 lbf·ft/lb
Measurement.OunceAvoirdupoisforceInch 397 ozf·in
Measurement.PoundforceFoot 398 lbf·ft
Measurement.PoundalFoot 399 pdl·ft
Measurement.PoundalInch 400 pdl·in
Measurement.DyneMetre 401 dyn·m
Measurement.NewtonSecond 402 N·s
Measurement.NewtonMetreSecond 403 N·m·s
Measurement.Millipascal 404 mPa
Measurement.Megapascal 405 MPa
Measurement.Pascal 406 Pa
Measurement.Kilopascal 407 kPa
Measurement.BarUnitOfPressure 408 bar
Measurement.Hectobar 409 hbar
Measurement.Millibar 410 mbar
Measurement.Kilobar 411 kbar
Measurement.StandardAtmosphere 412 atm
Measurement.Gigapascal 413 GPa
Measurement.Micropascal 414 µPa
Measurement.Hectopascal 415 hPa
Measurement.Decapascal 416 daPa
Measurement.Microbar 417 µbar
Measurement.NewtonPerSquareMetre 418 N/m²
Measurement.NewtonPerSquareMillimetre 419 N/mm²
Measurement.PascalSecondPerBar 420 Pa·s/bar
Measurement.HectopascalCubicMetrePerSecond 421 hPa·m³/s
Measurement.HectopascalLitrePerSecond 422 hPa·l/s
Measurement.HectopascalPerKelvin 423 hPa/K
Measurement.KilopascalPerKelvin 424 kPa/K
Measurement.MegapascalCubicMetrePerSecond 425 MPa·m³/s
Measurement.MegapascalLitrePerSecond 426 MPa·l/s
Measurement.MegapascalPerKelvin 427 MPa/K
Measurement.MillibarCubicMetrePerSecond 428 mbar·m³/s
Measurement.MillibarLitrePerSecond 429 mbar·l/s
Measurement.MillibarPerKelvin 430 mbar/K
Measurement.PascalCubicMetrePerSecond 431 Pa·m³/s
Measurement.PascalLitrePerSecond 432 Pa·l/s
Measurement.PascalSecondPerKelvin 433 Pa.s/K
Measurement.NewtonPerSquareCentimetre 434 N/cm²
Measurement.PoundPerSquareFoot 435 lb/ft²
Measurement.PoundforcePerSquareInch 436 lbf/in²
Measurement.PoundPerSquareInchAbsolute 437 lb/in²
Measurement.InchOfMercury 438 inHg
Measurement.InchOfWater 439 inH₂O
Measurement.GramforcePerSquareCentimetre 440 gf/cm²
Measurement.KilogramforcePerSquareCentimetre 441 kgf/cm²
Measurement.KilogramforcePerSquareMillimetre 442 kgf·m/cm²
Measurement.PoundforcePerSquareFoot 443 lbf/ft²
Measurement.PoundforcePerSquareInchDegreeFahrenheit 444 psi/°F
Measurement.CentimetreOfMercuryDegC 445 cmHg (0 ºC)
Measurement.CentimetreOfWaterDegC 446 cmH₂O (4 °C)
Measurement.FootOfWaterDegF 447 ftH₂O (39,2 ºF)
Measurement.InchOfMercury32DegF 448 inHG (32 ºF)
Measurement.InchOfMercury60DegF 449 inHg (60 ºF)
Measurement.InchOfWater39DegF 450 inH₂O (39,2 ºF)
Measurement.InchOfWater60DegF 451 inH₂O (60 ºF)
Measurement.KipPerSquareInch 452 ksi
Measurement.PoundalPerSquareFoot 453 pdl/ft²
Measurement.OunceAvoirdupoisPerSquareInch 454 oz/in²
Measurement.ConventionalMetreOfWater 455 mH₂O
Measurement.GramPerSquareMillimetre 456 g/mm²
Measurement.PoundPerSquareYard 457 lb/yd²
Measurement.PoundalPerSquareInch 458 pdl/in²
Measurement.HectopascalPerBar 459 hPa/bar
Measurement.MegapascalPerBar 460 MPa/bar
Measurement.MillibarPerBar 461 mbar/bar
Measurement.PascalPerBar 462 Pa/bar
Measurement.KilopascalPerBar 463 kPa/bar
Measurement.PsiPerPsi 464 psi/psi
Measurement.BarPerBar 465 bar/bar
Measurement.ReciprocalPascalOrPascalToThePowerMinusOne 466 Pa⁻¹
Measurement.ReciprocalBar 467 1/bar
Measurement.MetreToTheFourthPower 468 m⁴
Measurement.MillimetreToTheFourthPower 469 mm⁴
Measurement.InchToTheFourthPower 470 in⁴
Measurement.FootToTheFourthPower 471 ft⁴
Measurement.PascalSecond 472 Pa·s
Measurement.KilogramPerMetreSecond 473 kg/(m·s)
Measurement.KilogramPerMetreMinute 474 kg/(m·min)
Measurement.MillipascalSecond 475 mPa·s
Measurement.NewtonSecondPerSquareMetre 476 (N/m²)·s
Measurement.KilogramPerMetreDay 477 kg/(m·d)
Measurement.KilogramPerMetreHour 478 kg/(m·h)
Measurement.GramPerCentimetreSecond 479 g/(cm·s)
Measurement.Poise 480 P
Measurement.Centipoise 481 cP
Measurement.PoisePerBar 482 P/bar
Measurement.PoisePerKelvin 483 P/K
Measurement.Micropoise 484 µP
Measurement.CentipoisePerKelvin 485 cP/K
Measurement.CentipoisePerBar 486 cP/bar
Measurement.PoundPerFootHour 487 lb/(ft·h)
Measurement.PoundPerFootSecond 488 lb/(ft·s)
Measurement.PoundforceSecondPerSquareFoot 489 lbf·s/ft²
Measurement.PoundforceSecondPerSquareInch 490 lbf·s/in²
Measurement.MillipascalSecondPerKelvin 491 mPa·s/K
Measurement.MillipascalSecondPerBar 492 mPa·s/bar
Measurement.SlugPerFootSecond 493 slug/(ft·s)
Measurement.PoundalSecondPerSquareFoot 494 (pdl/ft²)·s
Measurement.PoisePerPascal 495 P/Pa
Measurement.PoundalSecondPerSquareInch 496 (pdl/in²)·s
Measurement.PoundPerFootMinute 497 lb/(ft·min)
Measurement.PoundPerFootDay 498 lb/(ft·d)
Measurement.SquareMetrePerSecond 499 m²/s
Measurement.SquareMetrePerSecondPascal 500 (m²/s)/Pa
Measurement.MillimetreSquaredPerSecond 501 mm²/s
Measurement.SquareMetrePerSecondBar 502 m²/(s·bar)
Measurement.SquareMetrePerSecondKelvin 503 m²/(s·K)
Measurement.Stokes 504 St
Measurement.Centistokes 505 cSt
Measurement.StokesPerBar 506 St/bar
Measurement.StokesPerKelvin 507 St/K
Measurement.SquareFootPerSecond 508 ft²/s
Measurement.SquareInchPerSecond 509 in²/s
Measurement.SquareFootPerHour 510 ft²/h
Measurement.StokesPerPascal 511 St/Pa
Measurement.SquareCentimetrePerSecond 512 cm²/s
Measurement.NewtonPerMetre 513 N/m
Measurement.MillinewtonPerMetre 514 mN/m
Measurement.NewtonPerCentimetre 515 N/cm
Measurement.KilonewtonPerMetre 516 kN/m
Measurement.PoundalPerInch 517 pdl/in
Measurement.PoundforcePerYard 518 lbf/yd
Measurement.NewtonMetrePerSquareMetre 519 N·m/m²
Measurement.Joule 520 J
Measurement.Kilojoule 521 kJ
Measurement.Exajoule 522 EJ
Measurement.Petajoule 523 PJ
Measurement.Terajoule 524 TJ
Measurement.Gigajoule 525 GJ
Measurement.Megajoule 526 MJ
Measurement.Millijoule 527 mJ
Measurement.Femtojoule 528 fJ
Measurement.Attojoule 529 aJ
Measurement.WattHour 530 W·h
Measurement.MegawattHourKWh 531 MW·h
Measurement.KilowattHour 532 kW·h
Measurement.GigawattHour 533 GW·h
Measurement.TerawattHour 534 TW·h
Measurement.Electronvolt 535 eV
Measurement.Megaelectronvolt 536 MeV
Measurement.Gigaelectronvolt 537 GeV
Measurement.Kiloelectronvolt 538 keV
Measurement.FootPoundforce 539 ft·lbf
Measurement.FootPoundal 540 ft·pdl
Measurement.InchPoundal 541 in·pdl
Measurement.Watt 542 W
Measurement.Kilowatt 543 kW
Measurement.Megawatt 544 MW
Measurement.Gigawatt 545 GW
Measurement.Milliwatt 546 mW
Measurement.Microwatt 547 µW
Measurement.FootPoundforcePerSecond 548 ft·lbf/s
Measurement.BrakeHorsePower 549 BHP
Measurement.FootPoundforcePerHour 550 ft·lbf/h
Measurement.FootPoundforcePerMinute 551 ft·lbf/min
Measurement.HorsepowerBoiler 552 boiler hp
Measurement.Pferdestaerke 553 PS
Measurement.KilogramPerSecond 554 kg/s
Measurement.KilogramPerSquareMetreSecond 555 kg/(m²·s)
Measurement.KilogramPerSecondPascal 556 (kg/s)/Pa
Measurement.MilligramPerHour 557 mg/h
Measurement.GramPerDay 558 g/d
Measurement.GramPerDayBar 559 g/(d·bar)
Measurement.GramPerDayKelvin 560 g/(d·K)
Measurement.GramPerHour 561 g/h
Measurement.GramPerHourBar 562 g/(h·bar)
Measurement.GramPerHourKelvin 563 g/(h·K)
Measurement.GramPerMinute 564 g/min
Measurement.GramPerMinuteBar 565 g/(min·bar)
Measurement.GramPerMinuteKelvin 566 g/(min·K)
Measurement.GramPerSecond 567 g/s
Measurement.GramPerSecondBar 568 g/(s·bar)
Measurement.GramPerSecondKelvin 569 g/(s·K)
Measurement.KilogramPerDay 570 kg/d
Measurement.KilogramPerDayBar 571 kg/(d·bar)
Measurement.KilogramPerDayKelvin 572 kg/(d·K)
Measurement.KilogramPerHour 573 kg/h
Measurement.KilogramPerHourBar 574 kg/(h·bar)
Measurement.KilogramPerHourKelvin 575 kg/(h·K)
Measurement.KilogramPerMinute 576 kg/min
Measurement.KilogramPerMinuteBar 577 kg/(min·bar)
Measurement.KilogramPerMinuteKelvin 578 kg/(min·K)
Measurement.KilogramPerSecondBar 579 kg/(s·bar)
Measurement.KilogramPerSecondKelvin 580 kg/(s·K)
Measurement.MilligramPerDay 581 mg/d
Measurement.MilligramPerDayBar 582 mg/(d·bar)
Measurement.MilligramPerDayKelvin 583 mg/(d·K)
Measurement.MilligramPerHourBar 584 mg/(h·bar)
Measurement.MilligramPerHourKelvin 585 mg/(h·K)
Measurement.MilligramPerMinute 586 mg/min
Measurement.MilligramPerMinuteBar 587 mg/(min·bar)
Measurement.MilligramPerMinuteKelvin 588 mg/(min·K)
Measurement.MilligramPerSecond 589 mg/s
Measurement.MilligramPerSecondBar 590 mg/(s·bar)
Measurement.MilligramPerSecondKelvin 591 mg/(s·K)
Measurement.GramPerHertz 592 g/Hz
Measurement.TonUSPerHour 593 ton (US) /h
Measurement.PoundPerHour 594 lb/h
Measurement.PoundAvoirdupoisPerDay 595 lb/d
Measurement.PoundAvoirdupoisPerHourDegreeFahrenheit 596 (lb/h)/°F
Measurement.PoundAvoirdupoisPerHourPsi 597 (lb/h)/psi
Measurement.PoundAvoirdupoisPerMinute 598 lb/min
Measurement.PoundAvoirdupoisPerMinuteDegreeFahrenheit 599 lb/(min·°F)
Measurement.PoundAvoirdupoisPerMinutePsi 600 (lb/min)/psi
Measurement.PoundAvoirdupoisPerSecond 601 lb/s
Measurement.PoundAvoirdupoisPerSecondDegreeFahrenheit 602 (lb/s)/°F
Measurement.PoundAvoirdupoisPerSecondPsi 603 (lb/s)/psi
Measurement.OunceAvoirdupoisPerDay 604 oz/d
Measurement.OunceAvoirdupoisPerHour 605 oz/h
Measurement.OunceAvoirdupoisPerMinute 606 oz/min
Measurement.OunceAvoirdupoisPerSecond 607 oz/s
Measurement.SlugPerDay 608 slug/d
Measurement.SlugPerHour 609 slug/h
Measurement.SlugPerMinute 610 slug/min
Measurement.SlugPerSecond 611 slug/s
Measurement.TonnePerDay 612 t/d
Measurement.TonnePerDayKelvin 613 (t/d)/K
Measurement.TonnePerDayBar 614 (t/d)/bar
Measurement.TonnePerHour 615 t/h
Measurement.TonnePerHourKelvin 616 (t/h)/K
Measurement.TonnePerHourBar 617 (t/h)/bar
Measurement.TonnePerMinute 618 t/min
Measurement.TonnePerMinuteKelvin 619 (t/min)/K
Measurement.TonnePerMinuteBar 620 (t/min)/bar
Measurement.TonnePerSecond 621 t/s
Measurement.TonnePerSecondKelvin 622 (t/s)/K
Measurement.TonnePerSecondBar 623 (t/s)/bar
Measurement.TonLongPerDay 624 ton (UK)/d
Measurement.TonShortPerDay 625 ton (US)/d
Measurement.TonShortPerHourDegreeFahrenheit 626 ton (US)/(h·°F)
Measurement.TonShortPerHourPsi 627 (ton (US)/h)/psi
Measurement.TonnePerMonth 628 t/mo
Measurement.TonnePerYear 629 t/y
Measurement.KilopoundPerHour 630 klb/h
Measurement.MicrogramPerKilogram 631 µg/kg
Measurement.NanogramPerKilogram 632 ng/kg
Measurement.MilligramPerKilogram 633 mg/kg
Measurement.KilogramPerKilogram 634 kg/kg
Measurement.PoundPerPound 635 lb/lb
Measurement.CubicMetrePerSecond 636 m³/s
Measurement.CubicMetrePerHour 637 m³/h
Measurement.MillilitrePerSecond 638 ml/s
Measurement.MillilitrePerMinute 639 ml/min
Measurement.LitrePerDay 640 l/d
Measurement.CubicCentimetrePerSecond 641 cm³/s
Measurement.KilolitrePerHour 642 kl/h
Measurement.LitrePerMinute 643 l/min
Measurement.CubicCentimetrePerDay 644 cm³/d
Measurement.CubicCentimetrePerDayBar 645 cm³/(d·bar)
Measurement.CubicCentimetrePerDayKelvin 646 cm³/(d·K)
Measurement.CubicCentimetrePerHour 647 cm³/h
Measurement.CubicCentimetrePerHourBar 648 cm³/(h·bar)
Measurement.CubicCentimetrePerHourKelvin 649 cm³/(h·K)
Measurement.CubicCentimetrePerMinute 650 cm³/min
Measurement.CubicCentimetrePerMinuteBar 651 cm³/(min·bar)
Measurement.CubicCentimetrePerMinuteKelvin 652 cm³/(min·K)
Measurement.CubicCentimetrePerSecondBar 653 cm³/(s·bar)
Measurement.CubicCentimetrePerSecondKelvin 654 cm³/(s·K)
Measurement.CubicDecimetrePerHour 655 dm³/h
Measurement.CubicMetrePerDay 656 m³/d
Measurement.CubicMetrePerDayBar 657 m³/(d·bar)
Measurement.CubicMetrePerDayKelvin 658 m³/(d·K)
Measurement.CubicMetrePerHourBar 659 m³/(h·bar)
Measurement.CubicMetrePerHourKelvin 660 m³/(h·K)
Measurement.CubicMetrePerMinute 661 m³/min
Measurement.CubicMetrePerMinuteBar 662 m³/(min·bar)
Measurement.CubicMetrePerMinuteKelvin 663 m³/(min·K)
Measurement.CubicMetrePerSecondBar 664 m³/(s·bar)
Measurement.CubicMetrePerSecondKelvin 665 m³/(s·K)
Measurement.LitrePerDayBar 666 l/(d·bar)
Measurement.LitrePerDayKelvin 667 l/(d·K)
Measurement.LitrePerHourBar 668 l/(h·bar)
Measurement.LitrePerHourKelvin 669 l/(h·K)
Measurement.LitrePerMinuteBar 670 l/(min·bar)
Measurement.LitrePerMinuteKelvin 671 l/(min·K)
Measurement.LitrePerSecond 672 l/s
Measurement.LitrePerSecondBar 673 l/(s·bar)
Measurement.LitrePerSecondKelvin 674 l/(s·K)
Measurement.MillilitrePerDay 675 ml/d
Measurement.MillilitrePerDayBar 676 ml/(d·bar)
Measurement.MillilitrePerDayKelvin 677 ml/(d·K)
Measurement.MillilitrePerHour 678 ml/h
Measurement.MillilitrePerHourBar 679 ml/(h·bar)
Measurement.MillilitrePerHourKelvin 680 ml/(h·K)
Measurement.MillilitrePerMinuteBar 681 ml/(min·bar)
Measurement.MillilitrePerMinuteKelvin 682 ml/(min·K)
Measurement.MillilitrePerSecondBar 683 ml/(s·bar)
Measurement.MillilitrePerSecondKelvin 684 ml/(s·K)
Measurement.CubicFootPerHour 685 ft³/h
Measurement.CubicFootPerMinute 686 ft³/min
Measurement.BarrelUSPerMinute 687 barrel (US)/min
Measurement.USGallonPerMinute 688 gal (US) /min
Measurement.ImperialGallonPerMinute 689 gal (UK) /min
Measurement.CubicInchPerHour 690 in³/h
Measurement.CubicInchPerMinute 691 in³/min
Measurement.CubicInchPerSecond 692 in³/s
Measurement.GallonUSPerHour 693 gal/h
Measurement.BarrelUKPetroleumPerMinute 694 bbl (UK liq.)/min
Measurement.BarrelUKPetroleumPerDay 695 bbl (UK liq.)/d
Measurement.BarrelUKPetroleumPerHour 696 bbl (UK liq.)/h
Measurement.BarrelUKPetroleumPerSecond 697 bbl (UK liq.)/s
Measurement.BarrelUSPetroleumPerHour 698 bbl (US)/h
Measurement.BarrelUSPetroleumPerSecond 699 bbl (US)/s
Measurement.BushelUKPerDay 700 bu (UK)/d
Measurement.BushelUKPerHour 701 bu (UK)/h
Measurement.BushelUKPerMinute 702 bu (UK)/min
Measurement.BushelUKPerSecond 703 bu (UK)/s
Measurement.BushelUSDryPerDay 704 bu (US dry)/d
Measurement.BushelUSDryPerHour 705 bu (US dry)/h
Measurement.BushelUSDryPerMinute 706 bu (US dry)/min
Measurement.BushelUSDryPerSecond 707 bu (US dry)/s
Measurement.CubicDecimetrePerDay 708 dm³/d
Measurement.CubicDecimetrePerMinute 709 dm³/min
Measurement.CubicDecimetrePerSecond 710 dm³/s
Measurement.CubicMetrePerSecondPascal 711 (m³/s)/Pa
Measurement.OunceUKFluidPerDay 712 fl oz (UK)/d
Measurement.OunceUKFluidPerHour 713 fl oz (UK)/h
Measurement.OunceUKFluidPerMinute 714 fl oz (UK)/min
Measurement.OunceUKFluidPerSecond 715 fl oz (UK)/s
Measurement.OunceUSFluidPerDay 716 fl oz (US)/d
Measurement.OunceUSFluidPerHour 717 fl oz (US)/h
Measurement.OunceUSFluidPerMinute 718 fl oz (US)/min
Measurement.OunceUSFluidPerSecond 719 fl oz (US)/s
Measurement.CubicFootPerDay 720 ft³/d
Measurement.GallonUKPerDay 721 gal (UK)/d
Measurement.GallonUKPerHour 722 gal (UK)/h
Measurement.GallonUKPerSecond 723 gal (UK)/s
Measurement.GallonUSLiquidPerSecond 724 gal (US liq.)/s
Measurement.GillUKPerDay 725 gi (UK)/d
Measurement.GillUKPerHour 726 gi (UK)/h
Measurement.GillUKPerMinute 727 gi (UK)/min
Measurement.GillUKPerSecond 728 gi (UK)/s
Measurement.GillUSPerDay 729 gi (US)/d
Measurement.GillUSPerHour 730 gi (US)/h
Measurement.GillUSPerMinute 731 gi (US)/min
Measurement.GillUSPerSecond 732 gi (US)/s
Measurement.QuartUKLiquidPerDay 733 qt (UK liq.)/d
Measurement.QuartUKLiquidPerHour 734 qt (UK liq.)/h
Measurement.QuartUKLiquidPerMinute 735 qt (UK liq.)/min
Measurement.QuartUKLiquidPerSecond 736 qt (UK liq.)/s
Measurement.QuartUSLiquidPerDay 737 qt (US liq.)/d
Measurement.QuartUSLiquidPerHour 738 qt (US liq.)/h
Measurement.QuartUSLiquidPerMinute 739 qt (US liq.)/min
Measurement.QuartUSLiquidPerSecond 740 qt (US liq.)/s
Measurement.PeckUKPerDay 741 pk (UK)/d
Measurement.PeckUKPerHour 742 pk (UK)/h
Measurement.PeckUKPerMinute 743 pk (UK)/min
Measurement.PeckUKPerSecond 744 pk (UK)/s
Measurement.PeckUSDryPerDay 745 pk (US dry)/d
Measurement.PeckUSDryPerHour 746 pk (US dry)/h
Measurement.PeckUSDryPerMinute 747 pk (US dry)/min
Measurement.PeckUSDryPerSecond 748 pk (US dry)/s
Measurement.PintUKPerDay 749 pt (UK)/d
Measurement.PintUKPerHour 750 pt (UK)/h
Measurement.PintUKPerMinute 751 pt (UK)/min
Measurement.PintUKPerSecond 752 pt (UK)/s
Measurement.PintUSLiquidPerDay 753 pt (US liq.)/d
Measurement.PintUSLiquidPerHour 754 pt (US liq.)/h
Measurement.PintUSLiquidPerMinute 755 pt (US liq.)/min
Measurement.PintUSLiquidPerSecond 756 pt (US liq.)/s
Measurement.CubicYardPerDay 757 yd³/d
Measurement.CubicYardPerHour 758 yd³/h
Measurement.CubicYardPerMinute 759 yd³/min
Measurement.CubicYardPerSecond 760 yd³/s
Measurement.CubicMetrePerCubicMetre 761 m³/m³
Measurement.BarCubicMetrePerSecond 762 bar·m³/s
Measurement.BarLitrePerSecond 763 bar·l/s
Measurement.PsiCubicInchPerSecond 764 psi·in³/s
Measurement.PsiLitrePerSecond 765 psi·l/s
Measurement.PsiCubicMetrePerSecond 766 psi·m³/s
Measurement.PsiCubicYardPerSecond 767 psi·yd³/s
Measurement.Kelvin 768 K
Measurement.DegreeCelsius 769 °C
Measurement.DegreeCelsiusPerHour 770 °C/h
Measurement.DegreeCelsiusPerBar 771 °C/bar
Measurement.DegreeCelsiusPerKelvin 772 °C/K
Measurement.DegreeCelsiusPerMinute 773 °C/min
Measurement.DegreeCelsiusPerSecond 774 °C/s
Measurement.KelvinPerBar 775 K/bar
Measurement.KelvinPerHour 776 K/h
Measurement.KelvinPerKelvin 777 K/K
Measurement.KelvinPerMinute 778 K/min
Measurement.KelvinPerSecond 779 K/s
Measurement.KelvinPerPascal 780 K/Pa
Measurement.DegreeFahrenheitPerKelvin 781 °F/K
Measurement.DegreeFahrenheitPerBar 782 °F/bar
Measurement.ReciprocalDegreeFahrenheit 783 1/°F
Measurement.DegreeRankine 784 °R
Measurement.DegreeFahrenheit 785 °F
Measurement.DegreeFahrenheitPerHour 786 °F/h
Measurement.DegreeFahrenheitPerMinute 787 °F/min
Measurement.DegreeFahrenheitPerSecond 788 °F/s
Measurement.DegreeRankinePerHour 789 °R/h
Measurement.DegreeRankinePerMinute 790 °R/min
Measurement.DegreeRankinePerSecond 791 °R/s
Measurement.ReciprocalKelvinOrKelvinToThePowerMinusOne 792 K⁻¹
Measurement.ReciprocalMegakelvinOrMegakelvinToThePowerMinusOne 793 1/MK
Measurement.PascalPerKelvin 794 Pa/K
Measurement.BarPerKelvin 795 bar/K
Measurement.WattSecond 796 W·s
Measurement.BritishThermalUnitInternationalTable 797 BtuIT
Measurement.BritishThermalUnitMean 798 Btu
Measurement.CalorieMean 799 cal
Measurement.KilocalorieMean 800 kcal
Measurement.KilocalorieInternationalTable 801 kcalIT
Measurement.KilocalorieThermochemical 802 kcalth
Measurement.BritishThermalUnit39DegF 803 Btu (39 ºF)
Measurement.BritishThermalUnit59DegF 804 Btu (59 ºF)
Measurement.BritishThermalUnit60DegF 805 Btu (60 ºF)
Measurement.CalorieDegC 806 cal₂₀
Measurement.QuadBtuIT 807 quad
Measurement.ThermEC 808 thm (EC)
Measurement.ThermUS 809 thm (US)
Measurement.BritishThermalUnitInternationalTablePerHour 810 BtuIT/h
Measurement.BritishThermalUnitInternationalTablePerMinute 811 BtuIT/min
Measurement.BritishThermalUnitInternationalTablePerSecond 812 BtuIT/s
Measurement.BritishThermalUnitThermochemicalPerHour 813 Btuth/h
Measurement.BritishThermalUnitThermochemicalPerMinute 814 Btuth/min
Measurement.BritishThermalUnitThermochemicalPerSecond 815 Btuth/s
Measurement.CalorieThermochemicalPerMinute 816 calth/min
Measurement.CalorieThermochemicalPerSecond 817 calth/s
Measurement.KilocalorieThermochemicalPerHour 818 kcalth/h
Measurement.KilocalorieThermochemicalPerMinute 819 kcalth/min
Measurement.KilocalorieThermochemicalPerSecond 820 kcalth/s
Measurement.WattPerSquareMetre 821 W/m²
Measurement.WattPerSquareCentimetre 822 W/cm²
Measurement.WattPerSquareInch 823 W/in²
Measurement.BritishThermalUnitInternationalTablePerSquareFootHour 824 BtuIT/(ft²·h)
Measurement.BritishThermalUnitThermochemicalPerSquareFootHour 825 Btuth/(ft²·h)
Measurement.BritishThermalUnitThermochemicalPerSquareFootMinute 826 Btuth/(ft²·min)
Measurement.BritishThermalUnitInternationalTablePerSquareFootSecond 827 BtuIT/(ft²·s)
Measurement.BritishThermalUnitThermochemicalPerSquareFootSecond 828 Btuth/(ft²·s)
Measurement.BritishThermalUnitInternationalTablePerSquareInchSecond 829 BtuIT/(in²·s)
Measurement.CalorieThermochemicalPerSquareCentimetreMinute 830 calth/(cm²·min)
Measurement.CalorieThermochemicalPerSquareCentimetreSecond 831 calth/(cm²·s)
Measurement.WattPerMetreKelvin 832 W/(m·K)
Measurement.WattPerMetreDegreeCelsius 833 W/(m·°C)
Measurement.KilowattPerMetreKelvin 834 kW/(m·K)
Measurement.KilowattPerMetreDegreeCelsius 835 kW/(m·°C)
Measurement.BritishThermalUnitInternationalTablePerSecondFootDegreeRankine 836 BtuIT/(s·ft·°R)
Measurement.BritishThermalUnitInternationalTableFootPerHourSquareFootDegreeFahrenheit 837 BtuIT·ft/(h·ft²·°F)
Measurement.BritishThermalUnitInternationalTableInchPerHourSquareFootDegreeFahrenheit 838 BtuIT·in/(h·ft²·°F)
Measurement.BritishThermalUnitInternationalTableInchPerSecondSquareFootDegreeFahrenheit 839 BtuIT·in/(s·ft²·°F)
Measurement.BritishThermalUnitThermochemicalFootPerHourSquareFootDegreeFahrenheit 840 Btuth·ft/(h·ft²·°F)
Measurement.BritishThermalUnitThermochemicalInchPerHourSquareFootDegreeFahrenheit 841 Btuth·in/(h·ft²·°F)
Measurement.BritishThermalUnitThermochemicalInchPerSecondSquareFootDegreeFahrenheit 842 Btuth·in/(s·ft²·°F)
Measurement.CalorieThermochemicalPerCentimetreSecondDegreeCelsius 843 calth/(cm·s·°C)
Measurement.KilocalorieInternationalTablePerHourMetreDegreeCelsius 844 kcal/(m·h·°C)
Measurement.WattPerSquareMetreKelvin 845 W/(m²·K)
Measurement.KilowattPerSquareMetreKelvin 846 kW/(m²·K)
Measurement.BritishThermalUnitInternationalTablePerSecondSquareFootDegreeRankine 847 BtuIT/(s·ft²·°R)
Measurement.BritishThermalUnitInternationalTablePerHourSquareFootDegreeRankine 848 BtuIT/(h·ft²·°R)
Measurement.BritishThermalUnitInternationalTablePerHourSquareFootDegreeFahrenheit 849 BtuIT/(h·ft²·ºF)
Measurement.BritishThermalUnitThermochemicalPerHourSquareFootDegreeFahrenheit 850 Btuth/(h·ft²·ºF)
Measurement.BritishThermalUnitInternationalTablePerSecondSquareFootDegreeFahrenheit 851 BtuIT/(s·ft²·ºF)
Measurement.BritishThermalUnitThermochemicalPerSecondSquareFootDegreeFahrenheit 852 Btuth/(s·ft²·ºF)
Measurement.SquareMetreKelvinPerWatt 853 m²·K/W
Measurement.DegreeFahrenheitHourSquareFootPerBritishThermalUnitThermochemical 854 °F·h·ft²/Btuth
Measurement.DegreeFahrenheitHourSquareFootPerBritishThermalUnitInternationalTable 855 °F·h·ft²/BtuIT
Measurement.Clo 856 clo
Measurement.SquareMetreHourDegreeCelsiusPerKilocalorieInternationalTable 857 m²·h·°C/kcal
Measurement.KelvinPerWatt 858 K/W
Measurement.KelvinMetrePerWatt 859 K·m/W
Measurement.DegreeFahrenheitHourPerBritishThermalUnitInternationalTable 860 ºF/(BtuIT/h)
Measurement.DegreeFahrenheitHourPerBritishThermalUnitThermochemical 861 ºF/(Btuth/h)
Measurement.DegreeFahrenheitSecondPerBritishThermalUnitInternationalTable 862 ºF/(BtuIT/s)
Measurement.DegreeFahrenheitSecondPerBritishThermalUnitThermochemical 863 ºF/(Btuth/s)
Measurement.DegreeFahrenheitHourSquareFootPerBritishThermalUnitInternationalTableInch 864 ºF·h·ft²/(BtuIT·in)
Measurement.DegreeFahrenheitHourSquareFootPerBritishThermalUnitThermochemicalInch 865 ºF·h·ft²/(Btuth·in)
Measurement.WattPerKelvin 866 W/K
Measurement.MillimetrePerDegreeCelciusMetre 867 mm/(°C·m)
Measurement.MillimetrePerKelvin 868 mm/K
Measurement.MetrePerDegreeCelciusMetre 869 m/(°C·m)
Measurement.JoulePerKelvin 870 J/K
Measurement.KilojoulePerKelvin 871 kJ/K
Measurement.BritishThermalUnitInternationalTablePerPoundDegreeFahrenheit 872 BtuIT/(lb·°F)
Measurement.BritishThermalUnitThermochemicalPerPoundDegreeFahrenheit 873 Btuth/(lb·°F)
Measurement.CalorieInternationalTablePerGramDegreeCelsius 874 calIT/(g·°C)
Measurement.CalorieThermochemicalPerGramDegreeCelsius 875 calth/(g·°C)
Measurement.BritishThermalUnitInternationalTablePerDegreeFahrenheit 876 BtuIT/ºF
Measurement.BritishThermalUnitThermochemicalPerDegreeFahrenheit 877 Btuth/ºF
Measurement.BritishThermalUnitInternationalTablePerDegreeRankine 878 BtuIT/ºR
Measurement.BritishThermalUnitThermochemicalPerDegreeRankine 879 Btuth/ºR
Measurement.BritishThermalUnitThermochemicalPerPoundDegreeRankine 880 (Btuth/°R)/lb
Measurement.KilocalorieInternationalTablePerGramKelvin 881 (kcalIT/K)/g
Measurement.JoulePerKilogramKelvin 882 J/(kg·K)
Measurement.KilojoulePerKilogramKelvin 883 kJ/(kg·K)
Measurement.BritishThermalUnitInternationalTablePerPoundDegreeRankine 884 Btu/IT(lb·°R)
Measurement.JoulePerKilogram 885 J/kg
Measurement.JoulePerGram 886 J/g
Measurement.MegajoulePerKilogram 887 MJ/kg
Measurement.KilojoulePerKilogram 888 kJ/kg
Measurement.BritishThermalUnitInternationalTablePerPound 889 BtuIT/lb
Measurement.BritishThermalUnitThermochemicalPerPound 890 Btuth/lb
Measurement.BritishThermalUnitInternationalTablePerCubicFoot 891 BtuIT/ft³
Measurement.BritishThermalUnitThermochemicalPerCubicFoot 892 Btuth/ft³
Measurement.Ampere 893 A
Measurement.Kiloampere 894 kA
Measurement.Megaampere 895 MA
Measurement.Milliampere 896 mA
Measurement.Microampere 897 µA
Measurement.Nanoampere 898 nA
Measurement.Picoampere 899 pA
Measurement.Biot 900 Bi
Measurement.Gilbert 901 Gi
Measurement.Coulomb 902 C
Measurement.AmpereSecond 903 A·s
Measurement.AmpereSquaredSecond 904 A²·s
Measurement.AmpereHour 905 A·h
Measurement.KiloampereHourThousandAmpereHour 906 kA·h
Measurement.Megacoulomb 907 MC
Measurement.Millicoulomb 908 mC
Measurement.Kilocoulomb 909 kC
Measurement.Microcoulomb 910 µC
Measurement.Nanocoulomb 911 nC
Measurement.Picocoulomb 912 pC
Measurement.MilliampereHour 913 mA·h
Measurement.AmpereMinute 914 A·min
Measurement.Franklin 915 Fr
Measurement.CoulombPerCubicMetre 916 C/m³
Measurement.GigacoulombPerCubicMetre 917 GC/m³
Measurement.CoulombPerCubicMillimetre 918 C/mm³
Measurement.MegacoulombPerCubicMetre 919 MC/m³
Measurement.CoulombPerCubicCentimetre 920 C/cm³
Measurement.KilocoulombPerCubicMetre 921 kC/m³
Measurement.MillicoulombPerCubicMetre 922 mC/m³
Measurement.MicrocoulombPerCubicMetre 923 µC/m³
Measurement.CoulombPerSquareMetre 924 C/m²
Measurement.MegacoulombPerSquareMetre 925 MC/m²
Measurement.CoulombPerSquareMillimetre 926 C/mm²
Measurement.CoulombPerSquareCentimetre 927 C/cm²
Measurement.KilocoulombPerSquareMetre 928 kC/m²
Measurement.MillicoulombPerSquareMetre 929 mC/m²
Measurement.MicrocoulombPerSquareMetre 930 µC/m²
Measurement.VoltPerMetre 931 V/m
Measurement.VoltSecondPerMetre 932 V·s/m
Measurement.VoltSquaredPerKelvinSquared 933 V²/K²
Measurement.VoltPerMillimetre 934 V/mm
Measurement.VoltPerMicrosecond 935 V/µs
Measurement.MillivoltPerMinute 936 mV/min
Measurement.VoltPerSecond 937 V/s
Measurement.MegavoltPerMetre 938 MV/m
Measurement.KilovoltPerMetre 939 kV/m
Measurement.VoltPerCentimetre 940 V/cm
Measurement.MillivoltPerMetre 941 mV/m
Measurement.MicrovoltPerMetre 942 µV/m
Measurement.VoltPerBar 943 V/bar
Measurement.VoltPerPascal 944 V/Pa
Measurement.VoltPerLitreMinute 945 V/(l·min)
Measurement.VoltSquareInchPerPoundforce 946 V/(lbf/in²)
Measurement.VoltPerInch 947 V/in
Measurement.Volt 948 V
Measurement.Megavolt 949 MV
Measurement.Kilovolt 950 kV
Measurement.Millivolt 951 mV
Measurement.Microvolt 952 µV
Measurement.Picovolt 953 pV
Measurement.Farad 954 F
Measurement.Attofarad 955 aF
Measurement.Millifarad 956 mF
Measurement.Microfarad 957 µF
Measurement.Nanofarad 958 nF
Measurement.Picofarad 959 pF
Measurement.Kilofarad 960 kF
Measurement.FaradPerMetre 961 F/m
Measurement.MicrofaradPerKilometre 962 µF/km
Measurement.FaradPerKilometre 963 F/km
Measurement.MicrofaradPerMetre 964 µF/m
Measurement.NanofaradPerMetre 965 nF/m
Measurement.PicofaradPerMetre 966 pF/m
Measurement.CoulombMetre 967 C·m
Measurement.AmperePerSquareMetre 968 A/m²
Measurement.AmperePerKilogram 969 A/kg
Measurement.MegaamperePerSquareMetre 970 MA/m²
Measurement.AmperePerSquareMillimetre 971 A/mm²
Measurement.AmperePerSquareCentimetre 972 A/cm²
Measurement.KiloamperePerSquareMetre 973 kA/m²
Measurement.MilliamperePerLitreMinute 974 mA/(l·min)
Measurement.AmperePerPascal 975 A/Pa
Measurement.MilliamperePerPoundforcePerSquareInch 976 mA/(lbf/in²)
Measurement.MilliamperePerBar 977 mA/bar
Measurement.AmperePerMetre 978 A/m
Measurement.KiloamperePerMetre 979 kA/m
Measurement.AmperePerMillimetre 980 A/mm
Measurement.AmperePerCentimetre 981 A/cm
Measurement.MilliamperePerMillimetre 982 mA/mm
Measurement.MilliamperePerInch 983 mA/in
Measurement.CoulombPerMetre 984 C/m
Measurement.Tesla 985 T
Measurement.Millitesla 986 mT
Measurement.Microtesla 987 µT
Measurement.Nanotesla 988 nT
Measurement.Kilotesla 989 kT
Measurement.Gamma 990 γ
Measurement.Weber 991 Wb
Measurement.Milliweber 992 mWb
Measurement.Kiloweber 993 kWb
Measurement.WeberPerMetre 994 Wb/m
Measurement.KiloweberPerMetre 995 kWb/m
Measurement.WeberPerMillimetre 996 Wb/mm
Measurement.Henry 997 H
Measurement.Millihenry 998 mH
Measurement.Microhenry 999 µH
Measurement.Nanohenry 1000 nH
Measurement.Picohenry 1001 pH
Measurement.HenryPerKiloohm 1002 H/kΩ
Measurement.HenryPerOhm 1003 H/Ω
Measurement.MicrohenryPerKiloohm 1004 µH/kΩ
Measurement.MicrohenryPerOhm 1005 µH/Ω
Measurement.MillihenryPerKiloohm 1006 mH/kΩ
Measurement.MillihenryPerOhm 1007 mH/Ω
Measurement.Kilohenry 1008 kH
Measurement.HenryPerMetre 1009 H/m
Measurement.MicrohenryPerMetre 1010 µH/m
Measurement.NanohenryPerMetre 1011 nH/m
Measurement.AmpereSquareMetre 1012 A·m²
Measurement.JoulePerCubicMetre 1013 J/m³
Measurement.Ohm 1014
Measurement.Gigaohm 1015 GΩ
Measurement.Megaohm 1016 MΩ
Measurement.Teraohm 1017 TΩ
Measurement.Kiloohm 1018 kΩ
Measurement.Milliohm 1019 mΩ
Measurement.Microohm 1020 µΩ
Measurement.Nanoohm 1021 nΩ
Measurement.GigaohmPerMetre 1022 GΩ/m
Measurement.Siemens 1023 S
Measurement.Kilosiemens 1024 kS
Measurement.Millisiemens 1025 mS
Measurement.Microsiemens 1026 µS
Measurement.MicrosiemensPerCentimetre 1027 µS/cm
Measurement.MicrosiemensPerMetre 1028 µS/m
Measurement.Picosiemens 1029 pS
Measurement.OhmMetre 1030 Ω·m
Measurement.GigaohmMetre 1031 GΩ·m
Measurement.MegaohmMetre 1032 MΩ·m
Measurement.MegaohmKilometre 1033 MΩ·km
Measurement.KiloohmMetre 1034 kΩ·m
Measurement.OhmCentimetre 1035 Ω·cm
Measurement.MilliohmMetre 1036 mΩ·m
Measurement.MicroohmMetre 1037 µΩ·m
Measurement.NanoohmMetre 1038 nΩ·m
Measurement.OhmKilometre 1039 Ω·km
Measurement.OhmCircularmilPerFoot 1040 Ω·cmil/ft
Measurement.OhmPerKilometre 1041 Ω/km
Measurement.OhmPerMetre 1042 Ω/m
Measurement.MegaohmPerMetre 1043 MΩ/m
Measurement.MilliohmPerMetre 1044 mΩ/m
Measurement.MegaohmPerKilometre 1045 MΩ/km
Measurement.OhmPerMileStatuteMile 1046 Ω/mi
Measurement.SiemensPerMetre 1047 S/m
Measurement.SiemensPerCentimetre 1048 S/cm
Measurement.MillisiemensPerCentimetre 1049 mS/cm
Measurement.MegasiemensPerMetre 1050 MS/m
Measurement.KilosiemensPerMetre 1051 kS/m
Measurement.NanosiemensPerMetre 1052 nS/m
Measurement.NanosiemensPerCentimetre 1053 nS/cm
Measurement.PicosiemensPerMetre 1054 pS/m
Measurement.ReciprocalHenry 1055 H⁻¹
Measurement.JoulePerSecond 1056 J/s
Measurement.Terawatt 1057 TW
Measurement.JoulePerMinute 1058 J/min
Measurement.JoulePerHour 1059 J/h
Measurement.JoulePerDay 1060 J/d
Measurement.KilojoulePerSecond 1061 kJ/s
Measurement.KilojoulePerMinute 1062 kJ/min
Measurement.KilojoulePerHour 1063 kJ/h
Measurement.KilojoulePerDay 1064 kJ/d
Measurement.HorsepowerElectric 1065 electric hp
Measurement.Nanowatt 1066 nW
Measurement.Picowatt 1067 pW
Measurement.VoltAmpere 1068 V·A
Measurement.MegavoltAmpere 1069 MV·A
Measurement.KilovoltAmpere 1070 kV·A
Measurement.MillivoltAmpere 1071 mV·A
Measurement.Var 1072 var
Measurement.Kilovar 1073 kvar
Measurement.Megavar 1074 kvar
Measurement.ReciprocalJoule 1075 1/J
Measurement.ReciprocalVoltAmpereReciprocalSecond 1076 1/(V·A·s)
Measurement.KilohertzMetre 1077 kHz·m
Measurement.GigahertzMetre 1078 GHz·m
Measurement.MegahertzMetre 1079 MHz·m
Measurement.ReciprocalKilovoltAmpereReciprocalHour 1080 1/kVAh
Measurement.HertzMetre 1081 Hz·m
Measurement.MegahertzKilometre 1082 MHz·km
Measurement.RadianPerMetre 1083 rad/m
Measurement.MegajoulePerCubicMetre 1084 MJ/m³
Measurement.JoulePerMetreToTheFourthPower 1085 J/m⁴
Measurement.JoulePerSquareMetre 1086 J/m²
Measurement.ReciprocalSecondPerSteradian 1087 s⁻¹/sr
Measurement.ReciprocalSecondPerSteradianMetreSquared 1088 s⁻¹/(sr·m²)
Measurement.ReciprocalSecondPerMetreSquared 1089 s⁻¹/m²
Measurement.ReciprocalSquareMetre 1090 m⁻²
Measurement.WattPerCubicMetre 1091 W/m³
Measurement.WattPerMetre 1092 W/m
Measurement.JoulePerSquareCentimetre 1093 J/cm²
Measurement.BritishThermalUnitInternationalTablePerSquareFoot 1094 BtuIT/ft²
Measurement.BritishThermalUnitThermochemicalPerSquareFoot 1095 Btuth/ft²
Measurement.CalorieThermochemicalPerSquareCentimetre 1096 calth/cm²
Measurement.Langley 1097 Ly
Measurement.WattPerSteradian 1098 W/sr
Measurement.WattPerSteradianSquareMetre 1099 W/(sr·m²)
Measurement.WattPerSquareMetreKelvinToTheFourthPower 1100 W/(m²·K⁴)
Measurement.MetreKelvin 1101 m·K
Measurement.Candela 1102 cd
Measurement.Kilocandela 1103 kcd
Measurement.Millicandela 1104 mcd
Measurement.HefnerKerze 1105 HK
Measurement.InternationalCandle 1106 IK
Measurement.Lumen 1107 lm
Measurement.LumenSecond 1108 lm·s
Measurement.LumenHour 1109 lm·h
Measurement.CandelaPerSquareMetre 1110 cd/m²
Measurement.CandelaPerSquareInch 1111 cd/in²
Measurement.Footlambert 1112 ftL
Measurement.Lambert 1113 Lb
Measurement.Stilb 1114 sb
Measurement.CandelaPerSquareFoot 1115 cd/ft²
Measurement.LumenPerSquareMetre 1116 lm/m²
Measurement.Lux 1117 lx
Measurement.Kilolux 1118 klx
Measurement.LumenPerSquareFoot 1119 lm/ft²
Measurement.Phot 1120 ph
Measurement.Footcandle 1121 ftc
Measurement.LuxSecond 1122 lx·s
Measurement.LuxHour 1123 lx·h
Measurement.LumenPerWatt 1124 lm/W
Measurement.SquareMetrePerMole 1125 m²/mol
Measurement.MilliwattPerSquareMetre 1126 mW/m²
Measurement.MicrowattPerSquareMetre 1127 µW/m²
Measurement.PicowattPerSquareMetre 1128 pW/m²
Measurement.PascalSecondPerMetre 1129 Pa· s/m
Measurement.PascalSecondPerCubicMetre 1130 Pa·s/m³
Measurement.PascalSecondPerLitre 1131 Pa·s/l
Measurement.NewtonSecondPerMetre 1132 N·s/m
Measurement.BelPerMetre 1133 B/m
Measurement.DecibelPerKilometre 1134 dB/km
Measurement.DecibelPerMetre 1135 dB/m
Measurement.PascalSquaredSecond 1136 Pa²·s
Measurement.DecadeLogarithmic 1137 dec
Measurement.Mole 1138 mol
Measurement.Kilomole 1139 kmol
Measurement.Millimole 1140 mmol
Measurement.Micromole 1141 µmol
Measurement.PoundMole 1142 lbmol
Measurement.ReciprocalMole 1143 mol⁻¹
Measurement.KilogramPerMole 1144 kg/mol
Measurement.GramPerMole 1145 g/mol
Measurement.CubicMetrePerMole 1146 m³/mol
Measurement.CubicDecimetrePerMole 1147 dm³/mol
Measurement.CubicCentimetrePerMole 1148 cm³/mol
Measurement.LitrePerMole 1149 l/mol
Measurement.JoulePerMole 1150 J/mol
Measurement.KilojoulePerMole 1151 kJ/mol
Measurement.JoulePerMoleKelvin 1152 J/(mol·K)
Measurement.ReciprocalCubicMetre 1153 m⁻³
Measurement.ReciprocalCubicCentimetre 1154 cm⁻³
Measurement.ReciprocalCubicMillimetre 1155 1/mm³
Measurement.ReciprocalCubicFoot 1156 1/ft³
Measurement.ReciprocalCubicInch 1157 1/in³
Measurement.ReciprocalLitre 1158 1/l
Measurement.ReciprocalCubicYard 1159 1/yd³
Measurement.MolePerCubicMetre 1160 mol/m³
Measurement.MolePerLitre 1161 mol/l
Measurement.MolePerCubicDecimetre 1162 mol/dm³
Measurement.KilomolePerCubicMetre 1163 kmol/m³
Measurement.MolePerSecond 1164 mol/s
Measurement.MillimolePerLitre 1165 mmol/l
Measurement.MolPerKilogramPascal 1166 (mol/kg)/Pa
Measurement.MolPerCubicMetrePascal 1167 (mol/m³)/Pa
Measurement.KilomolePerCubicMetreKelvin 1168 (kmol/m³)/K
Measurement.KilomolePerCubicMetreBar 1169 (kmol/m³)/bar
Measurement.ReciprocalPsi 1170 1/psi
Measurement.MolePerKilogramKelvin 1171 (mol/kg)/K
Measurement.MolePerKilogramBar 1172 (mol/kg)/bar
Measurement.MolePerLitreKelvin 1173 (mol/l)/K
Measurement.MolePerLitreBar 1174 (mol/l)/bar
Measurement.MolePerCubicMetreKelvin 1175 (mol/m³)/K
Measurement.MolePerCubicMetreBar 1176 (mol/m³)/bar
Measurement.MolePerKilogram 1177 mol/kg
Measurement.SecondPerCubicMetre 1178 s/m³
Measurement.MillimolePerKilogram 1179 mmol/kg
Measurement.MillimolePerGram 1180 mmol/g
Measurement.KilomolePerKilogram 1181 kmol/kg
Measurement.PoundMolePerPound 1182 lbmol/lb
Measurement.Katal 1183 kat
Measurement.KilomolePerSecond 1184 kmol/s
Measurement.PoundMolePerSecond 1185 lbmol/s
Measurement.PoundMolePerMinute 1186 lbmol/h
Measurement.UnifiedAtomicMassUnit 1187 u
Measurement.CoulombMetreSquaredPerVolt 1188 C·m²/V
Measurement.CoulombPerMole 1189 C/mol
Measurement.SiemensSquareMetrePerMole 1190 S·m²/mol
Measurement.KilomolePerHour 1191 kmol/h
Measurement.KilomolePerMinute 1192 kmol/min
Measurement.MolePerHour 1193 mol/h
Measurement.MolePerMinute 1194 mol/min
Measurement.RadianSquareMetrePerMole 1195 rad·m²/mol
Measurement.RadianSquareMetrePerKilogram 1196 rad·m²/kg
Measurement.NewtonSquareMetrePerAmpere 1197 N·m²/A
Measurement.WeberMetre 1198 Wb·m
Measurement.JouleSecond 1199 J·s
Measurement.AmpereSquareMetrePerJouleSecond 1200 A·m²/(J·s)
Measurement.Curie 1201 Ci
Measurement.Millicurie 1202 mCi
Measurement.Microcurie 1203 µCi
Measurement.Kilocurie 1204 kCi
Measurement.Becquerel 1205 Bq
Measurement.Gigabecquerel 1206 GBq
Measurement.Kilobecquerel 1207 kBq
Measurement.Megabecquerel 1208 MBq
Measurement.Microbecquerel 1209 µBq
Measurement.CuriePerKilogram 1210 Ci/kg
Measurement.BecquerelPerKilogram 1211 Bq/kg
Measurement.MegabecquerelPerKilogram 1212 MBq/kg
Measurement.KilobecquerelPerKilogram 1213 kBq/kg
Measurement.BecquerelPerCubicMetre 1214 Bq/m³
Measurement.Barn 1215 b
Measurement.SquareMetrePerSteradian 1216 m²/sr
Measurement.BarnPerSteradian 1217 b/sr
Measurement.SquareMetrePerJoule 1218 m²/J
Measurement.BarnPerElectronvolt 1219 b/eV
Measurement.SquareCentimetrePerErg 1220 cm²/erg
Measurement.SquareMetrePerSteradianJoule 1221 m²/(sr·J)
Measurement.BarnPerSteradianElectronvolt 1222 b/(sr·eV)
Measurement.SquareCentimetrePerSteradianErg 1223 cm²/(sr·erg)
Measurement.ReciprocalMetreSquaredReciprocalSecond 1224 m⁻²/s
Measurement.SquareMetrePerKilogram 1225 m²/kg
Measurement.JoulePerMetre 1226 J/m
Measurement.ElectronvoltPerMetre 1227 eV/m
Measurement.JouleSquareMetre 1228 J·m²
Measurement.ElectronvoltSquareMetre 1229 eV·m²
Measurement.JouleSquareMetrePerKilogram 1230 J·m²/kg
Measurement.ElectronvoltSquareMetrePerKilogram 1231 eV·m²/kg
Measurement.SquareMetrePerVoltSecond 1232 m²/(V·s)
Measurement.MetrePerVoltSecond 1233 m/(V·s)
Measurement.ReciprocalCubicMetrePerSecond 1234 m⁻³/s
Measurement.Gray 1235 Gy
Measurement.Milligray 1236 mGy
Measurement.Rad 1237 rad
Measurement.Sievert 1238 Sv
Measurement.Millisievert 1239 mSv
Measurement.Rem 1240 rem
Measurement.MilliroentgenAequivalentMen 1241 mrem
Measurement.GrayPerSecond 1242 Gy/s
Measurement.CoulombPerKilogram 1243 C/kg
Measurement.MillicoulombPerKilogram 1244 mC/kg
Measurement.Roentgen 1245 R
Measurement.Milliroentgen 1246 mR
Measurement.CoulombSquareMetrePerKilogram 1247 C·m²/kg
Measurement.Kiloroentgen 1248 kR
Measurement.CoulombPerKilogramSecond 1249 C/(kg·s)
Measurement.RoentgenPerSecond 1250 R/s
Measurement.MilligrayPerSecond 1251 mGy/s
Measurement.MicrograyPerSecond 1252 µGy/s
Measurement.NanograyPerSecond 1253 nGy/s
Measurement.GrayPerMinute 1254 Gy/min
Measurement.MilligrayPerMinute 1255 mGy/min
Measurement.MicrograyPerMinute 1256 µGy/min
Measurement.NanograyPerMinute 1257 nGy/min
Measurement.GrayPerHour 1258 Gy/h
Measurement.MilligrayPerHour 1259 mGy/h
Measurement.MicrograyPerHour 1260 µGy/h
Measurement.NanograyPerHour 1261 nGy/h
Measurement.SievertPerSecond 1262 Sv/s
Measurement.MillisievertPerSecond 1263 mSv/s
Measurement.MicrosievertPerSecond 1264 µSv/s
Measurement.NanosievertPerSecond 1265 nSv/s
Measurement.RemPerSecond 1266 rem/s
Measurement.SievertPerHour 1267 Sv/h
Measurement.MillisievertPerHour 1268 mSv/h
Measurement.MicrosievertPerHour 1269 µSv/h
Measurement.NanosievertPerHour 1270 nSv/h
Measurement.SievertPerMinute 1271 Sv/min
Measurement.MillisievertPerMinute 1272 mSv/min
Measurement.MicrosievertPerMinute 1273 µSv/min
Measurement.NanosievertPerMinute 1274 nSv/min
Measurement.ReciprocalSquareInch 1275 1/in²
Measurement.UnitPole 1276 unit pole
Measurement.ReciprocalAngstrom 1277 Å⁻¹
Measurement.SecondPerCubicMetreRadian 1278 s/(rad·m³)
Measurement.ReciprocalJoulePerCubicMetre 1279 J⁻¹/m³
Measurement.ReciprocalElectronVoltPerCubicMetre 1280 eV⁻¹/m³
Measurement.CubicMetrePerCoulomb 1281 m³/C
Measurement.VoltPerKelvin 1282 V/K
Measurement.MillivoltPerKelvin 1283 mV/K
Measurement.AmperePerSquareMetreKelvinSquared 1284 A/(m²·K²)
Measurement.KilopascalSquareMetrePerGram 1285 kPa·m²/g
Measurement.PascalSquareMetrePerKilogram 1286 Pa/(kg/m²)
Measurement.KilopascalPerMillimetre 1287 kPa/mm
Measurement.PascalPerMetre 1288 Pa/m
Measurement.PicopascalPerKilometre 1289 pPa/km
Measurement.MillipascalPerMetre 1290 mPa/m
Measurement.KilopascalPerMetre 1291 kPa/m
Measurement.HectopascalPerMetre 1292 hPa/m
Measurement.StandardAtmospherePerMetre 1293 Atm/m
Measurement.TechnicalAtmospherePerMetre 1294 at/m
Measurement.TorrPerMetre 1295 Torr/m
Measurement.PsiPerInch 1296 psi/in
Measurement.MillilitrePerSquareCentimetreSecond 1297 ml/(cm²·s)
Measurement.CubicMetrePerSecondSquareMetre 1298 (m³/s)/m²
Example
import InCore.Foundation 2.5

Application {
    Measurement {
        unit: Measurement.SquareMetre
        data: 123.456
        onDisplayStringChanged: console.log(displayString)
    }
}

MeasurementGroup

Description

The MeasurementGroup object provides a container to group Measurement objects while providing the additional enabled and view properties. This can be useful to model and use Measurement hierarchies through Repeater and Gather.

› Inherits:DataObjectGroup
Properties
enabled

This property holds whether the measurement group is enabled, i.e. the measurements in this group are valid and/or should be displayed/processed.

This property was introduced in InCore 1.1.

› Type:Boolean
› Default:true
› Signal:enabledChanged()
› Attributes:Writable
view

This property holds a MeasurementView with common view-related properties for all grouped measurements.

› Type:MeasurementView
› Signal:viewChanged()
› Attributes:Writable

MeasurementView

Description

The MeasurementView object is a specialized version of DataObjectView with additional properties for Measurement objects.

› Inherits:DataObjectView
Properties
maximumValue

This property holds the maximum value to use for parametrizing the widget displaying a measurement, e.g. a gauge or plot.

› Type:Double
› Default:0
› Signal:maximumValueChanged()
› Attributes:Writable
minimumValue

This property holds the minimum value to use for parametrizing the widget displaying a measurement, e.g. a gauge or plot.

› Type:Double
› Default:0
› Signal:minimumValueChanged()
› Attributes:Writable

MobileNetworkInterface

Description

The MobileNetworkInterface object represents a mobile network interface (i.e. a modem device such as an LTE USB stick) and manages connections to a mobile (cellular) network. In order to start a connection, the apn, username and password need to be set. A connection will be established to available networks automatically. The current modem and connectivity state can always be read through the state property.

Important

A MobileNetworkInterface object always has to be a child of a NetworkConfiguration object in order to work properly. Otherwise the modem device will connect to the mobile network only without establishing a data connection.

› Inherits:NetworkInterface
Properties
allowRoaming

This property holds whether data connections are allowed during roaming. If disabled the device will be offline if the home network is not available.

› Type:Boolean
› Default:false
› Signal:allowRoamingChanged()
› Attributes:Writable
allowRoamingItem

This property holds an internal ConfigurationItem instance for the allowRoaming property.

› Type:ConfigurationItem
› Attributes:Readonly
apn

This property holds the access point name to use for the mobile connection.

› Type:String
› Signal:apnChanged()
› Attributes:Writable
apnItem

This property holds an internal ConfigurationItem instance for the apn property.

› Type:ConfigurationItem
› Attributes:Readonly
authenticationType

This property was introduced in InCore 2.3.

› Type:AuthenticationType
› Default:MobileNetworkInterface.UnknownAuthentication
› Signal:authenticationTypeChanged()
› Attributes:Writable
authenticationTypeItem

This property holds an internal ConfigurationItem instance for the authenticationType property.

› Type:ConfigurationItem
› Attributes:Readonly
deviceManufacturer

This property holds the manufacturer name of the modem device.

This property was introduced in InCore 2.3.

› Type:String
› Signal:deviceManufacturerChanged()
› Attributes:Readonly
deviceModel

This property holds the model name of the modem device.

› Type:String
› Signal:deviceModelChanged()
› Attributes:Readonly
establishIpConnection

This property holds whether to establish an IP-based data connection. When set to false, the modem will only register on the cellular network and remain in the MobileNetworkInterface.StateRegistered state. In this state it’s possible to send and receive text messages (SMS).

This property was introduced in InCore 2.4.

› Type:Boolean
› Default:true
› Signal:establishIpConnectionChanged()
› Attributes:Writable
establishIpConnectionItem

This property holds an internal ConfigurationItem instance for the establishIpConnection property.

› Type:ConfigurationItem
› Attributes:Readonly
iccid

This property holds the ICCID of the currently used SIM card.

› Type:String
› Signal:iccidChanged()
› Attributes:Readonly
imei

This property holds the IMEI of the modem device.

› Type:String
› Signal:imeiChanged()
› Attributes:Readonly
imsi

This property holds the IMSI of the currently used SIM card.

› Type:String
› Signal:imsiChanged()
› Attributes:Readonly
number

This property holds the telephone number to dial for establishing a data connection.

› Type:String
› Default:*99#
› Signal:numberChanged()
› Attributes:Writable
numberItem

This property holds an internal ConfigurationItem instance for the number property.

› Type:ConfigurationItem
› Attributes:Readonly
password

This property holds the password for authenticating with the mobile network.

› Type:String
› Signal:passwordChanged()
› Attributes:Writable
passwordItem

This property holds an internal ConfigurationItem instance for the password property.

› Type:ConfigurationItem
› Attributes:Readonly
pin

This property holds the PIN used to unlock the SIM card. It’s only required if the SIM card needs to be unlocked.

› Type:String
› Signal:pinChanged()
› Attributes:Writable
pinItem

This property holds an internal ConfigurationItem instance for the pin property.

› Type:ConfigurationItem
› Attributes:Readonly
signalQuality

This property holds the current signal quality in percent (0-100) of the dominant access technology the device is using to communicate with the network.

› Type:SignedInteger
› Signal:signalQualityChanged()
› Attributes:Readonly
state

This property holds the current state of the modem device and its connectivity.

› Type:State
› Signal:stateChanged()
› Attributes:Readonly
username

This property holds the username for authenticating with the mobile network.

› Type:String
› Signal:usernameChanged()
› Attributes:Writable
usernameItem

This property holds an internal ConfigurationItem instance for the username property.

› Type:ConfigurationItem
› Attributes:Readonly
Methods
sendMessage(String recipientNumbers, String text)

This method sends a text message (SMS) using the modem. The phone number(s) of the SMS recipient(s) have to be supplied in the recipientNumbers argument. To send more than one SMS separate the phone numbers with comma. Included spaces will be removed. If the message text in the text parameter contains non-ASCII characters the Unicode (UCS-2) encoding is used which requires 2 bytes per character. This may be relevant if the number of SMS that can be sent in a time period is limited.

It returns true if the send operation has been initiated successfully. Errors occurring while sending the SMS are signaled through the NetworkInterface.error property.

This method was introduced in InCore 2.3.

› Returns:Boolean
Signals
connected()

This signal is emitted when a data connection has been established, i.e. state changed to MobileNetworkInterface.StateConnected.

disconnected()

This signal is emitted when the connection to the mobile network has been closed, i.e. state is not MobileNetworkInterface.StateConnected yet/any longer.

messageReceived(String messageText, String messageId)

This signal is emitted when a text message (SMS) has been received. The message text is available trough the m̀essageText` argument. The internal ID of the received message is supplied in the messageId argument.

This signal was introduced in InCore 2.3.

messageSent(String messageId)

This signal is emitted when a text message (SMS) has been sent successfully. It’s not emitted if an error occurred while sending. The internal ID of the sent message is supplied in the messageId argument

This signal was introduced in InCore 2.3.

Enumerations
AuthenticationType
Name Value Description
MobileNetworkInterface.UnknownAuthentication 0
MobileNetworkInterface.NoAuthentication 1
MobileNetworkInterface.PAP 2
MobileNetworkInterface.CHAP 3
MobileNetworkInterface.MSCHAP 4
MobileNetworkInterface.MSCHAPv2 5
MobileNetworkInterface.EAP 6  
State

This enumeration describes all possible states of the modem device represented by the object.

Name Value Description
MobileNetworkInterface.StateNoDevice 0 Could not find a modem device.
MobileNetworkInterface.StateFailed 1 The modem is unusable.
MobileNetworkInterface.StateUnknown 2 The modem is in an unknown state.
MobileNetworkInterface.StateInitializing 3 The modem is currently being initialized.
MobileNetworkInterface.StateLocked 4 The modem needs to be unlocked with a PIN.
MobileNetworkInterface.StateDisabled 5 The modem is not enabled and is powered down.
MobileNetworkInterface.StateDisabling 6 The modem is currently transitioning to the MobileNetworkInterface.StateDisabled state.
MobileNetworkInterface.StateEnabling 7 The modem is currently transitioning to the MobileNetworkInterface.StateEnabled state.
MobileNetworkInterface.StateEnabled 8 The modem is enabled and powered on but not registered with a network provider and not available for data connections.
MobileNetworkInterface.StateSearching 9 The modem is searching for a network provider to register with.
MobileNetworkInterface.StateRegistered 10 The modem is registered with a network provider and data connections may be available for use.
MobileNetworkInterface.StateDisconnecting 11 The modem is disconnecting and deactivating the last active packet data bearer. This state will not be entered if more than one packet data bearer is active and one of the active bearers is deactivated.
MobileNetworkInterface.StateConnecting 12 The modem is activating and connecting the first packet data bearer. Subsequent bearer activations when another bearer is already active do not cause this state to be entered.
MobileNetworkInterface.StateConnected 13 One or more packet data bearers is active and connected, i.e. the device is online.
Example
import InCore.Foundation 2.5

Application {
    NetworkConfiguration {
        MobileNetworkInterface {
            id: wwan0

            // configure connection parameters
            apn: "internet.myprovider.de"
            username: "inhub"
            password: "MyS3cr3tP4ssw0rd"
            // print basic information when completed
            onCompleted: {
                console.log("Device model:", deviceModel)
                console.log("IMEI:", imei)
                console.log("IMSI:", imsi)
            }
            // continuously print signal quality
            onSignalQualityChanged: {
                console.log("Signal quality:", signalQuality)
            }
            // print state information
            onConnected: console.log("I'm online :-)")
            onDisconnected: console.log("I'm offline :-(")
            onStateChanged: console.log("Modem state", state)

            onMessageReceived: console.log(("SMS received: \"%1\"").arg(messageText))
        }
    }

    Counter {
        id: smsCounter
        interval: 30000
        onValueChanged: wwan0.sendMessage("+49123456789, +49135798642", ("Hello world! This is SMS number %1.").arg(value))
    }
}

NetworkConfiguration

Description

The NetworkConfiguration object manages the configuration of one or multiple NetworkInterface objects. All NetworkInterface objects require NetworkConfiguration as parent to configure and control the represented network interfaces. An NetworkConfiguration object loads and saves the corresponding configuration and tells the system’s network management service to apply the configuration.

› Inherits:Configuration
Properties
interfaces

This property holds a list of network interfaces whose configuration to manage.

› Type:List<NetworkInterface>
› Signal:interfacesChanged()
› Attributes:Readonly
Signals
interfacesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the interfaces list itself emitted the dataChanged() signal.

reconfigured()

This signal is emitted whenever the configuration has been written to the system and the system’s network management service has been instructed to apply it.

NetworkInterface

Description

The NetworkInterface object is an abstract base object for all kind of specific network interface objects such as WiredNetworkInterface, WirelessNetworkInterface and MobileNetworkInterface. It provides common properties and enumerations which apply to all network interfaces and implements common configuration mechanisms.

› Inherits:ConfigurationObject
› Inherited by:MobileNetworkInterface, WiredNetworkInterface, WirelessNetworkInterface
Properties
dhcpClientIdentifier

This property holds the DHCPv4 client identifier to use when sending DHCP requests. For all options the MAC address of the corresponding network interface is used to generate a unique identifier. When set to NetworkInterface.MacIdentifier the MAC address is used directly. Otherwise an RFC4361-compliant client ID is generated based on the MAC address.

› Type:DhcpClientIdentifier
› Default:NetworkInterface.MacIdentifier
› Signal:dhcpClientIdentifierChanged()
› Attributes:Writable, Optional
enabled

This property holds whether the network interface is enabled at all. If enabled the interface is managed and configured by the system according to the settings represented by other properties in this object and derived objects.

› Type:Boolean
› Default:false
› Signal:enabledChanged()
› Attributes:Writable
enabledItem

This property holds an internal ConfigurationItem instance for the enabled property.

› Type:ConfigurationItem
› Attributes:Readonly
error

This property holds the most recently occurred error or NetworkInterface.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
hardwareAddress

This property holds the hardware address of the network interface, usually the MAC address.

› Type:String
› Signal:hardwareAddressChanged()
› Attributes:Readonly
hardwareAddressItem

This property holds an internal ConfigurationItem instance for the hardwareAddress property.

› Type:ConfigurationItem
› Attributes:Readonly
hardwareName

This property holds the unique hardware name of the network interface as seen by the operating system, e.g. eth0.

› Type:String
› Attributes:Readonly
networkAddresses

This property holds the actual IP addresses in effect which have been assigned by the network or configured by the user.

This property was introduced in InCore 1.1.

› Type:StringList
› Signal:networkAddressesChanged()
› Attributes:Readonly
operationalState

This property holds the operational state of the network interface. The most common case is to check whether the operational state equals NetworkInterface.Routable in order to determine whether the device is ready to communicate with certain hosts or networks. See the NetworkInterface.OperationalState enumeration for more details.

› Type:OperationalState
› Default:NetworkInterface.NoOperation
› Signal:operationalStateChanged()
› Attributes:Readonly
routes

This property holds a list of NetworkRoute objects which hold additional network routes to configure.

This property was introduced in InCore 2.3.

› Type:List<NetworkRoute>
› Signal:routesChanged()
› Attributes:Readonly
setupState

This property holds the setup state of the network interface which specifies the state and progress of the interface configuration. The most common case is to check whether the setup state equals NetworkInterface.Configured which indicates that the network interface has been configured successfully. See the NetworkInterface.SetupState enumeration for more details.

› Type:SetupState
› Default:NetworkInterface.NoSetup
› Signal:setupStateChanged()
› Attributes:Readonly
useRoutes

This property holds whether to add the routes received during the configuration process to the routing table (e.g. routes advertisted by DHCP servers). This can be important when using multiple network interfaces which would normally lead to multiple default routes being added to the routing table. If in this case not all network gateways have access to the internet, the internet connectivity of the device itself can be impacted as well and may not work reliable and deterministic. By setting this property to false except for one specific interface the device will access the internet and non-local networks through the specific interface.

› Type:Boolean
› Default:true
› Signal:useRoutesChanged()
› Attributes:Writable
useRoutesItem

This property holds an internal ConfigurationItem instance for the useRoutes property.

› Type:ConfigurationItem
› Attributes:Readonly
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

routesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the routes list itself emitted the dataChanged() signal.

Enumerations
DhcpClientIdentifier

This enumeration describes the DHCPv4 client identifier to use when sending DHCP requests.

Name Value Description
NetworkInterface.MacIdentifier 0 Use the MAC address of the interface as DHCP client identifier.
NetworkInterface.DhcpUniqueIdentifier 1 Use an RFC4361-compliant client ID (based on the MAC address) as DUID.
Error

This enumeration describes all errors which can occur in NetworkInterface objects. The most recently occurred error is stored in the error property.

Name Value Description
NetworkInterface.NoError 0 No error occurred or was detected.
NetworkInterface.InvalidIndex 1 Invalid interface index.
NetworkInterface.InvalidConfigurationError 2 Invalid or empty configuration.
NetworkInterface.ConfigurationUpdateError 3 Can’t update configuration - likely configuration files could not be opened for writing.
NetworkInterface.ConfigurationApplyError 4 Can’t apply configuration likely due to system service errors.
NetworkInterface.SystemError 5 System error.
NetworkInterface.DeviceUnlockError 6 Device could not be unlocked, e.g. due to missing or invalid PIN.
NetworkInterface.InvalidCountryCode 7 Specified country code is invalid or could not be set.
NetworkInterface.OperationNotSupportedError 8 The requested operation is not supported by the the interface.
NetworkInterface.DeviceNotReadyError 9 The device for the network interface is not available or not ready yet.
NetworkInterface.InvalidAddressError 10 The address (e.g. SMS recipient number) is empty.
NetworkInterface.EmptyMessageError 11 The message (e.g. SMS text) is empty.
NetworkInterface.MessageCreateError 12 The message could not be created for sending.
NetworkInterface.MessageSendError 13 The message could not be sent, likely due to a network error or an invalid address.
NetworkInterface.MessageDeleteError 14 The message could not be deleted.
OperationalState

This enumeration describes all operational states a network interface can enter.

Name Value Description
NetworkInterface.NoOperation 0 The device is not operated at all.
NetworkInterface.Off 1 The device is powered down.
NetworkInterface.NoCarrier 2 The device is powered up, but it does not yet have a carrier.
NetworkInterface.Dormant 3 The device has a carrier, but is not yet ready for normal traffic.
NetworkInterface.Carrier 4 The link has a carrier.
NetworkInterface.Degraded 5 The link has carrier and addresses valid on the local link configured.
NetworkInterface.Routable 6 The link has carrier and routable address configured.
SetupState

This enumeration describes all setup states a network interface can enter.

Name Value Description
NetworkInterface.NoSetup 0 The link is not set up.
NetworkInterface.Pending 1 udev is still processing the link, we don’t yet know if we will manage it.
NetworkInterface.Failed 2 networkd failed to manage the link.
NetworkInterface.Configuring 3 System is in the process of retrieving configuration or configuring the link.
NetworkInterface.Configured 4 The link has been configured successfully.
NetworkInterface.Unmanaged 5 The link is not managed by networkd.
NetworkInterface.Linger 6 The link is gone, but has not yet been dropped by networkd.

NetworkRoute

Description

The NetworkRoute object represents a route in TCP/IP networks and can be attached to NetworkInterface objects.

This object was introduced in InCore 2.3.

› Inherits:Object
Properties
destination

This property holds the destination host or network of the route. For networks, it has to be followed by a slash and the prefix length.

› Type:String
› Signal:destinationChanged()
› Attributes:Writable
gateway

This property holds the gateway of the route.

› Type:String
› Signal:gatewayChanged()
› Attributes:Writable
metric

This property holds the metric of the route.

› Type:SignedInteger
› Signal:metricChanged()
› Attributes:Writable
mtu

This property holds the maximum transmission unit in bytes to set for the route.

› Type:SignedInteger
› Signal:mtuChanged()
› Attributes:Writable
protocol

This property holds the routing protocol identifier of the route.

› Type:Protocol
› Default:NetworkRoute.Static
› Signal:protocolChanged()
› Attributes:Writable
scope

This property holds the scope of the IPv4 route. It’s not used for IPv6 routes.

› Type:Scope
› Default:NetworkRoute.Global
› Signal:scopeChanged()
› Attributes:Writable
source

This property holds the optional source prefix of the route, possibly followed by a slash and the prefix length.

› Type:String
› Signal:sourceChanged()
› Attributes:Writable
Enumerations
Protocol

This enumeration describes the supported routing protocol identifiers.

Name Value Description
NetworkRoute.Kernel 0 The route was installed by the kernel during autoconfiguration.
NetworkRoute.Boot 1 The route was installed during the bootup sequence.
NetworkRoute.Static 2 The route was installed manually to override dynamic routing.
NetworkRoute.RA 3 The route was installed by Router Discovery protocol.
NetworkRoute.Dhcp 4 The route was installed by DHCP client.
Scope

This enumeration describes the supported scopes for IPv4 routes.

Name Value Description
NetworkRoute.Global 0 The route can reach hosts more than one hop away.
NetworkRoute.Site 1 An interior route in the local autonomous system.
NetworkRoute.Host 3 The route will not leave the local machine (used for internal addresses like 127.0.0.1).
NetworkRoute.Nowhere 4 The destination doesn’t exist.

NftAddressTranslation

Description

This object was introduced in InCore 2.1.

› Inherits:NftFlow
Properties
error

This property holds the most recently occurred error or NftAddressTranslation.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
masquerade

This property holds whether to masquerade connections. If enabled, the NftFlow.outputInterface property has to be set.

› Type:Boolean
› Default:false
› Signal:masqueradeChanged()
› Attributes:Writable
natDestinationAddress

This property holds the address to use for rewriting the destination address of packets.

› Type:String
› Signal:natDestinationAddressChanged()
› Attributes:Writable
natSourceAddress

This property holds the address to use for rewriting the source address of packets.

› Type:String
› Signal:natSourceAddressChanged()
› Attributes:Writable
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in NftAddressTranslation objects. The most recently occurred error is stored in the error property.

Name Value Description
NftAddressTranslation.NoError 0 No error occurred or was detected.
NftAddressTranslation.MasqueradingWithoutOutputInterface 1 Masquerading enabled but output interface not set.
Example
import InCore.Foundation 2.5

NftFirewall {
    NftAddressTranslation {
        inputInterface: "usb0"
        destinationAddress: "192.168.123.1"
        natSourceAddress: "192.168.19.1"
        natDestinationAddress: "192.168.19.2"
    }

    onRulesetChanged: console.log(ruleset)
}

NftChain

Description

The NftChain object represents a nftables chain. It consists of a set of rules which are being processed depending on the type, hook, priority and policy properties.

This object was introduced in InCore 2.1.

› Inherits:Object
Properties
enabled

This property holds whether the chain is enabled, i.e. it should be included in the corresponding table.

› Type:Boolean
› Default:true
› Signal:enabledChanged()
› Attributes:Writable
hook

This property holds a the stage of the packet while it’s being processed through the kernel. See the nftables documentation on chains for details

› Type:Hook
› Default:NftChain.Input
› Signal:hookChanged()
› Attributes:Writable
name

This property holds the name of the firewall chain, e.g. input.

› Type:String
› Signal:nameChanged()
› Attributes:Writable
policy

This property holds the default verdict statement to control the flow in the chain. See the Policy enumeration or details.

› Type:Policy
› Default:NftChain.Accept
› Signal:policyChanged()
› Attributes:Writable
priority

This property holds a number used to order the chains or to set them between some Netfilter operations. See the nftables documentation on chains for details

› Type:Priority
› Default:NftChain.FilterPriority
› Signal:priorityChanged()
› Attributes:Writable
rawRules

This property holds a list of nftables rules as defined inside nftables chains, e.g. [ "ip daddr 8.8.8.8 counter packets 0 bytes 0", "tcp dport ssh counter packets 0 bytes 0" ].

Consider using NftRule objects with the rules property.

› Type:StringList
› Signal:rawRulesChanged()
› Attributes:Writable
rules

This property holds a list of nftables rules described by NftRule objects.

› Type:List<NftRule>
› Signal:rulesChanged()
› Attributes:Readonly
type

This property holds the type of the nftables chain. See the nftables documentation on chains for details

› Type:Type
› Default:NftChain.Filter
› Signal:typeChanged()
› Attributes:Writable
Signals
rulesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the rules list itself emitted the dataChanged() signal.

Enumerations
Hook

This enumeration describes stages of the packet processing at which the chains are processed.

Name Value Description
NftChain.Prerouting 0 Process chain before routing decision when it’s not known if packets are addressed to the local or remote systems.
NftChain.Input 1 Process chain after the routing decision for packets which are directed to the local system and/or processes running in system.
NftChain.Forward 2 Process chain after the routing decision for packets which are not directed to the local system and/or processes running in system.
NftChain.Output 3 Process chain for packets originating from processes on the local system.
NftChain.Postrouting 4 Process chain after the routing decision for packets leaving the local system.
NftChain.Ingress 5 Process chain to filter traffic even before prerouting, right after the packet is received by the NIC driver. This hook is available for the NftTable.NetDev family only.
Policy
Name Value Description
NftChain.Accept 0
NftChain.Drop 1
NftChain.Queue 2
NftChain.Continue 3
NftChain.Return 4  
Priority

This enumeration describes priorities which can be used to order the chains or to put them before or after some Netfilter internal operations. For example, a chain on the prerouting hook with the priority -300 will be placed before connection tracking operations.

Name Value Description
NftChain.FirstPriority -2147483648 Highest priority to process the chain before all other chains with lower priorities.
NftChain.ConnTrackDefragPriority -400 Priority of defragmentation.
NftChain.RawPriority -300 Traditional priority of the raw table placed before connection tracking operation.
NftChain.SeLinuxFirstPriority -225 Priority for SELinux operations.
NftChain.ConnTrackPriority -200 Priority for connection tracking operations.
NftChain.ManglePriority -150 Priority for mangle operations.
NftChain.DestinationNatPriority -100 Priority for chains implementing destination NAT.
NftChain.FilterPriority 0 Priority for chains implementing packet filtering operations.
NftChain.SecurityPriority 50 Priority for chains implementing source NAT.
NftChain.SourceNatPriority 100 Place of security table where secmark can be set for example.
NftChain.SeLinuxLastPriority 225 Priority for SELinux at packet exit.
NftChain.ConnTrackHelperPriority 300 Priority for connection tracking at exit.
NftChain.ConnTrackConfirmPriority 2147483646 Priority for connection tracking confirmation operations.
NftChain.LastPriority 2147483647 Lowest priority to process the chain after all other chains with higher priorities.
Type

This enumeration describes supported chain types to implement different kinds of operations.

Name Value Description
NftChain.Filter 0 Implement a packet filter chain. This is supported by the NftTable.ARP, NftTable.Bridge, NftTable.IP, NftTable.IP6 and NftTable.INet table families.
NftChain.Rule 1
NftChain.Nat 2 Perform Networking Address Translation (NAT). The first packet that belongs to a flow always hits this chain, follow up packets not. Therefore, never use this chain for filtering. This is supported by the NftTable.IP and NftTable.IP6 table families.
Example

See NftFirewall example on how to use NftChain.

NftFirewall

Description

The NftFirewall object represents a network firewall configuration and can be used to implement all kinds of networking and packet filtering scenarios. It uses nftables, a modern firewall software solution provided in the Linux kernel. Consequently NftFirewall and all subobjects (such as NftTable, NftChain and NftRule) follow the nftables concepts and semantics while providing QML syntax including dynamic updates on any property change. See the nftables Wiki for more information on how nftables-based firewalling and packet filtering works.

This object was introduced in InCore 2.1.

› Inherits:Object
Properties
externalRulesetFile

This property holds a path to an external file containing the ruleset to load. If set, the tables and ruleset properties are ignored and the specified ruleset file is loaded instead.

› Type:String
› Signal:externalRulesetFileChanged()
› Attributes:Writable
ruleset

This property holds the effective ruleset in nftables syntax which is being loaded and used.

› Type:String
› Signal:rulesetChanged()
› Attributes:Readonly
tables

This property holds a list of tables containing chains and rules.

› Type:List<NftTable>
› Signal:tablesChanged()
› Attributes:Readonly
Methods
flush()
load()
Signals
tablesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the tables list itself emitted the dataChanged() signal.

Example
import InCore.Foundation 2.5

Application {

    id: app

    System {
        id: system
        Polling on cpuLoad { }
    }

    NftFirewall {

        NftTable {
            family: NftTable.IP
            name: "example"

            NftChain {
                name: "incoming"
                type: NftChain.Filter
                hook: NftChain.Input
                priority: NftChain.FilterPriority
                policy: NftChain.Drop
                rawRules: [ "ip protocol icmp icmp type { echo-request } accept" ]
                NftRule { inputInterface: "lo"; statement.type: NftStatement.Accept }
                NftRule { protocol: NftRule.Icmp; statement.type: NftStatement.Accept }
                NftRule { connectionStates: NftRule.Established | NftRule.Related; statement.type: NftStatement.Accept }
                // disable new SSH connections if system load is too high
                NftRule {
                    connectionStates: NftRule.New
                    protocol: NftRule.Tcp
                    destinationPorts: 22
                    statement.type: system.cpuLoad < 1 ? NftStatement.Accept : NftStatement.Drop
                }
            }

            NftChain {
                id: proxy
                enabled: app.commandLineArguments[0] === "proxy"
                name: "transparentwebproxy"
                type: NftChain.Nat
                hook: NftChain.Postrouting
                priority: NftChain.SourceNatPriority
                policy: NftChain.Accept
                NftRule {
                    protocol: NftRule.Tcp
                    sourceAddress: "192.168.19.1"
                    destinationPorts: [ 80, 443 ]
                    statement.type: NftStatement.Masquerade
                }
            }
        }

        onRulesetChanged: console.log(ruleset)
    }
}

NftFlow

Description

This object was introduced in InCore 2.1.

› Inherits:NftTable
› Inherited by:NftAddressTranslation
Properties
destinationAddress

This property holds the destination address to transmit traffic to for this flow.

› Type:String
› Signal:destinationAddressChanged()
› Attributes:Writable
destinationPorts

This property holds the source ports used by flow implementations, e.g. [ 80, 443 ].

› Type:Variant
› Signal:destinationPortsChanged()
› Attributes:Writable
inputInterface

This property holds the network interface to receive traffic from for this flow.

› Type:String
› Signal:inputInterfaceChanged()
› Attributes:Writable
outputInterface

This property holds the network interface to transmit traffic to for this flow.

› Type:String
› Signal:outputInterfaceChanged()
› Attributes:Writable
protocol

This property holds the protocol which to match. It has to be set to a protocol such as TCP or UDP in order to use source or destination port matching (sourcePorts/destinationPorts).

› Type:NftRule.Protocol
› Default:NftRule.AllProtocols
› Signal:protocolChanged()
› Attributes:Writable
sourceAddress

This property holds the source address to receive traffic from for this flow.

› Type:String
› Signal:sourceAddressChanged()
› Attributes:Writable
sourcePorts

This property holds the source ports used by flow implementations, e.g. 80, "!= 33-45" or [ 80, 443 ].

› Type:Variant
› Signal:sourcePortsChanged()
› Attributes:Writable

NftRule

Description

This object was introduced in InCore 2.1.

› Inherits:Object
Properties
connectionStates
› Type:ConnectionStates
› Default:NftRule.AllStates
› Signal:connectionStatesChanged()
› Attributes:Writable
destinationAddress
› Type:String
› Signal:destinationAddressChanged()
› Attributes:Writable
destinationPorts

This property holds the destination ports to apply this rule to. See the sourcePorts property for details on syntax and possible values.

› Type:Variant
› Signal:destinationPortsChanged()
› Attributes:Writable
enabled

This property holds whether the rule is enabled, i.e. it should be included in the corresponding chain.

› Type:Boolean
› Default:true
› Signal:enabledChanged()
› Attributes:Writable
inputInterface
› Type:String
› Signal:inputInterfaceChanged()
› Attributes:Writable
nonTerminalStatements
› Type:List<NftStatement>
› Signal:nonTerminalStatementsChanged()
› Attributes:Readonly
outputInterface
› Type:String
› Signal:outputInterfaceChanged()
› Attributes:Writable
protocol
› Type:Protocol
› Default:NftRule.AllProtocols
› Signal:protocolChanged()
› Attributes:Writable
sourceAddress
› Type:String
› Signal:sourceAddressChanged()
› Attributes:Writable
sourcePorts

This property holds the source ports to apply this rule to. Syntax and possible values:

  • 80 – only port 80
  • "!= 33-45" – all ports but 33-45
  • [ 80, 443 ] - ports 80 and 443
› Type:Variant
› Signal:sourcePortsChanged()
› Attributes:Writable
statement
› Type:NftStatement
› Signal:statementChanged()
› Attributes:Readonly
Signals
nonTerminalStatementsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the nonTerminalStatements list itself emitted the dataChanged() signal.

Enumerations
ConnectionStates
Name Value Description
NftRule.New 1
NftRule.Established 2
NftRule.Untracked 8
NftRule.AllStates 15  
Protocol
Name Value Description
NftRule.Tcp 0
NftRule.Udp 1
NftRule.UdpLite 2
NftRule.Icmp 3
NftRule.Icmpv6 4
NftRule.Esp 5
NftRule.Ah 6
NftRule.Sctp 7
NftRule.Dccp 8
NftRule.AllProtocols 9  
Statement
Name Value Description
NftRule.Accept 0
NftRule.Drop 1
NftRule.Queue 2
NftRule.Continue 3
NftRule.Return 4
NftRule.Jump 5
NftRule.GoTo 6
NftRule.Log 7
NftRule.Reject 8
NftRule.Counter 9
NftRule.Limit 10
NftRule.Nat 11  
Example

See NftFirewall example on how to use NftRule.

NftStatement

Description

The NftStatement object specifies the action performed when a packet matches a rule. It can be terminal and non-terminal. In a certain rule several non-terminal statements can be considered but only a single terminal statement.

See the nftables documentation on statements for further information.

This object was introduced in InCore 2.1.

› Inherits:Object
Properties
arguments

This property holds the type-specific arguments to the statement.

› Type:StringList
› Signal:argumentsChanged()
› Attributes:Writable
type

This property holds the statement type specifying the action to perform when a packet matches a rule.

› Type:Type
› Default:NftStatement.None
› Signal:typeChanged()
› Attributes:Writable
Enumerations
Type

This enumeration describes all supported statement types, i.e. actions.

Name Value Description
NftStatement.None 0 Do not perform any action, i.e. effectively disable the associated rule.
NftStatement.Accept 1 Accept the packet and stop the remaining rules evaluation.
NftStatement.Drop 2 Drop the packet and stop the remain rules evaluation.
NftStatement.Queue 3 Queue the packet to userspace and stop the remain rules evaluation. See the nftables queue reference for details on possible arguments.
NftStatement.Continue 4 Continue the ruleset evaluation with the next rule.
NftStatement.Return 5 Return from the current chain and continue at the next rule of the last chain. In a base chain it is equivalent to NftStatement.Accept.
NftStatement.Jump 6 Continue with the first rule of a chain named as specified in the arguments property. It will continue at the next rule after a return statement is issued.
NftStatement.GoTo 7 Similar to NftStatement.Jump but after the new chain the evaluation will continue at the last chain instead of the one containing the goto statement.
NftStatement.Log 8 Write messages to the system log according to further parameters specified in the arguments property. See the nftables documentation on logging for details.
NftStatement.Reject 9 Reject packet with optional protocol-specific reject reasons specified in the arguments property. See the nftables documentation on rejecting traffic and the reject reference for details.
NftStatement.Counter 10 Count packets with optional settings specified in the arguments property. See the nftables documentation on Counters and the counter reference for details.
NftStatement.Limit 11 Implement rate limiting with settings specified in the arguments property. See the nftables documentation on Rate limit matchings and the limit reference for details.
NftStatement.DNat 12 Implement destination address translation with settings specified in the arguments property. See the nftables documentation on Source NAT and the Nat reference for details.
NftStatement.SNat 13 Implement source address translation with settings specified in the arguments property. See the nftables documentation on Destination NAT and the Nat reference for details.
NftStatement.Masquerade 14 Implement masquerading with settings specified in the arguments property. See the nftables documentation on Masquerading and the Nat reference for details.
Example

See NftFirewall example on how to use NftStatement.

NftTable

Description

The NftTable object represents a nftables table. It consists of a set of chains which are being processed depending on the family property.

This object was introduced in InCore 2.1.

› Inherits:Object
› Inherited by:NftAddressTranslation, NftFlow
Properties
chains

This property holds a list of chains for this table.

› Type:List<NftChain>
› Signal:chainsChanged()
› Attributes:Readonly
enabled

This property holds whether the table is enabled, i.e. it should be included in the firewall configuration.

› Type:Boolean
› Default:true
› Signal:enabledChanged()
› Attributes:Writable
family

This property holds the family of the Netfilter table. See the NftTable.Family enum for details.

› Type:Family
› Default:NftTable.IP
› Signal:familyChanged()
› Attributes:Writable
name

This property holds the name of the firewall table, e.g. filter.

› Type:String
› Signal:nameChanged()
› Attributes:Writable
Signals
chainsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the chains list itself emitted the dataChanged() signal.

Enumerations
Family

This enumeration describes supported address families for which traffic/packets can be processed by tables. See the nftables documentation on families for further details

Name Value Description
NftTable.IP 0 Tables of this family will see IPv4 traffic/packets.
NftTable.IP6 1 Tables of this family will see IPv6 traffic/packets.
NftTable.INet 2 Tables of this family will see both IPv4/IPv6 traffic/packets, designed to improve dual stack support. Both IPv4/IPv6 packets will traverse the same rules. Rules for IPv4 packets won’t affect IPv6 packets. Rules for both L3 protocol will affect both.
NftTable.ARP 3 Tables of this family will see ARP-level (i.e, L2) traffic, before any L3 handling is done.
NftTable.Bridge 4 Tables of this family will see traffic/packets traversing bridges (i.e. switching). No assumptions are made about L3 protocols.
NftTable.NetDev 5 This family provides the ingress hook, that allows classifying packets that the driver has just passed up to the networking stack. This means the table sees all network traffic for the NIC getting in. No assumptions are made about L2 or L3 protocols, therefore ARP traffic can be filtered from here.
Example

See NftFirewall example on how to use NftTable.

Object

Properties
objectId

This property holds an optional ID for the object in case the object does not have an QML ID assigned. Like the QML ID the object ID should be a simple string with alphanumeric characters only.

› Type:String
› Signal:objectIdChanged()
› Attributes:Writable
parent

This property holds a reference to the current parent of the object.

› Type:Object
› Signal:parentChanged()
› Attributes:Writable
Methods
deserializeProperties(Map variantMap)

This method deserializes (loads) the corresponding properties of this object instance and children objects. It works similarly to fromJson() but takes a map/dictionary instead of a JSON string.

This method was introduced in InCore 2.4.

fromJson(String data)

This method parses the specified JSON string and deserializes (loads) the corresponding properties of this object instance and children objects.

serializeProperties(Object.SerializeFilter filter)

This method serializes (saves) the corresponding properties of this object instance and children objects. It works similarly to toJson() but returns a map/dictionary instead of a JSON string.

This method was introduced in InCore 2.5.

› Returns:Map
toJson(JSValue jsValue)

This method returns a JSON representation of all properties of this instance and all children objects if no argument is passed. If the argument is a property or a JavaScript value (object, array etc.) it is converted to a human-readable JSON string. This allows dumping complex data structures easily while debugging. When requiring additional control over how and which properties are to be serialized, Serializer should be used instead.

› Returns:String
Signals
completed()

This signal is emitted when the object and all its children objects have been loaded and initialized completely. A handler for this signal can be used to start certain operations such as opening a resource, initiating a connection or logging the successful initialization.

Note

Most operational objects provide properties for automatically starting their operation and should be used instead of calling the corresponding methods manually in a handler of this signal.

Example
import InCore.Foundation 2.5

Application {

    Object {
        objectId: "testObject"
        property string foo: "bar"
        onCompleted: {
            console.log("Hello world, I'm", objectId, "and my vendor is", parent.vendor)
            console.log("My JSON representation is", toJson())
        }
    }
}

ObjectArray

Description

The ObjectArray object provides a container to group Object instances. This can be useful e.g. when Gather is used to merge multiple lists or object hierarchies.

› Inherits:Object
› Inherited by:Application
Properties
objects

This property holds a list of Object instances.

› Type:List<Object>
› Signal:objectsChanged()
› Attributes:Readonly
Signals
objectsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the objects list itself emitted the dataChanged() signal.

Example
import InCore.Foundation 2.5

Application {

    // Object Array with fixed elements - the usual way
    ObjectArray {
        id: objectArrayA
        Measurement {
            id: meas0
        }
        Measurement {
            id: meas1
        }
        onCompleted: console.log( "ObjectArray A ready with", objects.length, "objects" )
    }

    // ObjectArray with dynamic objects
    ObjectArray {
        id: objectArrayB
        Repeater on objects {
            model: 3
            Measurement {
                objectId: "id" + index
                data: index
            }
        }
        onObjectsChanged: console.log( "ObjectArray B has now", objects.length, "objects" )
    }

    // ObjectArray with elements of objectArrayA and objectArrayB
    ObjectArray {
        Gather on objects {
            source: ObjectArray {
                List { reference: objectArrayA.objects }
                List { reference: objectArrayB.objects }
            }
        }
        onObjectsChanged: console.log( "Combined list with", objects.length, "objects" )
    }

}

OpenVpnClientService

Description

The OpenVpnClientService object represents an OpenVPN client service instance. When enabled/started an OpenVPN client instance for the configuration specified via the configurationName property is started. The corresponding configuration and key files have to be stored inside the /storage/system/openvpn/client directory.

› Inherits:SystemService
Properties
configurationName

This property holds the name of the configuration, i.e. the name of the OpenVPN client configuration file without the .conf or .ovpn suffix.

› Type:String
› Signal:configurationNameChanged()
› Attributes:Writable
Example
import InCore.Foundation 2.5

Application {
    OpenVpnClientService {
        // use OpenVPN configuration from /storage/system/openvpn/client/my-device.conf
        configurationName: "my-device"
    }
}

Polling

Description

The Polling object is a property modifier which polls the target property at a given interval. It normally is applied on value properties of sensor, input and fieldbus register objects. Some high level objects also support polling collections of subobjects such as a list of registers or whole hardware entities. If a particular property can’t be polled the error property will be set to Polling.NotSupportedError.

Note

Once a property has been polled it will only be updated by subsequent pollings, i.e. using the Polling modifier or by calling the corresponding poll method for the property. Reading the property in non-declarative code (e.g. event handlers) will return a cached value in order to prevent duplicate operations.

› Inherits:PropertyModifier
Properties
error

This property holds the most recently occurred error or Polling.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
interval

This property holds the interval in milliseconds in which the property is polled. The minimum value is 1.

› Type:SignedInteger
› Default:1000
› Signal:intervalChanged()
› Attributes:Writable
running

This property holds whether the specified property is polled. This can be used to poll only when the corresponding entity is ready for operation (e.g. connected).

› Type:Boolean
› Default:true
› Signal:runningChanged()
› Attributes:Writable
timestamp

This property holds a timestamp in milliseconds of the last successful property polling.

This property was introduced in InCore 2.5.

› Type:SignedBigInteger
› Signal:timestampChanged()
› Attributes:Writable
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in Polling objects. The most recently occurred error is stored in the error property.

Name Value Description
Polling.NoError 0 No error occurred or was detected.
Polling.NotSupportedError 1 Polling not supported for property “”.
Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {

    property var aboveThreshold: false

    // this is the output which switches 24V on or off
    DigitalIO {
        id: output
        index: DigitalIO.IO2
        direction: DigitalIO.Output
        value: aboveThreshold ? 1 : 0 // ternary if
    }

    // this input enables the threshold testing
    DigitalIO {
        id: enableInput
        index: DigitalIO.IO1
        direction: DigitalIO.Input
        // poll value in high frequency
        Polling on value {
            interval: 50
        }
    }

    AnalogInput {
        index: AnalogInput.AIN1
        // poll values if enabled
        Polling on value {
            // default interval = 1000
            running: enableInput.value === 1
        }
        onValueChanged: aboveThreshold = value > 1000 ? 1 : 0
    }
}

Process

Description

The Process object allows running and managing an external process.

› Inherits:Object
Properties
arguments

This property holds the arguments which to pass to the program.

› Type:StringList
› Signal:argumentsChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or Process.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
exitCode

This property holds the exit code of the last process that finished. It’s only valid if no Process.Crashed error occurred.

This property was introduced in InCore 1.1.

› Type:SignedInteger
› Signal:exitCodeChanged()
› Attributes:Readonly
program

This property holds the name of the program to run. If not in PATH a relative or absolute path has to be specified as well.

› Type:String
› Signal:programChanged()
› Attributes:Writable
running

This property holds whether the program is running. It can be used for both querying and changing the status and is updated automatically when calling start() and stop().

› Type:Boolean
› Default:false
› Signal:runningChanged()
› Attributes:Writable
Methods
kill()

This method kills the program to using the SIGKILL signal.

start()

This method starts the program asynchronously. Any errors will be signaled via the error property and the errorOccurred() signal.

› Returns:Boolean
stop()

This method requests the program to stop using the SIGTERM signal.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

finished()

This signal is emitted when the process finishes and running equals false. The exit code of the program is available in the exitCode property.

This signal was introduced in InCore 1.1.

started()

This signal is emitted when the process has started and running equals true.

This signal was introduced in InCore 1.1.

Enumerations
Error

This enumeration describes all errors which can occur in Process objects. The most recently occurred error is stored in the error property.

Name Value Description
Process.NoError 0 No error occurred or was detected.
Process.AlreadyRunning 1 Process is already running and has to be stopped first.
Process.InvalidProgram 2 Program is empty or invalid.
Process.FailedToStart 3 The process failed to start. Either the specified program does not exist or permissions are lacking to invoke the program.
Process.Crashed 4 The process crashed some time after starting successfully.
Process.Timedout 5 Waiting for the process to start or stop timed out.
Process.UnknownError 6 Unknown/other error occurred.
Example
import InCore.Foundation 2.5

Application {
    Process {
        program: "tar"
        arguments: [ "czf", "/tmp/logs.tar.gz", "/storage/incore/myapp/logs/" ]
        onCompleted: start();
        onStarted: console.log("Started log file export")
        onFinished: {
            if (error === Process.NoError && exitCode === 0)
            {
                console.log("All log files have been exported successfully")
            }
            else if (error !== Process.NoError)
            {
                console.log("Export failed due to process error", errorString)
            }
            else
            {
                console.log("Export failed with exit code", exitCode)
            }
        }
    }
}

PropertyModifier

Description

The PropertyModifier object is the base object for all objects which modify properties of foreign objects in a certain way. Property modifier objects are instantiated and used through the special on keyword inside the target objects:

MySensorObject {
    ...
    Polling on sensorValueProperty { ... }
}
› Inherits:Object
› Inherited by:Gather, Polling, ReduceList, Repeater, Select, TransformList
Properties
targetValue

This property holds the value of the property this modifier operates on.

› Type:Variant
› Signal:targetValueChanged()
› Attributes:Readonly

ReduceList

Description

The ReduceList object is a PropertyModifier object which reduces a source list to a single value using an arbitrary expression. The expression is evaluated for each element in the source list and the final result written to the target property. ReduceList manages strong bindings between elements in the source list, the expression and the reduced value, i.e. whenever either an element in the source list or other variable parts of the evaluated expression change the target property is being updated instantly.

ReduceList primarily is designed to use with DataObject lists. ReduceList replaces traditional for loops in a declarative manner which often allows simplifying the code and thus reduce its complexity.

› Inherits:PropertyModifier
Properties
accumulatorInitValue

This property holds the initial value for the accumulator. It should be set even for default values (such as false, 0 or "") so that the type for accumulator can be determined properly.

› Type:Variant
› Signal:accumulatorInitValueChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or ReduceList.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
eval

This property holds an expression which is evaluated for each element in the source list. The respective source list element is available in a local item property inside the expression. The result of the expression is written to a local accumulator property which can be read again in the next iteration. After the last element has been processed the accumulator value is written to the target property. The expression is reevaluated whenever the source list element or other parts of the expression change. The target property will therefore always be up-to-date automatically.

› Type:<QML expression>
› Signal:evalChanged()
› Attributes:Writable
source

This property holds a reference to an arbitrary object list or value List which to perform the reduce operation on.

› Type:Variant
› Signal:sourceChanged()
› Attributes:Writable
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in ReduceList objects. The most recently occurred error is stored in the error property.

Name Value Description
ReduceList.NoError 0 No error occurred or was detected.
ReduceList.InvalidSource 1 Operation not supported for empty or non-list source.
ReduceList.EvalExpressionError 2 Error while evaluating expression:: <Unknown File>: .
ReduceList.TargetWriteError 3 The result value could not be written to the target property, likely due to type incompatibilities.
Example
import InCore.Foundation 2.5

Application {

    List {
        id: simpleValueList
        items: [ 1, 2, 3 ]
    }

    property int listSum: 0;

    ReduceList on listSum {
        accumulatorInitValue: 0
        source: simpleValueList
        eval: accumulator + item
    }

    onListSumChanged: console.log("List value sum:", listSum)

    MeasurementGroup {
        id: temperatures
        Measurement { id: temp1; data: 3 }
        Measurement { id: temp2; data: 4 }
        Measurement { id: temp3; data: 5 }
    }

    property bool dangerOfFrost: false

    ReduceList on dangerOfFrost {
        accumulatorInitValue: false
        source: temperatures.objects
        eval: accumulator || item.data < 3
    }

    onDangerOfFrostChanged: console.log("Danger of frost:", dangerOfFrost)

    onCompleted: {
        console.log("Updating value list item")
        simpleValueList.setItem( 2, 123 );

        console.log("Decreasing temperature")
        temp1.data--;
        console.log("Increasing temperature")
        temp1.data++;
    }
}

Repeater

Description

The Repeater object is a PropertyModifier object which dynamically creates multiple instances of a delegate object based on a provided model. The created objects are inserted into the target list which the Repeater is operating on.

› Inherits:PropertyModifier
Properties
alternativeParent

This property holds an object which to use as parent for the created delegate objects, i.e. the objects become direct children of the specified object. In most cases this property can be left unset which will create the objects as children of the Repeater’s parent. The resulting object relationships then look exactly as if the objects were created manually without a Repeater.

Note

This property may be set once on initialization only. Later changes to it are ignored.

› Type:Object
› Signal:alternativeParentChanged()
› Attributes:Writable, Optional
delegate

This property holds a component (QML/object type) which is instantiated multiple times depending on the model. Use the local index or modelData properties to parametrize the delegate instances.

› Type:<QML component>
› Signal:delegateChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or Repeater.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
model

This property holds the model which describes the data for the individual delegate instances. This can be a single number, a value array or a different List. Every change to the model will result in a recreation of the delegate objects.

When specifying a single number, N delegates are created with a local property index holding the current delegate index in the range [0..N-1].

For value arrays a delegate for each value is created while the current value is available in a local modelData property.

When using a List object delegates for each list element are created. The corresponding list element is available through a local modelData property.

› Type:Variant
› Signal:modelChanged()
› Attributes:Writable
populated

This property holds whether the target list has been populated completely, i.e. the number of created delegate objects equals the number of items specified by the model and is greater than zero.

› Type:Boolean
› Signal:populatedChanged()
› Attributes:Readonly
updating

This property holds whether the repeater is currently performing updates, i.e. is populating objects and updating the target list (if set). This can be used to defer updates in some places until a repeater has finished populating objects.

This property was introduced in InCore 2.0.

› Type:Boolean
› Signal:updatingChanged()
› Attributes:Readonly
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in Repeater objects. The most recently occurred error is stored in the error property.

Name Value Description
Repeater.NoError 0 No error occurred or was detected.
Repeater.InvalidPropertyType 1 Repeater not supported for non-list property “”.
Repeater.NotWritableError 2 Repeater not supported for readonly property “”.
Repeater.InvalidObjectTypeError 3 Can’t add incompatible object to property “”.
Repeater.ObjectInsertionError 4 Error inserting object to property “”.
Example
import InCore.Foundation 2.5
import InCore.Modbus 2.5

Application {

    DataObjectGroup {
        Repeater on objects {
            model: [ "A", "B", "C" ]
            delegate: DataObject {
                name: modelData
            }
        }
        onCompleted: {
            for( var i = 0; i < objects.length; ++i )
            {
                console.log( "Object", i, "has name", objects[i].name )
            }
        }
    }

    // create Modbus client
    ModbusTcpClient {
        id: modbusTcpClient
        networkAddress: "192.168.5.2"

        //create a slave object
        ModbusSlave {
            id: slave
            address: 1
            // repeat over 3 registers
            Repeater on registers {
                model: 3
                ModbusRegister {
                    address: index + 50
                    dataType: ModbusRegister.Float
                    type: ModbusRegister.Input
                    count: 2
                }

                // handle signal explicitly
                onPopulatedChanged: {
                    if( populated ) {
                        console.log( "repeater did the job" )
                    } else {
                        console.log( "repeater is working" )
                    }
                }
            }
        }
        Polling on slaves { interval: 5000 }
    }

    // MeasurementGroup to handle data
    MeasurementGroup {
        Repeater on objects {
            // handle signal populated implicitly
            model: slave.registers
            Measurement {
                objectId: "measurement" + index
                data: slave.registers[index].data
            }
        }
    }
}

Repository

Description

The Repository object provides access to file resources which can be used e.g. for UpdateManager instances.

› Inherits:Object
› Inherited by:LocalRepository
Properties
error

This property holds the most recently occurred error or Repository.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in Repository objects. The most recently occurred error is stored in the error property.

Name Value Description
Repository.NoError 0 No error occurred or was detected.
Repository.ConfigurationError 1 Repository has not been configured properly, e.g. missing or invalid settings.
Repository.TransportError 2 The underlying transport reported an error, e.g. offline or general communication failure.
Repository.TimeoutError 3 A timeout occurred while fetching data from the repository.
Repository.Unavailable 4 Repository is unavailable, e.g. offline or storage drive not plugged in.

Resource

Description

The Resource object provides the content of a local or remote file as a string. This can be used to easily process the content of text files or provide base64-encoded image data.

› Inherits:ByteArray
Properties
error

This property holds the most recently occurred error or Resource.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
fileName

This property holds the name of the resource file to read. It can be a full URL (including remote URLs with the http scheme) or a path relative to storage and its path on the storage.

› Type:String
› Signal:fileNameChanged()
› Attributes:Writable
storage

This property holds a reference to the storage which the resource file is stored on.

› Type:Storage
› Signal:storageChanged()
› Attributes:Writable
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in Resource objects. The most recently occurred error is stored in the error property.

Name Value Description
Resource.NoError 0 No error occurred or was detected.
Resource.FileNotFoundError 1 Resource file not found.
Resource.FileOpenError 2 File can’t be opened for reading.
Resource.FileTooBigError 3 File size exceeds internal limits.

Select

Description

The Select object is a PropertyModifier object which reduces a source list to a single value using an arbitrary expression. The expression is evaluated for each element in the source list and the final result written to the target property. Select manages strong bindings between elements in the source list, the expression and the reduced value, i.e. whenever either an element in the source list or other variable parts of the evaluated expression change the target property is being updated instantly.

Select primarily is designed to use with DataObject lists. Select replaces traditional for loops in a declarative manner which often allows simplifying the code and thus reduce its complexity.

› Inherits:PropertyModifier
Properties
defaultValue

This property holds a value to write to the target in case select does not evaluate to true for any source list element.

This property was introduced in InCore 2.0.

› Type:Variant
› Signal:defaultValueChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or Select.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
eval

This property holds an expression which is evaluated for the selected element in the source list. The respective source list element is available in a local item property inside the expression. This allows transforming the selected item or select subproperties. If unset the item itself is written to the target.

› Type:<QML expression>
› Signal:evalChanged()
› Attributes:Writable, Optional
select

This property holds an expression which is used to select a list item. The expression is evaluated for each item and needs to evaluate to true for the particular item to select and write to the target.

› Type:<QML expression>
› Signal:selectChanged()
› Attributes:Writable
source

This property holds a reference to an arbitrary object list or value List which to select an item from.

› Type:<QML expression>
› Signal:sourceChanged()
› Attributes:Writable
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in Select objects. The most recently occurred error is stored in the error property.

Name Value Description
Select.NoError 0 No error occurred or was detected.
Select.InvalidSource 1 Operation not supported for empty or non-list source.
Select.ExpressionError 2 Error while evaluating select or eval expression: <Unknown File>: .
Select.TargetWriteError 3 The result value could not be written to the target property, likely due to type incompatibilities.
Example
import InCore.Foundation 2.5

Application {

    List {
        id: simpleValueList
        items: [ 10, 20, 30 ]
    }

    property int simpleValue
    Select on simpleValue {
        source: simpleValueList
        select: item > 20
    }

    onSimpleValueChanged: console.log("Selected simple value:", simpleValue)

    MeasurementGroup {
        id: measurements
        Measurement { name: "A"; data: 1 }
        Measurement { name: "B"; data: 2 }
        Measurement { name: "C"; data: 3 }
        Measurement { name: "D"; data: 4 }
        Measurement { name: "E"; data: 5 }
    }

    property int measurementValue
    Select on measurementValue {
        source: measurements.objects
        select: item.name === "C"
        eval: item.data
    }

    onMeasurementValueChanged: console.log("Selected measurement value:", measurementValue)

    property var threshold: 3
    property bool anyMeasurementExceedsThreshold: false

    Select on anyMeasurementExceedsThreshold {
        defaultValue: false
        source: measurements.objects
        select: item.data > threshold
        eval: true
    }

    onAnyMeasurementExceedsThresholdChanged: {
        if(anyMeasurementExceedsThreshold)
            console.log("There's at least one measurement above", threshold)
        else
            console.log("There's no measurement above", threshold)
    }

    Timer {
        onTriggered: threshold++
    }
}

Serializer

Description

The Serializer object can be used to serialize properties of the source object. This can be used to replicate a object in a variant map or human readable in a JSON format.

Note

Be carefully when mode is set to Serializer.SerializeOnChange. This can update data multiple times. For example updating the data property of an DataObject will also update its timestamp and hence serialize twice. This is also noted in the example at the bottom. If this behaviour is a problem for your application use Serializer.SerializeManually and connect update() to a unique signal.

› Inherits:Object
Properties
data

This property holds the output of the serialization.

› Type:Variant
› Signal:dataChanged()
› Attributes:Writable
excludedProperties

This property holds a list of source property names as strings which should not be serialized.

› Type:StringList
› Signal:excludedPropertiesChanged()
› Attributes:Writable
format

This property holds the format which is used for the serialization.

› Type:Format
› Default:Serializer.CompactJsonString
› Signal:formatChanged()
› Attributes:Writable
interval

This property holds the interval of the periodically serialization. This property does not have a effect when mode is not set to Serializer.SerializePeriodically.

› Type:SignedInteger
› Default:0
› Signal:intervalChanged()
› Attributes:Writable
mode

This property holds the mode which defined the moment when the source should be serialized.

› Type:Mode
› Default:Serializer.SerializeManually
› Signal:modeChanged()
› Attributes:Writable
source

This property holds the object which should be serialized.

› Type:Object
› Signal:sourceChanged()
› Attributes:Writable
Methods
update()

This method updates data with the serialized duplicate of source.

Enumerations
Format

This enumeration describes which format should be used to output the serialized data.

Name Value Description
Serializer.IndentedJsonString 0 defines human readable output with indention and line breaks after each key value pair.
Serializer.CompactJsonString 1 defines human readable output in one line without spaces.
Serializer.Native 2 the data is left unformatted as a map.
Mode

This enumeration describes all available modes when the source object should be serialized.

Name Value Description
Serializer.SerializeManually 0 serialize only when update() is called.
Serializer.SerializePeriodically 1 serialize periodically with the given interval.
Serializer.SerializeOnChange 2 serialize properties whenever a property was changed.
Example
import InCore.Foundation 2.5

Application {

    // counts uptime in seconds
    Counter {
        // default interval is 1 s
        id: counter
        increment: 1
        startValue: 0
    }

    // measurement to display uptime
    MeasurementGroup {
        id: measurementGroup
        Measurement {
            id: measurement
            data: counter.value
            name: "uptime"
        }
    }

    // pack data to a string
    Serializer {
        source: measurementGroup
        mode: Serializer.SerializeOnChange
        format: Serializer.CompactJsonString
        excludedProperties: ["displayString", "siPrefix"]
        onDataChanged: console.log( "serialized data changed", data )
    }
}

Settings

Description

The Settings object can be used to store settings nonvolatile.

› Inherits:Object
Properties
category

This property holds a custom string which is used to group settings properties. In a group each property name has to be unique, otherwise it would be overwritten.

› Type:String
› Signal:categoryChanged()
› Attributes:Writable
saveInterval

This property holds the interval in which the settings are written to storage if saveMode is set to enumitem{Settings:SaveMode::SavePeriodically}. Otherwise or if it is set to 0 this property does nothing.

› Type:SignedInteger
› Default:0
› Signal:saveIntervalChanged()
› Attributes:Writable
saveMode

This property holds the save mode which should be used.

› Type:SaveMode
› Default:Settings.SaveManually
› Signal:saveModeChanged()
› Attributes:Writable
storage

This property holds the storage where the data will be saved. If left blank a LocalStorage will be used.

› Type:Storage
› Signal:storageChanged()
› Attributes:Writable, Optional
Methods
load()

This method loads all properties from the file and discard possible changes made.

save()

This method saves all properties in the corresponding category

Enumerations
SaveMode

This enumeration describes all available save modes for the settings object.

Name Value Description
Settings.SaveManually 0 save settings manually whenever save() is called.
Settings.SavePeriodically 1 save settings periodically depending on saveInterval.
Settings.SaveOnChange 2 save settings whenever one or more settings have changed.
Example
import InCore.Foundation 2.5

Application {

    Settings {
        id: settings

        property bool updatesEnabled: true
        property int updateInterval: 100
        property var fileName: "file.csv"
        property var sensorNames: [
            "temp1",
            "temp2",
            "temp3"
        ]
        onCompleted: save();
    }

    CsvWriter {
        Repeater on objects {
            model: 3
            Measurement {
                id: measurement
                name: settings.sensorNames[index]
                property var updateTimer : Timer {
                    interval: settings.updateInterval
                    running: settings.updatesEnabled
                    onTriggered: measurement.data = Math.random() * 100;
                }
            }
        }

        output: File {
            fileName: settings.fileName
            storage: LocalStorage { }
            onErrorChanged: console.log(errorString)
        }

        outputMode: CsvWriter.OutputTruncate
        submitMode: CsvWriter.SubmitOnCompleteDataset
    }

}

SmtpConfiguration

Description

The SmtpConfiguration object contains all properties required for sending a Mail object via an SMTP server.

› Inherits:Object
Properties
password

This property holds the password used for authenticating against the SMTP server.

› Type:String
› Signal:passwordChanged()
› Attributes:Writable
port

This property holds the TCP port of the SMTP server.

› Type:SignedInteger
› Default:25
› Signal:portChanged()
› Attributes:Writable
senderHostname

This property holds the hostname of the sender (i.e. the sending device). It is sent to the SMTP for informational purposes but may be used for anti-spam mechanisms as well. For this reason it’s advisable to set a valid and publicly resolvable hostname when talking to public SMTP servers.

› Type:String
› Signal:senderHostnameChanged()
› Attributes:Writable
server

This property holds the hostname of the SMTP server to use for sending mails.

› Type:String
› Signal:serverChanged()
› Attributes:Writable
tls

This property holds whether to encrypt the connection to the SMTP server via TLS. TLS support should only be disabled in special cases, i.e. when using an internal SMTP relay which does not require authentication. Otherwise username and password are sent unencrypted over the network.

› Type:Boolean
› Default:true
› Signal:tlsChanged()
› Attributes:Writable
username

This property holds the username used for authenticating against the SMTP server.

› Type:String
› Signal:usernameChanged()
› Attributes:Writable
Example

See Mail example on how to use SmtpConfiguration.

SshService

Description

The SshService object represents the OpenSSH server service. When enabled/started the device can be accessed by any SSH and SCP clients. For security reasons this service should only be enabled and used during development. In production a running SSH service is a potential security risk and should be avoided under all circumstances.

› Inherits:SystemService
Properties
Example

See SystemService example on how to use SshService.

Storage

Description

The Storage object provides common functionality for all storage implementations such as LocalStorage, InMemoryStorage and UsbStorage. Being an abstract base it can’t be instantiated.

› Inherits:Object
› Inherited by:InMemoryStorage, LocalStorage, UsbStorage, WebServerFilesStorage
Properties
available

This property holds whether the storage is available. This typically applies to removable storage devices or network shares.

› Type:Boolean
› Signal:availableChanged()
› Attributes:Readonly
bytesFree

This property holds the available capacity on the storage in bytes. It is not updated automatically and needs to be read whenever required.

› Type:SignedBigInteger
› Attributes:Readonly
bytesTotal

This property holds the total capacity of the storage in bytes. It is not updated automatically and needs to be read whenever required.

› Type:SignedBigInteger
› Attributes:Readonly
path

This property holds the absolute filesystem path of the storage.

› Type:String
› Signal:pathChanged()
› Attributes:Readonly
readOnly

This property holds whether the storage can be accessed read only. Write accesses to the storage are only possible if this property is false.

› Type:Boolean
› Signal:readOnlyChanged()
› Attributes:Readonly

System

Description

The System object provides device and operating system related properties such as clock, cpuLoad and hostname. It also allows changing the system hostname and configure system services required and/or used by the application.

› Inherits:Object
Properties
bootloaderVersion

This property holds the version of the bootloader used for booting the operating system.

› Type:String
› Attributes:Readonly
clock

This property holds the current UTC timestamp used by the system. This value is equivalent to the well-known UNIX time and represents the number of seconds that have elapsed since 00:00:00 Thursday, 1 January 1970 (UTC) minus leap seconds.

› Type:SignedBigInteger
› Attributes:Readonly
cpuLoad

This property holds the system load average for the last minute. The value is equivalent to the well-known UNIX load and indicates how many processes are consuming CPU time and waiting for I/O.

› Type:Double
› Signal:cpuLoadChanged()
› Attributes:Readonly, Requires Polling
deviceHumidity

This property holds the relative humidity measured inside the device.

› Type:Float
› Signal:deviceHumidityChanged()
› Attributes:Readonly, Requires Polling
deviceId

This property holds a worldwide unique ID associated with the running device. The ID is based on the MAC address of the primary network interface and consists of 12 hexadecimal digits.

› Type:String
› Attributes:Readonly
deviceName

This property holds the name of the device. This can be a description with arbitrary UTF-8 characters.

› Type:String
› Signal:deviceNameChanged()
› Attributes:Writable
deviceTemperature

This property holds the temperature measured inside the device in °C. This temperature does not indicate the CPU temperature even though both temperatures correlate with each other.

› Type:Float
› Signal:deviceTemperatureChanged()
› Attributes:Readonly, Requires Polling
deviceType

This property holds the type of the device which the application currently is running on.

› Type:DeviceType
› Signal:deviceTypeChanged()
› Attributes:Readonly
error

This property holds the most recently occurred error or System.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
hostname

This property holds the hostname of the system. The hostname must follow the usual conventions for allowed characters. Changing this property allows operating multiple devices of the same type in a network and address them through multicast DNS (i.e. <hostname>.local) instead of regular DNS.

› Type:String
› Signal:hostnameChanged()
› Attributes:Writable
osVersion

This property holds the version of the operating system currently running on the device.

› Type:String
› Attributes:Readonly
services

This property holds a list of system services to configure and use in the application. See the documentation for SystemService for details.

› Type:List<SystemService>
› Signal:servicesChanged()
› Attributes:Readonly
uptime

This property holds how long the system has been running since last boot. The uptime is provided in days, hours and minutes.

› Type:String
› Signal:uptimeChanged()
› Attributes:Readonly, Requires Polling
Methods
pollCpuLoad()

This method polls the cpuLoad property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

pollDeviceHumidity()

This method polls the deviceHumidity property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

pollDeviceTemperature()

This method polls the deviceTemperature property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

pollUptime()

This method polls the uptime property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

reboot()

This method initiates a full system restart. Since the application will be stopped almost immediately any actions such as logging or closing connections should be performed before calling this method.

This method was introduced in InCore 2.0.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

servicesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the services list itself emitted the dataChanged() signal.

Enumerations
DeviceType

This enumeration describes the type of the device which the application can be run on.

Name Value Description
System.GM100 0 A HUB-GM100 (single-core) device.
System.GM200 1 A HUB-GM200 (dual-core) device.
System.IM6 2 An IM6-XXNNN device.
System.Other 3 Other/unknown device.
Error

This enumeration describes all errors which can occur in System objects. The most recently occurred error is stored in the error property.

Name Value Description
System.NoError 0 No error occurred or was detected.
System.EmptyHostname 1 Can’t set empty hostname.
System.InvalidHostname 2 Hostname is invalid, likely due to invalid characters.

SystemService

Description

The SystemService object represents a system service and allows one to start() and stop() it and query its state through the running property. Even though it’s technically possible to control any systemd-based service by setting the name property to the appropriate systemd unit name, it’s recommended to use the services modeled by the inherited objects only:

› Inherits:Object
› Inherited by:DockerService, OpenVpnClientService, SshService, WebServerService
Properties
description

This property holds a user-defined description for the service. This property is not evaluated by the InCore framework.

› Type:String
› Signal:descriptionChanged()
› Attributes:Writable
enabled

This property holds whether the service is enabled. When enabled it’s started automatically whenever the application is started.

› Type:Boolean
› Default:true
› Signal:enabledChanged()
› Attributes:Writable
name

This property holds the name of the service, i.e. the systemd unit file name.

› Type:String
› Signal:nameChanged()
› Attributes:Writable
running

This property holds the current state of the service. If the service is running, this property is true, otherwise it’s false.

› Type:Boolean
› Default:false
› Signal:runningChanged()
› Attributes:Readonly
timeout

This property holds a timeout in milliseconds for service-related operations such as starting and stopping.

› Type:SignedInteger
› Default:30000
› Signal:timeoutChanged()
› Attributes:Writable
Methods
start()

This method starts the service and returns true on success.

› Returns:Boolean
stop()

This method stops the service and returns true on success.

› Returns:Boolean
Example
import InCore.Foundation 2.5

Application {

    Settings {
        property bool debugging: false;
    }

    System {
        SshService {
            enabled: debugging
        }

        WebServerService { }
    }
}

TcpServer

Description

The TcpServer object provides a TCP server which listens for incoming TCP connections at a given port.

This object was introduced in InCore 2.3.

› Inherits:Object
Properties
connections

This property holds a list of open connections. Whenever a socket is closed, it is removed from the list and destroyed automatically.

› Type:List<TcpSocket>
› Signal:connectionsChanged()
› Attributes:Readonly
listening

This property holds whether the server should listen for incoming connections.

› Type:Boolean
› Default:true
› Signal:listeningChanged()
› Attributes:Writable
localHost

This property holds whether the server should listen for incoming connections on the local loopback interface only.

› Type:Boolean
› Default:false
› Signal:localHostChanged()
› Attributes:Writable
port

This property holds the network port number which to listen at for incoming connections.

› Type:SignedInteger
› Default:0
› Signal:portChanged()
› Attributes:Writable
Signals
acceptError(IpSocket.Error error)

This signal is emitted whenever an error occurs while accepting a new incoming connection. The error code is provided in the first argument.

connectionAccepted(TcpSocket connection)

This signal is emitted whenever a connection has been accepted successfully. The connection is provided in the first argument and is ready to be read from or written to.

connectionsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the connections list itself emitted the dataChanged() signal.

Example
import InCore.Foundation 2.5

TcpServer {
    port: 1234

    onConnectionAccepted: (connection) => {
        connection.write("Hello world\n")
        connection.readyRead.connect( () => {
            console.log("Client sent:", connection.readAll())
        } );
    }
}

TcpSocket

Description

The TcpSocket object TCP (Transmission Control Protocol) is a reliable, stream-oriented, connection-oriented transport protocol. It is especially well suited for continuous transmission of data. See the IpSocket documentation for all supported properties, methods and signals.

This object was introduced in InCore 2.3.

› Inherits:IpSocket
Properties
Example
import InCore.Foundation 2.5

TcpSocket {
    hostname: "10.1.2.3"
    port: 80

    onConnected: write("GET / HTTP/1.1\nHost: 10.1.2.3\n\n")
    onReadyRead: console.log(readAll())
}

Timer

Description

The Timer object implements a timer which triggers periodically or only once. Property repeat controls the behaviour.

› Inherits:Object
Properties
interval

This property holds the interval which elapses before triggered() is emitted. The minimum value is 1.

› Type:SignedInteger
› Default:1000
› Signal:intervalChanged()
› Attributes:Writable
msecsElapsed

This property holds returns the number of milliseconds since this timer was last started.

› Type:SignedBigInteger
› Attributes:Readonly
repeat

This property holds whether the timer triggers only once (repeat set to false) or repeatedly.

› Type:Boolean
› Default:true
› Signal:repeatChanged()
› Attributes:Writable
running

This property holds whether the timer is running. Setting this property equals to calling start() or stop().

› Type:Boolean
› Default:true
› Signal:runningChanged()
› Attributes:Writable
triggeredOnStart

This property holds whether the timer sends a triggered() signal when the timer is started.

› Type:Boolean
› Default:false
› Signal:triggeredOnStartChanged()
› Attributes:Writable
triggeredOnStop

This property holds whether the timer sends a triggered() signal after the timer is stopped.

› Type:Boolean
› Default:false
› Signal:triggeredOnStopChanged()
› Attributes:Writable
Methods
restart()

This method restarts the timer. This is the same as calling stop() and start() consecutively.

start()

This method starts the timer. This is equal to setting running to true.

stop()

This method stops the timer. This is equal to setting running to false.

Signals
triggered()

This signal is emitted when the timer timed out, i.e. the configured interval has elapsed since the last start or last timeout.

Example
import InCore.Foundation 2.5

Application {

    //minimal Timer with default values
    Timer {
        onTriggered: console.log( "i am a minimal Timer" )
    }

    Timer {
        repeat: false
        interval: 10000
        onTriggered: console.log( "i trigger only once after a while" )
    }

    Timer {
        id: testTimer
        interval: 500
        onTriggered: console.log( "i am running fast" )
    }

    Timer {
        id: onOffTimer
        interval: 2000
        onTriggered: {
            console.log( "switching testTimer", testTimer.running ? "off" : "on" )
            testTimer.running = !testTimer.running
        }
    }
}

TransformList

Description

The TransformList object is a PropertyModifier object which transforms a source list into a target list using an arbitrary expression. The expression is evaluated for each element in the source list and the result is written to the corresponding element in the target list. ReduceList manages strong bindings between elements in the source list, the expression and the target list, i.e. whenever either an element in the source list or other variable parts of the evaluated expression change the target list is being updated instantly.

TransformList primarily is designed to use with DataObject lists. TransformList replaces traditional for loops in a declarative manner. This not only reduces the code complexity but also improves performance. When only a few elements in the source list are changed, TransformList will only update the corresponding elements of the target list. This saves unnecessary expression evaluations and further processings caused by the updates.

› Inherits:PropertyModifier
Properties
error

This property holds the most recently occurred error or TransformList.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
eval

This property holds an expression which is evaluated for each element in the source list. The respective source list element is available in a local item property inside the expression. The result of the expression is written to the corresponding element in the target list. The expression is reevaluated whenever the source list element or other parts of the expression change. The target list therefore always contains an up-to-date representation of the transformed data.

› Type:<QML expression>
› Signal:evalChanged()
› Attributes:Writable
source

This property holds a list of elements to transform, i.e. a List object or a reference to it.

› Type:Variant
› Signal:sourceChanged()
› Attributes:Writable
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in TransformList objects. The most recently occurred error is stored in the error property.

Name Value Description
TransformList.NoError 0 No error occurred or was detected.
TransformList.InvalidPropertyType 1 TransformList not supported for non-list property “”.
TransformList.NotWritableError 2 TransformList not supported for readonly property “”.
TransformList.InvalidObjectTypeError 3 Can’t add incompatible object to property “”.
TransformList.ObjectInsertionError 4 Error inserting object to property “”.
TransformList.EvalExpressionError 5 Error while evaluating expression: <Unknown File>: .
Example
import InCore.Foundation 2.5

Application {

    MeasurementGroup {
        id: randomNegativeMeasurements
        Measurement { data: -Math.random() }
        Measurement { data: -Math.random() }
        Measurement { data: -Math.random() }
        Measurement { data: -Math.random() }
        Measurement { data: -Math.random() }
    }

    // create a second MeasurementGroup which contains identical measurements except for data being transformed
    MeasurementGroup {
        id: absoluteMeasurements
        TransformList on objects {
            source: randomNegativeMeasurements.objects
            eval: Math.abs(item.data)
        }
        onObjectsDataChanged: console.log(index, objects[index].data)
    }

    // wrap value array into List object
    List {
        id: simpleValueList
        items: [ 1, 2, 3 ]
    }

    // create a List which contains transformed items
    List {
        TransformList on items {
            source: simpleValueList
            eval: item*5
        }
        onItemsChanged: console.log(items)
    }

    onCompleted: {
        // update a value and observe an automatic update of the list above
        simpleValueList.setItem( 1, 123 )
    }

}

Translator

Description

The Translator object is used to translate strings into a given language. Available languages can be found in the Application.Language enumeration. The translation file consists of tab separated columns. The first column contains an ID followed by the translated strings to the supported language.

The Translator is connected to the languageChanged signal of Application. Each ID in the translation file is propagated to the root context.

› Inherits:Object
Properties
file

This property holds the file name and path of the translation file relative to the application.

› Type:String
› Default:translations.csv
› Signal:fileChanged()
› Attributes:Writable

UdpDatagram

Description

The UdpDatagram object contains data and meta data of a UDP datagram received through a UdpSocket object.

This object was introduced in InCore 2.3.

› Inherits:ByteArray
Properties
destinationAddress

This property holds the destination address associated with this datagram. For a datagram received from the network, it is the address the peer node sent the datagram to, which can either be a local address of this machine or a multicast or broadcast address. For an outgoing datagrams, it is the address the datagram should be sent to.

› Type:String
› Signal:destinationAddressChanged()
› Attributes:Writable
destinationPort

This property holds the port number of the destination associated with this datagram. For a datagram received from the network, it is the local port number that the peer node sent the datagram to. For an outgoing datagram, it is the peer port the datagram should be sent to.

› Type:SignedInteger
› Signal:destinationPortChanged()
› Attributes:Writable
hopLimit

This property holds the hop count limit associated with this datagram to count. The hop count limit is the number of nodes that are allowed to forward the IP packet before it expires and an error is sent back to the sender of the datagram. In IPv4, this value is usually known as time to live (TTL).

It is usually not necessary to call this function on datagrams received from the network.

If this is an outgoing packet, this is the value to be set in the IP header upon sending. The valid range for the value is 1 to 255. This property also accepts a value of -1 to indicate that the operating system should choose the value.

› Type:SignedInteger
› Signal:hopLimitChanged()
› Attributes:Writable
senderAddress

This property holds the sender address associated with this datagram. For a datagram received from the network, it is the address of the peer node that sent the datagram. For an outgoing datagrams, it is the local address to be used when sending.

› Type:String
› Signal:senderAddressChanged()
› Attributes:Writable
senderPort

This property holds the port number of the sender associated with this datagram. For a datagram received from the network, it is the port number that the peer node sent the datagram from. For an outgoing datagram, it is the local port the datagram should be sent from.

› Type:SignedInteger
› Signal:senderPortChanged()
› Attributes:Writable

UdpSocket

Description

The UdpSocket object UDP (User Datagram Protocol) is a lightweight, unreliable, datagram-oriented, connectionless protocol. It can be used when reliability isn’t important. See the IpSocket documentation for all generic socket-related properties, methods and signals.

This object was introduced in InCore 2.3.

› Inherits:IpSocket
Properties
currentDatagram

This property holds the UDP datagram which has been received most recently. This property is updated automatically whenever new datagrams are received. Every datagram should therefore be processsed in a handler for the datagramReceived() or currentDatagramChanged() signals immediately.

› Type:UdpDatagram
› Signal:currentDatagramChanged()
› Attributes:Readonly
Methods
writeDatagram(Variant datagram)

This method sends the datagram datagram to the host address and port numbers specified in the UdpDatagram object, using the hop count limits also set there. If the destination address and port numbers are unset, this function will send to the address specified in the IpSocket.hostname property if the socket is connected.

› Returns:Boolean
Signals
datagramReceived()

This signal is emitted whenever a new datagram has been received and stored in the currentDatagram property.

UpdateManager

Description

The UpdateManager object provides functions and properties for querying and installing system updates.

› Inherits:Object
Properties
autoDownload

This property holds whether to automatically download available updates.

› Type:Boolean
› Default:true
› Signal:autoDownloadChanged()
› Attributes:Writable
autoInstall

This property holds whether to automatically install downloaded updates.

› Type:Boolean
› Default:false
› Signal:autoInstallChanged()
› Attributes:Writable
autoReboot

This property holds whether to automatically reboot the system after installing updates.

› Type:Boolean
› Default:true
› Signal:autoRebootChanged()
› Attributes:Writable
checkInterval

This property holds the interval in milliseconds in which to check the configured repositories for updates. The minimum value is 5000.

› Type:SignedInteger
› Default:0
› Signal:checkIntervalChanged()
› Attributes:Writable
downloadStorage

This property holds a storage location for storing downloaded update files.

› Type:Storage
› Signal:downloadStorageChanged()
› Attributes:Readonly
error

This property holds the most recently occurred error or UpdateManager.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorData

This property holds additional information on errors occurred while checking, downloading or installing updates.

› Type:String
› Signal:errorDataChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
pendingUpdates

This property holds the list of available updates pending for installation.

› Type:StringList
› Signal:pendingUpdatesChanged()
› Attributes:Readonly
progress

This property holds the progress of the current operation.

› Type:SignedInteger
› Signal:progressChanged()
› Attributes:Readonly
repositories

This property holds a list of repositories where to retrieve update bundles from.

› Type:List<Repository>
› Signal:repositoriesChanged()
› Attributes:Readonly
targets

This property holds a list of targets which to install updates for.

› Type:List<UpdateTarget>
› Signal:targetsChanged()
› Attributes:Readonly
updatesAvailable

This property holds whether any updates are available in the configured repositories.

› Type:Boolean
› Signal:updatesAvailableChanged()
› Attributes:Readonly
updatesReady

This property holds whether any updates have been downloaded and are ready to install.

› Type:Boolean
› Signal:updatesReadyChanged()
› Attributes:Readonly
Methods
check()

This method checks the configured repositories for updates by fetching corresponding update file lists. Returns true if at least one repository could be checked successfully. If autoDownload is set to true downloads will be started afterwards automatically. Otherwise call download() manually.

› Returns:Boolean
download()

This method initiates the download of available updates to the storage specified by downloadStorage. Returns true if the downloads could be started successfully. Once all downloads are finished the updatesReady property changes to true and pendingUpdates is updated accordingly. If autoInstall is set to true all downloaded updates will be installed afterwards automatically. Otherwise call install() manually.

› Returns:Boolean
install()

This method initiates the installation of the downloaded updates. Returns true if at least one update is available for installation. Once all updates have been installed the updatesInstalled() signal is emitted. If autoReboot is set to true the system is rebooted afterwards automatically.

› Returns:Boolean
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

repositoriesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the repositories list itself emitted the dataChanged() signal.

targetsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the targets list itself emitted the dataChanged() signal.

updatesInstalled()

This signal is emitted when one or multiple updates have been installed succesfully. This can be used to trigger further actions when autoReboot is set to false and the device keeps running after the update.

Enumerations
Error

This enumeration describes all errors which can occur in UpdateManager objects. The most recently occurred error is stored in the error property.

Name Value Description
UpdateManager.NoError 0 No error occurred or was detected.
UpdateManager.MissingRepositories 1 No repositories specified.
UpdateManager.InvalidUpdateFile 2 Update file is invalid or incompatible.
UpdateManager.InstallationError 3 An error occurred while installing an update.
UpdateManager.InvalidDownloadStorage 4 None or invalid download storage set.
UpdateManager.InsufficientDownloadStorage 5 Insufficient space available on the download storage.
UpdateManager.NoUpdatesAvailable 6 Updates have not been checked or no updates are available for the configured targets.
UpdateManager.NoUpdatesDownloaded 7 No updates have been downloaded for installation.
UpdateManager.DownloadFailed 8 Failed to download one or multiple updates.
Example
import InCore.Foundation 2.5
import InCore.Http 2.5

Application {

    id: app
    name: "update-manager-example"
    version: "0.1.0"

    UpdateManager {
        id: updateManager
        autoInstall: true
        onCompleted: check()

        repositories: [
            LocalRepository { storage: LocalStorage { } },
            UsbDriveRepository { storage.onAvailableChanged: updateManager.check() },
            HttpRepository { url: "http://download.inhub.de/siineos/updates/" }
        ]

        UpdateTarget {
            bundlePrefix: "siineos"
            currentVersion: system.osVersion
        }

        UpdateTarget {
            bundlePrefix: "example-app"
            currentVersion: app.version
        }
    }
}

UpdateTarget

Description

The UpdateTarget object represents a system component which can be updated using an update bundle.

› Inherits:Object
Properties
bundlePrefix

This property holds the prefix for valid update bundles. All files with different prefixes will not be installed to this target.

› Type:String
› Signal:bundlePrefixChanged()
› Attributes:Writable
bundleSuffix

This property holds the suffix for valid update bundles. All files with different suffixes will not be installed to this target.

› Type:String
› Default:.raucb
› Signal:bundleSuffixChanged()
› Attributes:Writable
currentVersion

This property holds the currently installed version of the component.

› Type:String
› Signal:currentVersionChanged()
› Attributes:Writable
Example

See UpdateManager example on how to use UpdateTarget.

UsbDriveRepository

Description

The UsbDriveRepository object provides access to file resources stored on a USB drive.

› Inherits:LocalRepository
Properties
Example

See UpdateManager example on how to use UsbDriveRepository.

UsbStorage

Description

The UsbStorage object is a Storage object which provides access to a USB drive connected to the local device. Whenever a USB drive is detected by the system, the UsbStorage object mounts it automatically and updates the Storage.available property. When writing files to a USB drive make sure to call eject() before allowing the user to unplug the drive.

› Inherits:Storage
Properties
error

This property holds the most recently occurred error or UsbStorage.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
Methods
eject()

This method writes all pending data to the USB drive and unmounts it so it can be removed safely. After unmounting it’s not accessible any longer until the USB drive is physically plugged in again.

› Returns:Boolean
sync()

This method writes all pending data (i.e. write buffers/caches) to the USB drive.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in UsbStorage objects. The most recently occurred error is stored in the error property.

Name Value Description
UsbStorage.NoError 0 No error occurred or was detected.
UsbStorage.MountError 1 Error while mounting USB drive ().
Example
import InCore.Foundation 2.5

Application {

    CsvWriter {
        id: csvWriter

        // create fictional measurements
        Repeater on objects {
            model: 3
            Measurement {
                name: "meas" + index
                data: index
            }
        }

        // write one data row to CSV file to USB drive whenever it is plugged in and eject it afterwards
        output: File {
            fileName: "measurements.csv"
            storage: UsbStorage {
                onAvailableChanged: {
                    csvWriter.submit()
                    eject();
                }
            }
        }
    }

}

WebServerFilesStorage

Description

The WebServerFilesStorage object provides access to data files served by a WebServerService. It can be used to implement apps which dynamically generate downloadable content which is accessible through the web server at the /incore location, e.g. http://192.168.123.1/incore/foo.csv.

This object was introduced in InCore 2.1.

› Inherits:Storage
Properties
persistent

This property defines whether to store files on this storage persistently. When set to false all files are stored in memory only (similar to InMemoryStorage) and are lost on every restart of the device. Otherwise files are stored on the data partition of the local device (similar to LocalStorage).

› Type:Boolean
› Default:false
› Signal:persistentChanged()
› Attributes:Writable

WebServerService

Description

The WebServerService object represents the Nginx web server service. When enabled/started the device can be accessed via HTTP. The directory /apps/www is used as the webserver’s root directory.

› Inherits:SystemService
Properties
filesStorage

This property holds a storage which can be used to store dynamically generated files which are accessible through the /incore location, e.g. http://192.168.123.1/incore/foo.csv.

This property was introduced in InCore 2.1.

› Type:WebServerFilesStorage
› Signal:filesStorageChanged()
› Attributes:Readonly
Example

See SystemService example on how to use WebServerService.

WebSocket

Description

The WebSocket object provides WebSockets-based communication with a WebSockets server. WebSockets is a web technology providing full-duplex communications channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as RFC 6455 in 2011.

The object can be used in two ways. When used as IoDevice, IoDevice.open() needs to be called and data can afterwards be read and written using the corresponding IoDevice methods. Alternatively text and binary messages can be sent and received directly after calling connectToHost().

This object was introduced in InCore 2.3.

› Inherits:IoDevice
Properties
autoConnect

This property holds whether the TCP connection should be established automatically. Keeping this option enabled will also make the object reconnect on connection errors.

› Type:Boolean
› Default:true
› Signal:autoConnectChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or WebSocket.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
state

This property holds the current state of the WebSocket.

› Type:State
› Default:WebSocket.Closed
› Signal:stateChanged()
› Attributes:Writable
subProtocol

This property holds the application-specific subprotocol to request from the WebSockets server. See RFC6455 Section 1.9 for details.

› Type:String
› Signal:subProtocolChanged()
› Attributes:Writable
url

This property holds the URL of the WebSockets server, e.g. ws://ws.example.org:8000 or wss://ws.example.org:8000.

› Type:String
› Signal:urlChanged()
› Attributes:Writable
Methods
connectToHost()

This method initiates a connection to the WebSockets server specified in the url property. It’s called automatically by IoDevice.open().

disconnectFromHost()

This method disconnects from the WebSockets server. It’s called automatically by IoDevice.close().

sendBinaryMessage(ArrayBuffer message)

This method sends the specified binary message to the WebSockets server. This method is also called by IoDevice.write().

› Returns:SignedBigInteger
sendTextMessage(String message)

This method sends the specified text message to the WebSockets server.

› Returns:SignedBigInteger
Signals
binaryMessageReceived(ArrayBuffer message)

This signal is emitted when a binary message is received. message contains the bytes received. When the IoDevice is opened, this signal is also handled internally to fill the internal read buffer and emit the IoDevice.readyRead() signal.

connected()

This signal is emitted after the WebSockets connection has been established successfully.

disconnected()

This signal is emitted when the WebSockets connection has been disconnected.

errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

ipSocketErrorOccurred(IpSocket.Error socketError)

This signal is emitted when an IpSocket-specific error has occurred.

sslErrorOccurred(String errorString)

This signal is emitted when an TLS/SSL-related error has occurred.

textMessageReceived(String message)

This signal is emitted when a text message is received. message contains the bytes received.

Enumerations
Error

This enumeration describes all errors which can occur in WebSocket objects. The most recently occurred error is stored in the error property.

Name Value Description
WebSocket.NoError 0 No error occurred or was detected.
WebSocket.IpSocketError 1 IpSocket-specific error occurred.
WebSocket.NotOpenError 2 Socket is not opened, so messages can’t be sent.
WebSocket.SslError 3 Error while establishing TLS/SSL connection.
State

This enumeration describes the different states in which a WebSocket can be.

Name Value Description
WebSocket.Connecting 0 The WebSocket has started establishing a connection.
WebSocket.Open 1 The WebSocket connection is established and ready for sending/receiving messages.
WebSocket.Closing 2 The WebSocket is about to close (data may still be waiting to be written).
WebSocket.Closed 3 The WebSocket is not connected.
Example
import InCore.Foundation 2.5

Application {
    WebSocket {
        url: "wss://echo.websocket.org"
        onConnected: {
            console.log("Connected to", url)
            sendTextMessage("Hello world, this is a message from InCore!")
        }
        onTextMessageReceived: console.log("Received message:", message)
    }
}

WiredNetworkInterface

Description

The WiredNetworkInterface object represents one of the wired (ethernet) network interfaces of the device. The mode property allows defining the network configuration method (static/DHCP). When working with static addresses many additional properties allow detailled configuration and customization. Additionally the provided configuration items can be used to make the settings available to generic property-based frontends.

› Inherits:NetworkInterface
Properties
address

This property holds a static IPv4 or IPv6 address for this interface and its prefix length, separated by a / character, e.g. 192.168.2.19/24. Multiple addresses (including prefix) can be specified and separated by space.

› Type:String
› Signal:addressChanged()
› Attributes:Writable
addressItem

This property holds an internal ConfigurationItem instance for the address property.

› Type:ConfigurationItem
› Attributes:Readonly
dhcpServer

This property holds an optional DhcpServer object which defines settings for a DHCP server started on this interface. This may be required when TCP/IP-based sensor and I/O modules are connected to this interface and obtain their configuration through DHCP.

› Type:DhcpServer
› Signal:dhcpServerChanged()
› Attributes:Writable
dns

This property holds a list of DNS servers which should be used for resolving hostnames to IP addresses. Multiple server addresses can be specified and separated by space. Each server address has to be a valid IPv4 or IPv6 address.

› Type:String
› Signal:dnsChanged()
› Attributes:Writable
dnsItem

This property holds an internal ConfigurationItem instance for the dns property.

› Type:ConfigurationItem
› Attributes:Readonly
domains

This property holds a list of DNS search domains which should be resolved using the DNS servers on this interface. See the Domains description in the systemd-networkd manpage for details on syntax and semantics.

› Type:String
› Signal:domainsChanged()
› Attributes:Writable
domainsItem

This property holds an internal ConfigurationItem instance for the domains property.

› Type:ConfigurationItem
› Attributes:Readonly
gateway

This property holds the gateway address for this interface. This is required to communicate with hosts outside of the configured subnet. Multiple gateways can be specified and separated by space. Each gateway address has to be a valid IPv4 or IPv6 address.

› Type:String
› Signal:gatewayChanged()
› Attributes:Writable
gatewayItem

This property holds an internal ConfigurationItem instance for the gateway property.

› Type:ConfigurationItem
› Attributes:Readonly
index

This property holds which physical network interface to configure through a certain instance.

› Type:Index
› Default:WiredNetworkInterface.EthernetNone
› Signal:indexChanged()
› Attributes:Writable
indexItem

This property holds an internal ConfigurationItem instance for the index property.

› Type:ConfigurationItem
› Attributes:Readonly
ipv6AutoConfig

This property holds whether to enable IPv6 auto configuration support. When enabled IPv6 Router Advertisements are received and processed and the DHCPv6 client is enabled on this interface. See the IPv6AcceptRA description in the systemd-networkd manpage for details.

› Type:Boolean
› Default:true
› Signal:ipv6AutoConfigChanged()
› Attributes:Writable
ipv6AutoConfigItem

This property holds an internal ConfigurationItem instance for the ipv6AutoConfig property.

› Type:ConfigurationItem
› Attributes:Readonly
linkLocalAddressing

This property holds whether to enable link-local address autoconfiguration. See Link-local address for details.

› Type:Boolean
› Default:false
› Signal:linkLocalAddressingChanged()
› Attributes:Writable
linkLocalAddressingItem

This property holds an internal ConfigurationItem instance for the linkLocalAddressing property.

› Type:ConfigurationItem
› Attributes:Readonly
mode

This property holds the configuration mode for this network interface. When set to WiredNetworkInterface.ModeStatic at least the address property has to be specified as well. Depending on the desired purpose of the interface, the dns and gateway properties should be configured as well.

› Type:Mode
› Default:WiredNetworkInterface.ModeNone
› Signal:modeChanged()
› Attributes:Writable
modeItem

This property holds an internal ConfigurationItem instance for the mode property.

› Type:ConfigurationItem
› Attributes:Readonly
multicastDNS

This property holds whether to enable multicast DNS support on this interface. When enabled, the device can be accessed via System.hostname.local in the network. See Multicast DNS and RFC 6762 for details.

› Type:Boolean
› Default:false
› Signal:multicastDNSChanged()
› Attributes:Writable
multicastDNSItem

This property holds an internal ConfigurationItem instance for the multicastDNS property.

› Type:ConfigurationItem
› Attributes:Readonly
ntp

This property holds a list of NTP servers which should be used for synchronizing the system clock of the device. Multiple server addresses can be specified (IPv4/IPv6 addresses and resolvable hostnames allowed) and separated by space.

› Type:String
› Signal:ntpChanged()
› Attributes:Writable
ntpItem

This property holds an internal ConfigurationItem instance for the ntp property.

› Type:ConfigurationItem
› Attributes:Readonly
vlan

This property holds the name of a VLAN to create on this interface.

› Type:String
› Signal:vlanChanged()
› Attributes:Writable
vlanItem

This property holds an internal ConfigurationItem instance for the vlan property.

› Type:ConfigurationItem
› Attributes:Readonly
Enumerations
Index

This enumeration describes indexes for all supported wireless network interfaces.

Name Value Description
WiredNetworkInterface.EthernetNone 0 The object does not represent a valid wired network interface.
WiredNetworkInterface.Ethernet1 1 The object represents the first wired network interface.
WiredNetworkInterface.Ethernet2 2 The object represents the second wired network interface.
Mode

This enumeration describes all supported configuration modes for a wired network interface.

Name Value Description
WiredNetworkInterface.ModeNone 0 Do not configure, i.e. disable the network interface.
WiredNetworkInterface.ModeStatic 1 Configure one or multiple static addresses and servers.
WiredNetworkInterface.ModeDHCP 2 Configure the interface automatically via DHCP and IPv6 Router Advertisements.
Example
import InCore.Foundation 2.5

Application {
    NetworkConfiguration {
        // autoconfigure ethernet interface via DHCP
        WiredNetworkInterface {
            index: WiredNetworkInterface.Ethernet1
            mode: WiredNetworkInterface.ModeDHCP
        }

        // configure ethernet interface with static settings
        WiredNetworkInterface {
            index: WiredNetworkInterface.Ethernet2
            mode: WiredNetworkInterface.ModeStatic
            address: "192.168.2.19/24"
            gateway: "192.168.2.254"
            dns: "192.168.2.1 192.168.2.2"
            domains: "example.org"
            ntp: "ntp1.example.org ntp2.example.org"
            multicastDNS: true
            routes: [
                NetworkRoute {
                    destination: "192.168.3.0/24"
                    gateway: "192.168.2.253"
                }
            ]
        }
    }
}

WirelessNetworkInterface

Description

The WirelessNetworkInterface object represents a wireless network interface attached to the device. It provides all required settings to act as a wireless network client (ssid/passphrase). Additionally the provided configuration items can be used to make the settings available to generic property-based frontends.

› Inherits:NetworkInterface
Properties
availableNetworks

This property holds a list with information about all available wireless networks found during the last scan. Every list entry contains several properties including ssid, signal, mode, wpa`, ``frequency and privacy. Per default this list is updated every 30 s. It’s also possible to manually trigger a network scan by calling scanAvailableNetworks().

This property was introduced in InCore 2.5.

› Type:List
› Signal:availableNetworksChanged()
› Attributes:Writable
countryCode

This property holds a country code used to set the wireless regulatory domain. This controls which channels, bandwidths and transmission powers are used to comply with the respective national laws. Per default the world domain with limited channels and transmission power is used.

See ISO 3166-1 alpha-2 for details and a code list table.

› Type:String
› Signal:countryCodeChanged()
› Attributes:Writable
countryCodeItem

This property holds an internal ConfigurationItem instance for the countryCode property.

› Type:ConfigurationItem
› Attributes:Readonly
index

This property holds the index of the wireless network interface which to represent and configure through this object instance.

› Type:Index
› Default:WirelessNetworkInterface.WirelessNone
› Signal:indexChanged()
› Attributes:Writable
indexItem

This property holds an internal ConfigurationItem instance for the index property.

› Type:ConfigurationItem
› Attributes:Readonly
passphrase

This property holds the passphrase (pre-shared key) to use for connecting to the wireless network. The minimum length for WPA/WPA2 passphrases is 8 characters. When setting an invalid passphrase the NetworkInterface.InvalidConfigurationError error will be raised.

› Type:String
› Signal:passphraseChanged()
› Attributes:Writable
passphraseItem

This property holds an internal ConfigurationItem instance for the passphrase property.

› Type:ConfigurationItem
› Attributes:Readonly
ssid

This property holds the SSID, i.e. the wireless network name, which to connect to. The maximum length is 31 characters. When setting an invalid SSID the NetworkInterface.InvalidConfigurationError error will be raised.

› Type:String
› Signal:ssidChanged()
› Attributes:Writable
ssidItem

This property holds an internal ConfigurationItem instance for the ssid property.

› Type:ConfigurationItem
› Attributes:Readonly
Methods
scanAvailableNetworks()

This method tells the wireless network interface to scan all available networks. When finished, the availableNetworks property is updated.

This method was introduced in InCore 2.5.

Enumerations
Index

This enumeration describes indexes for all supported wireless network interfaces.

Name Value Description
WirelessNetworkInterface.WirelessNone 0 The object does not represent a valid wireless network interface.
WirelessNetworkInterface.Wireless1 1 The object represents the first wireless network interface.
WirelessNetworkInterface.Wireless2 2 The object represents the second wireless network interface.
Example
import InCore.Foundation 2.5

Application {
    NetworkConfiguration {
        WirelessNetworkInterface {
            index: WirelessNetworkInterface.Wireless1
            ssid: "inhub"
            passphrase: "MyS3cr3tP4ssw0rd"
            countryCode: "DE"
            onAvailableNetworksChanged: console.log(JSON.stringify(availableNetworks))
        }
    }
}

InCore CloudOfThings

Description

The CloudOfThings module is designed to communicate with Cloud of Things of Telekom.

The Cloud of Things is a cloud platform for the Internet of Things. It allows you to remotely monitor, manage and control connected devices and machines. The CloudOfThingsClient encapsulates a MQTT-client which communicates with the cloud and contains overall properties. Measurement objects can be published to the cloud or stored temporary in case of lost connection with CloudOfThingsMeasurementWriter. The same applies to Event and CloudOfThingsEventWriter.For detailed information see Cloud of Things .

Objects

CloudOfThingsClient

Description

The CloudOfThingsClient object is used to connect to the Cloud of Things. A tenant is required to use the cloud and each device has to be registered.

› Inherits:Object
Properties
clientId

This property holds the clientId of this device. Normally this is the MAC address of eth0.

› Type:String
› Signal:clientIdChanged()
› Attributes:Readonly
error

This property holds the most recently occurred error or CloudOfThingsClient.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
iccid

This property holds the ICCID of the currently used SIM card. Every change of this property is transmitted to Cloud of Things. See MobileNetworkInterface for more information.

› Type:String
› Signal:iccidChanged()
› Attributes:Writable
imei

This property holds the IMEI of the modem device. Every change of this property is transmitted to Cloud of Things. See MobileNetworkInterface for more information.

› Type:String
› Signal:imeiChanged()
› Attributes:Writable
imsi

This property holds the IMSI of the currently used SIM card. Every change of this property is transmitted to Cloud of Things. See MobileNetworkInterface for more information.

› Type:String
› Signal:imsiChanged()
› Attributes:Writable
objects

This property holds a list of objects. This can be used for objects that require a CloudOfThingsClient as parent.

› Type:List<Object>
› Signal:objectsChanged()
› Attributes:Readonly
registrator

This property holds the device registrator used to either do the bootstrap or connect with given credentials.

› Type:CloudOfThingsDeviceRegistrator
› Signal:registratorChanged()
› Attributes:Readonly
remoteConnectionManager

This property holds a remote connection manager. If its property CloudOfThingsRemoteConnectionManager.enabled is true you can configure remote connections in the cloud. Restrict the trusted end points to CloudOfThingsRemoteConnectionManager.allowedEndpoints.

This property was introduced in InCore 1.1.

› Type:CloudOfThingsRemoteConnectionManager
› Signal:remoteConnectionManagerChanged()
› Attributes:Readonly
tenant

This property holds the name of the tenant at the Cloud of Things. Currently it is only used to communicate with the cloud for remote access. It is identical to your cloud access via <tenant>.ram.m2m.telekom.com.

› Type:String
› Attributes:Writable
transport

This property holds the communication layer which decides which protocol is used to cummunicate with the Cloud of Things.

This property was introduced in InCore 2.0.

› Type:CloudOfThingsTransport
› Signal:transportChanged()
› Attributes:Readonly
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

objectsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the objects list itself emitted the dataChanged() signal.

Enumerations
Error

This enumeration describes all errors which can occur in CloudOfThingsClient objects. The most recently occurred error is stored in the error property.

Name Value Description
CloudOfThingsClient.NoError 0 No error occurred or was detected.
CloudOfThingsClient.MissingTenant 1 tenant is not set.
Example
import InCore.Foundation 2.5
import InCore.CloudOfThings 2.5

Application {

    //timer for manually reconnects
    Timer {
        id: timer
        repeat: false
        interval: 5000
        onTriggered: transport.connectToHost()
    }

    CloudOfThingsClient {
        id: client
        tenant: "mustercloud"

        transport {
            id: transport

            protocol: CloudOfThingsTransport.MQTT
            tenantForMQTT: "nb-iot"
            cleanSessionMQTT: false

            //set high interval values to reduce traffic
            requestOperationsIntervalMQTT: 10 * 60 * 1000

            autoConnect: false
            keepAlive: 2000

            //log important state changes
            onConnected: console.log( "Cloud of Things client connected" )
            onErrorChanged: console.log( "oh... error occurred", errorString )

            onDisconnected: timer.restart()
        }

        remoteConnectionManager {
            enabled: true

            //default [ "*" ]
            allowedEndpoints: [ "localhost", "vnc.yourTestServ.er" ]
        }

        registrator {
            isRegistered: true
            password: "y0urAwes@meP4ssword"
        }

        //do your stuff here
        /*
        CloudOfThingsMeasurementWriter
        {
            ...
        }

        CloudOfThingsEventWriter
        {
            ...
        }
        */
    }
}

CloudOfThingsDeviceManager

Description

The CloudOfThingsDeviceManager object communicates with the Cloud of Things and handles commands from the cloud. The updateRepositoryUrl property is updated when the corresponding command is send from the cloud. The updateManager property will receive calls to UpdateManager.check(), UpdateManager.download() and UpdateManager.install() from the cloud.

› Inherits:Object
Properties
error

This property holds the most recently occurred error or CloudOfThingsDeviceManager.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
updateManager

This property holds the UpdateManager which methods UpdateManager.check(), UpdateManager.download() and UpdateManager.install() are used to update the device if the process is started in the Cloud of Things.

› Type:UpdateManager
› Signal:updateManagerChanged()
› Attributes:Writable
updateRepositoryUrl

This property holds the URL string to the repository which should be used to update the device. This property will be updated by a command from Cloud of Things and should be assigned to a HttpRepository in the updateManager property.

› Type:String
› Signal:updateRepositoryUrlChanged()
› Attributes:Readonly
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in CloudOfThingsDeviceManager objects. The most recently occurred error is stored in the error property.

Name Value Description
CloudOfThingsDeviceManager.NoError 0 No error occurred or was detected.
CloudOfThingsDeviceManager.InvalidClient 1 Parent is not an CloudOfThingsClient object.
CloudOfThingsDeviceManager.InvalidUpdateManager 2 No UpdateManager set or found.
CloudOfThingsDeviceManager.MultipleDeviceManagers 3 Multiple CloudOfThingsDeviceManagers found.
Example
import InCore.Foundation 2.5
import InCore.CloudOfThings 2.5
import InCore.Http 2.5

Application {

    CloudOfThingsClient {
        id: client
        tenant: "mustercloud"
        transport {
            protocol: CloudOfThingsTransport.MQTT
            tenantForMQTT: "nb-iot"

            requestOperationsIntervalMQTT: 5 * 1000

            //log important state changes
            onConnected: console.log( "Cloud of Things client connected" )
            onErrorChanged: console.log( "oh... error occurred", errorString )
        }

        registrator {
            isRegistered: true
            password: "y0urAwes@meP4ssword"
        }

        CloudOfThingsDeviceManager {
            id: deviceManager

            updateManager: UpdateManager {

                // use this configuration to update incremental via Cloud of Things
                // else set all to true
                autoInstall: false
                autoDownload: false
                autoReboot: true

                repositories: [
                    HttpRepository { url: deviceManager.updateRepositoryUrl }
                ]

                UpdateTarget {
                    bundlePrefix: "siineos"
                    currentVersion: system.osVersion
                }
            }
        }

        //do your stuff here
        /*
        CloudOfThingsMeasurementWriter
        {
            ...
        }
        */
    }
}

CloudOfThingsDeviceRegistrator

Description

The CloudOfThingsDeviceRegistrator object deals with the device registration of Cloud of Things. Every device communication with Cloud of Things has to be registered. This can be done by the device itself during a process called bootstrap. With initial bootstrap credentials the device registeres itself and create unique credentials after it is accepted in the device management of Cloud of Things. A reconnect is performed and the device can be used to communicate, send measurements, etc. It is also possible to register a bulk of devices, then no bootstrap is needed. See <link> Cloud of Things for further information.

› Inherits:Object
Properties
bootstrapPassword

This property holds the bootstrap password.

› Type:String
› Signal:bootstrapPasswordChanged()
› Attributes:Writable
bootstrapUser

This property holds the bootstrap user name. Only necessary if no pre registration is possible and isRegistered equals false.

› Type:String
› Signal:bootstrapUserChanged()
› Attributes:Writable
isRegistered

This property holds whether the device is registered for example in a bulk registration (isRegistered equals true) or it has to register itself (isRegistered equals false).

› Type:Boolean
› Default:false
› Signal:isRegisteredChanged()
› Attributes:Writable
password

This property holds the password for registered devices.

› Type:String
› Signal:passwordChanged()
› Attributes:Writable
state

This property holds the state of registration.

› Type:State
› Default:CloudOfThingsDeviceRegistrator.Unregistered
› Signal:stateChanged()
› Attributes:Writable
Enumerations
State

This enumeration describes the state of the registration of the Cloud of Things Client. This object is used to register new devices in Cloud of Things and deal with the bootstrap.

Name Value Description
CloudOfThingsDeviceRegistrator.Unregistered 0 Initial state, no other information found.
CloudOfThingsDeviceRegistrator.WaitingForAccept 1 The device is known to Cloud of Things, but it is waiting for accept.
CloudOfThingsDeviceRegistrator.Reconnecting 2 After the device is accepted, a reconnect is performed to use the new credentials.
CloudOfThingsDeviceRegistrator.Registered 3 The device is known to Cloud of Things and working.
Example
import InCore.Foundation 2.5
import InCore.CloudOfThings 2.5

Application {

    //settings object which store credentials if available
    Settings {
        id: settings
        category: "deviceCredentials"
        property bool isPreregistered: false
        property bool devicePassword
    }

    CloudOfThingsClient {
        id: client
        tenant: "mustercloud"
        transport {
            tenantForMQTT: "nb-iot"

            //log important state changes
            onConnected: console.log( "Cloud of Things client connected" )
            onErrorChanged: console.log( "error occurred", errorString )
        }

        registrator {
            isRegistered: settings.isPreregistered

            //bootstrap credentials - used if device is not yet registered
            bootstrapUser: "deviceBootstrap"
            bootstrapPassword: "b@@tstrapP4ssword"

            //password if device is registered - otherwise ignored
            password: settings.devicePassword
        }

        //do your stuff here
        /*
        CloudOfThingsMeasurementWriter
        {
            ...
        }
        */
    }
}

CloudOfThingsEventDatabase

Description

The CloudOfThingsEventDatabase object is used in CloudOfThingsEventWriter to buffer Event objects if the CloudOfThingsClient is not connected. It is designed to work with Cloud of Things only and has additional properties to limit memory usage.

› Inherits:Object
Properties
bufferSize

This property holds how many Event objects can be stored. If this limit is reached the oldest events will be removed. Set to 0 will disable buffering.

› Type:SignedInteger
› Default:100000
› Signal:bufferSizeChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or CloudOfThingsEventDatabase.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
storage

This property holds the Storage where the database is stored.

› Type:Storage
› Signal:storageChanged()
› Attributes:Writable, Optional
Methods
clear()

This method removes all stored Event objects.

datasetCount()

This method is a getter of the number of currently stored Event objects.

› Returns:SignedInteger
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in CloudOfThingsEventDatabase objects. The most recently occurred error is stored in the error property.

Name Value Description
CloudOfThingsEventDatabase.NoError 0 No error occurred or was detected.
CloudOfThingsEventDatabase.InvalidParentError 1 Parent not set, or parent is no CloudOfThingsEventWriter.
CloudOfThingsEventDatabase.InvalidIdError 2 CloudOfThingsEventWriter has empty or invalid object id.
Example

See CloudOfThingsEventWriter example on how to use CloudOfThingsEventDatabase.

CloudOfThingsEventWriter

Description

The CloudOfThingsEventWriter object sends Event objects to the Cloud of Things or stores them, if the connection is temporary lost.

› Inherits:EventOutput
Properties
alarmCategories

This property holds a list of EventCategory objects, which assigned Event objects are treated as alarms. Other events pushed to this output are treated as Cloud of Things events and the severity is ignored.

› Type:List<EventCategory>
› Signal:alarmCategoriesChanged()
› Attributes:Readonly
buffering

This property holds whether Event objects should be stored when CloudOfThingsClient is not connected. If the connection is restored buffered measurements will be sent with an interval of sendStoredDataInterval ms.

› Type:Boolean
› Default:true
› Signal:bufferingChanged()
› Attributes:Writable
client

This property holds the Cloud of Things client. This property can be left blank if CloudOfThingsClient is a parent.

› Type:CloudOfThingsClient
› Signal:clientChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or CloudOfThingsEventWriter.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
eventDatabase

This property holds the event database which buffers the events if no connection is available.

› Type:CloudOfThingsEventDatabase
› Signal:eventDatabaseChanged()
› Attributes:Readonly
sendStoredDataCount

This property holds how many stored events from eventDatabase are sent at once after the connection is restored. The lowest possible value is 1.

› Type:SignedInteger
› Default:1
› Signal:sendStoredDataCountChanged()
› Attributes:Writable
sendStoredDataInterval

This property holds holds the send interval in milliseconds in which stored elements from eventDatabase are sent after the connection is restored. The minimum value is 100.

› Type:SignedInteger
› Default:2000
› Signal:sendStoredDataIntervalChanged()
› Attributes:Writable
Signals
alarmCategoriesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the alarmCategories list itself emitted the dataChanged() signal.

errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
AlarmSeverity

This enumeration describes the serverity of an alarm in Cloud of Things. A fixed mapping from Event serverity is performed, if the events category is in alarmCategories.

Name Value Description
CloudOfThingsEventWriter.Warning 0 Lowest severity - default if not set otherwise.
CloudOfThingsEventWriter.Minor 1 Minor severity is used when the events severity is Warning.
CloudOfThingsEventWriter.Major 2 Major severity is used when the events severity is Error.
CloudOfThingsEventWriter.Critical 3 Critical severity is used when the events severity is Fatal.
Error

This enumeration describes all errors which can occur in CloudOfThingsEventWriter objects. The most recently occurred error is stored in the error property.

Name Value Description
CloudOfThingsEventWriter.NoError 0 No error occurred or was detected.
CloudOfThingsEventWriter.InvalidClient 1 No CloudOfThingsClient set or found.
CloudOfThingsEventWriter.InvalidIdError 2 Empty or invalid object id.
Example
import InCore.Foundation 2.5
import InCore.CloudOfThings 2.5

Application {

    EventLog {
        outputs: [ eventWriter ]
        EventCategory { id: measurementValueCategory }
        EventGroup {
            Event {
                id: temperatureEvent
                description: "temperature above 70°C"
            }
            Event {
                id: deviceStartedEvent
                description: "device started"
            }
            Event {
                id: measurementValueEvent
                description: "measurement above threshold"
                category: measurementValueCategory
                severity: Event.Error
            }
        }
    }

    //trigger events here

    CloudOfThingsClient {
        id: client
        tenant: "mustercloud"
        transport.tenantForMQTT: "nb-iot"

        registrator {
            isRegistered: true
            password: "y0urAwes@meP4ssword"
        }

        CloudOfThingsEventWriter {
            id: eventWriter
            //events with a category in alarmCategories are sent as alarm, all other as event
            alarmCategories: [ measurementValueCategory ]

            eventDatabase {
                bufferSize: 500
            }
        }
    }
}

CloudOfThingsMeasurementWriter

Description

The CloudOfThingsMeasurementWriter object exports Measurement objects to the Cloud of Things. Measurements grouped in a MeasurementGroup are displayed in one diagram.

› Inherits:DataObjectWriter
Properties
bufferDatabase

This property holds the database to which the measurements are written temporarily when MeasurementBufferDatabase.buffering is set to true and the Cloud of Things client is offline or not connected.

This property was introduced in InCore 2.5.

› Type:MeasurementBufferDatabase
› Signal:bufferDatabaseChanged()
› Attributes:Readonly
client

This property holds the Cloud of Things client. This property can be left blank if the parent object is a CloudOfThingsClient.

› Type:CloudOfThingsClient
› Signal:clientChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or CloudOfThingsMeasurementWriter.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in CloudOfThingsMeasurementWriter objects. The most recently occurred error is stored in the error property.

Name Value Description
CloudOfThingsMeasurementWriter.NoError 0 No error occurred or was detected.
CloudOfThingsMeasurementWriter.InvalidClient 1 No CloudOfThingsClient set or found.
CloudOfThingsMeasurementWriter.InvalidIdError 2 Empty or invalid object id.
CloudOfThingsMeasurementWriter.InvalidGroupName 3 Invalid name set for measurement group, ‘.’, ‘,’ and ‘$’ not allowed.
CloudOfThingsMeasurementWriter.InvalidMeasurementName 4 No or invalid name set for measurement, ‘.’, ‘,’ and ‘$’ not allowed.
CloudOfThingsMeasurementWriter.InvalidUnit 5 Invalid unit, no comma allowed.
Example
import InCore.Foundation 2.5
import InCore.CloudOfThings 2.5
import InCore.Database 2.5

Application {

    CloudOfThingsClient {
        id: client
        tenant: "mustercloud"
        transport {
            tenantForMQTT: "nb-iot"

            cleanSessionMQTT: false
            keepAlive: 2000
            //set high interval values to reduce traffic
            requestOperationsIntervalMQTT: 10 * 60 * 1000

            //log important state changes
            onConnected: console.log( "Cloud of Things client connected" )
            onErrorChanged: console.log( "oh... error occurred", errorString )
        }

        registrator {
            isRegistered: true
            password: "y0urAwes@meP4ssword"
        }

        CloudOfThingsMeasurementWriter {
            id: measurementWriter

            //buffer data if connection is lost
            bufferDatabase    {
                bufferSize: 5000
                transmitOrder: MeasurementBufferDatabase.Descending
            }

            submitMode: CloudOfThingsMeasurementWriter.SubmitPeriodically
            submitInterval: 5000

            onErrorChanged: console.log( "writer error", errorString )

            Measurement { id: sensor1; name: "sensor1"; data: 1 }
            Measurement { id: sensor2; name: "sensor2"; data: 2 }
            Measurement { id: temp; name: "Temperature"; data: 0.0; unit: "°C" }
            //unlike other databases here no DateTime object needed
            //every measurement is send with timestamp automatically
        }
    }
}

CloudOfThingsRemoteConnectionManager

Description

The CloudOfThingsRemoteConnectionManager object can be used to enable remote access from the Cloud of Things. A separate tab ‘remote access’ will show up in Cloud of Things and let you configure endpoints. See also enabled

This object was introduced in InCore 1.1.

› Inherits:Object
Properties
allowedEndpoints

This property holds a list of allowed hostnames to the endpoints. Each request from the cloud to a endpoint will be tested against this list and aborted if the hostname is not included. Use * as the first item in the list to disable this behaviour.

This property was introduced in InCore 1.1.

› Type:StringList
› Attributes:Writable
enabled

This property holds whether remote connections are enabled. If set to true a tab ‘remote access’ will show up in Cloud of Things and let you configure endpoints. See also allowedEndpoints.

This property was introduced in InCore 1.1.

› Type:Boolean
› Default:false
› Attributes:Writable
Enumerations
SupportedProtocols

This enumeration describes the supported remote access protocols.

This enumeration was introduced in InCore 1.1.

Name Value Description
CloudOfThingsRemoteConnectionManager.VNC 0 Start a VNC connection.
CloudOfThingsRemoteConnectionManager.Telnet 1 Connect to the Endpoint via Telnet.
CloudOfThingsRemoteConnectionManager.Ssh 2 Start a ssh connection.
Example

See CloudOfThingsClient example on how to use CloudOfThingsRemoteConnectionManager.

CloudOfThingsTransport

Description

The CloudOfThingsTransport object encapsulates the communication with the Cloud of Things. It is part of CloudOfThingsClient. Take a look at the protocol property.

This object was introduced in InCore 2.0.

› Inherits:Object
Properties
autoConnect

This property holds whether the device should be connected automatically. If autoConnect is true the client tries to reestablish the connection periodically whenever it has been lost.

This property was introduced in InCore 2.0.

› Type:Boolean
› Default:true
› Signal:autoConnectChanged()
› Attributes:Writable
cleanSessionMQTT

This property holds whether a persistent session is used or not. When the clean session flag is set to true, the client does not request a persistent session. If the client reconnects after disconnecting for any reason all information and messages that are queued from a previous session are lost. This only has effect if protocol is MQTT.

This property was introduced in InCore 2.0.

› Type:Boolean
› Default:false
› Attributes:Writable
error

This property holds the most recently occurred error or CloudOfThingsTransport.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
keepAlive

This property holds the interval in milliseconds in which the connectivity of the underlaying network is checked. If connection is lost and autoConnect is set to true the transport will try to reconnect. If protocol is set to CloudOfThingsTransport.MQTT this property will be the interval at which regular ping messages are sent to the broker. If protocol is set to CloudOfThingsTransport.REST this interval will be used to make a connection to the Cloud of Things. If the tcp connection could be established the ping is considered successful and pingResponseReceived() is emitted.

This property was introduced in InCore 2.0.

› Type:SignedInteger
› Default:5000
› Signal:keepAliveChanged()
› Attributes:Writable
protocol

This property holds the protocol which is used to communicate with the Cloud of Things. CloudOfThingsTransport.MQTT uses less bandwidth but does not support all features (real time notifications).

This property was introduced in InCore 2.0.

› Type:Protocol
› Default:CloudOfThingsTransport.REST
› Attributes:Writable
requestCredentialsIntervalREST

This property holds the interval which is used to request device credentials from Cloud of Things. This property is only necessary if the first registration should be delayed and does normally not have to be changed. This only has effect if protocol is REST.

This property was introduced in InCore 2.1.

› Type:SignedInteger
› Default:1000
› Signal:requestCredentialsIntervalRESTChanged()
› Attributes:Writable
requestOperationsIntervalMQTT

This property holds the interval in which pending operations from Cloud of Things are handled. A high interval saves bandwidth but increases the period until pending operations are handled. Set to 0 to disable this functionality. This only has effect if protocol is MQTT.

This property was introduced in InCore 2.0.

› Type:SignedInteger
› Default:60000
› Signal:requestOperationsIntervalMQTTChanged()
› Attributes:Writable
sendBufferInterval

This property holds the interval in which buffered Measurement and Event objects are sent. This reduces the risk of connection aborts due to too many requests. Usually this property can be left unchanged.

This property was introduced in InCore 2.0.

› Type:SignedInteger
› Default:1000
› Attributes:Writable
state

This property holds the current state of the transport.

This property was introduced in InCore 2.0.

› Type:State
› Default:CloudOfThingsTransport.Disconnected
› Signal:stateChanged()
› Attributes:Readonly
tenantForMQTT

This property holds the name of the tenant at the Cloud of Things for communication via MQTT. It is used to communicate with the cloud via <tenantForMQTT>.ram.m2m.telekom.com.

This property was introduced in InCore 2.0.

› Type:String
› Attributes:Writable
Methods
connectToHost()

This method can be used to manually connect to the cloud. This method has no effect if property state is not equal CloudOfThingsTransport.Disconnected.

This method was introduced in InCore 2.0.

disconnectFromHost()

This method disconnects the client from the cloud. Make sure to set autoConnect to false to avoid side effects.

This method was introduced in InCore 2.0.

requestPing()

This method sends a ping message. Connect to the pingResponseReceived() signal to check whether the ping was successful. Returns true if the ping request was sent successfully.

This method was introduced in InCore 2.0.

Signals
connected()

This signal is emitted after the device successfully established a connection to the Cloud of Things. Usually there is some initial overhead before measurments or events are sent.

This signal was introduced in InCore 2.0.

disconnected()

This signal is emitted when the underlying transport lost its connection.

This signal was introduced in InCore 2.0.

errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

pingResponseReceived()

This signal is emitted after requestPing() is called and the corresponding response has been received.This signal is also emitted when the repeated ping via timer responded.

This signal was introduced in InCore 2.0.

sslErrorOccurred(String errorString)

This signal is emitted when an TLS/SSL-related error has occurred.

This signal was introduced in InCore 2.4.

Enumerations
Error

This enumeration describes all errors which can occur in CloudOfThingsTransport objects. The most recently occurred error is stored in the error property.

Name Value Description
CloudOfThingsTransport.NoError 0 No error occurred or was detected.
CloudOfThingsTransport.MissingTenant 1 Missing tenant: tenant and/or tenantForMQTT is empty.
CloudOfThingsTransport.TransportError 2 The underlaying transport had an error: .
CloudOfThingsTransport.SslError 3 Error while establishing TLS/SSL connection.
Protocol

This enumeration describes the protocol types which can be used to communicate with the Cloud of Things.

This enumeration was introduced in InCore 2.0.

Name Value Description
CloudOfThingsTransport.MQTT 0 MQTT over port 8883 with SSL.
CloudOfThingsTransport.REST 1 REST over HTTPS.
State

This enumeration describes the states a client can enter.

This enumeration was introduced in InCore 2.0.

Name Value Description
CloudOfThingsTransport.Disconnected 0 The client is disconnected from the cloud.
CloudOfThingsTransport.Connecting 1 A connection request has been made, but the cloud has not approved the connection yet.
CloudOfThingsTransport.Connected 2 The client is connected to the cloud.
Example

See CloudOfThingsClient example on how to use CloudOfThingsTransport.

InCore Database

Description

The Database module enables you to interact with databases. This module can be used to store or query datasets to/from local or remote databases. Every Database object has DatabaseTables and DatabaseQueries. The DatabaseTable contains a list of objects which should be stored and which could be queried with DatabaseQuery. For deeper interference DatabaseSqlQuery could be used to execute raw SQL or stored procedures. There are several objects for different database types. LocalDatabase uses SQLite to store data on the device.

Objects

Database

Description

The Database object is the base class of all database objects. It contains a list of DatabaseTable objects and DatabaseSqlQuery objects.

› Inherits:Object
› Inherited by:LocalDatabase, NetworkDatabase
Properties
autoOpen

This property holds whether to automatically open a connection to the database.

› Type:Boolean
› Default:true
› Signal:autoOpenChanged()
› Attributes:Writable
closeOnConnectionError

This property holds whether to automatically call close() whenever a connection error (Database.ConnectionError) occurs. In conjunction with autoOpen enabling this property allows implementing resilient database connections.

This property was introduced in InCore 1.1.

› Type:Boolean
› Default:true
› Signal:closeOnConnectionErrorChanged()
› Attributes:Writable
debugSqlQueries

This property holds whether to log all executed SQL queries and resulting error messages to the console.

This property was introduced in InCore 1.1.

› Type:Boolean
› Default:false
› Signal:debugSqlQueriesChanged()
› Attributes:Writable, Optional
error

This property holds the most recently occurred error or Database.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorDetails

This property holds a human-readable database- or driver-specific description of the last error. It may provide additional information to errorString whenever an error occurs.

› Type:String
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
name

This property holds the name of the database to access. It depends on the actually used database implementation and the server configuration whether this property is honored or even required.

› Type:String
› Signal:nameChanged()
› Attributes:Writable
ready

This property holds whether the database has been opened successfully and is ready to execute queries.

This property was introduced in InCore 2.5.

› Type:Boolean
› Default:false
› Signal:readyChanged()
› Attributes:Readonly
reopenInterval

This property holds the interval in milliseconds in which the database is reopened in case a connection is lost or failed. Set to 0 to disable this behaviour.

› Type:SignedInteger
› Default:60000
› Signal:reopenIntervalChanged()
› Attributes:Writable
sqlQueries

This property holds a list of DatabaseSqlQuery objects.

› Type:List<DatabaseSqlQuery>
› Signal:sqlQueriesChanged()
› Attributes:Readonly
tables

This property holds a list of DatabaseTable objects. Each table will be mapped to a table in the database file.

› Type:List<DatabaseTable>
› Signal:tablesChanged()
› Attributes:Readonly
Methods
close()

This method closes the database and frees all internal resources.

This method was introduced in InCore 1.1.

dropAllTables()

This method removes all tables from the database. All tables are closed before being dropping.

› Returns:Boolean
open()

This method (re)opens the database. The internal database is recreated.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

sqlQueriesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the sqlQueries list itself emitted the dataChanged() signal.

tablesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the tables list itself emitted the dataChanged() signal.

Enumerations
Error

This enumeration describes all errors which can occur in Database objects. The most recently occurred error is stored in the error property.

Name Value Description
Database.NoError 0 No error occurred or was detected.
Database.InvalidStorageError 1 None or invalid storage set.
Database.StoragePathError 2 Error while creating directories on storage.
Database.OpenError 3 Can’t open database.
Database.InitializationError 4 Error while performing database initialization tasks.
Database.CreateTablesError 5 Failed to create tables in database.
Database.InvalidCredentials 6 Some credentials are missing or invalid, e.g. no password set.
Database.InvalidNameError 7 None or invalid database name specified.
Database.ConnectionError 8 Connection lost.

DatabaseEventTable

Description

The DatabaseEventTable object is a special DatabaseTable which can stores Event objects. The additional properties correspond to each property of Event.

› Inherits:DatabaseTable
Properties
category

This property holds a DataObject for the category property of Event.

› Type:DataObject
› Signal:categoryChanged()
› Attributes:Readonly
data

This property holds a DataObject for the data property of Event.

› Type:DataObject
› Signal:dataChanged()
› Attributes:Readonly
description

This property holds a DataObject for the description property of Event.

› Type:DataObject
› Signal:descriptionChanged()
› Attributes:Readonly
errorCode

This property holds a DataObject for the errorCode property of Event.

› Type:DataObject
› Signal:errorCodeChanged()
› Attributes:Readonly
eventId

This property holds a DataObject for the id property of Event.

› Type:DataObject
› Signal:eventIdChanged()
› Attributes:Readonly
severity

This property holds a DataObject for the severity property of Event.

› Type:DataObject
› Signal:severityChanged()
› Attributes:Readonly
timestamp

This property holds a DataObject for the timestamp property of Event.

› Type:DataObject
› Signal:timestampChanged()
› Attributes:Readonly
uuid

This property holds a DataObject for the uuid property of Event.

› Type:DataObject
› Signal:uuidChanged()
› Attributes:Readonly
Example
import InCore.Foundation 2.5
import InCore.Database 2.5

Application {
    name: "EventDemo"
    description: "Event Demo"

    property alias evntTbl: eventWriter.eventTable

    DatabaseQuery {
        id: eventQuery
        table: evntTbl
        objects: [ evntTbl.data, evntTbl.timestamp, evntTbl.eventId ]
        filters: [
            DatabaseQueryFilter {
                DatabaseQueryWhere { key: evntTbl.severity; operation: DatabaseQueryWhere.GreaterOrEquals; value: Event.Warning }
            }
        ]
        onResultsChanged: {
            console.log("data, timestamp, id")
            for(var i = 0; i < results.length; i++) {
                console.log(results[i].data, results[i].timestamp, results[i].eventId)
            }
        }
        onCompleted: eventQuery.execute()
    }

    EventLog {
        outputs: [
            DatabaseEventWriter { id: eventWriter }
        ]

        // categories allow filtering events for outputs based on OR (instead of severity which filters by number)
        EventCategory { id: ioErrorCategory }

        EventGroup {
            severity: Event.Information // Info Warning Debug Fatal
            Event {
                id: generalErrorEvent
                severity: Event.Error
                uuid: "7f160be3-4ba9-42f0-a524-5359057c034b"
                description: "General error"
            }

            Event {
                id: fileOpenErrorEvent
                category: ioErrorCategory
                errorCode: 42
                description: "Could not open file %1"
            }

            Event {
                id: deviceStartedEvent
                description: "Database error: %1"
            }
        }

        onCompleted: deviceStartedEvent.trigger()
    }
}

DatabaseEventWriter

Description

The DatabaseEventWriter object is an EventOutput which stores Event objects in a database whenever triggered. All inserted Events can later be queried using a DatabaseQuery object and assigning the eventTable property to DatabaseQuery.table.

› Inherits:EventOutput
Properties
database

This property holds the Database in which the Event objects are stored. If left blank a LocalDatabase is created.

› Type:Database
› Signal:databaseChanged()
› Attributes:Writable, Optional
error

This property holds the most recently occurred error or DatabaseEventWriter.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
eventTable

This property holds the DatabaseEventTable object which handles the mapping from Event properties to database table columns. During initialization it is attached to the database held by the database property.

› Type:DatabaseEventTable
› Signal:eventTableChanged()
› Attributes:Readonly
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in DatabaseEventWriter objects. The most recently occurred error is stored in the error property.

Name Value Description
DatabaseEventWriter.NoError 0 No error occurred or was detected.
DatabaseEventWriter.InvalidDatabase 1 Invalid or no database set.
DatabaseEventWriter.InvalidIdError 2 Empty or invalid object ID (only alphanumeric characters allowed).
Example
import InCore.Foundation 2.5
import InCore.Database 2.5

Application {

    EventLog {
        outputs: [
            DatabaseEventWriter {
                id: eventWriter

                //property database left blank to create a LocalDatabase
            } ]

        EventCategory { id: measurementValueCategory }
        EventGroup {
            Event {
                id: temperatureEvent
                description: "temperature above 70°C"
            }
            Event {
                id: deviceStartedEvent
                description: "device started"
            }
            Event {
                id: measurementValueEvent
                description: "measurement above threshold"
                category: measurementValueCategory
                severity: Event.Error
            }
        }
    }

    onCompleted: deviceStartedEvent.trigger()

    //trigger events here

}

DatabaseExporter

Description

The DatabaseExporter object is used to export data from a database to a DataObjectWriter for example a CSV-exporter. The query property is used to select, limit and format the output.

› Inherits:Object
Properties
chunkSize

This property holds the number of datasets to export in each internal iteration. Reducing this value improves the responsiveness but decreases the performance. When a custom query is used, this value is not used and all datasets are exported at once.

This property was introduced in InCore 2.1.

› Type:SignedInteger
› Default:1000
› Signal:chunkSizeChanged()
› Attributes:Writable
dataFormat

This property holds whether the data should be formatted according to the object (for example a Measurement would be printed with unit) or be left unformatted (the value is printed as string).

› Type:DataFormat
› Default:DatabaseExporter.RawValues
› Signal:dataFormatChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or DatabaseExporter.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
output

This property holds the DataObjectWriter to output the data. The format and location of the data is defined by the output.

› Type:DataObjectWriter
› Signal:outputChanged()
› Attributes:Writable
progress

This property holds the overall progress of the current export operatoin

This property was introduced in InCore 2.1.

› Type:SignedInteger
› Default:0
› Signal:progressChanged()
› Attributes:Readonly
query

This property holds the query which defines which data should be exported. If left blank the whole table is exported.

› Type:DatabaseQuery
› Signal:queryChanged()
› Attributes:Writable, Optional
rowFilter

This property holds an expression which is used to filter rows when query can’t be used. The respective data row is provided in the item variable. Therefore an expression looks like item.myField > 123 or item.userId !== undefined.

This property was introduced in InCore 2.1.

› Type:<QML expression>
› Signal:rowFilterChanged()
› Attributes:Writable
running

This property holds whether an export operation is in progress.

This property was introduced in InCore 2.1.

› Type:Boolean
› Default:false
› Signal:runningChanged()
› Attributes:Writable
table

This property holds the table which data should be exported. If left blank the table of the query property is used. If query is left blank or you want to export the whole table you have to set this property properly.

› Type:DatabaseTable
› Signal:tableChanged()
› Attributes:Writable
Methods
execute()

This method checks for errors and starts an export operation. The finished() signal will be emitted after execution has finished.

› Returns:Boolean
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

finished()

This signal is emitted after the export has been finished. Check the error property or connect to the errorOccurred() signal to detect errors occurred during the export.

This signal was introduced in InCore 2.1.

Enumerations
DataFormat

This enumeration describes the ways the data can be formatted.

Name Value Description
DatabaseExporter.RawValues 0 The raw value is converted to a string.
DatabaseExporter.FormattedData 1 The value is formatted by the corresponding object according to the configured settings (for example Measurement may add the unit, format the floating point value with the configured number of decimals and apply the SI prefix, e.g. 123456“1234.5 kPa”).
Error

This enumeration describes all errors which can occur in DatabaseExporter objects. The most recently occurred error is stored in the error property.

Name Value Description
DatabaseExporter.NoError 0 No error occurred or was detected.
DatabaseExporter.InvalidOutputError 1 Invalid or no output set.
DatabaseExporter.InvalidTableError 2 No table set in query or exporter or table not open.
DatabaseExporter.DataError 3 Internal error while fetching data.
DatabaseExporter.OutputOpenError 4 Opening the output caused an error.
DatabaseExporter.WriteError 5 Internal error while exporting data to file.
Example
import InCore.Foundation 2.5
import InCore.Database 2.5

Application {

    LocalDatabase {
        id: exampleDatabase
        onErrorChanged: console.log("LocalDatabase error:", errorString)

        DatabaseTable {
            id: exampleTable
            onErrorChanged: console.log("DatabaseTable error:", errorString)

            DateTime { id: date }
            Measurement { id: sensor1; unit: "°C"; decimals: 1 }
            Measurement { id: sensor2; unit: "Pa"; decimals: 2; siPrefix: Measurement.Kilo }
        }
    }

    DatabaseExporter {
        id: dbExporter
        onErrorChanged: console.log("Export error:", errorString)
        table: exampleTable
        dataFormat: DatabaseExporter.FormattedData
        output: CsvWriter {
            output: File {
                fileName: "SensorValues.csv"
                storage: UsbStorage { }
            }
        }
    }

    Timer {
        onTriggered: {
            sensor1.data = Math.random() * 100
            sensor2.data = 1000 + Math.random() * 100
            exampleTable.submit();
        }
    }

    Timer {
        interval: 10*1000
        onTriggered: {
            dbExporter.execute();
            exampleTable.truncate()
        }
    }
}

DatabaseFieldOptions

Description

The DatabaseFieldOptions object defines additional options for a database field represented by a DataObject. It can be set through attached properties or instantiated as an arbitrarily-named custom property of the corresponding DataObject. See the example for details.

This object was introduced in InCore 1.1.

› Inherits:Object
Properties
autoIncrement

This property holds whether this field should be marked as auto-increment if this field is the primary key as well.

› Type:Boolean
› Default:false
› Signal:autoIncrementChanged()
› Attributes:Writable
blank

This property holds whether to allow this field to be empty when inserting a new data row.

› Type:Boolean
› Default:false
› Signal:blankChanged()
› Attributes:Writable
dbColumn

This property holds the name of the database column for the field, otherwise per default the object ID is be used.

› Type:String
› Signal:dbColumnChanged()
› Attributes:Writable
dbIndex

This property holds whether to create an index on this field.

› Type:Boolean
› Default:false
› Signal:dbIndexChanged()
› Attributes:Writable
maxLength

This property holds the maximum length of the field used when creating the database table. Leave at 0 to disable a maximum length.

› Type:SignedInteger
› Default:0
› Signal:maxLengthChanged()
› Attributes:Writable
notNull

This property holds whether to insert empty values or NULL values if the field value is empty or not specified.

› Type:Boolean
› Default:true
› Signal:notNullChanged()
› Attributes:Writable
onDelete

This property holds the foreign key constraint to create on this field. See SQL Server Foreign Key Update and Delete Rules and the ForeignKeyConstraint enumeration for details.

› Type:ForeignKeyConstraint
› Default:DatabaseFieldOptions.NoAction
› Signal:onDeleteChanged()
› Attributes:Writable
primaryKey

This property holds whether to use this field as the primary key. If no primary key is explicitly defined, an auto-increment integer field will be added.

› Type:Boolean
› Default:false
› Signal:primaryKeyChanged()
› Attributes:Writable
unique

This property holds whether this field must be unique throughout the table.

› Type:Boolean
› Default:false
› Signal:uniqueChanged()
› Attributes:Writable
Enumerations
ForeignKeyConstraint

This enumeration describes all possible constraints which can be set for foreign keys.

Name Value Description
DatabaseFieldOptions.NoAction 0 No constraint will be set.
DatabaseFieldOptions.Restrict 1 Operation not allowed if it would alter the integrity of the database.
DatabaseFieldOptions.Cascade 2 The change is allowed and propagates on the child table. For example, if a parent row is deleted, the child row is also deleted; if a parent row’s ID changes, the child row’s ID will also change.
DatabaseFieldOptions.SetNull 3 The change is allowed and the child row’s foreign key columns are set to NULL. .
Example
import InCore.Foundation 2.5
import InCore.Database 2.5

Application {

    LocalDatabase {
        id: exampleDatabase

        DatabaseTable {
            id: messages

            DateTime {
                id: date
                DatabaseFieldOptions.dbIndex: true
            }
            DataObject {
                id: text
                dataType: DataObject.String
                data: "<default message>"
                property var options : DatabaseFieldOptions { maxLength: 127; notNull: true }
            }
        }
    }

    onCompleted: messages.submit()
}

DatabaseQuery

Description

The DatabaseQuery object is used to query objects from a database. It can be used to select a subset of the original dataset. The result can be sorted through the orderBy property and limited through the limitLength property.

Note

Pay attention to the usage of results each call will execute the query. See the example at bottom.

› Inherits:Object
› Inherited by:DatabaseUpdate
Properties
error

This property holds the most recently occurred error or DatabaseQuery.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
filters

This property holds a list of filters which restrict the result. Internally this list is transformed to a SQL-WHERE clause.

› Type:List<DatabaseQueryFilter>
› Signal:filtersChanged()
› Attributes:Readonly
limitLength

This property holds the lenght of the limit to restrict the number of rows returned. This is the maximum number of rows returned.

› Type:SignedInteger
› Default:-1
› Signal:limitLengthChanged()
› Attributes:Writable
limitPos

This property holds the start of a limit to restrict the number of rows returned. This can be seen as a offset.

› Type:SignedInteger
› Default:0
› Signal:limitPosChanged()
› Attributes:Writable
objects

This property holds the list of objects which column should be queried. The order is kept.

› Type:List<DataObject>
› Signal:objectsChanged()
› Attributes:Readonly
orderBy

This property holds a list of columns to use for ordering (sorting) the rows. Only ascending ordering is done. See also orderByNames.

› Type:List<DataObject>
› Signal:orderByChanged()
› Attributes:Readonly
orderByNames

This property holds a string list of column ids to use for ordering (sorting) the rows. This will have no effect if orderBy is set. The negative sign in front of an id indicates descending order. See also the example at the bottom.

This property was introduced in InCore 2.4.

› Type:StringList
› Signal:orderByNamesChanged()
› Attributes:Writable
results

This property holds the results of the query. This will include all objects as columns. For example the column id of the second row can be read with results[1].id. Pay attention to the usage of results and try to use local variables because each reference will execute the query.

› Type:List
› Signal:resultsChanged()
› Attributes:Readonly, Requires Polling
table

This property holds the database table which should be queried. Can be left blank if the parent is a DatabaseTable.

› Type:DatabaseTable
› Signal:tableChanged()
› Attributes:Writable, Optional
Methods
execute()

This method executes the query and updates results. On success, true is returned, otherwise false.

› Returns:Boolean
pollResults()

This method polls the results property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

filtersDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the filters list itself emitted the dataChanged() signal.

objectsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the objects list itself emitted the dataChanged() signal.

orderByDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the orderBy list itself emitted the dataChanged() signal.

Enumerations
Error

This enumeration describes all errors which can occur in DatabaseQuery objects. The most recently occurred error is stored in the error property.

Name Value Description
DatabaseQuery.NoError 0 No error occurred or was detected.
DatabaseQuery.InvalidQueryNameError 1 Empty or invalid table name.
DatabaseQuery.InvalidTableError 2 Table property not set or parent is not a table.
DatabaseQuery.TableOpenError 3 Table property not set or parent is not a table.
Example

See DatabaseTable example on how to use DatabaseQuery.

DatabaseQueryFilter

Description

The DatabaseQueryFilter object represents a query filter used in DatabaseQuery objects. Each filter consists of a set of DatabaseQueryWhere objects which are combined using logical OR. This means that one of the defined WHERE conditions have to match to make the whole filter match for a particular row.

› Inherits:Object
Properties
where

This property holds one or multiple DatabaseQueryWhere instances or references to them used to create an SQL query for this filter.

› Type:List<DatabaseQueryWhere>
› Signal:whereChanged()
› Attributes:Readonly
Signals
whereDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the where list itself emitted the dataChanged() signal.

Example
import InCore.Foundation 2.5
import InCore.Database 2.5

Application {

    LocalDatabase {
        id: exampleDatabase

        DatabaseTable {
            id: exampleTable

            DateTime { id: date }
            Measurement { id: temperature1 }
            Measurement { id: temperature2 }

            queries: [
                DatabaseQuery {
                    id: exampleQuery
                    DatabaseQueryFilter {
                        DatabaseQueryWhere { key: temperature1; operation: DatabaseQueryWhere.GreaterThan; value: 20 }
                        DatabaseQueryWhere { key: temperature2; operation: DatabaseQueryWhere.LessThan; value: 30 }
                    }

                    onResultsChanged: console.log(toJson(results))
                }
            ]
        }
    }

    Timer {
        onTriggered: {
            temperature1.data = 25 - Math.random() * 20
            temperature2.data = 25 + Math.random() * 20
            exampleTable.submit()
            exampleQuery.execute()
        }
    }

    onCompleted: exampleTable.drop()
}

DatabaseQueryWhere

Description

The DatabaseQueryWhere object represents a condition used in DatabaseQueryFilter objects. It allows modelling the SQL statement WHERE in a declarative manner.

› Inherits:Object
Properties
key

This property holds a reference to a DataObject object representing a column in the database. The values of this column are compared with value as specified in the operation property.

› Type:DataObject
› Signal:keyChanged()
› Attributes:Writable
operation

This property holds the operation which specifies how to compare values in a database column (specified by key) with the value given in the value property.

› Type:Operation
› Default:DatabaseQueryWhere.None
› Signal:operationChanged()
› Attributes:Writable
value

This property holds the value to compare with the values in a database column. It should be of the same type as the database column.

› Type:Variant
› Signal:valueChanged()
› Attributes:Writable
Enumerations
Operation

This enumeration describes all supported comparison operations on a database column value.

Name Value Description
DatabaseQueryWhere.None 0 Matches always.
DatabaseQueryWhere.Equals 1 Matches if the column value is equal to the given value.
DatabaseQueryWhere.NotEquals 2 Matches if the column value is not equal to the given value.
DatabaseQueryWhere.GreaterThan 3 Matches if the column value is greater than the given value.
DatabaseQueryWhere.LessThan 4 Matches if the column value is less than the given value.
DatabaseQueryWhere.GreaterOrEquals 5 Matches if the column value is greater or equal to the given value.
DatabaseQueryWhere.LessOrEquals 6 Matches if the column value is less or equal to the given value.
DatabaseQueryWhere.StartsWith 7 Matches if the column value starts with the given value (strings only).
DatabaseQueryWhere.EndsWith 8 Matches if the column value ends with the given value (strings only).
DatabaseQueryWhere.Contains 9 Matches if the column value contains the given value (strings only).
DatabaseQueryWhere.IsIn 10 Matches if the column value is one of the given values.
DatabaseQueryWhere.IsNull 11 Matches if the column value is null.
DatabaseQueryWhere.IEquals 12 Matches if the column value is equal to the given value (case-insensitive).
DatabaseQueryWhere.INotEquals 13 Matches if the column value is not equal to the given value (case-insensitive).
DatabaseQueryWhere.IStartsWith 14 Matches if the column value starts with the given value (strings only, case-insensitive).
DatabaseQueryWhere.IEndsWith 15 Matches if the column value ends with the given value (strings only, case-insensitive).
DatabaseQueryWhere.IContains 16 Matches if the column value contains the given value (strings only, case-insensitive).
Example

See DatabaseQueryFilter example on how to use DatabaseQueryWhere.

DatabaseSqlQuery

Description

The DatabaseSqlQuery object encapsulates a SQL query and handles errors or results.

› Inherits:Object
Properties
error

This property holds the most recently occurred error or DatabaseSqlQuery.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
forwardOnly

This property holds whether the query is forward only. For some queries forwardOnly has to be true to work properly. Forward only mode can be (depending on the driver) more memory efficient since results do not need to be cached. It will also improve performance on some databases.

› Type:Boolean
› Default:false
› Signal:forwardOnlyChanged()
› Attributes:Writable
lastInsertedId

This property holds the object ID of the most recent inserted row if the database supports it. undefined will be returned if the query did not insert any value or if the database does not report the id back. If more than one row was touched by the insert, the behavior is undefined. For MySQL databases the row’s auto-increment field will be returned.

This property was introduced in InCore 2.3.

› Type:Variant
› Signal:lastInsertedIdChanged()
› Attributes:Readonly
query

This property holds the query string which will be executed.

› Type:String
› Signal:queryChanged()
› Attributes:Writable
results

This property holds the results of the query. For example the column id of the second row can be read through results[1].id.

› Type:List
› Signal:resultsChanged()
› Attributes:Readonly, Requires Polling
Methods
execute()

This method executes the query and updates results. On success, true is returned, otherwise false.

› Returns:Boolean
pollResults()

This method polls the results property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in DatabaseSqlQuery objects. The most recently occurred error is stored in the error property.

Name Value Description
DatabaseSqlQuery.NoError 0 No error occurred or was detected.
DatabaseSqlQuery.InvalidDatabase 1 Parent is not a database object.
DatabaseSqlQuery.EmptyQueryError 2 Empty query string.
DatabaseSqlQuery.InvalidQueryError 3 The query caused an error: .
DatabaseSqlQuery.TransactionError 4 The query caused an transaction error: .
DatabaseSqlQuery.UnknownError 5 The query caused an unknown error: .
Example

See LocalDatabase example on how to use DatabaseSqlQuery.

DatabaseTable

Description

The DatabaseTable object represents a database table in a database. The Object.objectId property or alternatively the QML ID attribute is used as name of the table in the database. If DataObjectWriter.objects contains an object which value is NaN or Inf it will be saved as 0 due to database limitations.

› Inherits:DataObjectWriter
› Inherited by:DatabaseEventTable
Properties
database

This property holds a Database object to which database the table belongs. If left blank the parent is used.

› Type:Database
› Signal:databaseChanged()
› Attributes:Writable, Optional
defaultFieldOptions

This property holds default options to apply to all DataObjectWriter.objects which do not have a property of type DatabaseFieldOptions. This can be used to e.g. allow NULL values for every column without having to set DatabaseFieldOptions.notNull to false for every object.

This property was introduced in InCore 1.1.

› Type:DatabaseFieldOptions
› Signal:defaultFieldOptionsChanged()
› Attributes:Writable, Optional
error

This property holds the most recently occurred error or DatabaseTable.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
operationsEnabled

This property holds whether the database table is ready for operations. The DataObjectWriter.objects property must be populated completely before operations may be enabled. Otherwise columns could be missing when creating a database table the first time. For statically initialized objects this property can be left at its default value. However special care needs to be taken in cases where the object list is populated dynamically, e.g. when using property modifiers such as Repeater or populating the list in a function manually. Whenever this applies operations must be enabled only after the list has been initialized. The list must not be changed after this property is changed from false to true.

› Type:Boolean
› Default:true
› Signal:operationsEnabledChanged()
› Attributes:Writable, Optional
pseudoRingBufferOrderBy

This property holds an optional sort criterion specifying which data should be removed first whenever the dataset count exceeds pseudoRingBufferSize. This string must be set to an id or Object.objectId of an object in DataObjectWriter.objects to work. For example if there is a DateTime object with id date and the oldest dateset is to be removed first, pseudoRingBufferOrderBy has to be set to date (ascending order - oldest will be found and removed first). To use a descending order prepend pseudoRingBufferOrderBy with ‘-‘.

Note

The column id will be inserted as an auto-incrementing primary key in every DatabaseTable and can be used to determine the least recently inserted datasets.

› Type:String
› Default:id
› Signal:pseudoRingBufferOrderByChanged()
› Attributes:Writable
pseudoRingBufferSize

This property holds an optional dataset limit. When set to a value greater 0 the number of datasets in this table will be limited automatically. If a new dataset is inserted and DataObjectWriter.datasetCount exceeds the configured value the oldest or least recent dataset will be removed. Setting this property makes the table behave like a ring buffer. You can specify a different sort criterion through the pseudoRingBufferOrderBy property.

› Type:SignedInteger
› Default:0
› Signal:pseudoRingBufferSizeChanged()
› Attributes:Writable
queries

This property holds a list of DatabaseQuery objects which should be performed on this table.

› Type:List<DatabaseQuery>
› Signal:queriesChanged()
› Attributes:Readonly
ready

This property holds whether the database table has been opened and initialized successfully and is ready to execute queries.

This property was introduced in InCore 2.5.

› Type:Boolean
› Default:false
› Signal:readyChanged()
› Attributes:Readonly
structure

This property holds an alternate list of DataObject objects describing the desired database table structure upon initialization and creation. Usually this list can be left blank so DataObjectWriter.objects are used. In some cases however only a subset of DataObject objects might be configured to be enabled after the table has been created. In such cases all possible objects can be assigned to structure so that the table does not have to be dropped and recreated on every configuration change.

This property was introduced in InCore 1.1.

› Type:List<DataObject>
› Signal:structureChanged()
› Attributes:Readonly, Optional
Methods
drop()

This method removes the table from the database. If you want to remove the datasets only and keep the table structure, call DataObjectWriter.truncate() instead.

› Returns:Boolean
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

queriesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the queries list itself emitted the dataChanged() signal.

structureDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the structure list itself emitted the dataChanged() signal.

Enumerations
Error

This enumeration describes all errors which can occur in DatabaseTable objects. The most recently occurred error is stored in the error property.

Name Value Description
DatabaseTable.NoError 0 No error occurred or was detected.
DatabaseTable.InvalidDatabase 1 Empty or invalid database property or parent.
DatabaseTable.InvalidTableIdError 2 Empty or invalid object id.
DatabaseTable.DatabaseContextError 3 Could not switch database context.
DatabaseTable.MissingObjectsIds 4 Some data objects do not have an object ID.
DatabaseTable.MissingDefaultData 5 Some data objects do not have valid default data.
DatabaseTable.ObjectsChangedWhileOpen 6 Data objects have changed after table has been created and opened.
DatabaseTable.StructureChangedWhileOpen 7 Structure has changed after table has been created and opened.
DatabaseTable.OperationsNotEnabled 8 Operation requested before operationsEnabled is set to true.
DatabaseTable.SubmitError 9 Failed to submit a new data row, probably due to a broken database connection or mismatching table structure.
Example
import InCore.Foundation 2.5
import InCore.Database 2.5

Application {

    LocalDatabase {
        id: exampleDatabase

        DatabaseTable {
            id: exampleTable

            submitInterval: 1000
            submitMode: DatabaseTable.SubmitPeriodically
            // save only 1000 datasets in the database
            pseudoRingBufferSize: 1000
            // order by date - delete oldest dataset first
            pseudoRingBufferOrderBy: "date"

            // objects to store
            DateTime { id: date }
            Measurement { id: sensor1; data: 1 }
            Measurement { id: sensor2; data: 2 }
            Measurement { id: sensor3; data: 123 }

            queries: [
                DatabaseQuery {
                    // objects to query
                    objects: [sensor1, sensor2, sensor3]
                    orderBy: [sensor3]

                    // only get 15 values from start on
                    limitPos: 0
                    limitLength: 15
                    onResultsChanged: {
                        // use a local variable
                        // this will only trigger execute once and store the result in r
                        var r = results
                        // read the data
                        for(var i = 0; i < r.length; i++)
                            console.log("S1, S2, S3:", r[i].sensor1, r[i].sensor2, r[i].sensor3)
                    }

                    Polling on results { interval: 10000 }
                },

                DatabaseQuery {
                    // query only sensor3 data
                    objects: [sensor3]
                    // sort by sensor3 descending, then sensor2 ascending
                    orderByNames: ["-sensor3", "sensor2"]

                    // only get 10 values descending
                    limitPos: 0
                    limitLength: 10
                }
            ]
        }
    }
}

DatabaseUpdate

Description

The DatabaseUpdate object is used to update objects in a database table. The API is identical to DatabaseQuery except for the execute() method.

This object was introduced in InCore 2.5.

› Inherits:DatabaseQuery
Properties
Methods
execute()

This method updates the columns specified by DatabaseQuery.objects and rows filtered through DatabaseQuery.filters. If at least one row has been updated and no error occurred, true is returned, otherwise false. The number of updated rows can be retrieved using the DatabaseQuery.results property.

› Returns:Boolean
Example
import InCore.Foundation 2.5
import InCore.Database 2.5

Application {

    LocalDatabase {
        id: exampleDatabase

        DatabaseTable {
            id: exampleTable

            // submit a new data row every 10s
            submitInterval: 10000
            submitMode: DatabaseTable.SubmitPeriodically
            onSubmitted: lastIdQuery.execute()

            DataObject {
                id: exampleTableId
                objectId: "id"
                dataType: DataObject.SignedInteger
                DatabaseFieldOptions.primaryKey: true
                DatabaseFieldOptions.autoIncrement: true
            }

            Measurement {
                id: sensor1
                data: 1
                onDataChanged: updateSensor1.execute()
            }

            Measurement {
                id: sensor2
                data: 123
            }

            queries: [
                // always update last row with latest value of sensor1
                DatabaseUpdate {
                    id: updateSensor1
                    objects: [sensor1]
                    DatabaseQueryFilter {
                        DatabaseQueryWhere {
                            key: exampleTableId
                            operation: DatabaseQueryWhere.Equals
                            value: lastIdQuery.results[0] ? lastIdQuery.results[0].id : -1
                        }
                    }
                },
                DatabaseQuery {
                    id: lastIdQuery
                    objects: [exampleTableId]
                    orderByNames: ["-id"]
                    limitPos: 0
                    limitLength: 1
                }
            ]
        }
    }

    Timer {
        onTriggered: sensor1.data = Math.random() * 100
    }
}

LocalDatabase

Description

The LocalDatabase object is used to store data in a local database using SQLite. The filename is constructed based on the Database.name property or alternatively on the object ID, either specified through the QML object ID or the Object.objectId property.

› Inherits:Database
Properties
storage

This property holds the storage where the database is saved. If left blank a LocalStorage object is used.

› Type:Storage
› Signal:storageChanged()
› Attributes:Writable, Optional
Example
import InCore.Foundation 2.5
import InCore.Database 2.5

Application {

    LocalDatabase {
        id: exampleDatabase

        DatabaseTable {
            id: exampleTable

            submitMode: DatabaseTable.SubmitOnCompleteDataset

            DateTime { id: date }
            Measurement { id: temperature; data: 25 }
        }

        sqlQueries: [
            DatabaseSqlQuery {
                forwardOnly: true
                query: "SELECT AVG(temperature) AS average
                        FROM exampleTable"
                Polling on results { interval: 10000 }
                onResultsChanged: console.log( "average temperature", results[0].average )
                onErrorChanged: console.log(errorString)
            }
        ]
    }

    Timer {
        onTriggered: temperature.data += -0.5 + Math.random()
    }
}

MSSQLDatabase

Description

The MSSQLDatabase object can be used to connect to a Microsoft SQL Server using ODBC.

› Inherits:NetworkDatabase
Properties
mars

This property holds whether to enable Multiple Active Result Sets (MARS) when connecting to the server.

› Type:Boolean
› Default:false
› Signal:marsChanged()
› Attributes:Writable, Optional
tdsVersion

This property holds the TDS protocol version to use for connecting to the server. See Choosing a TDS protocol version for details.

› Type:String
› Signal:tdsVersionChanged()
› Attributes:Writable, Optional
Example
import InCore.Foundation 2.5
import InCore.Database 2.5

Application {
    version: "0.8.15"

    MSSQLDatabase {
        id: mssqlDB
        user: "yourUser"
        password: "y0urUserP@ssword"
        server: "mssql.yourcompany.com"
        port: 1433

        sqlQueries: [
            DatabaseSqlQuery {
                id: updateVersionQuery
                forwardOnly: true
                query: ("EXEC [updateVersion]
                    @Version = %1")
                .arg( version )

                onErrorChanged: console.log( errorString )
            }
        ]

        onCompleted: updateVersionQuery.execute()
    }
}

MeasurementBufferDatabase

Description

The MeasurementBufferDatabase object is a helper class to buffer Measurement objects in a local database whenever a remote measurement storage client (such as a Cloud of Things client or MQTT measurement writer) is offline or not connected.

This object was introduced in InCore 2.5.

› Inherits:MeasurementDatabase
Properties
bufferDrainChunkSize

This property holds how many buffered measurements are sent at once whenever the remote resource is online again. The lowest allowed value is 1.

› Type:SignedInteger
› Default:1
› Signal:bufferDrainChunkSizeChanged()
› Attributes:Writable
bufferDrainInterval

This property holds the send interval in which buffered measurements are sent whenever the remote resource is online again. The lowest allowed value is 100.

› Type:SignedInteger
› Default:2000
› Signal:bufferDrainIntervalChanged()
› Attributes:Writable
bufferSize

This property holds the number of Measurement objects which can be buffered at most. If this limit is reached, the oldest measurement will be removed. Setting to 0 disables buffering.

› Type:SignedInteger
› Default:100000
› Signal:bufferSizeChanged()
› Attributes:Writable
buffering

This property holds whether measurements should be buffered in the local database whenever the remote resource is offline or not connected. Once the remote resource is online again, buffered measurements are sent at a writer-specific interval.

› Type:Boolean
› Default:true
› Signal:bufferingChanged()
› Attributes:Writable
transmitOrder

This property holds the order in which the Measurement objects are sent whenever a connection is restored.

› Type:MeasurementBufferDatabase.TransmitOrder
› Default:MeasurementBufferDatabase.Descending
› Signal:transmitOrderChanged()
› Attributes:Writable
Enumerations
TransmitOrder

This enumeration describes the order in which buffered Measurement objects are sent whenever a connection is restored.

Name Value Description
MeasurementBufferDatabase.Ascending 0 Send measurements in ascending order - oldest first.
MeasurementBufferDatabase.Descending 1 Send measurements in descending order - latest first.

MeasurementDatabase

Description

The MeasurementDatabase object encapsulates a LocalDatabase to store Measurement objects, mainly used for implementing MeasurementBufferDatabase.

This object was introduced in InCore 2.5.

› Inherits:Object
› Inherited by:MeasurementBufferDatabase
Properties
storage

This property holds the storage which the database is saved to. If left blank, an internal LocalStorage object is used.

› Type:Storage
› Signal:storageChanged()
› Attributes:Writable, Optional
Methods
clear()

This method removes all stored Measurement objects from the database.

datasetCount()

This method returns the number of currently stored Measurement objects.

› Returns:SignedInteger

MySQLDatabase

Description

The MySQLDatabase object can be used to connect to a MySQL database server.

› Inherits:NetworkDatabase
Properties
Example
import InCore.Foundation 2.5
import InCore.Database 2.5

Application {
    MySQLDatabase {
        server: "127.0.0.1"
        user: "root"
        password: "mysql"
        name: "mysql"

        sqlQueries: [
            DatabaseSqlQuery {
                id: checkVersionQuery
                query: ("SELECT VERSION();" )
                onErrorOccurred: console.log(errorString)
                onResultsChanged: console.log(JSON.stringify(results))
            }
        ]
    }

    onCompleted: checkVersionQuery.execute()
}

NetworkDatabase

Description

The NetworkDatabase object holds common properties for all kinds of databases reachable through network connections.

› Inherits:Database
› Inherited by:MSSQLDatabase, MySQLDatabase, PostgreSQLDatabase
Properties
password

This property holds the password to use for connecting to the database.

› Type:String
› Signal:passwordChanged()
› Attributes:Writable
port

This property holds the port of the database server to connect to. This property is initialized with the database-specific default value, e.g. 3306 for MySQLDatabase or 1433 for MSSQLDatabase.

› Type:SignedInteger
› Default:-1
› Signal:portChanged()
› Attributes:Writable
server

This property holds the hostname or IP address of the database server to connect to.

› Type:String
› Signal:serverChanged()
› Attributes:Writable
user

This property holds the username to use for connecting to the database.

› Type:String
› Signal:userChanged()
› Attributes:Writable

PostgreSQLDatabase

Description

The PostgreSQLDatabase object can be used to connect to a PostgreSQL database server.

This object was introduced in InCore 2.4.

› Inherits:NetworkDatabase
Properties
Example
import InCore.Foundation 2.5
import InCore.Database 2.5

Application {
    PostgreSQLDatabase {
        user: "postgres"
        password: "postgres"
        server: "localhost"

        sqlQueries: [
            DatabaseSqlQuery {
                id: checkVersionQuery
                query: ("SELECT version();" )
                onErrorOccurred: console.log(errorString)
                onResultsChanged: console.log(JSON.stringify(results))
            }
        ]
    }

    onCompleted: checkVersionQuery.execute()
}

InCore IO

Description

The IO module provides I/O-related objects for interacting with device interfaces, reading sensor data or controlling actors.

Objects

AlphasenseOpcN3

Description

The AlphasenseOpcN3 object implements a driver for the USB-ISS-based Alphasense OPC-N3 sensor.

› Inherits:SerialPortBusNode
Properties
binCounts

This property holds the number of particles in the individual bins.

› Type:List
› Signal:binCountsChanged()
› Attributes:Readonly
deviceInformation

This property holds a device information string containing hardware and software information.

› Type:String
› Signal:deviceInformationChanged()
› Attributes:Readonly, Requires Polling
error

This property holds the most recently occurred error or AlphasenseOpcN3.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
fan

This property holds the status of the fan inside the OPC-N3 sensor.

› Type:Boolean
› Default:false
› Signal:fanChanged()
› Attributes:Writable
initialized

This property holds whether the communication with the OPC-N3 sensor has been initialized successfully.

› Type:Boolean
› Signal:initializedChanged()
› Attributes:Readonly
laser

This property holds the status of the laser inside the OPC-N3 sensor.

› Type:Boolean
› Default:false
› Signal:laserChanged()
› Attributes:Writable
massPM10

This property holds the mass concentration PM10 in μg/m³.

› Type:Float
› Signal:massPM10Changed()
› Attributes:Readonly
massPM1_0

This property holds the mass concentration PM1.0 in μg/m³.

› Type:Float
› Signal:massPM1_0Changed()
› Attributes:Readonly
massPM2_5

This property holds the mass concentration PM2.5 in μg/m³.

› Type:Float
› Signal:massPM2_5Changed()
› Attributes:Readonly
mtof

This property holds represents the average amount of time that particles sized in the stated bin took to cross the OPS’s laser beam. Each value is in 1/3 µs. i.e. a value of 10 would represent 3.33 µs.

› Type:List
› Signal:mtofChanged()
› Attributes:Readonly
pollMassConcentrationsOnly

This property holds whether to poll the mass concentrations massPM1_0, massPM2_5 and massPM10 only when polling the values property. This reduces both communication traffic with the sensor and the CPU load of the device. Set to false if any other measurements such as binCounts or temperature are required.

› Type:Boolean
› Signal:pollMassConcentrationsOnlyChanged()
› Attributes:Readonly
relativeHumidity

This property holds the measured relative humidity.

› Type:Float
› Signal:relativeHumidityChanged()
› Attributes:Readonly
samplingFlowRate

This property holds represents the sample flow rate in ml/s x100

› Type:SignedInteger
› Signal:samplingFlowRateChanged()
› Attributes:Readonly
samplingPeriod

This property holds the measure of the histogram’s actual sampling period in seconds x100

› Type:SignedInteger
› Signal:samplingPeriodChanged()
› Attributes:Readonly
serialNumber

This property holds the serial number of the sensor.

› Type:String
› Signal:serialNumberChanged()
› Attributes:Readonly, Requires Polling
temperature

This property holds the measured temperature.

› Type:Float
› Signal:temperatureChanged()
› Attributes:Readonly
values

This property holds all available values provided for convenience in the following order:

If pollMassConcentrationsOnly is set to false the following properties are appended additionally:

› Type:List
› Signal:valuesChanged()
› Attributes:Readonly, Requires Polling
Methods
pollDeviceInformation()

This method polls the deviceInformation property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

pollSerialNumber()

This method polls the serialNumber property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

pollValues()

This method polls the values property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

reset()

This method resets the communication with the OPC-N3 sensor and reloads all parameters and properties. This method should be called on communication errors.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in AlphasenseOpcN3 objects. The most recently occurred error is stored in the error property.

Name Value Description
AlphasenseOpcN3.NoError 0 No error occurred or was detected.
AlphasenseOpcN3.InvalidSerialPort 1 No serial port has been specified.
AlphasenseOpcN3.SerialPortOpenError 2 Could not open or configure specified serial port.
AlphasenseOpcN3.CommunicationError 3 Error while communicating with the Alphasense OPC-N3 sensor.
AlphasenseOpcN3.ResponseTimeoutError 4 Did not receive response to request within 5000 ms.
Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {

    AlphasenseOpcN3 {
        id: primarySensor
        serialPort: SerialPort { portName: "ttyACM0" }
        onSerialNumberChanged: console.log(serialNumber)
        onDeviceInformationChanged: console.log(deviceInformation)
        Polling on values { interval: 1000 }
        onValuesChanged: console.log(values)
        pollMassConcentrationsOnly: false
    }

    // mockup for multi-device configuration by serial number

    property list<SerialPort> availableDevices
    property list<AlphasenseOpcN3> devices

    Gather on availableDevices {
        source: SerialPortManager { }
        expressionFilter: item.vendorIdentifier === 0x04d8 && item.productIdentifier === 0xffee
    }

    Repeater on devices {
        model: config.objects
        AlphasenseOpcN3 {
            Select on serialPort {
                source: availableDevices
                select: item.serialNumber === modelData.serialNumber.data
            }
        }
    }

    property var config: Configuration {
        name: "Alphasense OPC-N3 devices"
        objectId: "opcN3Devices"
        id: config

        Repeater on objects {
            model: 3

            ConfigurationObject {
                id: configObject
                objectId: ("opcN3Device%1").arg(("0"+(index+1)).slice(-2))
                property int orderIndex: index

                property var enabled: ConfigurationItem {
                    id: enabled;
                    name: "Enabled"
                    data: false
                    dataType: ConfigurationItem.Boolean;
                    view: DataObjectView { widget: DataObjectView.Switch; orderIndex: 1 }
                }

                property var name: ConfigurationItem {
                    id: name;
                    name: "Name"
                    data: ("OPC-N3 %1").arg(index+1)
                    dataType: ConfigurationItem.String;
                    view: DataObjectView { widget: DataObjectView.TextInput; orderIndex: 2 }
                }

                property var serialNumber: ConfigurationItem {
                    id: serialNumber;
                    name: "Modbus device ID"
                    dataType: ConfigurationItem.UnsignedInteger;
                    data: 0
                    view: DataObjectView {
                        widget: DataObjectView.Combobox;
                        orderIndex: 3;
                        widgetData: {
                            var map = {};
                            for( var i = 0; i < availableDevices.length; ++i )
                            {
                                map[availableDevices.serialNumber] = "OPC-N3 " + availableDevices.serialNumber;
                            }
                            return map;
                        }
                    }
                }
            }
        }
    }
}

AnalogInput

Description

The AnalogInput object allows measuring voltages or currents. The underlying hardware works with a 12 bit ADC so measured values are always in the range [0..4095].

› Inherits:Object
Properties
analogFault

This property holds the current state of the Analog Fault pin (HUB-GM200 only).

This property was introduced in InCore 2.1.

› Type:Boolean
› Signal:analogFaultChanged()
› Attributes:Readonly, Requires Polling
current

This property holds the current calculated from value if mode is set to AnalogInput.Mode20mA. Otherwise 0 will be returned. The current is be updated whenver the valueChanged() signal is emitted, so you have to poll value to read a valid current.

This property was introduced in InCore 2.2.

› Type:Double
› Signal:currentChanged()
› Attributes:Readonly
error

This property holds the most recently occurred error or AnalogInput.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
index

This property holds the index of the input. This property has to be set to work properly.

› Type:Index
› Default:AnalogInput.Invalid
› Signal:indexChanged()
› Attributes:Writable
mode

This property holds the mode of the input. This property has to be set to work properly.

› Type:Mode
› Default:AnalogInput.ModeInvalid
› Signal:modeChanged()
› Attributes:Writable
value

This property holds the current value of the measured current or voltage in digits.

› Type:SignedInteger
› Signal:valueChanged()
› Attributes:Readonly, Requires Polling
voltage

This property holds the voltage calculated from value if mode is set to AnalogInput.Mode5V, AnalogInput.Mode10V or AnalogInput.Mode20V. Otherwise 0 will be returned. The voltage is updated whenever the valueChanged() signal is emitted, so you have to poll value to read a valid voltage.

This property was introduced in InCore 2.2.

› Type:Double
› Signal:voltageChanged()
› Attributes:Readonly
Methods
pollAnalogFault()

This method polls the analogFault property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

pollValue()

This method polls the value property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in AnalogInput objects. The most recently occurred error is stored in the error property.

Name Value Description
AnalogInput.NoError 0 No error occurred or was detected.
AnalogInput.InvalidMode 1 None or invalid mode set.
AnalogInput.HardwareDriverNotAvailable 2 No hardware driver available for the current platform.
Index

This enumeration describes the supported analog input indexes.

Name Value Description
AnalogInput.Invalid 0 No index assigned.
AnalogInput.AIN1 1 The first analog input.
AnalogInput.AIN2 2 The second analog input.
AnalogInput.AIN3 3 The third analog input.
AnalogInput.AIN4 4 The fourth analog input.
Mode

This enumeration describes supported modes for an analog input interface.

Name Value Description
AnalogInput.ModeInvalid 0 No mode assigned.
AnalogInput.Mode5V 1 Measure an input voltage in the range [0..5V] (only HUB-GM100).
AnalogInput.Mode10V 2 Measure an input voltage in the range [0..10V].
AnalogInput.Mode20V 3 Measure an input voltage in the range [0..20V] (only HUB-GM100).
AnalogInput.Mode20mA 4 Measure an input current in the range [4..20mA].
Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {

    AnalogInput {
        index: AnalogInput.AIN1
        mode: AnalogInput.Mode10V
        Polling on value { interval: 100 }
        onValueChanged: console.log("Current ADC value is", value)
        onVoltageChanged: console.log("Current voltage is", voltage)
    }

}

BackplaneBus

Description

The BackplaneBus object represents the backplane bus and is used for device discovery.

› Inherits:Object
Properties
communicationTimeout

This property holds the timeout for communicating with the backplane bus server. If the backplane bus server does not respond to a message within the specified time, the bus is reset.

This property was introduced in InCore 1.1.

› Type:SignedInteger
› Default:5000
› Signal:communicationTimeoutChanged()
› Attributes:Writable
connectionTimeout

This property holds the timeout for connecting to the backplane bus server. If the backplane bus server does not respond within the specified time, the connection is retried.

› Type:SignedInteger
› Default:1000
› Signal:connectionTimeoutChanged()
› Attributes:Writable
devices

This property holds the list of devices on the bus to communicate with.

› Type:List<BackplaneBusDevice>
› Signal:devicesChanged()
› Attributes:Readonly
error

This property holds the most recently occurred error or BackplaneBus.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
setupTimeout

This property holds the timeout for the bus setup operation in milliseconds. If the connected devices can’t be detected within this time out, the backplane bus is reset and device discovery is started again.

› Type:SignedInteger
› Default:15000
› Signal:setupTimeoutChanged()
› Attributes:Writable
state

This property holds the current state of the backplane bus. See the State enumeration for details.

› Type:State
› Default:BackplaneBus.Unconnected
› Signal:stateChanged()
› Attributes:Readonly
Methods
reset()

This method Restarts the backplane bus server, resets the connection to it and restarts the device discovery process.

Signals
busReady()

This signal is emitted when the bus enters the BackplaneBus.Ready state, i.e. all devices have been discovered and assigned to according BackplaneBusDevice objects.

devicesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the devices list itself emitted the dataChanged() signal.

errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in BackplaneBus objects. The most recently occurred error is stored in the error property.

Name Value Description
BackplaneBus.NoError 0 No error occurred or was detected.
BackplaneBus.ServerError 1 Backplane bus server not running.
BackplaneBus.SocketError 2 Socket error: Unknown error.
State

This enumeration describes the current state of the backplane bus.

Name Value Description
BackplaneBus.Unconnected 0 No connection to the backplane bus server has been established.
BackplaneBus.Connecting 1 A connection to the backplane bus server is being established.
BackplaneBus.Discovering 2 Devices are being discovered on the backplane bus.
BackplaneBus.Ready 3 All devices on the backplane bus have been discovered and assigned.
Example

See EnergyAddonEN100 example on how to use BackplaneBus.

BackplaneBusDevice

Description

The BackplaneBusDevice object represents a device on the backplane bus.

› Inherits:Object
› Inherited by:EnergyAddonEN100
Properties
address

This property holds the address of the device on the bus.

› Type:UnsignedInteger
› Signal:addressChanged()
› Attributes:Writable
online

This property holds whether the device has been discovered on the bus and is online.

› Type:Boolean
› Signal:onlineChanged()
› Attributes:Readonly
productId

This property holds the product ID of the device.

› Type:UnsignedInteger
› Signal:productIdChanged()
› Attributes:Readonly
serialNumber

This property holds the serial number of the device which is used for device discovery.

› Type:UnsignedInteger
› Signal:serialNumberChanged()
› Attributes:Writable

CanBus

Description

The CanBus object represents the CAN bus attached to the device and allows communication with other devices on the bus.

This object was introduced in InCore 2.0.

› Inherits:Object
Properties
bitRate

This property holds the CAN bitrate in bits per second.

› Type:SignedInteger
› Default:250000
› Attributes:Writable
busStatus

This property holds the current CAN bus status.

This property was introduced in InCore 2.2.

› Type:BusStatus
› Signal:busStatusChanged()
› Attributes:Readonly, Requires Polling
currentFrame

This property holds the CAN frame which has been received most recently. This property is updated automatically whenever new frames are received. Every frame should therefore be processsed in a handler for the frameReceived() or currentFrameChanged() signals immediately.

› Type:CanFrame
› Signal:currentFrameChanged()
› Attributes:Readonly
error

This property holds the most recently occurred error or CanBus.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorFilter

This property holds the type of error that should be forwarded via the current connection.

› Type:CanFrame.Errors
› Signal:errorFilterChanged()
› Attributes:Writable
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
loopback

This property holds whether the CAN bus should operate in loopback mode. Loopback means, whenever a CAN frame is transmitted on the CAN bus, a local echo of this frame is sent to all applications connected to this CAN device.

› Type:Boolean
› Signal:loopbackChanged()
› Attributes:Writable
pipes

This property holds a list of CAN communication pipes to operate on the bus. Any incoming CAN frames processed by one or multiple attached pipes will not be available through the currentFrame property. See CanPipe for details.

› Type:List<CanPipe>
› Signal:pipesChanged()
› Attributes:Readonly
rawFilters

This property holds a list of CAN filters used for filtering CAN frames received on the bus. See CanFilter for details.

› Type:List<CanFilter>
› Signal:rawFiltersChanged()
› Attributes:Readonly
receiveOwnKey

This property holds whether the CAN device receives its own send frames. This can be used to check if the transmission was successful.

› Type:Boolean
› Signal:receiveOwnKeyChanged()
› Attributes:Writable
resetDelay

This property holds the number of milliseconds after which to reset the bus in case of a bus-off condition.

› Type:SignedInteger
› Default:1000
› Attributes:Writable
state

This property holds the current state of the CAN bus.

› Type:State
› Signal:stateChanged()
› Attributes:Readonly
Methods
clear()

This method Clears the devices input and output buffers. This function only operates on CanBus buffers. Frames that are already written to the CAN driver or CAN hardware layer, or that are not yet read from these layers, are not cleared by this function.

pollBusStatus()

This method polls the busStatus property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

reset()

This method performs a CAN controller reset to release the CAN controller from bus off state, if possible.

Note: CAN controller resets disturb the running communication and may take up to one second to complete. Only call this function to recover from bus errors.

This method was introduced in InCore 2.2.

writeFrame(Variant frame)

This method Writes frame to the CAN bus and returns true on success; otherwise false. If an error occurs the errorOccurred() signal is emitted.

As per CAN bus specification, frames of type remote transfer request (RTR) do not have a payload, but a length from 0 to 8 (including). This length indicates the expected response payload length from the remote party. Therefore when sending a RTR frame using this function it may still be required to set an arbitrary payload on frame. The length of the arbitrary payload is what is set as size expectation for the RTR frame.

› Returns:Boolean
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

frameReceived()

This signal is emitted whenever a CAN frame has been received and is available in the currentFrame property. React to this signal or currentFrameChanged() immediately in order to handle the received data since currentFrame can be updated again at any time.

pipesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the pipes list itself emitted the dataChanged() signal.

rawFiltersDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the rawFilters list itself emitted the dataChanged() signal.

Enumerations
BusStatus

This enumeration describes all possible states of the CAN bus.

This enumeration was introduced in InCore 2.2.

Name Value Description
CanBus.Unknown 0 The CAN bus status is unknown.
CanBus.Good 1 The CAN controller is fully operational.
CanBus.Warning 2 The CAN controller is in warning status.
CanBus.Error 3 The CAN controller is in error status (no longer sending CAN frames).
CanBus.BusOff 4 The CAN controller is in bus off status (disconnected from the CAN bus).
Error

This enumeration describes all errors which can occur in CanBus objects. The most recently occurred error is stored in the error property.

Name Value Description
CanBus.NoError 0 No error occurred or was detected.
CanBus.ReadError 1 An error occurred during a read operation.
CanBus.WriteError 2 An error occurred during a write operation.
CanBus.ConnectionError 3 An error occurred while attempting to open the CAN bus.
CanBus.ConfigurationError 4 An error occurred when attempting to set a configuration parameter.
CanBus.WriteFrameDataError 5 An invalid frame was passed to writeFrame().
CanBus.UnknownError 6 An unknown error occurred.
State

This enumeration describes all possible states of the CAN device connection.

Name Value Description
CanBus.UnconnectedState 0 The device is disconnected.
CanBus.ConnectingState 1 Connecting to the device.
CanBus.ConnectedState 2 The device is connected.
CanBus.ClosingState 3 Closing device connection.
Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {

    CanBus {
        id: bus
        onFrameReceived: {
            if( currentFrame.frameId === temperatureFrame.frameId )
            {
                console.log("Remote device temperature:", parseFloat(currentFrame.payload.string))
            }
            else
            {
                console.log("Received CAN frame with ID", currentFrame.frameId, "and payload", currentFrame.payload.hex)
            }
        }
    }

    CanFrame {
        id: testFrame
        payload.data: [ 0xde, 0xad, 0xbe, 0xef ]
    }

    CanFrame {
        id: temperatureFrame
        frameId: 1
    }

    System {
        id: system
        Polling on deviceTemperature { }
    }

    Timer {
        onTriggered: {
            testFrame.frameId = 100 + Math.floor(Math.random() * 100)
            bus.writeFrame(testFrame)

            temperatureFrame.payload.string = system.deviceTemperature.toString()
            bus.writeFrame(temperatureFrame)
        }
    }
}

CanFilter

Description

The CanFilter object represents a filter for CAN frames. CAN frame filtering happens at the driver and hardware level and is thus very efficient. This can be used on CAN nodes which need to receive CAN frames for their own frame id only.

This object was introduced in InCore 2.0.

› Inherits:Object
Properties
format

This property holds the frame format of the matching CAN bus frame.

› Type:Format
› Default:CanFilter.MatchBaseAndExtendedFormat
› Signal:formatChanged()
› Attributes:Writable
frameId

This property holds the frame id used to filter the incoming frames.

The frameId is used in conjunction with frameIdMask. The matching is successful if the following evaluates to true:

(receivedFrameId & frameIdMask) == (frameId & frameIdMask)

› Type:UnsignedInteger
› Default:0
› Signal:frameIdChanged()
› Attributes:Writable
frameIdMask

This property holds the bit mask that is applied to the frame id of the filter and the received frame.

The two frame ids are matching if the following evaluates to true:

(receivedFrameId & frameIdMask) == (frameId & frameIdMask)

› Type:UnsignedInteger
› Default:0
› Signal:frameIdMaskChanged()
› Attributes:Writable
type

This property holds the type of the frame to be filtered. Any CAN bus frame type can be matched by setting this property to CanFrame.InvalidFrame. The filter object is invalid if type is equal to CanFrame.UnknownFrame.

› Type:CanFrame.Type
› Default:CanFrame.InvalidFrame
› Signal:typeChanged()
› Attributes:Writable
Enumerations
Format

This enumeration describes the format pattern, which is used to filter incoming CanFrame.

Name Value Description
CanFilter.MatchBaseFormat 1 The CAN bus frame must use the base frame format (11 bit identifier).
CanFilter.MatchExtendedFormat 2 The CAN bus frame must use the extended frame format (29 bit identifier).
CanFilter.MatchBaseAndExtendedFormat 3 The CAN bus frame can have a base or an extended frame format.
Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {

    CanBus {
        // assume nodes encode their address in bits 8..10 and message type in bits 0..7 of the CAN frame id
        // then this configuration will make the bus receive only frames (any message type) from slave 4 and
        // error frames from any slave
        rawFilters: [
            CanFilter {
                type: CanFrame.DataFrame
                frameId: 4 << 8
                frameIdMask: 0xff00
            },
            CanFilter {
                type: CanFrame.ErrorFrame
            }
        ]

        onFrameReceived: {
            console.log("Received CAN frame with ID", currentFrame.frameId, "and payload", currentFrame.payload.hex)
        }
    }
}

CanFrame

Description

The CanFrame object represents a CAN frame sent or received on a bus.

This object was introduced in InCore 2.0.

› Inherits:Object
Properties
errors

This property holds the error flags of the error frame. If the frame is not an CanFrame.ErrorFrame, this property remains CanFrame.NoError.

› Type:Errors
› Signal:errorsChanged()
› Attributes:Writable
extendedFrameFormat

This property holds if the CAN frame uses a 29bit identifier. If false, an 11bit identifier is implied.

› Type:Boolean
› Signal:extendedFrameFormatChanged()
› Attributes:Writable
frameId

This property holds the identifier of the CAN frame. The maximum size of a CAN frame identifier is 11 bits, which can be extended up to 29 bits by supporting the CAN extended frame format. The CAN extended frame format setting is automatically set when a frame identifier with more than 11 bits in size is set. When the format is extended and a frame identifier with up to 11 bits or less is set, the CAN extended frame format setting is not changed.

› Type:UnsignedInteger
› Signal:frameIdChanged()
› Attributes:Writable
payload

This property holds the payload for the CAN frame. The maximum size of payload is 8 bytes.

Frames of type CanFrame.RemoteRequestFrame (RTR) do not have a payload. However they have to provide an indication of the responses expected payload length. To set the length expection it is necessary to set a fake payload whose length matches the expected payload length of the response.

The payload data in various representations can be accessed through the grouped ByteArray properties, e.g. payload.data: [ 0x11, 0x22 ] or payload.string = "mydata".

› Type:ByteArray
› Signal:payloadChanged()
› Attributes:Readonly
timestampMicroseconds

This property holds the part of the frame timestamp representing seconds.

› Type:SignedBigInteger
› Signal:timestampMicrosecondsChanged()
› Attributes:Readonly
timestampSeconds

This property holds the part of the frame timestamp representing seconds.

› Type:SignedBigInteger
› Signal:timestampSecondsChanged()
› Attributes:Readonly
type

This property holds the type of the CAN frame. See the Type enumeration for details.

› Type:Type
› Default:CanFrame.DataFrame
› Signal:typeChanged()
› Attributes:Writable
valid

This property holds whether the frame is valid. It’s false if type is CanFrame.InvalidFrame, extendedFrameFormat is not set although frameId is longer than 11 bit or the payload is longer than the maximum permitted payload length of 64 byte if Flexible Data-Rate mode is enabled or 8 byte if it is disabled. If type is CanFrame.RemoteRequestFrame and the Flexible Data-Rate mode is enabled at the same time it’s set to false as well.

› Type:Boolean
› Signal:validChanged()
› Attributes:Readonly
Enumerations
Errors

This enumeration describes a combination of Errors flags. The flags represent all possible errors which can be indicated by a CAN error frame.

Name Value Description
CanFrame.NoError 0 No error has occurred or CAN frame is not an error frame.
CanFrame.TransmissionTimeoutError 1 The transmission has timed out.
CanFrame.LostArbitrationError 2 The frame could not be sent due to lost arbitration on the bus.
CanFrame.ControllerError 4 The CAN controller encountered an error.
CanFrame.ProtocolViolationError 8 A protocol violation has occurred.
CanFrame.TransceiverError 16 A transceiver error occurred.
CanFrame.MissingAcknowledgmentError 32 The transmission received no acknowledgment.
CanFrame.BusOffError 64 The CAN bus is offline.
CanFrame.BusError 128 A CAN bus error occurred.
CanFrame.ControllerRestartError 256 The controller restarted.
CanFrame.UnknownError 512 An unknown error has occurred.
Type

This enumeration describes the type of a CAN frame

Name Value Description
CanFrame.UnknownFrame 0 The frame type is unknown.
CanFrame.DataFrame 1 This value represents a data frame.
CanFrame.ErrorFrame 2 This value represents an error frame.
CanFrame.RemoteRequestFrame 3 This value represents a remote request.
CanFrame.InvalidFrame 4 This value represents an invalid frame. This type is used for error reporting.
Example

See CanBus example on how to use CanFrame.

CanPipe

Description

The CanPipe object provides a logical data pipe between two CAN nodes. The pipe can be used to exchange arbitrarily sized messages. All messages are split into chunks to fit into the payload of a CAN frame and are transmitted as multiple CAN frames if necessary.

The CAN pipe consists of two endpoints using the same address but different endpointType.

This object was introduced in InCore 2.0.

› Inherits:IoDevice
Properties
address

This property holds the address of the logical CAN pipe. It has to be identical on both endpoints.

› Type:UnsignedInteger
› Signal:addressChanged()
› Attributes:Writable
endpointType

This property holds the type of the local CAN pipe endpoint. A logical CAN pipe consists of a dominant and a recessive endpoint talking to each other.

› Type:EndpointType
› Default:CanPipe.InvalidEndpoint
› Signal:endpointTypeChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or CanPipe.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
receivedData

This property holds the data received through this CAN pipe. This property can be used to access the received data directly instead of calling IoDevice.read(). After processing the data make sure to remove it from the byte array, e.g. by calling ByteArray.remove().

› Type:ByteArray
› Signal:receivedDataChanged()
› Attributes:Readonly
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
EndpointType

This enumeration describes the type of the pipe endpoint.

Name Value Description
CanPipe.InvalidEndpoint 0 No pipe endpoint type configured.
CanPipe.DominantEndpoint 1 The pipe endpoint is dominant, i.e. it has a higher priority on the CAN bus.
CanPipe.RecessiveEndpoint 2 The pipe endpoint is recessive, i.e. it has a lower priority on the CAN bus.
Error

This enumeration describes all errors which can occur in CanPipe objects. The most recently occurred error is stored in the error property.

Name Value Description
CanPipe.NoError 0 No error occurred or was detected.
CanPipe.InvalidBusError 1 Parent is not a CanBus object.

DigitalIO

Description

The DigitalIO object allows reading digital input signal or writing digital output signal.

› Inherits:Object
Properties
direction

This property holds the direction of the IO. This property has to be set to work properly.

› Type:Direction
› Default:DigitalIO.Input
› Signal:directionChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or DigitalIO.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
index

This property holds the index of the IO. This property has to be set to work properly.

› Type:Index
› Default:DigitalIO.Invalid
› Signal:indexChanged()
› Attributes:Writable
inputValue

This property holds the value measured at the digital input if direction is set to DigitalIO.Input and the property has been polled.

This property was introduced in InCore 2.1.

› Type:Boolean
› Signal:inputValueChanged()
› Attributes:Readonly, Requires Polling
openDrainFault

This property holds the current state of the Open-Drain Fault pin (HUB-GM200 only).

This property was introduced in InCore 2.0.

› Type:Boolean
› Signal:openDrainFaultChanged()
› Attributes:Readonly, Requires Polling
outputValue

This property holds the value to which the digital output is set if direction is set to DigitalIO.Output.

This property was introduced in InCore 2.1.

› Type:Boolean
› Default:false
› Signal:outputValueChanged()
› Attributes:Writable
value

This property holds the value which to set outputValue to when writing this property or the current value of the inputValue property when reading the property. It is recommended to read or write the direction-specific properties explicitely instead.

› Type:Boolean
› Default:false
› Signal:valueChanged()
› Attributes:Writable, Requires Polling
Methods
pollInputValue()

This method polls the inputValue property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

pollOpenDrainFault()

This method polls the openDrainFault property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

pollValue()

This method polls the value property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually. This method only works if direction is set to DigitalIO.Input.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Direction

This enumeration describes the supported directions for the digital IO interface.

Name Value Description
DigitalIO.Input 0 The IO is used as an input.
DigitalIO.Output 1 The IO is used as an output.
Error

This enumeration describes all errors which can occur in DigitalIO objects. The most recently occurred error is stored in the error property.

Name Value Description
DigitalIO.NoError 0 No error occurred or was detected.
DigitalIO.HardwareDriverNotAvailable 1 No hardware driver available for the current platform.
DigitalIO.ConfigurationError 2 Error while configuring DIO pins.
DigitalIO.OutputError 3 Error while setting the output pin.
Index

This enumeration describes the supported digital input indexes.

Name Value Description
DigitalIO.Invalid 0 No index assigned.
DigitalIO.IO1 1 The 1st digital IO.
DigitalIO.IO2 2 The 2nd digital IO.
DigitalIO.IO3 3 The 3rd digital IO (only HUB-GM200 and newer).
DigitalIO.IO4 4 The 4th digital IO (only HUB-GM200 and newer).
DigitalIO.IO5 5 The 5th digital IO (only HUB-GM200 and newer).
DigitalIO.IO6 6 The 6th digital IO (only HUB-GM200 and newer).
Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {

    DigitalIO {
        id: digitalInput
        index: DigitalIO.IO1
        direction: DigitalIO.Input
        Polling on inputValue { interval: 100 }
        onInputValueChanged: console.log("IO1 changed to", inputValue)
        EdgeDetector on inputValue {
            onRisingEdge: console.log("Rising edge detected")
        }
    }

    // output inverted signal of digital input
    DigitalIO {
        id: digitalOutput
        index: DigitalIO.IO2
        direction: DigitalIO.Output
        value: !digitalInput.value
    }

}

EdgeDetector

Description

The EdgeDetector object provides an efficient mechanism for detecting digital signal changes on on a pin represented by the target property. The interrupt-based mechanism is only supported for properties associated with GPIO lines such as DigitalIO.inputValue or AnalogInput.analogFault and should be used in favor of Polling wherever applicable.

This object was introduced in InCore 2.2.

› Inherits:PropertyModifier
Properties
detectFallingEdges

This property holds whether to react to falling edges and emit the fallingEdge() signal. Set it to false to save CPU cycles if only rising edges are of interest.

This property was introduced in InCore 2.4.

› Type:Boolean
› Default:true
› Signal:detectFallingEdgesChanged()
› Attributes:Writable
detectRisingEdges

This property holds whether to react to rising edges and emit the risingEdge() signal. Set it to false to save CPU cycles if only falling edges are of interest.

This property was introduced in InCore 2.4.

› Type:Boolean
› Default:true
› Signal:detectRisingEdgesChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or EdgeDetector.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
running

This property holds whether the edge detector is active. This can be used to switch the detector on or off corresponding to constraints.

This property was introduced in InCore 2.5.

› Type:Boolean
› Default:true
› Signal:runningChanged()
› Attributes:Writable
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

fallingEdge()

This signal is emitted whenever a falling edge has been detected at the source pin.

risingEdge()

This signal is emitted whenever a rising edge has been detected at the source pin.

Enumerations
Error

This enumeration describes all errors which can occur in EdgeDetector objects. The most recently occurred error is stored in the error property.

Name Value Description
EdgeDetector.NoError 0 No error occurred or was detected.
EdgeDetector.NotSupportedError 1 EdgeDetector not supported for target property.
Example

See DigitalIO example on how to use EdgeDetector.

EnergyAddonChannel

Description

The EnergyAddonChannel object represents a channel of a EnergyAddonEN100 device and holds properties for measured values. In order to initiate a measurement the desired properties have to be polled through a Polling object or by calling pollCurrent() and/or pollFrequency() manually.

› Inherits:Object
Properties
current

This property holds the measured current in A. The value needs to be polled actively.

› Type:Double
› Signal:currentChanged()
› Attributes:Readonly, Requires Polling
enabled

This property holds whether the channel is enabled for measurements. When disabled, no measured values will be received and updated.

› Type:Boolean
› Default:true
› Signal:enabledChanged()
› Attributes:Writable
frequency

This property holds the measured frequency in Hz. The value needs to be polled actively.

› Type:Double
› Signal:frequencyChanged()
› Attributes:Readonly, Requires Polling
index

This property holds the index which specifies the channel to read measurements from.

› Type:SignedInteger
› Default:0
› Signal:indexChanged()
› Attributes:Writable
timestamp

This property holds a timestamp of the last measurement in milliseconds. This value wraps every minute, i.e. at 60000 milliseconds and can be used to detect a successful measurement even if the measured values have not changed between the measurements.

› Type:UnsignedBigInteger
› Default:0
› Signal:timestampChanged()
› Attributes:Writable
Methods
pollCurrent()

This method polls the current property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

pollFrequency()

This method polls the frequency property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

Example

See EnergyAddonEN100 example on how to use EnergyAddonChannel.

EnergyAddonEN100

Description

The EnergyAddonEN100 object represents an Energy Addon EN100 device on the backplane bus and can be used for retrieving measurements through EnergyAddonChannel objects.

› Inherits:BackplaneBusDevice
Properties
channels

This property holds a list of EnergyAddonChannel objects representing the physically connected input channels.

› Type:List<EnergyAddonChannel>
› Signal:channelsChanged()
› Attributes:Readonly
operatingHours

This property holds the operating hours of the Energy Addon EN100 since the last start. This property does not update automatically but has to be polled actively.

› Type:Double
› Default:0
› Signal:operatingHoursChanged()
› Attributes:Writable
supplyVoltage

This property holds the current supply voltage of the Energy Addon EN100 in V. This property does not update automatically but has to be polled actively.

› Type:Double
› Default:0
› Signal:supplyVoltageChanged()
› Attributes:Writable
temperature

This property holds the current temperature measured inside the Energy Addon EN100 in °C. This property does not update automatically but has to be polled actively.

› Type:SignedInteger
› Default:0
› Signal:temperatureChanged()
› Attributes:Writable
Methods
pollChannels()

This method polls the channels property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

pollEnabledChannels()

This method queries the device for enabled channels causing the corresponding EnergyAddonChannel.enabled properties to be updated.

pollOperatingHours()

This method polls the operatingHours property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

pollSupplyVoltage()

This method polls the supplyVoltage property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

pollTemperature()

This method polls the temperature property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

Signals
channelsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the channels list itself emitted the dataChanged() signal.

Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {

    BackplaneBus {

        EnergyAddonEN100 {
            address: 1
            Polling on supplyVoltage { interval: 5000 }
            Polling on temperature { interval: 5000 }
            Polling on operatingHours { interval: 5000 }

            onSerialNumberChanged: console.log("HUB-EN100 has serial number:", serialNumber)
            onSupplyVoltageChanged: console.log("Supply voltage:", supplyVoltage)
            onTemperatureChanged: console.log("EN100 temperature:", temperature)
            onOperatingHoursChanged: console.log("Operating hours:", operatingHours)

            Polling on channels { interval: 1000 }

            EnergyAddonChannel {
                id: channel1
                index: 1
                onTimestampChanged: console.log("CH1", timestamp, current, frequency)
            }

            EnergyAddonChannel {
                id: channel2
                index: 2
                onTimestampChanged: console.log("CH2", timestamp, current, frequency)
            }
        }
    }
}

FtdiI2cBus

Description

The FtdiI2cBus object is an I2cBus implementation to communicate with an FT232H-based IC2 bus via USB. In addition to reading and writing to the I2C bus it allows controlling the GPIO lines of the FT232H chip.

› Inherits:I2cBus
Properties
channel

This property holds the I2C channel to operate on. Usually only one device with one channel is connected so the default value can be used.

› Type:UnsignedInteger
› Default:0
› Signal:channelChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or FtdiI2cBus.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
gpioPinStates

This property holds the states of the 12 GPIOs pins while each pin is represented by one bit.

› Type:UnsignedInteger
› Signal:gpioPinStatesChanged()
› Attributes:Readonly, Requires Polling
latency

This property holds the value for the FTDI latency timer in the range of [1..255]. The latency timer inside the FTDI device is used to flush small transmit buffers. Without this timer the host would not receive any data until the transmit buffer of the device is full (64 bytes). This allows the device to be better optimized for protocols requiring faster response times from short data packets.

› Type:UnsignedInteger
› Default:16
› Signal:latencyChanged()
› Attributes:Writable
useFastOperations

This property holds whether to use MPSSE fast read/write operations. Disable if you encounter communication problems.

› Type:Boolean
› Default:true
› Signal:useFastOperationsChanged()
› Attributes:Writable
Methods
pollGpioPinStates()

This method polls the gpioPinStates property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

readGpioPin(SignedInteger pin)

This method reads the specified GPIO pin. This method is provided for convenience only. Consider a declarative approach by polling and evaluating the gpioPinStates property.

› Returns:Boolean
writeGpioPin(SignedInteger pin, Boolean state)

This method sets the specified GPIO pin to the specified state.

› Returns:Boolean
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in FtdiI2cBus objects. The most recently occurred error is stored in the error property.

Name Value Description
FtdiI2cBus.NoError 0 No error occurred or was detected.
FtdiI2cBus.DeviceOpenError 1 Device could not be opened.
FtdiI2cBus.ReadError 2 Failed to read the specified number of bytes from configured address.
FtdiI2cBus.WriteError 3 Failed to write the specified number of bytes to configured address.
FtdiI2cBus.GpioReadError 4 Failed to read GPIO states.
FtdiI2cBus.GpioWriteError 5 Failed to write GPIO states.
Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {
    FtdiI2cBus {
        Polling on gpioPinStates { }

        // read lower 8 GPIO channels
        onGpioPinStatesChanged: console.log("GPIO 1-8:", gpioPinStates & 0xff)

        // switch on LED attached to GPIO 13
        onCompleted:  writeGpioPin(13, 1)
    }
}

I2cBus

Description

The I2cBus object represents an I2C bus with attached I2cDevice objects. This abstract base object provides common properties and methods only. Use a dedicated I2C bus implementation such as SystemI2cBus and FtdiI2cBus.

› Inherits:Object
› Inherited by:FtdiI2cBus, SystemI2cBus
Properties
devices

This property holds a list of I2C devices to use on this bus.

› Type:List<I2cDevice>
› Signal:devicesChanged()
› Attributes:Readonly
speed

This property holds the bus speed in Hz.

› Type:UnsignedInteger
› Default:100000
› Signal:speedChanged()
› Attributes:Writable
Signals
devicesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the devices list itself emitted the dataChanged() signal.

I2cDevice

Description

The I2cDevice object represents a generic I2C device operating on a parent I2cBus object. Data can be written to an I2C slave at address address using write() and read from a I2C slave using read().

› Inherits:Object
› Inherited by:I2cEeprom, Ltc2483Adc, Sht3x
Properties
address

This property holds the bus address of the I2C device.

› Type:UnsignedInteger
› Default:0
› Signal:addressChanged()
› Attributes:Writable
Methods
read(UnsignedInteger bytes)

This method reads the specified number of bytes from the I2C slave. Returns an empty buffer if the slave did not respond or an error occurred.

› Returns:ArrayBuffer
write(ArrayBuffer data)

This method writes the specified bytes to the I2C slave. Returns false if the slave did not respond (acknowledge) or an error occurred.

› Returns:Boolean
Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {
    FtdiI2cBus {
        I2cDevice {
            id: eeprom
            address: 0x50
        }
    }

    ByteArray {
        id: eepromCommandBuffer
        data: [ 0x80 ]
    }

    ByteArray {
        id: eepromReadBuffer
    }

    onCompleted: {
        eeprom.write(eepromCommandBuffer.arrayBuffer)
        eepromReadBuffer.arrayBuffer = eeprom.read(16)
        console.log(eepromReadBuffer.hex)
    }
}

I2cEeprom

Description

The I2cEeprom object implements a driver for I2C-based EEPROMs, usually referred to as AT24 or similar. The data in the EEPROM can be mapped into the data property

This object was introduced in InCore 2.0.

› Inherits:I2cDevice
Properties
data

This property holds a mapped data buffer containing the EEPROM data starting from dataAddress. It’s cached and only read again whenever dataAddress or dataSize are changed.

› Type:ByteArray
› Signal:dataChanged()
› Attributes:Readonly
dataAddress

This property holds the address where to start reading data from the EEPROM.

› Type:UnsignedInteger
› Default:0
› Signal:dataAddressChanged()
› Attributes:Writable
dataSize

This property holds the number of bytes to read from the EEPROM into the data property.

› Type:UnsignedInteger
› Default:0
› Signal:dataSizeChanged()
› Attributes:Writable
Methods
read(UnsignedInteger startAddress, UnsignedInteger bytes)

This method reads – starting from a given address – the specified number of bytes from the EEPROM.

› Returns:ArrayBuffer
Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {
    FtdiI2cBus {
        I2cEeprom {
            id: eeprom
            address: 0x50
            dataAddress: 0x0
            dataSize: 16
        }
    }

    onCompleted: console.log(eeprom.data.hex)
}

Keyboard

Description

The Keyboard object represents a keyboard input device attached to the local system. Keyboards can be any kind of input devices with one or multiple keys. This also includes devices simulating key presses such as HID-based barcode scanners connected via USB. This object allows receiving key press events and key release events as well as any entered text from the input device.

This object was introduced in InCore 2.3.

› Inherits:Object
Properties
enabled

This property holds whether the device is enabled, i.e. key events are processed and the corresponding signals are emitted.

› Type:Boolean
› Default:false
› Signal:enabledChanged()
› Attributes:Writable
inputDeviceFile

This property holds the input device file of the keyboard represented by this object.

› Type:String
› Signal:inputDeviceFileChanged()
› Attributes:Readonly
name

This property holds the name of the keyboard device, if available.

› Type:String
› Signal:nameChanged()
› Attributes:Readonly
physicalLocation

This property holds the physical location of the keyboard device, if available.

› Type:String
› Signal:physicalLocationChanged()
› Attributes:Readonly
productIdentifier

This property holds the product identifier of the keyboard device, if available.

› Type:SignedInteger
› Signal:productIdentifierChanged()
› Attributes:Readonly
usbLocation

This property holds the location of the keyboard device on the USB bus, if available.

› Type:String
› Signal:usbLocationChanged()
› Attributes:Readonly
vendorIdentifier

This property holds the vendor identifier of the keyboard device, if available.

› Type:SignedInteger
› Signal:vendorIdentifierChanged()
› Attributes:Readonly
Signals
keyPressed(SignedInteger key, Keyboard.Modifiers modifiers, Boolean autoRepeat)

This signal is emitted whenever a key is pressed or auto-repeated while pressed. The key argument contains the corresponding key code. Any active modifiers (such as Shift or Ctrl) are indicated through the modifiers argument. If the key event was caused by auto-repeat, the autoRepeat argument is true. If automatically repeated key

keyReleased(SignedInteger key, Keyboard.Modifiers modifiers)

This signal is emitted whenever a key is released. The key argument contains the corresponding key code. Any active modifiers (such as Shift or Ctrl) are indicated through the modifiers argument.

textEntered(String text)

This signal is emitted whenever a text is entered, i.e. a character or numeric key is pressed.

Enumerations
Modifiers

This enumeration describes the modifier keys which can be pressed while other keys are pressed.

Name Value Description
Keyboard.NoModifier 0 No modifier key is pressed.
Keyboard.ShiftModifier 33554432 A Shift key on the keyboard is pressed.
Keyboard.ControlModifier 67108864 A Ctrl key on the keyboard is pressed.
Keyboard.AltModifier 134217728 A Alt key on the keyboard is pressed.
Keyboard.MetaModifier 268435456 A Meta key on the keyboard is pressed.
Keyboard.KeypadModifier 536870912 A keypad button is pressed.
Example

See KeyboardManager example on how to use Keyboard.

KeyboardManager

Description

The KeyboardManager object manages Keyboard devices available on the system. It automatically populates and updates the devices list. To use a certain device, e.g. selected by properties such as Keyboard.vendorIdentifier or Keyboard.productIdentifier, connect to its signals as shown in the example below.

This object was introduced in InCore 2.3.

› Inherits:Object
Properties
devices

This property holds all available Keyboard objects.

› Type:List<Keyboard>
› Signal:devicesChanged()
› Attributes:Readonly
Signals
devicesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the devices list itself emitted the dataChanged() signal.

Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {
    KeyboardManager {
        id: keyboardManager
        onDevicesChanged: {
            console.log("Keyboards:")
            for( var i = 0; i < devices.length; ++i )
            {
                console.log("Input device file:", devices[i].inputDeviceFile,
                            "\n\tName:", devices[i].name,
                            "\n\tVendor identifier:", devices[i].vendorIdentifier,
                            "\n\tProduct identifier:", devices[i].productIdentifier,
                            "\n\tPhysical location:", devices[i].physicalLocation,
                            "\n\tUSB location:", devices[i].usbLocation,
                            )
                devices[i].enabled = devices[i].vendorIdentifier > 0
                devices[i].keyPressed.connect(
                            (key, modifiers) => {
                                if(modifiers & Keyboard.ShiftModifier)
                                {
                                    console.log("Key", key, "with Shift pressed.")
                                } else {
                                    console.log("Key", key, "pressed.")
                                }
                            } )
                devices[i].keyReleased.connect((key) => { console.log("Key", key, "released.") } )
                devices[i].textEntered.connect((text) => { console.log(("Text entered: \"%1\"").arg(text)) } )
            }
        }
    }

    // implement a barcode scanner object which buffers subsequently entered characters
    // until no more characters are entered for a certain time
    Object {
        id: barcodeScanner

        onBarcodeScanned: console.log("Barcode scanned:", barcode)

        signal barcodeScanned(string barcode)

        property Keyboard device
        property string barcodeCharacters
        readonly property var inputTimer : Timer {
            interval: 200
            repeat: false
            running: false
            onTriggered: {
                parent.barcodeScanned(parent.barcodeCharacters)
                parent.barcodeCharacters = ""
            }
        }

        Select on device {
            source: keyboardManager.devices
            // select barcode scanner from available input devices by vendor and product identifier
            select: item.vendorIdentifier === 0x0581 &&
                    ( item.productIdentifier === 0x0110 || item.productIdentifier === 0x0115 )
        }

        onDeviceChanged: {
            if(device)
                device.textEntered.connect(
                            (text) => {
                                barcodeCharacters += text
                                inputTimer.restart()
                            } )
        }
    }
}

LED

Description

The LED object represents an LED attached to the device. It allows turning on/off or toggling an LED.

This object was introduced in InCore 2.0.

› Inherits:Object
Properties
index

This property holds the index of the LED which to control through the object instance. If systemName is set, this property is ignored.

› Type:Index
› Default:LED.None
› Signal:indexChanged()
› Attributes:Writable
networkInterfaceName

This property holds the name of the network interface (i.e. NetworkInterface.hardwareName) which to indicate traffic for.

This property was introduced in InCore 2.5.

› Type:String
› Signal:networkInterfaceNameChanged()
› Attributes:Writable
systemName

This property holds the system name of the LED (i.e. the name of the corresponding entry in /sys/class/leds/) which to control through the object instance. This property takes precedence over index.

This property was introduced in InCore 2.5.

› Type:String
› Signal:systemNameChanged()
› Attributes:Writable
trigger

This property holds a trigger which controls the LED at the system level automatically. See the LED.Trigger enumeration for details.

This property was introduced in InCore 2.5.

› Type:Trigger
› Default:LED.NoTrigger
› Signal:triggerChanged()
› Attributes:Writable
value

This property holds the desired state of the LED.

› Type:Boolean
› Default:false
› Signal:valueChanged()
› Attributes:Writable
Methods
toggle()

This method toggles the current state of the LED, i.e. inverts the value property.

Enumerations
Index

This enumeration describes the supported LED indexes.

Name Value Description
LED.None 0 No valid LED configured.
LED.StatusRed 1 The red status LED.
LED.StatusGreen 2 The green status LED.
LED.StatusBlue 3 The blue status LED.
Trigger

This enumeration describes the supported triggers for controlling LEDs at the system level. A trigger makes the configured LED flash on certain events or under certain conditions.

This enumeration was introduced in InCore 2.5.

Name Value Description
LED.NoTrigger 0 No trigger configured.
LED.Heartbeat 1 A trigger indicating a running system as well as the system load.
LED.StorageAccess 2 A trigger indicating access to the local storage (MMC/NAND).
LED.NetworkTraffic 3 A trigger indicating traffic at a certain network interface (networkInterfaceName).
LED.SystemActivity 4 A trigger indicating any kind of CPU usage.
Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {

    LED {
        id: blueLed
        index: LED.StatusBlue
    }

    // toggle blue LED every 1000 ms
    Timer {
        onTriggered: blueLed.toggle()
    }

    AnalogInput {
        id: ain
        index: AnalogInput.AIN1
        mode: AnalogInput.Mode10V
        Polling on value { }
    }

    // turn on red LED if AIN1 exceeds 5 V
    LED {
        index: LED.StatusRed
        value: ain.value > 2048
    }
}

Ltc2483Adc

Description

The Ltc2483Adc object implements a driver for the I2C-based LTC2483 16 bit ∆Σ ADC. The parent of a Ltc2483Adc object has to be a corresponding I2cBus object.

› Inherits:I2cDevice
Properties
error

This property holds the most recently occurred error or Ltc2483Adc.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
value

This property holds the last polled ADC value.

› Type:UnsignedInteger
› Signal:valueChanged()
› Attributes:Readonly, Requires Polling
Methods
pollValue()

This method polls the value property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in Ltc2483Adc objects. The most recently occurred error is stored in the error property.

Name Value Description
Ltc2483Adc.NoError 0 No error occurred or was detected.
Ltc2483Adc.BusNotAvailable 1 Parent is not an I2cBus object.
Ltc2483Adc.ValueReadError 2 Could not read value from ADC.
Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {
    FtdiI2cBus {
        Ltc2483Adc {
            address: 0x17
            Polling on value { interval: 250 }
            onValueChanged: console.log(value)
        }
    }
}

Relay

Description

The Relay object allows controlling the internal relay of the HUB-GM100 device.

› Inherits:Object
Properties
value

This property holds the current state of the relay.

› Type:Boolean
› Default:false
› Attributes:Writable
Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {

    Relay {
        id: relay
    }

    // toggle relay every 1000 ms
    Timer {
        interval: 1000
        running: true
        onTriggered: relay.value = !relay.value
    }
}

SensirionHDLC

Description

The SensirionHDLC object implements the Sensirion HDLC (High-Level Data Link Control) protocol to allow easy communication with Sensirion sensors via RS485 and USB cables.

This object was introduced in InCore 2.1.

› Inherits:SerialPortBusNode
› Inherited by:SensirionSFM3300, SensirionSPS30
Properties
articleCode

This property holds the article code of the connected device.

This property was introduced in InCore 2.5.

› Type:String
› Signal:articleCodeChanged()
› Attributes:Readonly
error

This property holds the most recently occurred error or SensirionHDLC.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
firmwareVersion

This property holds the firmware version of the connected device.

This property was introduced in InCore 2.5.

› Type:String
› Signal:firmwareVersionChanged()
› Attributes:Readonly
hardwareVersion

This property holds the hardware version of the connected device.

This property was introduced in InCore 2.5.

› Type:String
› Signal:hardwareVersionChanged()
› Attributes:Readonly
productName

This property holds the name of the connected device.

This property was introduced in InCore 2.5.

› Type:String
› Signal:productNameChanged()
› Attributes:Readonly
serialNumber

This property holds the serial number of the connected device.

This property was introduced in InCore 2.5.

› Type:String
› Signal:serialNumberChanged()
› Attributes:Readonly
Methods
reset()

This method soft resets the attached sensor. After calling this command, the module is in the same state as after a Power-Reset.

sendCommand(UnsignedChar command, ArrayBuffer data)
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

responseReceived(UnsignedChar command, ArrayBuffer data)

This signal is emitted whenever a valid response for a certain command has been received. Both the command being responded to and the response data are supplied in the signal’s argument.

Enumerations
Error

This enumeration describes all errors which can occur in SensirionHDLC objects. The most recently occurred error is stored in the error property.

Name Value Description
SensirionHDLC.NoError 0 No error occurred or was detected.
SensirionHDLC.WrongDataLength 1 Wrong data length for this command.
SensirionHDLC.UnknownCommand 2 Unknown command.
SensirionHDLC.NoAccessRight 3 No access right for command.
SensirionHDLC.IllegalCommand 4 Illegal command parameter or parameter out of allowed range.
SensirionHDLC.SensorBusy 32 Command could not be executed because sensor is busy.
SensirionHDLC.NoAckFromSensor 33 Sensor gives no I2C acknowledge.
SensirionHDLC.I2cCrcError 34 CRC error while communication with sensor.
SensirionHDLC.SensorTimeout 35 Timeout of sensor while measurement.
SensirionHDLC.NoMeasurementStarted 36 No measurement is started.
SensirionHDLC.InternalFunctionArgumentOutOfRange 40 Internal function argument out of range.
SensirionHDLC.CommandNotAllowedCurrentState 67 Command not allowed in current state.
SensirionHDLC.UnknownError 127 Unspecified device error.
SensirionHDLC.InvalidPort 256 Specified serial port does not exist or can’t be opened.
SensirionHDLC.ResponseTimeoutError 257 Did not receive response to request within 5000 ms.
SensirionHDLC.InvalidResponse 258 Received an invalid response, e.g. invalid CRC or invalid data.

SensirionSFM3300

Description

This object was introduced in InCore 2.5.

› Inherits:SensirionHDLC
Properties
baseUnit

This property holds the base unit for temperature or pressure measurements.

› Type:BaseUnit
› Signal:baseUnitChanged()
› Attributes:Readonly
measureContinuously

This property holds whether to configure the sensor such that it measures continuously.

› Type:Boolean
› Default:true
› Signal:measureContinuouslyChanged()
› Attributes:Writable
sensorSerialNumber

This property holds the serial number of the attached sensor.

› Type:UnsignedInteger
› Signal:sensorSerialNumberChanged()
› Attributes:Readonly
siPrefix

This property holds the SI prefix for measurements.

› Type:Measurement.SiPrefix
› Signal:siPrefixChanged()
› Attributes:Readonly
timeBase

This property holds the time base unit for measurements.

› Type:Measurement.Unit
› Signal:timeBaseChanged()
› Attributes:Readonly
unit

This property holds the full unit string based on siPrefix, baseUnit and timeBase.

› Type:String
› Signal:unitChanged()
› Attributes:Readonly
value

This property holds the most recently measured value from the sensor.

› Type:Float
› Signal:valueChanged()
› Attributes:Readonly, Requires Polling
Methods
pollValue()

This method polls the value property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

Enumerations
BaseUnit
Name Value Description
SensirionSFM3300.NoBaseUnit 0
SensirionSFM3300.NormLiter 1
SensirionSFM3300.StandardLiter 2
SensirionSFM3300.Liter 3
SensirionSFM3300.Gram 4
SensirionSFM3300.Pascal 5
SensirionSFM3300.Bar 6
SensirionSFM3300.MeterOfWater 7
SensirionSFM3300.InchOfWater 8  
Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {

    SensirionSFM3300 {
        property real volume: 0
        portName: "ttyUSB0"
        Polling on value { interval: 25 }
        onValueChanged: {
            // integrate volume flow to get the total exhaled volume
            if( value > 0.5 )
            {
                if(timer.msecsElapsed > 0)
                {
                    volume += value * timer.msecsElapsed / 60000;
                }
                timer.restart()
            }
            else if( value < -0.5 && timer.running )
            {
                console.log("Exhaled volume", volume)
                volume = 0
                timer.stop()
            }
        }
    }

    Timer { id: timer }
}

SensirionSPS30

Description

The SensirionSPS30 object provides an interface for the Sensirion SPS30 particle sensor and allows reading measured masss concentrations, number concentrations and the typical particle size. Additionally operations such as cleaning the fan can configured to be performed automatically or triggered manually.

› Inherits:SensirionHDLC
Properties
autoCleaningInterval

This property holds the interval [ms] of the periodic fan-cleaning. When the module is in measurement mode an automatic fan-cleaning procedure will be triggered periodically following a defined cleaning interval. This will accelerate the fan to maximum speed for 10 seconds in order to blow out the dust accumulated inside the fan. While cleaning measurement values are not updated. Set to 0 to disable. Default interval is 604800000 milliseconds (1 week). If the sensor is switched off, the time counter is reset to 0. Make sure to trigger a cleaning cycle at least every week if the sensor is switched off and on periodically (e.g., once per day).

› Type:SignedInteger
› Default:604800000
› Signal:autoCleaningIntervalChanged()
› Attributes:Writable
enabled

This property holds whether the sensor is enabled. After power up, the module is in Idle-Mode. Before any measurement values can be read, the sensor needs to be enabled. If enabling was successful the fan starts running.

› Type:Boolean
› Default:true
› Signal:enabledChanged()
› Attributes:Writable
massPM10

This property holds the mass concentration PM10 in μg/m³.

› Type:Float
› Default:0
› Signal:massPM10Changed()
› Attributes:Readonly
massPM1_0

This property holds the mass concentration PM1.0 in μg/m³.

› Type:Float
› Default:0
› Signal:massPM1_0Changed()
› Attributes:Readonly
massPM2_5

This property holds the mass concentration PM2.5 in μg/m³.

› Type:Float
› Default:0
› Signal:massPM2_5Changed()
› Attributes:Readonly
massPM4_0

This property holds the mass concentration PM4.0 in μg/m³.

› Type:Float
› Default:0
› Signal:massPM4_0Changed()
› Attributes:Readonly
numberPM0_5

This property holds the number concentration PM0.5 in #/cm³.

› Type:Float
› Default:0
› Signal:numberPM0_5Changed()
› Attributes:Readonly
numberPM10

This property holds the number concentration PM10 in #/cm³.

› Type:Float
› Default:0
› Signal:numberPM10Changed()
› Attributes:Readonly
numberPM1_0

This property holds the number concentration PM1.0 in #/cm³.

› Type:Float
› Default:0
› Signal:numberPM1_0Changed()
› Attributes:Readonly
numberPM2_5

This property holds the number concentration PM2.5 in #/cm³.

› Type:Float
› Default:0
› Signal:numberPM2_5Changed()
› Attributes:Readonly
numberPM4_0

This property holds the number concentration PM4.0 in #/cm³.

› Type:Float
› Default:0
› Signal:numberPM4_0Changed()
› Attributes:Readonly
typicalSize

This property holds the typical particle size in μm.

› Type:Float
› Default:1
› Signal:typicalSizeChanged()
› Attributes:Readonly
values

This property holds all available values provided for convenience in the following order:

› Type:List
› Signal:valuesChanged()
› Attributes:Readonly, Requires Polling
Methods
pollValues()

This method polls the values property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

startFanCleaning()

This method starts the fan-cleaning manually. For more details, see autoCleaningInterval

Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {

    SensirionSPS30 {
        serialPort: SerialPort { portName: "ttyUSB0" }
        autoCleaningInterval: 10 * 60 * 1000
        onErrorChanged: console.log( errorString )
        Polling on values { interval: 2000 }
        onValuesChanged: console.log( values )
    }
}

SerialPort

Description

The SerialPort object represents a serial port (UART) and allows reading and writing data from it.

› Inherits:IoDevice
Properties
baudRate

This property holds the data baud rate for this port.

› Type:BaudRate
› Signal:baudRateChanged()
› Attributes:Writable
dataBits

This property holds the data bits in a frame.

› Type:DataBits
› Signal:dataBitsChanged()
› Attributes:Writable
description

This property holds the description of the serial port, if available.

› Type:String
› Signal:descriptionChanged()
› Attributes:Readonly
error

This property holds the most recently occurred error or SerialPort.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
manufacturer

This property holds the manufacturer string of the serial port, if available.

› Type:String
› Signal:manufacturerChanged()
› Attributes:Readonly
parity

This property holds the parity checking mode.

› Type:Parity
› Signal:parityChanged()
› Attributes:Writable
portName

This property holds the name of the serial port. The prefix “/dev/” from the system location can be omitted.

› Type:String
› Signal:portNameChanged()
› Attributes:Writable
productIdentifier

This property holds the product identifier of the serial port, if available.

› Type:UnsignedSmallInteger
› Signal:productIdentifierChanged()
› Attributes:Readonly
serialNumber

This property holds the serial number of the serial port, if available.

› Type:String
› Signal:serialNumberChanged()
› Attributes:Readonly
stopBits

This property holds the number of stop bits in a frame.

› Type:StopBits
› Signal:stopBitsChanged()
› Attributes:Writable
usbLocation

This property holds the location of the serial port on the USB bus if the serial port is a virtual USB COM port or similar device.

This property was introduced in InCore 2.0.

› Type:String
› Signal:usbLocationChanged()
› Attributes:Readonly
vendorIdentifier

This property holds the vendor identifier of the serial port, if available.

› Type:UnsignedSmallInteger
› Signal:vendorIdentifierChanged()
› Attributes:Readonly
Methods
builtinRS485PortName()

This method returns the platform-specific name of the builtin RS485 port.

This method was introduced in InCore 2.0.

› Returns:String
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
BaudRate

This enumeration describes the unit for symbol rate or modulation rate in symbols per second or pulses per second. It is the number of distinct symbol changes (signaling events) made to the transmission medium per second in a digitally modulated signal

Name Value Description
SerialPort.Baud1200 1200 1200 baud.
SerialPort.Baud2400 2400 2400 baud.
SerialPort.Baud4800 4800 4800 baud.
SerialPort.Baud9600 9600 9600 baud.
SerialPort.Baud19200 19200 19200 baud.
SerialPort.Baud38400 38400 38400 baud.
SerialPort.Baud57600 57600 57600 baud.
SerialPort.Baud115200 115200 115200 baud.
SerialPort.Baud230400 230400 230400 baud.
SerialPort.Baud250000 250000 250000 baud.
SerialPort.Baud500000 500000 500000 baud.
SerialPort.Baud1000000 1000000 1000000 baud.
DataBits

This enumeration describes the number of data bits used.

Name Value Description
SerialPort.Data5 5 The number of data bits in each character is 5. It is used for Baudot code. It generally only makes sense with older equipment such as teleprinters.
SerialPort.Data6 6 The number of data bits in each character is 6. It is rarely used.
SerialPort.Data7 7 The number of data bits in each character is 7. It is used for true ASCII. It generally only makes sense with older equipment such as teleprinters.
SerialPort.Data8 8 The number of data bits in each character is 8. It is used for most kinds of data, as this size matches the size of a byte. It is almost universally used in newer applications.
Error

This enumeration describes all errors which can occur in SerialPort objects. The most recently occurred error is stored in the error property.

Name Value Description
SerialPort.NoError 0 No error occurred or was detected.
SerialPort.DeviceNotFoundError 1 An error occurred while attempting to open an non-existing device.
SerialPort.PermissionError 2 An error occurred while attempting to open an already opened device by another process or a user not having enough permission and credentials to open.
SerialPort.OpenError 3 An error occurred while attempting to open an already opened device in this object.
SerialPort.WriteError 7 An I/O error occurred while writing the data.
SerialPort.ReadError 8 An I/O error occurred while reading the data.
SerialPort.ResourceError 9 An I/O error occurred when a resource becomes unavailable, e.g. when the device is unexpectedly removed from the system.
SerialPort.UnsupportedOperationError 10 The requested device operation is not supported or prohibited by the running operating system.
SerialPort.UnknownError 11 Unknown error: an unknown error occurred.
SerialPort.TimeoutError 12 A timeout error occurred.
SerialPort.NotOpenError 13 This error occurs when an operation is executed that can only be successfully performed if the device is open.
Parity

This enumeration describes the parity scheme used.

Name Value Description
SerialPort.NoParity 0 No parity bit it sent. This is the most common parity setting. Error detection is handled by the communication protocol.
SerialPort.EvenParity 2 The number of 1 bits in each character, including the parity bit, is always even.
SerialPort.OddParity 3 The number of 1 bits in each character, including the parity bit, is always odd. It ensures that at least one state transition occurs in each character.
SerialPort.SpaceParity 4 Space parity. The parity bit is sent in the space signal condition. It does not provide error detection information.
SerialPort.MarkParity 5 Mark parity. The parity bit is always set to the mark signal condition (logical 1). It does not provide error detection information.
StopBits

This enumeration describes the number of stop bits used.

Name Value Description
SerialPort.OneStop 1 1 stop bit.
SerialPort.TwoStop 2 2 stop bits.
SerialPort.OneAndHalfStop 3 1.5 stop bits. This is only for the Windows platform.
Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {
    SerialPort {
        portName: "ttyUSB0"
        baudRate: SerialPort.Baud9600
        onCompleted: {
            console.log(usbLocation)
            open();
            write("Hello Serial Port!")
        }
        onReadyRead: console.log(readAll())
    }
}

SerialPortBus

Description

The SerialPortBus object provides an abstract bus of endpoints connected through multiple serial ports. The bus manages the data transfer from/to the endpoints while enforcing certain communication patterns for the ports, e.g. limiting the number of simultaneously open serial ports through the maximumActiveEndpointCount property.

This object was introduced in InCore 2.0.

› Inherits:Object
Properties
maximumActiveEndpointCount

This property holds the maximum number of active endpoints. This allows limiting the total number of simultaneously opened serial ports, e.g. to work around limitations of the USB host controller when working with many USB serial converter devices.

› Type:SignedInteger
› Default:4
› Signal:maximumActiveEndpointCountChanged()
› Attributes:Writable

SerialPortBusNode

Description

The SerialPortBusNode object provides properties for communicating with a device via a serial port and manages the communication via a SerialPortBus.

This object was introduced in InCore 2.2.

› Inherits:Object
› Inherited by:AlphasenseOpcN3, SensirionHDLC
Properties
bus

This property holds the bus which to use for reading and writing data from a serial port. If not set a global bus with default SerialPortBus.maximumActiveEndpointCount is used.

› Type:SerialPortBus
› Signal:busChanged()
› Attributes:Writable, Optional
portName

This property holds an alias for the SerialPort.portName property of serialPort. It allows using modifiers such as Select on the port name.

This property was introduced in InCore 2.5.

› Type:String
› Signal:portNameChanged()
› Attributes:Writable
responseTimeout

This property holds the number of milliseconds to wait for a response from the device after sending a data frame.

› Type:SignedInteger
› Default:5000
› Signal:responseTimeoutChanged()
› Attributes:Writable
serialPort

This property holds the serial port to use for communicating with the device via the bus.

› Type:SerialPort
› Signal:serialPortChanged()
› Attributes:Writable

SerialPortManager

Description

The SerialPortManager object manages SerialPort devices. When a device is connected it will be discovered in the next discover run.

› Inherits:Object
Properties
devices

This property holds all available SerialPort objects.

› Type:List<SerialPort>
› Signal:devicesChanged()
› Attributes:Readonly
updateInterval

This property holds the interval in milliseconds in which to update the device list.

› Type:SignedInteger
› Default:10000
› Signal:updateIntervalChanged()
› Attributes:Writable
Signals
devicesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the devices list itself emitted the dataChanged() signal.

Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {
    SerialPortManager {
        updateInterval: 1000
        onDevicesChanged: {
            console.log("Serial ports changed:")
            for( var i = 0; i < devices.length; ++i )
            {
                console.log("Port:", devices[i].portName,
                            "\n\tSerial number:", devices[i].serialNumber,
                            "\n\tDescription:", devices[i].description,
                            "\n\tManufacturer:", devices[i].manufacturer,
                            "\n\tVendor identifier:", devices[i].vendorIdentifier,
                            "\n\tProduct identifier:", devices[i].productIdentifier,
                            )
            }
        }
    }
}

Sht3x

Description

The Sht3x object implements a driver for the I2C-based SHT3x humidity and temperature sensor. The parent of a Sht3x object has to be a corresponding I2cBus object.

All measurements are polled with high repeatability, leading to best accuracy. The measurement properties are updated approximately 20 ms after they got polled, i.e. a measurement has been initiated.

This object was introduced in InCore 2.0.

› Inherits:I2cDevice
Properties
humidity

This property holds the last polled humidity value. When polling this property, the temperature is polled and updated automatically as well.

› Type:Float
› Signal:humidityChanged()
› Attributes:Readonly, Requires Polling
temperature

This property holds the last polled temperature value. When polling this property, the humidity is polled and updated automatically as well.

› Type:Float
› Signal:temperatureChanged()
› Attributes:Readonly, Requires Polling
Methods
pollHumidity()

This method polls the humidity property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

pollTemperature()

This method polls the temperature property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

Example
import InCore.Foundation 2.5
import InCore.IO 2.5

Application {
    FtdiI2cBus {
        Sht3x {
            id: sht
            address: 0x44
            Polling on temperature { interval: 100 }
            onTemperatureChanged: console.log(Math.floor(temperature*10) / 10, "°C -",
                                              Math.floor(humidity*10) / 10, "% r.h.")
        }
    }
}

SystemI2cBus

Description

The SystemI2cBus object is an I2cBus implementation providing access to devices on an I2C bus on the local system.

This object was introduced in InCore 2.5.

› Inherits:I2cBus
Properties
error

This property holds the most recently occurred error or SystemI2cBus.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
index

This property holds the I2C bus number.

› Type:UnsignedInteger
› Default:0
› Signal:indexChanged()
› Attributes:Writable
Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in SystemI2cBus objects. The most recently occurred error is stored in the error property.

Name Value Description
SystemI2cBus.NoError 0 No error occurred or was detected.
SystemI2cBus.DeviceOpenError 1 Device could not be opened.
SystemI2cBus.ReadError 2 Failed to read the specified number of bytes from configured address.
SystemI2cBus.WriteError 3 Failed to write the specified number of bytes to configured address.

UsbPrinter

Description

The UsbPrinter object allows controlling a printer connected to a local USB port. When opened, data such as PostScript or ZPL can be sent to the printer using the IoDevice.write() method.

This object was introduced in InCore 2.3.

› Inherits:File
Properties
index

This property holds the index of the printer which to communicate with.

› Type:SignedInteger
› Default:0
› Signal:indexChanged()
› Attributes:Writable
Example
import InCore.IO 2.5

UsbPrinter {
    index: 0
    autoOpen: true

    onIsOpenChanged: {
        console.log("printing")
        // print QR code on ZPL-based label printer
        write("^XA
^FO20,20^BQ,2,10^FDQA,0123456789ABCD 2D code^FS
^XZ")
        flush();
    }
}

InCore Http

Description

The Http module provides objects and mechanisms for communicating with HTTP servers. For downloading files the high-level object HttpDownload can be used. The more low-level HttpRequest object provides all required methods to perform REST API calls and other kinds of HTTP communications.

Objects

HttpContent

Description

The HttpContent object represents the content of a HTTP request or response which is sent to or received from a HTTP server.

› Inherits:Object
Properties
data

This property holds the actual data to send or which has been received. The data type depends on the format specified through the type property. See the HttpContent.Type enumeration for details.

› Type:Variant
› Signal:dataChanged()
› Attributes:Writable
type

This property holds the type specifying in which format to send or receive data.

› Type:Type
› Default:HttpContent.PlainText
› Signal:typeChanged()
› Attributes:Writable
Enumerations
Type

This enumeration describes the type specifying in which format to send or receive data.

Name Value Description
HttpContent.PlainText 0 Send and receive data as plaintext.
HttpContent.Binary 1 Send and receive data as raw bytes which can be accessed as an ArrayBuffer.
HttpContent.Json 2 Send and receive data as JSON objects.
Example

See HttpHeader example on how to use HttpContent.

HttpDownload

Description

The HttpDownload object provides a high-level interface for downloading files from HTTP servers. Once started via start() or the running property the download is performed asynchronously in the background. The progress can be monitored through the bytesReceived property. When finished the finished() signal is emitted and the running property changes to false.

› Inherits:Object
Properties
bytesReceived

This property holds the number of bytes already downloaded.

› Type:SignedBigInteger
› Signal:bytesReceivedChanged()
› Attributes:Readonly
bytesTotal

This property holds the total number of bytes to download.

› Type:SignedBigInteger
› Signal:bytesTotalChanged()
› Attributes:Readonly
error

This property holds the most recently occurred error or HttpDownload.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
outputFile

This property holds a File object representing the file which the downloaded data is written to.

› Type:File
› Signal:outputFileChanged()
› Attributes:Writable
request

This property holds the request used for initiating the download. It can be used for customizing e.g. the used HTTP headers.

› Type:HttpRequest
› Signal:requestChanged()
› Attributes:Writable
running

This property holds whether the download is currently running. Changing this property is equivalent to calling start() and stop(). After a download has been finished this property changes to false automatically.

› Type:Boolean
› Default:true
› Signal:runningChanged()
› Attributes:Writable
url

This property holds the URL of the file to download. It wraps the HttpRequest.url property and is provided for convenience only.

› Type:String
› Signal:urlChanged()
› Attributes:Writable
Methods
start()

This method starts the download if it’s not running already. It returns true if the download could be started succesfully. Otherwise an error is indicated through the error property. This method does not block. Instead the finished() signal is emitted when the download has been finished.

› Returns:Boolean
stop()

This method stops the download, i.e. aborts a running download. If it is not running, this method has no effect and does not raise an error.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

finished()

This signal is emitted when a download has been finished. It’s also emitted if an error occurred while downloading.

Enumerations
Error

This enumeration describes all errors which can occur in HttpDownload objects. The most recently occurred error is stored in the error property.

Name Value Description
HttpDownload.NoError 0 No error occurred or was detected.
HttpDownload.AlreadyRunning 1 The download is already running and can’t be started.
HttpDownload.InvalidRequest 2 The request property is empty or invalid.
HttpDownload.InvalidOutputFile 3 The output file property is empty or invalid.
HttpDownload.OutputFileNotWritable 4 The output file can’t be opened for writing.
Example
import InCore.Foundation 2.5
import InCore.Http 2.5

Application {

    HttpDownload {
        url: "http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64/current/images/netboot/mini.iso"
        outputFile: File { fileName: "mini.iso"; storage: InMemoryStorage { } }
        onBytesReceivedChanged:
            console.log("Download progress:",
                        (bytesTotal > 0 ? Math.round(bytesReceived * 100 / bytesTotal) : 0) + "%");
        onFinished: console.log(bytesTotal, "bytes have been downloaded successfully to",
                                outputFile.storage.path + "/" + outputFile.fileName)
        onCompleted: start();
    }

}

HttpHeader

Description

The HttpHeader object represents a single HTTP header which is sent to or received from HTTP servers through HttpRequest and HttpResponse objects.

› Inherits:Object
Properties
customHeader

This property holds the name of a custom HTTP header field which is used when type is set to HttpHeader.Custom.

› Type:String
› Signal:customHeaderChanged()
› Attributes:Writable
data

This property holds the data for the HTTP header represented by this object. The data type depends on the header type but usually a string can be used. Use a DateTime object for the header types HttpHeader.LastModified and HttpHeader.IfModifiedSince. This allows dealing with dates easily and let them being converted to properly formatted date strings automatically.

› Type:Variant
› Signal:dataChanged()
› Attributes:Writable
type

This property holds the type of the HTTP header represented by this object.

› Type:Type
› Default:HttpHeader.Custom
› Signal:typeChanged()
› Attributes:Writable
Enumerations
Type

This enumeration describes the supported HTTP header types as described in RFC 2616 Section 14.

Name Value Description
HttpHeader.ContentType 0 Corresponds to the HTTP Content-Type header and contains a string containing the media (MIME) type and any auxiliary data (for instance, charset).
HttpHeader.ContentLength 1 Corresponds to the HTTP Content-Length header and contains the length in bytes of the data transmitted.
HttpHeader.Location 2 Corresponds to the HTTP Location header and contains a URL representing the actual location of the data, including the destination URL in case of redirections.
HttpHeader.LastModified 3 Corresponds to the HTTP Last-Modified header and contains a DateTime object representing the last modification date of the contents.
HttpHeader.ContentDisposition 6 Corresponds to the HTTP Content-Disposition header and contains a string containing the disposition type (for instance, attachment) and a parameter (for instance, filename).
HttpHeader.UserAgent 7 The User-Agent header sent by HTTP clients.
HttpHeader.Server 8 The Server header received by HTTP clients.
HttpHeader.IfModifiedSince 9 Corresponds to the HTTP If-Modified-Since header and contains a DateTime object. It is usually added to a HttpRequest object. The server shall send a 304 (Not Modified) response if the resource has not changed since this time.
HttpHeader.ETag 10 Corresponds to the HTTP ETag header and contains a QString representing the last modification state of the contents.
HttpHeader.IfMatch 11 Corresponds to the HTTP If-Match header and contains a StringList. It is usually added to a HttpRequest object. The server shall send a 412 (Precondition Failed) response if the resource does not match.
HttpHeader.IfNoneMatch 12 Corresponds to the HTTP If-None-Match header and contains a StringList. It is usually added to a HttpRequest object. The server shall send a 304 (Not Modified) response if the resource does match.
HttpHeader.Custom 13 Corresponds to a custem HTTP header. The content of the customHeader property is used for the HTTP header name field.
Example
import InCore.Foundation 2.5
import InCore.Http 2.5

Application {

    id: app

    MeasurementGroup {
        id: sensorGroup
        Measurement {
            id: temperatureSensor
            unit: "°C"
            data: 20 + Math.random() * 10
        }
        Measurement {
            id: pressureSensor
            unit: "Pa"
            data: 100000 + Math.random() * 10000
            siPrefix: Pressure.Kilo
        }
    }

    Serializer {
        id: sensorSerializer
        source: sensorGroup
    }

    HttpRequest {
        id: headerTest
        url: "https://httpbin.org/post"
        content: HttpContent {
            type: HttpContent.Json
            data: sensorSerializer.data
        }

        HttpHeader {
            type: HttpHeader.UserAgent
            data: "InCore HTTP Client"
        }

        HttpHeader {
            customHeader: "InCore-DeviceId"
            data: system.deviceId
        }

        response.autoDetectDataTypeFromContentType: false
        onResponseReceived: console.log("Response for POST:", response.statusCode, response.content.data)
    }

    onCompleted: {
        headerTest.post();
    }
}

HttpRepository

Description

The HttpRepository object provides a specialized Repository object for fetching resources from HTTP servers. In combination with an UpdateManager it can be used to implement online updates mechanisms. See the UpdateManager example for details.

› Inherits:Repository
Properties
timeout

This property holds the timeout for HTTP responses (i.e. complete file downloads).

› Type:SignedInteger
› Signal:timeoutChanged()
› Attributes:Writable
url

This property holds the URL of the HTTP repository.

› Type:String
› Signal:urlChanged()
› Attributes:Writable
Example
import InCore.Foundation 2.5
import InCore.Http 2.5

Application {

    UpdateManager {
        repositories: [
            HttpRepository {
                url: "https://updates.inhub.de"
            }
        ]
    }

}

HttpRequest

Description

The HttpRequest object represents a HTTP request which can be sent to a server at a given URL (url). All common methods (GET, PUT, POST, DELETE) are supported. The HTTP headers can be defined through the headers property. When transferring data to the server the HttpContent object in the content property needs to be prepared accordingly. The received response (headers, status code and data) is accessible through the response property.

› Inherits:Object
Properties
allowPipelining

This property holds whether the HTTP client is allowed to use HTTP pipelining with this request.

› Type:Boolean
› Default:false
› Signal:allowPipeliningChanged()
› Attributes:Writable
content

This property holds the content which to send to the server (PUT/POST requests only). If headers does not contain a HttpHeader object with HttpHeader.type = HttpHeader.ContentType the request will be sent with an additional content type header with an automatically determined value depending on HttpContent.type.

› Type:HttpContent
› Signal:contentChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or HttpRequest.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
followRedirects

This property holds whether the HTTP client should automatically follow a HTTP redirect response or not. Currently redirects that are insecure, that is redirecting from “https” to “http” protocol, are not allowed.

› Type:Boolean
› Default:false
› Signal:followRedirectsChanged()
› Attributes:Writable
headers

This property holds a list of header objects to use when sending a HTTP request.

› Type:List<HttpHeader>
› Signal:headersChanged()
› Attributes:Readonly
response

This property holds the last received response for a request sent through this object.

› Type:HttpResponse
› Signal:responseChanged()
› Attributes:Readonly
url

This property holds the URL which to send a request for.

› Type:String
› Signal:urlChanged()
› Attributes:Writable
Methods
del()

This method sends a HTTP request with the DELETE method to the server. It’s mainly used for deleting resources at the given URL.

See RFC2616 Section 9.7 for details.

get()

This method sends a HTTP request with the GET method to the server. It’s mainly used for downloading resources at the given URL.

See RFC2616 Section 9.3 for details.

post()

This method sends a HTTP request with the POST method to the server. It’s mainly used for annotation of existing resources, providing a block of data, such as the result of submitting a form, to a data-handling process or extending a database through an append operation.

See RFC2616 Section 9.5 for details.

put()

This method sends a HTTP request with the PUT method to the server. It’s mainly used for storing resources under the given URL.

See RFC2616 Section 9.6 for details.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

headersDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the headers list itself emitted the dataChanged() signal.

responseReceived()

This signal is emitted when a response is received for a request represented by this object. It’s identical to the HttpResponse.received() signal but provided for convenience.

Enumerations
Error

This enumeration describes all errors which can occur in HttpRequest objects. The most recently occurred error is stored in the error property.

Name Value Description
HttpRequest.NoError 0 No error occurred or was detected.
HttpRequest.ConnectionRefusedError 1 The remote server refused the connection (the server is not accepting requests).
HttpRequest.RemoteHostClosedError 2 The remote server closed the connection prematurely, before the entire response was received and processed.
HttpRequest.HostNotFoundError 3 The remote host name was not found (invalid hostname).
HttpRequest.TimeoutError 4 The connection to the remote server timed out.
HttpRequest.OperationCanceledError 5 The operation was canceled before it was finished.
HttpRequest.SslHandshakeFailedError 6 The SSL/TLS handshake failed and the encrypted channel could not be established.
HttpRequest.TemporaryNetworkFailureError 7 The connection was broken due to disconnection from the network, however the system has initiated roaming to another access point. The request should be resubmitted and will be processed as soon as the connection is re-established.
HttpRequest.NetworkSessionFailedError 8 The connection was broken due to disconnection from the network or failure to start the network.
HttpRequest.BackgroundRequestNotAllowedError 9 The background request is not currently allowed due to platform policy.
HttpRequest.TooManyRedirectsError 10 While following redirects, the maximum limit was reached. The limit is by default set to 50.
HttpRequest.InsecureRedirectError 11 while following redirects, the HTTP client detected a redirect from a encrypted protocol (https) to an unencrypted.
HttpRequest.UnknownNetworkError 99 An unknown network-related error was detected.
HttpRequest.ProxyConnectionRefusedError 101 The connection to the proxy server was refused (the proxy server is not accepting requests).
HttpRequest.ProxyConnectionClosedError 102 The proxy server closed the connection prematurely, before the entire response was received and processed.
HttpRequest.ProxyNotFoundError 103 The proxy host name was not found (invalid proxy hostname).
HttpRequest.ProxyTimeoutError 104 The connection to the proxy timed out or the proxy did not reply in time to the request sent.
HttpRequest.ProxyAuthenticationRequiredError 105 The proxy requires authentication in order to honour the request but did not accept any credentials offered (if any).
HttpRequest.UnknownProxyError 199 An unknown proxy-related error was detected.
HttpRequest.ContentAccessDenied 201 The access to the remote content was denied (similar to HTTP error 403).
HttpRequest.ContentOperationNotPermittedError 202 The operation requested on the remote content is not permitted.
HttpRequest.ContentNotFoundError 203 The remote content was not found at the server (similar to HTTP error 404).
HttpRequest.AuthenticationRequiredError 204 The remote server requires authentication to serve the content but the credentials provided were not accepted (if any).
HttpRequest.ContentReSendError 205 The request needed to be sent again, but this failed for example because the upload data could not be read a second time.
HttpRequest.ContentConflictError 206 The request could not be completed due to a conflict with the current state of the resource.
HttpRequest.ContentGoneError 207 The requested resource is no longer available at the server.
HttpRequest.UnknownContentError 299 An unknown error related to the remote content was detected.
HttpRequest.ProtocolUnknownError 301 The HTTP client cannot honor the request because the protocol is not known.
HttpRequest.ProtocolInvalidOperationError 302 The requested operation is invalid for this protocol.
HttpRequest.ProtocolFailure 399 A breakdown in protocol was detected (parsing error, invalid or unexpected responses, etc.).
HttpRequest.InternalServerError 401 The server encountered an unexpected condition which prevented it from fulfilling the request.
HttpRequest.OperationNotImplementedError 402 The server does not support the functionality required to fulfill the request.
HttpRequest.ServiceUnavailableError 403 The server is unable to handle the request at this time.
HttpRequest.UnknownServerError 499 An unknown error related to the server response was detected.
Example
import InCore.Foundation 2.5
import InCore.Http 2.5

Application {

    HttpRequest {
        id: simpleRequest
        url: "https://inhub.de"
        onResponseReceived: console.log("Response for GET:", response.statusCode, response.content.data)
    }

    HttpRequest {
        id: postTest
        url: "https://httpbin.org/post"
        content: HttpContent {
            type: HttpContent.PlainText
            data: "InCore.Http POST Example"
        }
        onResponseReceived: console.log("Response for POST:", response.statusCode, response.content.data["data"])
    }

    HttpRequest {
        id: putTest
        url: "https://httpbin.org/put"
        content: HttpContent {
            type: HttpContent.PlainText
            data: "InCore.Http PUT Example"
        }
        response.autoDetectDataTypeFromContentType: false
        onResponseReceived: console.log("Response for PUT:", response.statusCode, response.content.data)
    }

    onCompleted: {
        simpleRequest.get();
        postTest.post();
        putTest.put();
    }
}

HttpResponse

Description

The HttpResponse object represents a HTTP response received from a HTTP server. It usually is associated with the corresponding HttpRequest object in the HttpRequest.response property. After a HttpResponse has been received, it’s statusCode should be checked to ensure the desired result. If succesful the content property holds the received data.

› Inherits:Object
Properties
autoDetectDataTypeFromContentType

This property holds whether to automatically detect the data type from the received content type header if any. If disabled, the received data is treated as if it had the configured type.

› Type:Boolean
› Default:true
› Signal:autoDetectDataTypeFromContentTypeChanged()
› Attributes:Writable
connectionEncrypted

This property holds Indicates whether the data was obtained through an encrypted (secure) connection.

› Type:Boolean
› Signal:connectionEncryptedChanged()
› Attributes:Readonly
content

This property holds the content received from the server.

› Type:HttpContent
› Signal:contentChanged()
› Attributes:Writable
headers

This property holds a list of header objects representing the HTTP headers received from the server.

› Type:List<HttpHeader>
› Signal:headersChanged()
› Attributes:Readonly
originalContentLength

This property holds the original content-length attribute before being invalidated and removed from the header when the data is compressed and the request was marked to be decompressed automatically.

› Type:SignedBigInteger
› Signal:originalContentLengthChanged()
› Attributes:Readonly
pipeliningWasUsed

This property holds whether the HTTP pipelining was used for receiving this response.

› Type:Boolean
› Signal:pipeliningWasUsedChanged()
› Attributes:Readonly
reasonPhrase

This property holds the HTTP reason phrase as received from the HTTP server (like “Ok”, “Found”, “Not Found”, “Access Denied”, etc.) This is the human-readable representation of the status code (see statusCode).

› Type:String
› Signal:reasonPhraseChanged()
› Attributes:Readonly
redirectionTarget

This property holds that the server is redirecting the request to a different URL. The API does not by default follow redirections: the application can determine if the requested redirection should be allowed, according to its security policies, or it can set HttpRequest.followRedirects to true (in which case the redirection will be followed and this attribute will be empty in the response). The returned URL might be relative.

› Type:String
› Signal:redirectionTargetChanged()
› Attributes:Readonly
statusCode

This property holds the HTTP status code received from the HTTP server such as 200, 404 etc. See the StatusCode enumeration for details.

› Type:StatusCode
› Signal:statusCodeChanged()
› Attributes:Readonly
Methods
wait(SignedInteger msecs)

This method blocks until the HTTP response has been received. This method will timeout after msecs milliseconds. In most cases the asynchronuous received() signal should be used instead of this synchronuous method.

› Returns:Boolean
Signals
headersDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the headers list itself emitted the dataChanged() signal.

received()

This signal is emitted when a response is received for the corresponding request and all properties have been updated with the received data.

Enumerations
StatusCode

This enumeration describes all available Hypertext Transfer Protocol (HTTP) response status codes. Status codes are issued by a server in response to a client’s request made to the server.

Name Value Description
HttpResponse.InvalidStatus -1 Invalid status code, only internal use.
HttpResponse.Continue 100 See details on status code 100 .
HttpResponse.SwitchingProtocols 101 See details on status code 101 .
HttpResponse.Processing 102 See details on status code 102 .
HttpResponse.OK 200 See details on status code 200 .
HttpResponse.Created 201 See details on status code 201 .
HttpResponse.Accepted 202 See details on status code 202 .
HttpResponse.NonAuthoritativeInformation 203 See details on status code 203 .
HttpResponse.NoContent 204 See details on status code 204 .
HttpResponse.ResetContent 205 See details on status code 205 .
HttpResponse.PartialContent 206 See details on status code 206 .
HttpResponse.MultiStatus 207 See details on status code 207 .
HttpResponse.AlreadyReported 208 See details on status code 208 .
HttpResponse.IMUsed 226 See details on status code 226 .
HttpResponse.MultipleChoices 300 See details on status code 300 .
HttpResponse.MovedPermanently 301 See details on status code 301 .
HttpResponse.Found 302 See details on status code 302 .
HttpResponse.SeeOther 303 See details on status code 303 .
HttpResponse.NotModified 304 See details on status code 304 .
HttpResponse.UseProxy 305 See details on status code 305 .
HttpResponse.TemporaryRedirect 307 See details on status code 307 .
HttpResponse.PermanentRedirect 308 See details on status code 308 .
HttpResponse.BadRequest 400 See details on status code 400 .
HttpResponse.Unauthorized 401 See details on status code 401 .
HttpResponse.PaymentRequired 402 See details on status code 402 .
HttpResponse.Forbidden 403 See details on status code 403 .
HttpResponse.NotFound 404 See details on status code 404 .
HttpResponse.MethodNotAllowed 405 See details on status code 405 .
HttpResponse.NotAcceptable 406 See details on status code 406 .
HttpResponse.ProxyAuthenticationRequired 407 See details on status code 407 .
HttpResponse.RequestTimeout 408 See details on status code 408 .
HttpResponse.Conflict 409 See details on status code 409 .
HttpResponse.Gone 410 See details on status code 410 .
HttpResponse.LengthRequired 411 See details on status code 411 .
HttpResponse.PreconditionFailed 412 See details on status code 412 .
HttpResponse.RequestEntityTooLarge 413 See details on status code 413 .
HttpResponse.URITooLong 414 See details on status code 414 .
HttpResponse.UnsupportedMediaType 415 See details on status code 415 .
HttpResponse.RequestedRangeNotSatisfiable 416 See details on status code 416 .
HttpResponse.ExpectationFailed 417 See details on status code 417 .
HttpResponse.PolicyNotFulfilled 420 See details on status code 420 .
HttpResponse.MisdirectedRequest 421 See details on status code 421 .
HttpResponse.UnprocessableEntity 422 See details on status code 422 .
HttpResponse.Locked 423 See details on status code 423 .
HttpResponse.FailedDependency 424 See details on status code 424 .
HttpResponse.UpgradeRequired 426 See details on status code 426 .
HttpResponse.PreconditionRequired 428 See details on status code 428 .
HttpResponse.TooManyRequests 429 See details on status code 429 .
HttpResponse.RequestHeaderFieldsTooLarge 431 See details on status code 431 .
HttpResponse.UnavailableForLegalReasons 451 See details on status code 451 .
HttpResponse.InternalServerError 500 See details on status code 500 .
HttpResponse.NotImplemented 501 See details on status code 501 .
HttpResponse.BadGateway 502 See details on status code 502 .
HttpResponse.ServiceUnavailable 503 See details on status code 503 .
HttpResponse.GatewayTimeout 504 See details on status code 504 .
HttpResponse.HttpVersionNotSupported 505 See details on status code 505 .
HttpResponse.VariantAlsoNegotiates 506 See details on status code 506 .
HttpResponse.InsufficientStorage 507 See details on status code 507 .
HttpResponse.LoopDetected 508 See details on status code 508 .
HttpResponse.NotExtended 510 See details on status code 510 .
HttpResponse.NetworkAuthenticationRequired 511 See details on status code 511 .
Example

See HttpRequest example on how to use HttpResponse.

InCore Modbus

Description

The Modbus module contains objects which can be used to communicate with a modbus network. Modbus enables communication among many devices connected to the same network, for example, a system that measures temperature and humidity and communicates the results to a consumer. The ModbusRtuMaster have be used to communicate over a RS485 interface. ModbusTcpClient is used for communications over TCP/IP networks. For detailed information see Modbus on Wikipedia.

Objects

ModbusClient

Description

The ModbusClient object is the base class for all Modbus clients (masters) and manages a number of Modbus slaves to communicate with.

› Inherits:ModbusDevice
› Inherited by:ModbusRtuMaster, ModbusTcpClient
Properties
numberOfRetries

This property holds the number of retries a client will perform before a request fails.

› Type:SignedInteger
› Default:3
› Signal:numberOfRetriesChanged()
› Attributes:Writable
slaves

This property holds a list of all slaves.

› Type:List<ModbusSlave>
› Signal:slavesChanged()
› Attributes:Readonly
timeout

This property holds the timeout value used by this client

› Type:SignedInteger
› Default:1000
› Signal:timeoutChanged()
› Attributes:Writable
Methods
pollSlaves()

This method polls the slaves property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

Signals
slavesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the slaves list itself emitted the dataChanged() signal.

ModbusDevice

Description

The ModbusDevice object is the base class for Modbus client or server implementations. It provides basic communication mechanisms and properties and manages communication-related errors.

This object was introduced in InCore 2.0.

› Inherits:Object
› Inherited by:ModbusClient, ModbusRtuMaster, ModbusServer
Properties
autoConnect

This property holds whether the device should automatically reconnect if the connection is lost or closed.

› Type:Boolean
› Default:true
› Signal:autoConnectChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or ModbusDevice.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
state

This property holds the current state of the Modbus device. See the State enumeration for details.

› Type:State
› Default:ModbusDevice.UnconnectedState
› Signal:stateChanged()
› Attributes:Readonly
Methods
connectDevice()

This method connects the device or master to the network. If autoConnect is true calling this function is not necessary.

› Returns:Boolean
disconnectDevice()

This method disconnects the device or master from the network. Set autoConnect to false to make this function work properly.

Signals
connected()

This signal is emitted when the connection to the network is established.

disconnected()

This signal is emitted when the connection to the network is lost or closed.

errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all possible errors which can occur when connecting to or communicating with other Modbus devices.

Name Value Description
ModbusDevice.NoError 0 No error occurred or was detected.
ModbusDevice.ReadError 1 An error occurred during a read operation.
ModbusDevice.WriteError 2 An error occurred during a write operation.
ModbusDevice.ConnectionError 3 An error occurred when attempting to open the serial port or TCP connection.
ModbusDevice.ConfigurationError 4 An error occurred when attempting to set a configuration parameter.
ModbusDevice.TimeoutError 5 A timeout occurred during I/O. An I/O operation did not finish within a given time frame.
ModbusDevice.ProtocolError 6 A Modbus specific protocol error occurred.
ModbusDevice.ReplyAbortedError 7 The reply was aborted due to a disconnection of the device.
ModbusDevice.UnknownError 8 An unknown error occurred.
State

This enumeration describes all possible states of the Modbus device.

Name Value Description
ModbusDevice.UnconnectedState 0 The Modbus device is disconnected.
ModbusDevice.ConnectingState 1 The Modbus device is being connected.
ModbusDevice.ConnectedState 2 The Modbus device is connected.
ModbusDevice.ClosingState 3 The Modbus device is closing/shutting down.

ModbusRegister

Description

The ModbusRegister object encapsulates a modbus register or a array of it. This can be used for example to read a character string with 20 characters in 10 consecutive registers. The DataObject.dataType has to be set to work properly. Unlike the default value in the DataObject base class the the data type defaults to DataObject.UnsignedSmallInteger for all ModbusRegister objects. Always check byteOrder and registerOrder if you encounter any problems.

› Inherits:DataObject
Properties
address

This property holds the address of the register to poll.

› Type:SignedInteger
› Default:-1
› Signal:addressChanged()
› Attributes:Writable
byteOrder

This property holds the byte order which is used to combine two bytes to one 16-bit register. Transmitted data 0xDE 0xAD would be interpreted as unsigned integer as 57005 (BigEndian) or 44510 (LittleEndian).

› Type:ByteOrder
› Default:ModbusRegister.LittleEndian
› Signal:byteOrderChanged()
› Attributes:Writable
count

This property holds the number of contiguous entries to poll at once. This number has to be a multiple of the size needed by DataObject.dataType to work properly. For example count has to be 2 to poll one single float, for a string containing 5 characters it has to be 3 (2 character per register + 1 padding). Be carefull with byteOrder and registerOrder.

› Type:SignedInteger
› Default:1
› Signal:countChanged()
› Attributes:Writable
enabled

This property holds whether the register is enabled. Poll will work only if enabled is true.

› Type:Boolean
› Default:true
› Signal:enabledChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or ModbusRegister.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
registerOrder

This property holds the register order which is used when count is greater than 1. This property is similar to byteOrder but considers the order between the registers.

› Type:RegisterOrder
› Default:ModbusRegister.MostSignificantRegisterFirst
› Signal:registerOrderChanged()
› Attributes:Writable
type

This property holds the type of the register. Writing on input registers is not allowed.

› Type:Type
› Default:ModbusRegister.InvalidType
› Signal:typeChanged()
› Attributes:Writable
Methods
pollData()

This method polls the DataObject.data property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
ByteOrder

This enumeration describes the supported byte orders.

Name Value Description
ModbusRegister.BigEndian 0 The Most Significant Byte is stored first (in lowest address).
ModbusRegister.LittleEndian 1 The Least Significant Byte is stored first.
Error

This enumeration describes all errors which can occur in ModbusRegister objects. The most recently occurred error is stored in the error property.

Name Value Description
ModbusRegister.NoError 0 No error occurred or was detected.
ModbusRegister.InvalidSlaveError 1 Can’t send requests without a ModbusSlave parent.
ModbusRegister.SlaveDisabledError 2 Can’t send requests when ModbusSlave is not enabled.
ModbusRegister.UnsupportedDataTypeError 3 Selected data type is not supported for Modbus registers.
RegisterOrder

This enumeration describes the supported register orders.

Name Value Description
ModbusRegister.MostSignificantRegisterFirst 0 The most significant register is stored first (in lowest address).
ModbusRegister.LeastSignificantRegisterFirst 1 The least significant register is stored first.
Type

This enumeration describes all supported register types

Name Value Description
ModbusRegister.InvalidType 0 This type is an invalid type.
ModbusRegister.DiscreteInput 1 1-bit single input.
ModbusRegister.Coil 2 1-bit input/output.
ModbusRegister.Input 3 16-bit input only.
ModbusRegister.Holding 4 16-bit input/output.
Example
import InCore.Foundation 2.5
import InCore.Modbus 2.5

Application {

    name: "Modbus register example"

    ModbusRtuMaster {

        ModbusSlave {
            // talk to slave with ID 5
            address: 5

            // read pressure from input register 7
            ModbusRegister {
                id: pressure
                type: ModbusRegister.Input
                // dataType: ModbusRegister.UnsignedSmallInteger - not needed; it is default
                address: 7
                onDataChanged: console.log("Pressure", data)
            }

            // define Modbus register for a coil with an imaginary LED
            ModbusRegister {
                id: led
                type: ModbusRegister.Coil
                address: 3
            }

            // read serial number of slave
            ModbusRegister {
                id: serialNumber
                type: ModbusRegister.Holding
                dataType: ModbusRegister.String
                byteOrder: ModbusRegister.BigEndian
                registerOrder: ModbusRegister.LeastSignificantRegisterFirst
                address: 200
                // read 20 chars packed in 10 x 16-bit
                count: 10
                onDataChanged: console.log("serial number", data)
            }

            Polling on registers { interval: 100 }
        }

        onConnected: {
            pressure.pollData()
            led.data = true
        }
    }
}

ModbusRtuMaster

Description

The ModbusRtuMaster object implements a Modbus RTU master which communicates with Modbus slaves via a serial port.

› Inherits:ModbusClient
› Inherited by:ModbusBackplaneMaster
Properties
baudRate

This property holds the data baud rate of the serial port used for communicating with the Modbus RTU slave.

› Type:SerialPort.BaudRate
› Default:SerialPort.Baud115200
› Signal:baudRateChanged()
› Attributes:Writable
dataBits

This property holds the number of data bits of the serial port used for communicating with the Modbus RTU slave.

› Type:SerialPort.DataBits
› Default:SerialPort.Data8
› Signal:dataBitsChanged()
› Attributes:Writable
interFrameDelay

This property holds the amount of microseconds for the silent interval between two consecutive Modbus messages. By default, a pre-calculated value according to the Modbus specification is used. An active or running connection is not affected by such delay changes. If this property is set to -1 or to a number less than the pre-calculated delay then the pre-calculated value is used as frame delay.

› Type:SignedInteger
› Signal:interFrameDelayChanged()
› Attributes:Writable
parity

This property holds the parity mode of the serial port used for communicating with the Modbus RTU slave.

› Type:SerialPort.Parity
› Default:SerialPort.NoParity
› Signal:parityChanged()
› Attributes:Writable
portName

This property holds the name of the serial port used for communicating with the Modbus RTU slave.

› Type:String
› Signal:portNameChanged()
› Attributes:Writable
stopBits

This property holds the number of stop bits of the serial port used for communicating with the Modbus RTU slave.

› Type:SerialPort.StopBits
› Default:SerialPort.OneStop
› Signal:stopBitsChanged()
› Attributes:Writable
turnaroundDelay

This property holds the amount of milliseconds for the silent interval between a Modbus broadcast and a consecutive Modbus messages. Typically the turnaround delay is in the range of 100 to 200 milliseconds.

This property was introduced in InCore 2.5.

› Type:SignedInteger
› Signal:turnaroundDelayChanged()
› Attributes:Writable
Example
import InCore.Foundation 2.5
import InCore.Modbus 2.5

Application {

    name: "Modbus RTU master example"

    ModbusRtuMaster {

        // set serial port parameters
        portName: "ttyO1"
        baudRate: SerialPort.Baud500000
        dataBits: SerialPort.Data8
        parity: SerialPort.NoParity
        stopBits: SerialPort.OneStop

        ModbusSlave {
            // talk to slave with ID 5
            address: 5

            // read pressure from input register 7
            ModbusRegister {
                id: pressure
                type: ModbusRegister.Input
                address: 7
                onDataChanged: console.log("Pressure", data)
            }

            // read registers every 100 ms
            Polling on registers { interval: 100 }
        }

        // print error message if something goes wrong
        onErrorOccurred: console.log(errorString)
    }
}

ModbusRtuSlave

Description

The ModbusRtuSlave object implements a Modbus RTU slave which communicates with a Modbus RTU master via a serial port.

This object was introduced in InCore 2.0.

› Inherits:ModbusServer
Properties
baudRate

This property holds the data baud rate of the serial port used for communicating with the Modbus RTU master.

› Type:SerialPort.BaudRate
› Default:SerialPort.Baud115200
› Signal:baudRateChanged()
› Attributes:Writable
dataBits

This property holds the number of data bits of the serial port used for communicating with the Modbus RTU master.

› Type:SerialPort.DataBits
› Default:SerialPort.Data8
› Signal:dataBitsChanged()
› Attributes:Writable
parity

This property holds the parity mode of the serial port used for communicating with the Modbus RTU master.

› Type:SerialPort.Parity
› Default:SerialPort.NoParity
› Signal:parityChanged()
› Attributes:Writable
portName

This property holds the name of the serial port used for communicating with the Modbus RTU master.

› Type:String
› Signal:portNameChanged()
› Attributes:Writable
stopBits

This property holds the number of stop bits of the serial port used for communicating with the Modbus RTU master.

› Type:SerialPort.StopBits
› Default:SerialPort.OneStop
› Signal:stopBitsChanged()
› Attributes:Writable
Example
import InCore.Foundation 2.5
import InCore.Modbus 2.5
import InCore.IO 2.5

Application {

    name: "Modbus RTU slave example"

    System {
        id: system
        Polling on cpuLoad { }
        Polling on deviceHumidity { }
        Polling on deviceTemperature { }
    }

    LED {
        index: LED.StatusBlue
        value: ledReg.data
    }

    ModbusRtuSlave {
        id: slave
        address: 1
        portName: "ttyO1"
        baudRate: SerialPort.Baud250000

        // expose CPU load as float (address 0+1)
        ModbusRegister {
            type: ModbusRegister.Input
            address: 0
            dataType: ModbusRegister.Float
            count: 2
            data: system.cpuLoad
        }

        // expose device temperature and humidity at address 2+3
        ModbusRegister {
            type: ModbusRegister.Input
            address: 2
            count: 2
            data: [ system.deviceTemperature, system.deviceHumidity ]
        }

        // control blue status LED through coil 0
        ModbusRegister {
            id: ledReg
            type: ModbusRegister.Coil
            address: 0
        }
    }
}

ModbusServer

Description

The ModbusServer object is the base class for all Modbus servers (slaves) and manages a number of slaves to communicate with.

This object was introduced in InCore 2.0.

› Inherits:ModbusDevice
› Inherited by:ModbusRtuSlave, ModbusTcpServer
Properties
address

This property holds the address (slave ID) of the local Modbus server.

› Type:SignedInteger
› Signal:addressChanged()
› Attributes:Writable
registers

This property holds a list of Modbus registers to make available to Modbus clients.

› Type:List<ModbusRegister>
› Signal:registersChanged()
› Attributes:Readonly
Signals
dataErrorOccurred()

This signal is emitted in very rare cases when the update the internal data map fails. This happens if the internal register map is out of sync due to an inconsistent property update order.

mapErrorOccurred()

This signal is emitted whenever an error occurs while building or updating the internal register map. This usually indicates a problem with the type, address or count of one or multiple Modbus registers.

registersDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the registers list itself emitted the dataChanged() signal.

ModbusSlave

Description

The ModbusSlave object represents a remote Modbus slave and is instantiated inside an appropriate ModbusClient object. It implements register read and write operations through the Modbus client.

› Inherits:Object
Properties
address

This property holds the address of the Modbus slave. It is also known as slave ID.

› Type:SignedInteger
› Default:0
› Signal:addressChanged()
› Attributes:Writable
enabled

This property holds whether the slave is enabled or not. Polling on registers will only work when enabled is true.

› Type:Boolean
› Default:true
› Signal:enabledChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or ModbusSlave.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
interBlockDelay

This property holds the delay which between registers pollings. The configured delay applies to all poll modes.

› Type:SignedInteger
› Default:0
› Signal:interBlockDelayChanged()
› Attributes:Writable, Optional
maximumBlockGap

This property holds the greatest distance between the addresses of two registers. If the distance does not exceed this value, requests to read individual registers are combined to block read requests. This property has an effect only if pollMode is set to:ref:ModbusSlave.PollRegisterBlocks <enumitem_ModbusSlave_PollRegisterBlocks>.

› Type:SignedInteger
› Default:0
› Signal:maximumBlockGapChanged()
› Attributes:Writable, Optional
maximumBlockLength

This property holds the maximum number of modbus registers which are allowed to be combined in one block. Reduce this number if you encounter problems when requesting large register blocks. This property affects requests of combined registers only. If the maximum block length is set lower than a registers count it will be ignored and the ModbusRegister will be polled at one block anyway. This property only has an effect if pollMode is set to ModbusSlave.PollRegisterBlocks.

This property was introduced in InCore 2.1.

› Type:SignedInteger
› Default:128
› Signal:maximumBlockLengthChanged()
› Attributes:Writable, Optional
pollMode

This property holds the used poll mode. Setting this property to ModbusSlave.PollRegisterBlocks can save bus traffic by reducing the Modbus protocol overhead of the individual requests.

› Type:PollMode
› Default:ModbusSlave.PollSingleRegisters
› Signal:pollModeChanged()
› Attributes:Writable
registers

This property holds a list of registers to read or write from the Modbus slave.

› Type:List<ModbusRegister>
› Signal:registersChanged()
› Attributes:Readonly, Requires Polling
Methods
pollRegisters()

This method polls the registers property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

registersDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the registers list itself emitted the dataChanged() signal.

Enumerations
Error

This enumeration describes all errors which can occur in ModbusSlave objects. The most recently occurred error is stored in the error property.

Name Value Description
ModbusSlave.NoError 0 No error occurred or was detected.
ModbusSlave.InvalidClientError 1 Can’t send requests without a ModbusClient parent.
ModbusSlave.ClientNotConnectedError 2 Can’t send requests when modbus client is not connected.
ModbusSlave.ReadError 3 An error occurred while reading data from the Modbus slave.
ModbusSlave.WriteError 4 An error occurred while writing data to the Modbus slave.
ModbusSlave.RequestError 5 A general error occurred while sending a request to the Modbus slave.
ModbusSlave.RegisterTypeError 6 Can’t send requests; ModbusRegister type is InvalidType.
PollMode

This enumeration describes supported modes when using Polling on the registers property.

Name Value Description
ModbusSlave.PollSingleRegisters 0 Each register is polled individually.
ModbusSlave.PollRegisterBlocks 1 The slave will group registers in blocks and poll each block.
Example
import InCore.Foundation 2.5
import InCore.Modbus 2.5

Application {

    name: "Modbus slave example"

    ModbusRtuMaster {

        ModbusSlave {
            address: 1

            pollMode: ModbusSlave.PollSingleRegisters //default
            interBlockDelay: 100
            // each register will be polled with a delay of 100 ms

            // read temperature from input register 7
            ModbusRegister {
                id: temperature1
                type: ModbusRegister.Input
                dataType: ModbusRegister.UnsignedSmallInteger
                address: 7
                onDataChanged: console.log("Temperature1", data)
            }
            ModbusRegister {
                id: humidity1
                type: ModbusRegister.Input
                dataType: ModbusRegister.Float
                address: 10
                count: 2
                onDataChanged: console.log("Humidity1", data)
            }
        }

        ModbusSlave {
            address: 2
            pollMode: ModbusSlave.PollRegisterBlocks
            maximumBlockGap: 2
            // both registers will be polled in one request
            // this can reduce traffic significantly if the registers are nearby

            // read temperature from input register 7
            ModbusRegister {
                id: temperature2
                type: ModbusRegister.Input
                dataType: ModbusRegister.UnsignedSmallInteger
                address: 7
                onDataChanged: console.log("Temperature2", data)
            }

            ModbusRegister {
                id: humidity2
                type: ModbusRegister.Input
                dataType: ModbusRegister.Float
                address: 10
                count: 2
                onDataChanged: console.log("Humidity2", data)
            }
        }

        // read all registers from all slaves every 5 seconds
        Polling on slaves { interval: 5000 }
    }
}

ModbusTcpClient

Description

The ModbusTcpClient object implements a Modbus TCP client which communicates with Modbus slaves (servers) via TCP network connections.

› Inherits:ModbusClient
Properties
lowDelay

This property holds whether to optimize the underlying TCP/IP socket for low latency by setting the TCP_NODELAY option and disabling Nagle’s algorithm.

This property was introduced in InCore 2.5.

› Type:Boolean
› Default:false
› Signal:lowDelayChanged()
› Attributes:Writable
networkAddress

This property holds the host address of the Modbus TCP server which to connect to.

› Type:String
› Default:127.0.0.1
› Signal:networkAddressChanged()
› Attributes:Writable
networkPort

This property holds the network port of the Modbus TCP server which to connect to.

› Type:SignedInteger
› Default:502
› Signal:networkPortChanged()
› Attributes:Writable
Example
import InCore.Foundation 2.5
import InCore.Modbus 2.5

Application {

    name: "Modbus TCP client example"

    ModbusTcpClient {
        // set address to connect to
        networkAddress: "192.168.10.19"

        // change retry and timeout configuration
        numberOfRetries: 1
        timeout: 500

        ModbusSlave {
            address: 1

            // define Modbus register for temperature
            ModbusRegister {
                id: temperature
                type: ModbusRegister.Input
                address: 1
                onDataChanged: console.log("Temperature", data)
            }

            // define special Modbus register device name stored as string
            ModbusRegister {
                type: ModbusRegister.Holding
                address: 0x1000
                count: 8
                dataType: ModbusRegister.String
                onDataChanged: console.log("Device name", data)
            }

            // read all registers every 50 ms
            Polling on registers { interval: 50 }
        }

        // print information message when connected
        onConnected: console.log("Connected to Modbus TCP slave")

        // print error message if something goes wrong
        onErrorOccurred: console.log(errorString)
    }
}

ModbusTcpServer

Description

The ModbusTcpServer object implements a Modbus server which communicates with Modbus masters (clients) via TCP network connections.

This object was introduced in InCore 2.0.

› Inherits:ModbusServer
Properties
networkAddress

This property holds the local network address which to listen on for incoming connections. When set to 0.0.0.0 the server will listen on all addresses/interfaces.

› Type:String
› Default:0.0.0.0
› Signal:networkAddressChanged()
› Attributes:Writable
networkPort

This property holds the network port which to listen on for incoming connections.

› Type:SignedInteger
› Default:502
› Signal:networkPortChanged()
› Attributes:Writable
Example
import InCore.Foundation 2.5
import InCore.Modbus 2.5

Application {

    name: "Modbus TCP server/client example"

    Counter {
        id: counter
        running: counterEnabledReg.data
        startValue: 123
    }

    ModbusTcpServer {
        id: server
        address: 1
        networkPort: 1234
        networkAddress: "localhost"

        // expose 3 values at addresses 2…4 through one register definition
        ModbusRegister {
            type: ModbusRegister.Input
            address: 2
            count: 3
            data: [ 123, 456, 789 ]
        }

        ModbusRegister {
            id: counterEnabledReg
            type: ModbusRegister.Holding
            address: 0
            data: false
            onDataChanged: console.log("Counter enabled:", data)
        }

        ModbusRegister {
            id: counterReg
            type: ModbusRegister.Input
            address: 123
            data: counter.value
        }

        ModbusRegister {
            id: messageReg
            type: ModbusRegister.Input
            address: 0x1000
            count: 6
            dataType: ModbusRegister.String
            data: "Hello world!"
        }

        onConnected: console.log("Server accepting connections")
        onErrorOccurred: console.log("Server error:", errorString)
    }

    ModbusTcpClient {
        id: client
        networkAddress: server.networkAddress
        networkPort: server.networkPort

        numberOfRetries: 1
        timeout: 500

        ModbusSlave {
            address: server.address

            ModbusRegister {
                type: counterEnabledReg.type
                address: counterEnabledReg.address
                data: client.state === ModbusTcpClient.ConnectedState
            }

            ModbusRegister {
                type: counterReg.type
                address: counterReg.address
                onDataChanged: console.log( "Counter value:", data)
            }

            ModbusRegister {
                type: messageReg.type
                address: messageReg.address
                count: messageReg.count
                dataType: messageReg.dataType
                onDataChanged: console.log("Message register content:", data)
            }

            Polling on registers { interval: 100 }
        }

        onConnected: console.log("Connected to Modbus TCP slave")
        onErrorOccurred: console.log("Client error:", errorString)
    }
}

InCore Mqtt

Description

The Mqtt module enables you to create applications and devices that can communicate over the MQ telemetry transport (MQTT) protocol. It fully complies to the MQTT protocol specification.

MQTT is a machine-to-machine connectivity protocol that operates on the publish-and-subscribe model. An MQTT client is a program or device that uses MQTT to create a network connection to an MQTT server, also called a broker. Once a connection is created, the client can send messages to the broker. The other clients can subscribe to notifications on particular topics sent by the client.

Objects

MqttAbstractSubscription

Description

The MqttAbstractSubscription object provides common properties and mechanisms for subscription objects.

› Inherits:Object
› Inherited by:MqttSubscription, MqttWildcardSubscription
Properties
autoSubscribe

This property holds whether to subscribe the topics automatically whenever the associated MqttClient successfully established a connection to the MQTT broker.

› Type:Boolean
› Default:true
› Signal:autoSubscribeChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or MqttAbstractSubscription.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
qos

This property holds the Quality of Service to set for the subscribed topics. The QoS level defines how hard the broker will try to ensure that a message is received. MQTT defines three QoS levels:

  • 0: The broker will deliver the message once, with no confirmation. This level could be used, for example, with ambient sensor data where it does not matter if an individual reading is lost as the next one will be published soon after.
  • 1: The broker will deliver the message at least once, with confirmation required.
  • 2: The broker will deliver the message exactly once by using a four step handshake. This level could be used, for example, with billing systems where duplicate or lost messages could lead to incorrect charges being applied.
› Type:SignedInteger
› Default:0
› Signal:qosChanged()
› Attributes:Writable
subscribed

This property holds whether the topics have been subscribed successfully.

› Type:Boolean
› Default:false
› Signal:subscribedChanged()
› Attributes:Readonly
Methods
subscribe()

This method subscribes the configured topics using the parent MqttClient object. Once subscribed the MqttTopic::data properties are updated whenever the MQTT broker receives updates from the topic publisher.

This method usually never has to be called manually. Instead the autoSubscribe property should be left at its default value or set to true.

unsubscribe()

This method unsubscribes the configured topics using the parent MqttClient object. The MqttTopic::data properties will not be updated any longer if the MQTT broker receives updates from the topic publisher.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in MqttAbstractSubscription objects. The most recently occurred error is stored in the error property.

Name Value Description
MqttAbstractSubscription.NoError 0 No error occurred or was detected.
MqttAbstractSubscription.InvalidClient 1 Parent object is not an MqttClient.

MqttBroker

Description

The MqttBroker object creates an MQTT broker listening for connections. An MQTT broker manages the exchange of subscribed and published topics for all connected clients.

› Inherits:Object
Properties
aclFile

This property holds the path to Mosquitto ACL file managed externally via mosquitto_passwd. See the mosquitto.conf man page for details.

This property was introduced in InCore 2.3.

› Type:String
› Signal:aclFileChanged()
› Attributes:Writable
allowAnonymous

This property holds whether clients that connect without providing a username are allowed to connect.

This property was introduced in InCore 2.3.

› Type:Boolean
› Default:true
› Signal:allowAnonymousChanged()
› Attributes:Writable
enabled

This property holds whether the broker is enabled. If set to false the broker process is stopped.

› Type:Boolean
› Default:true
› Signal:enabledChanged()
› Attributes:Writable
internal

This property holds whether the broker should listen for incoming connections on the local loopback interface only. If set to true the broker will not be reachable by other hosts on the network but internal clients such as docker containers (DockerContainer) only.

› Type:Boolean
› Default:true
› Signal:internalChanged()
› Attributes:Writable
maxConnections

This property holds the maximum number of connections which the broker is allowed to manage concurrently.

› Type:SignedInteger
› Default:-1
› Signal:maxConnectionsChanged()
› Attributes:Writable, Optional
passwordFile

This property holds the path to Mosquitto password file managed externally via mosquitto_passwd. See the mosquitto_passwd man page for details.

This property was introduced in InCore 2.3.

› Type:String
› Signal:passwordFileChanged()
› Attributes:Writable
port

This property holds the TCP port number which the broker is listening at for incoming connections.

› Type:SignedInteger
› Default:1883
› Signal:portChanged()
› Attributes:Writable
tlsCaFile

This property holds the path to a TLS/SSL CA file used when establishing encrypted connections to the broker via secure Websockets.

This property was introduced in InCore 2.3.

› Type:String
› Signal:tlsCaFileChanged()
› Attributes:Writable
tlsCertificateFile

This property holds the path to a TLS/SSL certificate file used when establishing encrypted connections to the broker via secure Websockets.

This property was introduced in InCore 2.3.

› Type:String
› Signal:tlsCertificateFileChanged()
› Attributes:Writable
tlsCiphers

This property holds the list of allowed TLS/SSL ciphers for secure Websockets connections, each separated with a colon. Available ciphers can be obtained using the openssl ciphers command.

This property was introduced in InCore 2.3.

› Type:String
› Signal:tlsCiphersChanged()
› Attributes:Writable
tlsKeyFile

This property holds the path to a TLS/SSL key file used when establishing encrypted connections to the broker via secure Websockets.

This property was introduced in InCore 2.3.

› Type:String
› Signal:tlsKeyFileChanged()
› Attributes:Writable
websocketsPort

This property holds the network port number at which to listen for Websockets connections.

This property was introduced in InCore 2.3.

› Type:SignedInteger
› Default:-1
› Signal:websocketsPortChanged()
› Attributes:Writable
Example
import InCore.Foundation 2.5
import InCore.Mqtt 2.5

Application {

    name: "MqttBrokerExample"

    Settings {
        id: settings
        property bool brokerEnabled : true;
    }

    // start an MQTT broker if enabled via settings
    MqttBroker {
        enabled: settings.brokerEnabled
        internal: false
    }
}

MqttClient

Description

The MqttClient object represents the central access communicating with an MQTT broker. An MQTT client is a program or device that uses MQTT to create a network connection to an MQTT server, also called a broker. The connection request must contain a unique client identifier. Optionally, it can contain a Will Topic, Will Message, user name, and password.

Once a connection is created, a client can subscribe to topics via MqttSubscription or publish own topics via MqttPublication.

› Inherits:ObjectArray
Properties
autoConnect

This property holds whether the MQTT client should connect to the MQTT broker automatically. Keeping this option enabled will also make the client reconnect on connection errors.

› Type:Boolean
› Default:true
› Signal:autoConnectChanged()
› Attributes:Writable
cleanSession

This property holds whether a persistent session is used or not. When the clean session flag is set to true, the client does not request a persistent session. If the client reconnects after disconnecting for any reason all information and messages that are queued from a previous session are lost.

› Type:Boolean
› Default:true
› Signal:cleanSessionChanged()
› Attributes:Writable
clientId

This property holds the client’s identifier value. Each client needs to have a unique ID to be able to connect to an MQTT broker. If no client ID is specified it will be generated automatically when a connection is established.

› Type:String
› Signal:clientIdChanged()
› Attributes:Writable
encryptConnection

This property holds whether to open SSL/TLS connections only. If disabled all traffic between MQTT client and broker is transmitted unencrypted and can be read or manipulated by an attacker easily.

› Type:Boolean
› Default:false
› Signal:encryptConnectionChanged()
› Attributes:Writable
error

This property holds the most recent error occured while connecting to an MQTT broker.

› Type:Error
› Default:MqttClient.NoError
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
hostname

This property holds the hostname of the MQTT broker to connect to.

› Type:String
› Signal:hostnameChanged()
› Attributes:Writable
keepAlive

This property holds the interval at which regular ping messages are sent to the broker. Once a connection to a broker is established, the client needs to send frequent updates to propagate it can still be reached. The interval between those updates is specified by this property. The interval is specified in milliseconds. The minimum value is 1000.

› Type:SignedInteger
› Default:60000
› Signal:keepAliveChanged()
› Attributes:Writable
password

This property holds the password used for authenticating to a broker.

› Type:String
› Signal:passwordChanged()
› Attributes:Writable
port

This property holds the port to connect to the MQTT broker.

› Type:SignedInteger
› Default:0
› Signal:portChanged()
› Attributes:Writable
protocolVersion

This property holds the MQTT standard version to use for connections.

› Type:ProtocolVersion
› Default:MqttClient.MQTT_3_1_1
› Signal:protocolVersionChanged()
› Attributes:Writable
state

This property holds the current state of the MQTT client connection. See the State enumeration for more details.

› Type:State
› Default:MqttClient.Disconnected
› Signal:stateChanged()
› Attributes:Readonly
useWebSockets

This property holds whether to use WebSockets for connecting to an MQTT broker supporting WebSockets connections.

This property was introduced in InCore 2.3.

› Type:Boolean
› Default:false
› Signal:useWebSocketsChanged()
› Attributes:Writable
username

This property holds the username used for authenticating to a broker.

› Type:String
› Signal:usernameChanged()
› Attributes:Writable
willMessage

This property holds the payload of a Will Message. See mosquitto.org for more information on Will Messages.

› Type:ArrayBuffer
› Signal:willMessageChanged()
› Attributes:Writable
willQoS

This property holds the QoS (Quality of Service) level for sending the Will Message stored in in the willMessage property.

› Type:SignedInteger
› Default:0
› Signal:willQoSChanged()
› Attributes:Writable, Optional
willRetain

This property holds whether the Will Message should be retained on the broker for future subscribers to receive.

› Type:Boolean
› Default:false
› Signal:willRetainChanged()
› Attributes:Writable
willTopic

This property holds the name of the topic to which to publish the Will Message.

› Type:String
› Signal:willTopicChanged()
› Attributes:Writable
Methods
connectToHost()

This method initiates a connection to the MQTT broker. This method usually should not be called manually in favor of setting the autoConnect property.

connectToHostEncrypted()

This method initiates an encrypted connection to the MQTT broker. This method usually should not be called manually in favor of setting the autoConnect property.

disconnectFromHost()

This method disconnects from the MQTT broker. This method usually should not be called manually in favor of setting the autoConnect property.

requestPing()

This method Sends a ping message to the broker and expects a reply. If the connection is active, the MQTT client will automatically send a ping message at keepAlive intervals. To check whether the ping is successful, connect to the pingResponseReceived() signal. Returns true if the ping request could be sent.

› Returns:Boolean
Signals
brokerSessionRestored()

This signal is emitted after a client has successfully connected to a broker with the cleanSession property set to false, and the broker has restored the session. Sessions can be restored if a client has connected previously using the same clientId.

connected()

This signal is emitted when a connection has been established.

disconnected()

This signal is emitted when a connection has been closed. A connection may be closed when disconnectFromHost() is called or when the broker disconnects.

errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

pingResponseReceived()

This signal is emitted after the broker responds to a requestPing() call or a keepAlive ping message, and the connection is still valid.

Enumerations
Error

This enumeration describes all the possible errors which can occur when connecting to an MQTT broker.

Name Value Description
MqttClient.NoError 0 No error occurred or was detected.
MqttClient.InvalidProtocolVersion 1 Invalid protocol version: the broker does not accept a connection using the specified protocol version.
MqttClient.IdRejected 2 ID rejected: the client ID is malformed. This might be related to its length.
MqttClient.ServerUnavailable 3 Server unavailable: the network connection has been established, but the service is unavailable on the broker side.
MqttClient.BadUsernameOrPassword 4 Bad username or password: the data in the username or password is malformed.
MqttClient.NotAuthorized 5 Not authorized: the client is not authorized to connect.
MqttClient.TransportInvalid 256 Invalid transport: the underlying transport caused an error. For example, the connection might have been interrupted unexpectedly.
MqttClient.ProtocolViolation 257 Protocol violation: the client encountered a protocol violation, and therefore closed the connection.
MqttClient.UnknownError 258 Unknown error: an unknown error occurred.
MqttClient.Mqtt5SpecificError 259 The error is related to MQTT protocol level 5. A reason code might provide more details.
ProtocolVersion

This enumeration describes The protocol version of the MQTT standard to use during communication with a broker.

Name Value Description
MqttClient.MQTT_3_1 3 MQTT Standard 3.1.
MqttClient.MQTT_3_1_1 4 MQTT Standard 3.1.1, publicly referred to as version 4.
MqttClient.MQTT_5_0 5 MQTT Standard 5.0.
State

This enumeration describes specifies the states a client can enter.

Name Value Description
MqttClient.Disconnected 0 The client is disconnected from the broker.
MqttClient.Connecting 1 A connection request has been made, but the broker has not approved the connection yet.
MqttClient.Connected 2 The client is connected to the broker.
Example
import InCore.Foundation 2.5
import InCore.Mqtt 2.5

Application {
    // create an MQTT client which subscribes a topic
    MqttClient {
        clientId: "MqttClientExample"

        // configure broker host parameters
        hostname: "mqtt.inhub.de"
        port: 1883
        username: "inhub"
        password: "mqtt"
        encryptConnection: true
        autoConnect: true

        // use MQTT 5 protocol
        protocolVersion: MqttClient.MQTT_5_0

        // send keepalive messages to broker every 5 seconds
        keepAlive: 5000

        willTopic: "incore/lastWords"
        willMessage: "Good bye!"

        // define example subscription
        MqttSubscription {
            MqttTopic {
                name: "livingRoom/temperature"
                onDataChanged: console.log(name, data)
            }
        }
    }
}

MqttMeasurementWriter

Description

The MqttMeasurementWriter object is a special MqttPublication object which publishes a set of Measurement objects in a certain topic structure or data format. The Object.objectId property of each measurement is used as the corresponding key in the measurements JSON/CBOR array (in MqttMeasurementWriter.JsonMap or MqttMeasurementWriter.CborMap mode) or to construct the topic name (in MqttMeasurementWriter.TopicTree mode).

This object was introduced in InCore 2.5.

› Inherits:MqttPublication
Properties
bufferDatabase

This property holds the database to which the measurements are written temporarily when MeasurementBufferDatabase.buffering is set to true and the MQTT client is not connected to a broker.

› Type:MeasurementBufferDatabase
› Signal:bufferDatabaseChanged()
› Attributes:Readonly
fields

This property holds a combination of MqttMeasurementWriter.Field flags specifying which properties of each Measurement to publish.

› Type:Fields
› Default:enumitem{MqttMeasurementWriter::Field::}
› Signal:fieldsChanged()
› Attributes:Writable
grouping

This property holds whether an additional hierarchy level for measurement groups should be used. When enabled, the Object.objectId associated with the objects is added to topicBaseName or inserted in the JSON/CBOR map.

› Type:Boolean
› Default:false
› Signal:groupingChanged()
› Attributes:Writable
mode

This property holds the mode specifying how the measurements are published.

› Type:MqttMeasurementWriter.Mode
› Default:MqttMeasurementWriter.JsonMap
› Signal:modeChanged()
› Attributes:Writable
topicBaseName

This property holds a string which to prepend to the topic name of all publications.

› Type:String
› Signal:topicBaseNameChanged()
› Attributes:Writable
Enumerations
Fields

This enumeration describes flags for fields which the writer can publish.

Name Value Description
MqttMeasurementWriter.Value 1 publish the DataObject.data property.
MqttMeasurementWriter.Timestamp 2 publish the DataObject.timestamp property.
MqttMeasurementWriter.Name 4 publish the DataObject.name property.
MqttMeasurementWriter.Description 8 publish the DataObject.description property.
MqttMeasurementWriter.Unit 16 publish the Measurement.unit property.
MqttMeasurementWriter.SiPrefix 32 publish the Measurement.siPrefix property.
MqttMeasurementWriter.Decimals 64 publish the Measurement.decimals property.
MqttMeasurementWriter.Range 128 publish the MeasurementView.range property.
Mode

This enumeration describes all supported modes in which the writer can operate.

Name Value Description
MqttMeasurementWriter.TopicTree 0 publish measurements and their properties in subtopics, e.g. topicBaseName/myMeasurement/value (with grouping set to false) or topicBaseName/myGroup/myMeasurement/value (with grouping set to true).
MqttMeasurementWriter.JsonMap 1 publish measurements and their properties as a JSON map.
MqttMeasurementWriter.CborMap 2 publish measurements and their properties as a CBOR map.
Example
import InCore.Foundation 2.5
import InCore.Mqtt 2.5

Application {

    ObjectArray {
        id: measurements
        MeasurementGroup {
            objectId: "weather"
            Measurement {
                objectId: "temperature"
                name: "Temperature"
                data: 25
                dataType: Measurement.Float
                unit: Measurement.DegreeCelsius
                property var t: Timer { onTriggered: parent.data += Math.random() - 0.5 }
            }
            Measurement {
                objectId: "humidity"
                name: "Relative humidity"
                data: 65
                dataType: Measurement.SignedInteger
                unit: "%"
                property var t: Timer { onTriggered: parent.data += Math.random() - 0.5 }
            }
        }
    }

    MqttClient {
        clientId: "MqttMeasurementWriterExample"
        hostname: "localhost"

        MqttMeasurementWriter {
            qos: 1
            retain: true
            topicBaseName: "weather"
            grouping: true
            submitMode: MqttMeasurementWriter.SubmitOnCompleteDataset
            mode: MqttMeasurementWriter.JsonMap
            fields: MqttMeasurementWriter.Timestamp | MqttMeasurementWriter.Value |
                    MqttMeasurementWriter.Name | MqttMeasurementWriter.Unit
            Gather on objects {
                source: measurements
                typeFilter: Measurement {}
            }
        }
    }
}

MqttObjectPublication

Description
› Inherits:MqttPublication
Properties
source
› Type:Object
› Signal:sourceChanged()
› Attributes:Writable
topicBaseName
› Type:String
› Signal:topicBaseNameChanged()
› Attributes:Writable
Example
import InCore.Foundation 2.5
import InCore.Mqtt 2.5

Application {

    Measurement { id: temperature; name: "Temperature"; data: 0.0; unit: "°C"}

    Timer {
        onTriggered: {
            temperature.data = Math.random()
        }
    }

    MqttBroker { }

    MqttClient {
        clientId: "MqttPublicationExample"
        hostname: "localhost"

        MqttObjectPublication {
            retain: true
            source: temperature
        }
    }
}

MqttPublication

Description

The MqttPublication object aggregates DataObject objects as topics to be published through the MQTT broker. Both retain and qos (Quality of Service) properties can be set to be used for all topics.

The parent object must be of type MqttClient.

The inherited DataObjectWriter.submitMode property is initialized to DataObjectWriter.SubmitOnAnyChange which will automatically publish any topic whenever it changes. The submit mode can be changed to e.g. only publish all topics when all of them have been updated (DataObjectWriter.SubmitOnCompleteDataset) or periodically every DataObjectWriter.submitInterval milliseconds (DataObjectWriter.SubmitPeriodically). Manual submission can be implemented through the DataObjectWriter.SubmitManually submit mode and calling publish().

› Inherits:DataObjectWriter
› Inherited by:MqttMeasurementWriter, MqttObjectPublication
Properties
autoPublish

This property holds whether to automatically publish all topics whenever the MQTT client established a connection to the MQTT broker.

› Type:Boolean
› Default:true
› Signal:autoPublishChanged()
› Attributes:Writable
error

This property holds the most recently occurred error or MqttPublication.NoError if no error occurred. If the same error occurs multiple times this property does not change. Use the errorOccurred() signal to detect multiple occurrences of the same error.

› Type:Error
› Signal:errorChanged()
› Attributes:Readonly
errorString

This property holds the current human readable error string corresponding to the current value in the error property. It may include additional information such as failure reasons or locations.

› Type:String
› Signal:errorStringChanged()
› Attributes:Readonly
qos

This property holds the Quality of Service to set for the published topics. The QoS level defines how hard the client will try to ensure that a message is received. MQTT defines three QoS levels:

  • 0: The client will deliver the message once, with no confirmation. This level could be used, for example, with ambient sensor data where it does not matter if an individual reading is lost as the next one will be published soon after.
  • 1: The client will deliver the message at least once, with confirmation required.
  • 2: The client will deliver the message exactly once by using a four step handshake. This level could be used, for example, with billing systems where duplicate or lost messages could lead to incorrect charges being applied.
› Type:SignedInteger
› Default:0
› Signal:qosChanged()
› Attributes:Writable
retain

This property holds whether to retain messages for new subscribers. See mosquitto.org for more information on retained messages.

› Type:Boolean
› Default:false
› Signal:retainChanged()
› Attributes:Writable
Methods
publish()

This method publishes all topics manually. This is usually not required as a topic is published automatically whenever its DataObject.data property is changed and the DataObjectWriter.submitMode property is set to its default value DataObjectWriter.SubmitOnAnyChange.

Signals
errorOccurred()

This signal is emitted whenever an error has occurred, regardless of whether the error property has changed or not. In contrast to the change notification signal of the error property this signal is also emitted several times if a certain error occurs several times in succession.

Enumerations
Error

This enumeration describes all errors which can occur in MqttPublication objects. The most recently occurred error is stored in the error property.

Name Value Description
MqttPublication.NoError 0 No error occurred or was detected.
MqttPublication.InvalidClient 1 Parent object is not an MqttClient.
MqttPublication.EmptyTopicBasename 2 Topic base name not set.
Example
import InCore.Foundation 2.5
import InCore.Mqtt 2.5

Application {
    System {
        id: system
        Polling on deviceTemperature { interval: 5000 }
    }

    DateTime {
        id: dateTime
        dateFormat: DateTime.FormatISO
    }

    Counter {
        id: counter
        interval: 1000
    }

    MqttClient {
        clientId: "MqttPublicationExample"
        hostname: "localhost"

        MqttPublication {
            qos: 1
            retain: false

            // publish current device temperature which is polled and updated every 5 seconds
            MqttTopic {
                name: "incore/temperature"
                data: system.deviceTemperature
            }

            MqttTopic {
                name: "incore/foo/counter"
                data: counter.value
            }

            // publish current date string on every change (i.e. every second)
            MqttTopic {
                name: "incore/bar/date"
                dataType: MqttTopic.DateTime
                data: dateTime.string
            }

            // publish array as comma separated string list
            MqttTopic {
                name: "incore/array"
                dataType: MqttTopic.StringList
                data: [ 1, 2, 3 ]
            }
        }
    }
}

MqttSubscription

Description

The MqttSubscription object manages subscriptions of one or multiple MQTT topics published by another instance on the MQTT broker. Unless disabled explicitely via the MqttAbstractSubscription.autoSubscribe property all topics are subscribed automatically.

The parent object must be of type MqttClient.

› Inherits:MqttAbstractSubscription
Properties
topics

This property holds a list of MQTT topics to subscribe.

› Type:List<MqttTopic>
› Signal:topicsChanged()
› Attributes:Readonly
Signals
topicsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the topics list itself emitted the dataChanged() signal.

Example
import InCore.Foundation 2.5
import InCore.Mqtt 2.5

Application {
    MqttClient {
        clientId: "MqttSubscriptionExample"
        hostname: "localhost"

        MqttSubscription {
            qos: 1
            onSubscribedChanged: console.log("Subscribed to topics")

            MqttTopic {
                name: "incore/temperature"
                dataType: MqttTopic.Float
                onDataChanged: console.log("Device temperature changed to", data)
            }

            MqttTopic {
                name: "incore/foo/counter"
                onDataChanged: console.log("Counter changed to", data)
            }

            MqttTopic {
                name: "incore/bar/date"
                dataType: DataObject.DateTime
                onDataChanged: console.log("Date changed to", data)
            }

            MqttTopic {
                name: "incore/array"
                dataType: DataObject.StringList
                onDataChanged: console.log("Array data:", data)
            }

        }
    }
}

MqttTopic

Description

The MqttTopic object represents an MQTT topic identified by its name. MQTT topics can be either subscribed or published and need to be specified within MqttSubscription or MqttPublication objects.

The DataObject.name property holds the name of the topic, e.g. machine/sensor0. More information on MQTT topic names is available at mosquitto.org.

The DataObject.data property holds the data to publish or the subscribed (received) data.

› Inherits:DataObject
Properties
Example

See MqttClient example on how to use MqttTopic.

MqttWildcardSubscription

Description

The MqttWildcardSubscription object subscribes to an MQTT wildcard topic specified in the name property and provides the received data in the data property. The names of all received topics are available in the topics property.

The parent object must be of type MqttClient.

This object was introduced in InCore 2.3.

› Inherits:MqttAbstractSubscription
Properties
data

This property holds a map with the data of all topics matching the wildcard topic name.

› Type:Map
› Signal:dataChanged()
› Attributes:Readonly
dataType

This property holds the data type which to convert the payload of incoming messages automatically. If not specified, the payload will not be converted and inserted as raw data in the data map or passed as raw data to the valueReceived() signal.

This property was introduced in InCore 2.4.

› Type:DataObject.DataType
› Default:DataObject.Invalid
› Signal:dataTypeChanged()
› Attributes:Writable
mode

This property holds the mode which specifies how to process incoming messages. See the MqttWildcardSubscription.Mode enumeration for details.

› Type:Mode
› Default:MqttWildcardSubscription.UpdateDataMap
› Signal:modeChanged()
› Attributes:Writable
name

This property holds the name of the wildcard topic to subscribe.

› Type:String
› Signal:nameChanged()
› Attributes:Writable
topics

This property holds a list of names with all received topics matching the wildcard topic name.

› Type:StringList
› Signal:topicsChanged()
› Attributes:Readonly
Signals
valueReceived(String topicName, Variant value)

This signal is emitted whenever a new value has been received and mode is set to MqttWildcardSubscription.ReceiveValues. The name of the topic and the actual value are passed.

This signal was introduced in InCore 2.4.

Enumerations
Mode

This enumeration describes all supported modes for processing incoming messages

This enumeration was introduced in InCore 2.4.

Name Value Description
MqttWildcardSubscription.UpdateDataMap 0 Update the data map property. Use bindings to individual subproperties of the data property to use the actual data or react to xxxChanged() signals (see example).
MqttWildcardSubscription.ReceiveValues 1 Emits the valueReceived() signal on every incoming message. In this mode, the data map is not updated which can improve performance if you only need to process incoming (possibly converted) data value directly anyway.
Example
import InCore.Foundation 2.5
import InCore.Mqtt 2.5

Application {
    MqttClient {
        clientId: "MqttWildcardSubscriptionExample"
        hostname: "localhost"

        MqttWildcardSubscription {
            id: allTopics
            name: "#"
            onTopicsChanged: console.log("Names of all published topics:", topics)
            property var counter: topics.includes("incore/foo/counter") ? parseInt(data.incore.foo.counter) : 0
            onCounterChanged: console.log("Counter:", counter)
        }
        MqttWildcardSubscription {
            name: "incore/+/date"
            dataType: MqttTopic.DateTime
            mode: MqttWildcardSubscription.ReceiveValues
            onValueReceived: console.log("Date:", value)
        }

        MqttWildcardSubscription {
            id: measurements
            dataType: MqttTopic.Float
            name: "measurements/#"
        }
    }

    ObjectArray {
        Repeater on objects {
            model: measurements.topics
            Measurement {
                objectId: modelData
                data: measurements.data[modelData]
                onDataChanged: console.log("Measurement value:", objectId, data)
            }
        }
    }
}

InCore OpcUa

Description

The OPC UA module provides a full OPC UA client and server implementation based on open62541 and the Qt OPC UA module. Please refer to the Qt OPC UA QML Types documentation for further information.

Objects

OpcUaAttributeOperand

Description

Please refer to the Qt OPC UA AttributeOperand QML type documentation.

Properties
alias

Please refer to the Qt OPC UA AttributeOperand QML type documentation.

› Attributes:Writable
browsePath

Please refer to the Qt OPC UA AttributeOperand QML type documentation.

› Attributes:Readonly
indexRange

Please refer to the Qt OPC UA AttributeOperand QML type documentation.

› Attributes:Writable
nodeAttribute

Please refer to the Qt OPC UA AttributeOperand QML type documentation.

› Attributes:Writable
typeId

Please refer to the Qt OPC UA AttributeOperand QML type documentation.

› Attributes:Writable

OpcUaClient

Description

The OpcUaClient object is a container object for all OPC UA related objects. It is required to directly instantiate objects from the Qt OPC UA QML module. Alternatively these objects can be used as properties within any InCore object.

› Inherits:Object
Properties
objects

This property holds a list of OPC UA related objects, such as OpcUaClientConnection.

› Type:List<Object>
› Signal:objectsChanged()
› Attributes:Readonly
Signals
objectsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the objects list itself emitted the dataChanged() signal.

Example
import InCore.Foundation 2.5
import InCore.OpcUa 2.5

Application {
    OpcUaClient {
        OpcUaClientConnection {
            // ...
        }

        OpcUaClientNodeId {
            identifier: "s=Machine"
            ns: "Example Namespace"
            id: machineNodeId
        }

        OpcUaClientValueNode {
            nodeId: OpcUaClientRelativeNodeId {
                startNode: machineNodeId
                path: [ OpcUaClientRelativeNodePath { ns: "Example Namespace"; browseName: "Example Value" } ]
            }
            onValueChanged: console.log("Example value", value)
        }
    }
}

OpcUaClientConnection

Description

Please refer to the Qt OPC UA Connection QML type documentation.

Properties
authenticationInformation

Please refer to the Qt OPC UA Connection QML type documentation.

› Attributes:Writable
availableBackends

Please refer to the Qt OPC UA Connection QML type documentation.

› Attributes:Readonly
backend

Please refer to the Qt OPC UA Connection QML type documentation.

› Attributes:Writable
connected

Please refer to the Qt OPC UA Connection QML type documentation.

› Attributes:Readonly
connection

Please refer to the Qt OPC UA Connection QML type documentation.

› Attributes:Writable
currentEndpoint

Please refer to the Qt OPC UA Connection QML type documentation.

› Attributes:Readonly
defaultConnection

Please refer to the Qt OPC UA Connection QML type documentation.

› Attributes:Writable
namespaces

Please refer to the Qt OPC UA Connection QML type documentation.

› Attributes:Readonly
supportedSecurityPolicies

Please refer to the Qt OPC UA Connection QML type documentation.

› Attributes:Readonly
supportedUserTokenTypes

Please refer to the Qt OPC UA Connection QML type documentation.

› Attributes:Readonly
Methods
connectToEndpoint(OpcUaClientEndpointDescription endpointDescription)

Please refer to the Qt OPC UA Connection QML type documentation.

disconnectFromEndpoint()

Please refer to the Qt OPC UA Connection QML type documentation.

readNodeAttributes(JSValue value)

Please refer to the Qt OPC UA Connection QML type documentation.

› Returns:Boolean
writeNodeAttributes(JSValue value)

Please refer to the Qt OPC UA Connection QML type documentation.

› Returns:Boolean
Signals
readNodeAttributesFinished(Variant value)

Please refer to the Qt OPC UA Connection QML type documentation.

writeNodeAttributesFinished(Variant value)

Please refer to the Qt OPC UA Connection QML type documentation.

Example

See OpcUaClient example on how to use OpcUaClientConnection.

OpcUaClientMethodArgument

Description

Please refer to the Qt OPC UA MethodArgument QML type documentation.

Overview
Properties
Properties
type

Please refer to the Qt OPC UA MethodArgument QML type documentation.

› Attributes:Writable
value

Please refer to the Qt OPC UA MethodArgument QML type documentation.

› Attributes:Writable
Example

See OpcUaClientMethodNode example on how to use OpcUaClientMethodArgument.

OpcUaClientMethodNode

Description

Please refer to the Qt OPC UA MethodNode QML type documentation.

Properties
inputArguments

Please refer to the Qt OPC UA MethodNode QML type documentation.

› Attributes:Readonly
objectNodeId

Please refer to the Qt OPC UA MethodNode QML type documentation.

› Attributes:Writable
outputArguments

Please refer to the Qt OPC UA MethodNode QML type documentation.

› Attributes:Readonly
resultStatus

Please refer to the Qt OPC UA MethodNode QML type documentation.

› Attributes:Readonly
Methods
callMethod()

Please refer to the Qt OPC UA MethodNode QML type documentation.

Example
import InCore.Foundation 2.5
import InCore.OpcUa 2.5

Application {
    OpcUaClient {
        OpcUaClientConnection {
            // ...
        }

        OpcUaClientMethodNode {
            id: pingMethod
            nodeId: OpcUaClientNodeId { identifier: "s=Machine.Ping"; ns: "Example Namespace" }
            objectNodeId: OpcUaClientNodeId { identifier: "s=Machine"; ns: "Example Namespace" }

            inputArguments: [
                OpcUaClientMethodArgument {
                    value: 123.456
                    type: OpcUaType.Double
                },
                OpcUaClientMethodArgument {
                    value: "Hello world"
                    type: OpcUaType.String
                }
            ]
            onOutputArgumentsChanged: console.log("Method returned", JSON.stringify(outputArguments))
        }
    }

    Timer {
        onTriggered: pingMethod.callMethod()
    }
}

OpcUaClientNode

Description

Please refer to the Qt OPC UA Node QML type documentation.

› Inherited by:OpcUaClientMethodNode, OpcUaClientValueNode
Properties
browseName

Please refer to the Qt OPC UA Node QML type documentation.

› Attributes:Writable
connection

Please refer to the Qt OPC UA Node QML type documentation.

› Attributes:Writable
description

Please refer to the Qt OPC UA Node QML type documentation.

› Attributes:Writable
displayName

Please refer to the Qt OPC UA Node QML type documentation.

› Attributes:Writable
errorMessage

Please refer to the Qt OPC UA Node QML type documentation.

› Attributes:Readonly
eventFilter

Please refer to the Qt OPC UA Node QML type documentation.

› Attributes:Writable
nodeClass

Please refer to the Qt OPC UA Node QML type documentation.

› Attributes:Readonly
nodeId

Please refer to the Qt OPC UA Node QML type documentation.

› Attributes:Writable
readyToUse

Please refer to the Qt OPC UA Node QML type documentation.

› Attributes:Readonly
status

Please refer to the Qt OPC UA Node QML type documentation.

› Attributes:Readonly
Methods
getServerTimestamp(OpcUaNodeAttribute.NodeAttribute)

Please refer to the Qt OPC UA Node QML type documentation.

› Returns:DateTime
getSourceTimestamp(OpcUaNodeAttribute.NodeAttribute)

Please refer to the Qt OPC UA Node QML type documentation.

› Returns:DateTime
Signals
eventOccurred(List values)

Please refer to the Qt OPC UA Node QML type documentation.

Enumerations
Status

Please refer to the Qt OPC UA Node QML type documentation. Example *** See OpcUaClient example on how to use OpcUaClientNode.

OpcUaClientNodeId

Description

Please refer to the Qt OPC UA NodeId QML type documentation.

Overview
Properties
Properties
identifier

Please refer to the Qt OPC UA NodeId QML type documentation.

› Attributes:Writable
ns

Please refer to the Qt OPC UA NodeId QML type documentation.

› Attributes:Writable
Example

See OpcUaClient example on how to use OpcUaClientNodeId.

OpcUaClientNodeIdType

Description

Please refer to the Qt OPC UA NodeIdType QML type documentation.

› Inherited by:OpcUaClientNodeId, OpcUaClientRelativeNodeId
Overview
Properties

OpcUaClientRelativeNodeId

Description

Please refer to the Qt OPC UA RelativeNodeId QML type documentation.

Overview
Properties
Methods
Properties
path

Please refer to the Qt OPC UA RelativeNodeId QML type documentation.

› Attributes:Readonly
startNode

Please refer to the Qt OPC UA RelativeNodeId QML type documentation.

› Attributes:Writable
Example

See OpcUaClient example on how to use OpcUaClientRelativeNodeId.

OpcUaClientRelativeNodePath

Description

Please refer to the Qt OPC UA RelativeNodePath QML type documentation.

Properties
browseName

Please refer to the Qt OPC UA RelativeNodePath QML type documentation.

› Attributes:Writable
includeSubtypes

Please refer to the Qt OPC UA RelativeNodePath QML type documentation.

› Attributes:Writable
isInverse

Please refer to the Qt OPC UA RelativeNodePath QML type documentation.

› Attributes:Writable
ns

Please refer to the Qt OPC UA RelativeNodePath QML type documentation.

› Attributes:Writable
referenceType

Please refer to the Qt OPC UA RelativeNodePath QML type documentation.

› Attributes:Writable
Example

See OpcUaClient example on how to use OpcUaClientRelativeNodePath.

OpcUaClientValueNode

Description

Please refer to the Qt OPC UA ValueNode QML type documentation.

Properties
filter

Please refer to the Qt OPC UA ValueNode QML type documentation.

› Attributes:Writable
monitored

Please refer to the Qt OPC UA ValueNode QML type documentation.

› Attributes:Writable
publishingInterval

Please refer to the Qt OPC UA ValueNode QML type documentation.

› Attributes:Writable
serverTimestamp

Please refer to the Qt OPC UA ValueNode QML type documentation.

› Attributes:Readonly
sourceTimestamp

Please refer to the Qt OPC UA ValueNode QML type documentation.

› Attributes:Readonly
value

Please refer to the Qt OPC UA ValueNode QML type documentation.

› Attributes:Writable
valueType

Please refer to the Qt OPC UA ValueNode QML type documentation.

› Attributes:Writable
Signals
dataChangeOccurred(Variant value)

Please refer to the Qt OPC UA ValueNode QML type documentation.

Example

See OpcUaClient example on how to use OpcUaClientValueNode.

OpcUaDataChangeFilter

Description

Please refer to the Qt OPC UA DataChangeFilter QML type documentation.

Properties
deadbandType

Please refer to the Qt OPC UA DataChangeFilter QML type documentation.

› Attributes:Writable
deadbandValue

Please refer to the Qt OPC UA DataChangeFilter QML type documentation.

› Attributes:Writable
trigger

Please refer to the Qt OPC UA DataChangeFilter QML type documentation.

› Attributes:Writable
Enumerations
DataChangeTrigger

Please refer to the Qt OPC UA DataChangeFilter QML type documentation.

DeadbandType

Please refer to the Qt OPC UA DataChangeFilter QML type documentation.

OpcUaElementOperand

Description

Please refer to the Qt OPC UA ElementOperand QML type documentation.

Overview
Properties
Properties
index

Please refer to the Qt OPC UA ElementOperand QML type documentation.

› Attributes:Writable

OpcUaEndpointDiscovery

Description

Please refer to the Qt OPC UA EndpointDiscovery QML type documentation.

Overview
Methods
Properties
connection

Please refer to the Qt OPC UA EndpointDiscovery QML type documentation.

› Attributes:Writable
count

Please refer to the Qt OPC UA EndpointDiscovery QML type documentation.

› Attributes:Readonly
serverUrl

Please refer to the Qt OPC UA EndpointDiscovery QML type documentation.

› Attributes:Writable
status

Please refer to the Qt OPC UA EndpointDiscovery QML type documentation.

› Attributes:Readonly
Methods
at(SignedInteger row)

Please refer to the Qt OPC UA EndpointDiscovery QML type documentation.

› Returns:OpcUaClientEndpointDescription
Example
import InCore.Foundation 2.5
import InCore.OpcUa 2.5

Application {
    OpcUaClient {
        OpcUaEndpointDiscovery {
            serverUrl: "opc.tcp://192.168.1.2:4840"
            onEndpointsChanged: {
                if (status.isGood) {
                    if (status.status === OpcUaStatus.GoodCompletesAsynchronusly)
                        return; // wait until finished
                    if (count > 0) {
                        console.log("Using endpoint", at(0).endpointUrl, at(0).securityPolicy);
                        connection.connectToEndpoint(at(0));
                    } else {
                        console.log("No endpoints retrieved")
                    }
                } else {
                    console.log("Error fetching endpoints:", status.status);
                }
            }
        }

        OpcUaClientConnection {
            id: connection
            backend: availableBackends[0]
            defaultConnection: true
        }
    }
}

OpcUaEventFilter

Description

Please refer to the Qt OPC UA EventFilter QML type documentation.

Overview
Properties
Properties
select

Please refer to the Qt OPC UA EventFilter QML type documentation.

› Attributes:Readonly
where

Please refer to the Qt OPC UA EventFilter QML type documentation.

› Attributes:Readonly

OpcUaFilterElement

Description

Please refer to the Qt OPC UA FilterElement QML type documentation.

Overview
Enumerations
Properties
firstOperand

Please refer to the Qt OPC UA FilterElement QML type documentation.

› Attributes:Writable
operator

Please refer to the Qt OPC UA FilterElement QML type documentation.

› Attributes:Writable
secondOperand

Please refer to the Qt OPC UA FilterElement QML type documentation.

› Attributes:Writable
Enumerations
FilterOperator

Please refer to the Qt OPC UA FilterElement QML type documentation.

OpcUaLiteralOperand

Description

Please refer to the Qt OPC UA LiteralOperand QML type documentation.

Overview
Properties
Properties
type

Please refer to the Qt OPC UA LiteralOperand QML type documentation.

› Attributes:Writable
value

Please refer to the Qt OPC UA LiteralOperand QML type documentation.

› Attributes:Writable

OpcUaLocalizedText

Description
› Inherits:Object
Properties
locale
› Type:String
› Default:en-US
› Signal:localeChanged()
› Attributes:Writable
text
› Type:String
› Signal:textChanged()
› Attributes:Writable

OpcUaNS0

Description

The OpcUaNS0 object provides constants for all node ID types from the OPC UA namespace 0

This object was introduced in InCore 2.4.

› Inherits:Object
Properties
Enumerations
Type
Name Value
OpcUaNS0.Unknown 0
OpcUaNS0.Boolean 1
OpcUaNS0.SByte 2
OpcUaNS0.Byte 3
OpcUaNS0.Int16 4
OpcUaNS0.UInt16 5
OpcUaNS0.Int32 6
OpcUaNS0.UInt32 7
OpcUaNS0.Int64 8
OpcUaNS0.UInt64 9
OpcUaNS0.Float 10
OpcUaNS0.Double 11
OpcUaNS0.String 12
OpcUaNS0.DateTime 13
OpcUaNS0.Guid 14
OpcUaNS0.ByteString 15
OpcUaNS0.XmlElement 16
OpcUaNS0.NodeId 17
OpcUaNS0.ExpandedNodeId 18
OpcUaNS0.StatusCode 19
OpcUaNS0.QualifiedName 20
OpcUaNS0.LocalizedText 21
OpcUaNS0.Structure 22
OpcUaNS0.DataValue 23
OpcUaNS0.BaseDataType 24
OpcUaNS0.DiagnosticInfo 25
OpcUaNS0.Number 26
OpcUaNS0.Integer 27
OpcUaNS0.UInteger 28
OpcUaNS0.Enumeration 29
OpcUaNS0.Image 30
OpcUaNS0.References 31
OpcUaNS0.NonHierarchicalReferences 32
OpcUaNS0.HierarchicalReferences 33
OpcUaNS0.HasChild 34
OpcUaNS0.Organizes 35
OpcUaNS0.HasEventSource 36
OpcUaNS0.HasModellingRule 37
OpcUaNS0.HasEncoding 38
OpcUaNS0.HasDescription 39
OpcUaNS0.HasTypeDefinition 40
OpcUaNS0.GeneratesEvent 41
OpcUaNS0.Aggregates 44
OpcUaNS0.HasSubtype 45
OpcUaNS0.HasProperty 46
OpcUaNS0.HasComponent 47
OpcUaNS0.HasNotifier 48
OpcUaNS0.HasOrderedComponent 49
OpcUaNS0.Decimal 50
OpcUaNS0.FromState 51
OpcUaNS0.ToState 52
OpcUaNS0.HasCause 53
OpcUaNS0.HasEffect 54
OpcUaNS0.HasHistoricalConfiguration 56
OpcUaNS0.BaseObjectType 58
OpcUaNS0.FolderType 61
OpcUaNS0.BaseVariableType 62
OpcUaNS0.BaseDataVariableType 63
OpcUaNS0.PropertyType 68
OpcUaNS0.DataTypeDescriptionType 69
OpcUaNS0.DataTypeDictionaryType 72
OpcUaNS0.DataTypeSystemType 75
OpcUaNS0.DataTypeEncodingType 76
OpcUaNS0.ModellingRuleType 77
OpcUaNS0.ModellingRule_Mandatory 78
OpcUaNS0.ModellingRule_Optional 80
OpcUaNS0.ModellingRule_ExposesItsArray 83
OpcUaNS0.RootFolder 84
OpcUaNS0.ObjectsFolder 85
OpcUaNS0.TypesFolder 86
OpcUaNS0.ViewsFolder 87
OpcUaNS0.ObjectTypesFolder 88
OpcUaNS0.VariableTypesFolder 89
OpcUaNS0.DataTypesFolder 90
OpcUaNS0.ReferenceTypesFolder 91
OpcUaNS0.XmlSchema_TypeSystem 92
OpcUaNS0.OPCBinarySchema_TypeSystem 93
OpcUaNS0.PermissionType 94
OpcUaNS0.AccessRestrictionType 95
OpcUaNS0.RolePermissionType 96
OpcUaNS0.DataTypeDefinition 97
OpcUaNS0.StructureType 98
OpcUaNS0.StructureDefinition 99
OpcUaNS0.EnumDefinition 100
OpcUaNS0.StructureField 101
OpcUaNS0.EnumField 102
OpcUaNS0.DataTypeDescriptionType_DataTypeVersion 104
OpcUaNS0.DataTypeDescriptionType_DictionaryFragment 105
OpcUaNS0.DataTypeDictionaryType_DataTypeVersion 106
OpcUaNS0.DataTypeDictionaryType_NamespaceUri 107
OpcUaNS0.ModellingRuleType_NamingRule 111
OpcUaNS0.ModellingRule_Mandatory_NamingRule 112
OpcUaNS0.ModellingRule_Optional_NamingRule 113
OpcUaNS0.ModellingRule_ExposesItsArray_NamingRule 114
OpcUaNS0.HasSubStateMachine 117
OpcUaNS0.NamingRuleType 120
OpcUaNS0.DataTypeDefinition_Encoding_DefaultBinary 121
OpcUaNS0.StructureDefinition_Encoding_DefaultBinary 122
OpcUaNS0.EnumDefinition_Encoding_DefaultBinary 123
OpcUaNS0.DataSetMetaDataType_Encoding_DefaultBinary 124
OpcUaNS0.DataTypeDescription_Encoding_DefaultBinary 125
OpcUaNS0.StructureDescription_Encoding_DefaultBinary 126
OpcUaNS0.EnumDescription_Encoding_DefaultBinary 127
OpcUaNS0.RolePermissionType_Encoding_DefaultBinary 128
OpcUaNS0.HasArgumentDescription 129
OpcUaNS0.HasOptionalInputArgumentDescription 131
OpcUaNS0.IdType 256
OpcUaNS0.NodeClass 257
OpcUaNS0.Node 258
OpcUaNS0.Node_Encoding_DefaultXml 259
OpcUaNS0.Node_Encoding_DefaultBinary 260
OpcUaNS0.ObjectNode 261
OpcUaNS0.ObjectNode_Encoding_DefaultXml 262
OpcUaNS0.ObjectNode_Encoding_DefaultBinary 263
OpcUaNS0.ObjectTypeNode 264
OpcUaNS0.ObjectTypeNode_Encoding_DefaultXml 265
OpcUaNS0.ObjectTypeNode_Encoding_DefaultBinary 266
OpcUaNS0.VariableNode 267
OpcUaNS0.VariableNode_Encoding_DefaultXml 268
OpcUaNS0.VariableNode_Encoding_DefaultBinary 269
OpcUaNS0.VariableTypeNode 270
OpcUaNS0.VariableTypeNode_Encoding_DefaultXml 271
OpcUaNS0.VariableTypeNode_Encoding_DefaultBinary 272
OpcUaNS0.ReferenceTypeNode 273
OpcUaNS0.ReferenceTypeNode_Encoding_DefaultXml 274
OpcUaNS0.ReferenceTypeNode_Encoding_DefaultBinary 275
OpcUaNS0.MethodNode 276
OpcUaNS0.MethodNode_Encoding_DefaultXml 277
OpcUaNS0.MethodNode_Encoding_DefaultBinary 278
OpcUaNS0.ViewNode 279
OpcUaNS0.ViewNode_Encoding_DefaultXml 280
OpcUaNS0.ViewNode_Encoding_DefaultBinary 281
OpcUaNS0.DataTypeNode 282
OpcUaNS0.DataTypeNode_Encoding_DefaultXml 283
OpcUaNS0.DataTypeNode_Encoding_DefaultBinary 284
OpcUaNS0.ReferenceNode 285
OpcUaNS0.ReferenceNode_Encoding_DefaultXml 286
OpcUaNS0.ReferenceNode_Encoding_DefaultBinary 287
OpcUaNS0.IntegerId 288
OpcUaNS0.Counter 289
OpcUaNS0.Duration 290
OpcUaNS0.NumericRange 291
OpcUaNS0.UtcTime 294
OpcUaNS0.LocaleId 295
OpcUaNS0.Argument 296
OpcUaNS0.Argument_Encoding_DefaultXml 297
OpcUaNS0.Argument_Encoding_DefaultBinary 298
OpcUaNS0.StatusResult 299
OpcUaNS0.StatusResult_Encoding_DefaultXml 300
OpcUaNS0.StatusResult_Encoding_DefaultBinary 301
OpcUaNS0.MessageSecurityMode 302
OpcUaNS0.UserTokenType 303
OpcUaNS0.UserTokenPolicy 304
OpcUaNS0.UserTokenPolicy_Encoding_DefaultXml 305
OpcUaNS0.UserTokenPolicy_Encoding_DefaultBinary 306
OpcUaNS0.ApplicationType 307
OpcUaNS0.ApplicationDescription 308
OpcUaNS0.ApplicationDescription_Encoding_DefaultXml 309
OpcUaNS0.ApplicationDescription_Encoding_DefaultBinary 310
OpcUaNS0.ApplicationInstanceCertificate 311
OpcUaNS0.EndpointDescription 312
OpcUaNS0.EndpointDescription_Encoding_DefaultXml 313
OpcUaNS0.EndpointDescription_Encoding_DefaultBinary 314
OpcUaNS0.SecurityTokenRequestType 315
OpcUaNS0.UserIdentityToken 316
OpcUaNS0.UserIdentityToken_Encoding_DefaultXml 317
OpcUaNS0.UserIdentityToken_Encoding_DefaultBinary 318
OpcUaNS0.AnonymousIdentityToken 319
OpcUaNS0.AnonymousIdentityToken_Encoding_DefaultXml 320
OpcUaNS0.AnonymousIdentityToken_Encoding_DefaultBinary 321
OpcUaNS0.UserNameIdentityToken 322
OpcUaNS0.UserNameIdentityToken_Encoding_DefaultXml 323
OpcUaNS0.UserNameIdentityToken_Encoding_DefaultBinary 324
OpcUaNS0.X509IdentityToken 325
OpcUaNS0.X509IdentityToken_Encoding_DefaultXml 326
OpcUaNS0.X509IdentityToken_Encoding_DefaultBinary 327
OpcUaNS0.EndpointConfiguration 331
OpcUaNS0.EndpointConfiguration_Encoding_DefaultXml 332
OpcUaNS0.EndpointConfiguration_Encoding_DefaultBinary 333
OpcUaNS0.BuildInfo 338
OpcUaNS0.BuildInfo_Encoding_DefaultXml 339
OpcUaNS0.BuildInfo_Encoding_DefaultBinary 340
OpcUaNS0.SignedSoftwareCertificate 344
OpcUaNS0.SignedSoftwareCertificate_Encoding_DefaultXml 345
OpcUaNS0.SignedSoftwareCertificate_Encoding_DefaultBinary 346
OpcUaNS0.AttributeWriteMask 347
OpcUaNS0.NodeAttributesMask 348
OpcUaNS0.NodeAttributes 349
OpcUaNS0.NodeAttributes_Encoding_DefaultXml 350
OpcUaNS0.NodeAttributes_Encoding_DefaultBinary 351
OpcUaNS0.ObjectAttributes 352
OpcUaNS0.ObjectAttributes_Encoding_DefaultXml 353
OpcUaNS0.ObjectAttributes_Encoding_DefaultBinary 354
OpcUaNS0.VariableAttributes 355
OpcUaNS0.VariableAttributes_Encoding_DefaultXml 356
OpcUaNS0.VariableAttributes_Encoding_DefaultBinary 357
OpcUaNS0.MethodAttributes 358
OpcUaNS0.MethodAttributes_Encoding_DefaultXml 359
OpcUaNS0.MethodAttributes_Encoding_DefaultBinary 360
OpcUaNS0.ObjectTypeAttributes 361
OpcUaNS0.ObjectTypeAttributes_Encoding_DefaultXml 362
OpcUaNS0.ObjectTypeAttributes_Encoding_DefaultBinary 363
OpcUaNS0.VariableTypeAttributes 364
OpcUaNS0.VariableTypeAttributes_Encoding_DefaultXml 365
OpcUaNS0.VariableTypeAttributes_Encoding_DefaultBinary 366
OpcUaNS0.ReferenceTypeAttributes 367
OpcUaNS0.ReferenceTypeAttributes_Encoding_DefaultXml 368
OpcUaNS0.ReferenceTypeAttributes_Encoding_DefaultBinary 369
OpcUaNS0.DataTypeAttributes 370
OpcUaNS0.DataTypeAttributes_Encoding_DefaultXml 371
OpcUaNS0.DataTypeAttributes_Encoding_DefaultBinary 372
OpcUaNS0.ViewAttributes 373
OpcUaNS0.ViewAttributes_Encoding_DefaultXml 374
OpcUaNS0.ViewAttributes_Encoding_DefaultBinary 375
OpcUaNS0.AddNodesItem 376
OpcUaNS0.AddNodesItem_Encoding_DefaultXml 377
OpcUaNS0.AddNodesItem_Encoding_DefaultBinary 378
OpcUaNS0.AddReferencesItem 379
OpcUaNS0.AddReferencesItem_Encoding_DefaultXml 380
OpcUaNS0.AddReferencesItem_Encoding_DefaultBinary 381
OpcUaNS0.DeleteNodesItem 382
OpcUaNS0.DeleteNodesItem_Encoding_DefaultXml 383
OpcUaNS0.DeleteNodesItem_Encoding_DefaultBinary 384
OpcUaNS0.DeleteReferencesItem 385
OpcUaNS0.DeleteReferencesItem_Encoding_DefaultXml 386
OpcUaNS0.DeleteReferencesItem_Encoding_DefaultBinary 387
OpcUaNS0.SessionAuthenticationToken 388
OpcUaNS0.RequestHeader 389
OpcUaNS0.RequestHeader_Encoding_DefaultXml 390
OpcUaNS0.RequestHeader_Encoding_DefaultBinary 391
OpcUaNS0.ResponseHeader 392
OpcUaNS0.ResponseHeader_Encoding_DefaultXml 393
OpcUaNS0.ResponseHeader_Encoding_DefaultBinary 394
OpcUaNS0.ServiceFault 395
OpcUaNS0.ServiceFault_Encoding_DefaultXml 396
OpcUaNS0.ServiceFault_Encoding_DefaultBinary 397
OpcUaNS0.FindServersRequest 420
OpcUaNS0.FindServersRequest_Encoding_DefaultXml 421
OpcUaNS0.FindServersRequest_Encoding_DefaultBinary 422
OpcUaNS0.FindServersResponse 423
OpcUaNS0.FindServersResponse_Encoding_DefaultXml 424
OpcUaNS0.FindServersResponse_Encoding_DefaultBinary 425
OpcUaNS0.GetEndpointsRequest 426
OpcUaNS0.GetEndpointsRequest_Encoding_DefaultXml 427
OpcUaNS0.GetEndpointsRequest_Encoding_DefaultBinary 428
OpcUaNS0.GetEndpointsResponse 429
OpcUaNS0.GetEndpointsResponse_Encoding_DefaultXml 430
OpcUaNS0.GetEndpointsResponse_Encoding_DefaultBinary 431
OpcUaNS0.RegisteredServer 432
OpcUaNS0.RegisteredServer_Encoding_DefaultXml 433
OpcUaNS0.RegisteredServer_Encoding_DefaultBinary 434
OpcUaNS0.RegisterServerRequest 435
OpcUaNS0.RegisterServerRequest_Encoding_DefaultXml 436
OpcUaNS0.RegisterServerRequest_Encoding_DefaultBinary 437
OpcUaNS0.RegisterServerResponse 438
OpcUaNS0.RegisterServerResponse_Encoding_DefaultXml 439
OpcUaNS0.RegisterServerResponse_Encoding_DefaultBinary 440
OpcUaNS0.ChannelSecurityToken 441
OpcUaNS0.ChannelSecurityToken_Encoding_DefaultXml 442
OpcUaNS0.ChannelSecurityToken_Encoding_DefaultBinary 443
OpcUaNS0.OpenSecureChannelRequest 444
OpcUaNS0.OpenSecureChannelRequest_Encoding_DefaultXml 445
OpcUaNS0.OpenSecureChannelRequest_Encoding_DefaultBinary 446
OpcUaNS0.OpenSecureChannelResponse 447
OpcUaNS0.OpenSecureChannelResponse_Encoding_DefaultXml 448
OpcUaNS0.OpenSecureChannelResponse_Encoding_DefaultBinary 449
OpcUaNS0.CloseSecureChannelRequest 450
OpcUaNS0.CloseSecureChannelRequest_Encoding_DefaultXml 451
OpcUaNS0.CloseSecureChannelRequest_Encoding_DefaultBinary 452
OpcUaNS0.CloseSecureChannelResponse 453
OpcUaNS0.CloseSecureChannelResponse_Encoding_DefaultXml 454
OpcUaNS0.CloseSecureChannelResponse_Encoding_DefaultBinary 455
OpcUaNS0.SignatureData 456
OpcUaNS0.SignatureData_Encoding_DefaultXml 457
OpcUaNS0.SignatureData_Encoding_DefaultBinary 458
OpcUaNS0.CreateSessionRequest 459
OpcUaNS0.CreateSessionRequest_Encoding_DefaultXml 460
OpcUaNS0.CreateSessionRequest_Encoding_DefaultBinary 461
OpcUaNS0.CreateSessionResponse 462
OpcUaNS0.CreateSessionResponse_Encoding_DefaultXml 463
OpcUaNS0.CreateSessionResponse_Encoding_DefaultBinary 464
OpcUaNS0.ActivateSessionRequest 465
OpcUaNS0.ActivateSessionRequest_Encoding_DefaultXml 466
OpcUaNS0.ActivateSessionRequest_Encoding_DefaultBinary 467
OpcUaNS0.ActivateSessionResponse 468
OpcUaNS0.ActivateSessionResponse_Encoding_DefaultXml 469
OpcUaNS0.ActivateSessionResponse_Encoding_DefaultBinary 470
OpcUaNS0.CloseSessionRequest 471
OpcUaNS0.CloseSessionRequest_Encoding_DefaultXml 472
OpcUaNS0.CloseSessionRequest_Encoding_DefaultBinary 473
OpcUaNS0.CloseSessionResponse 474
OpcUaNS0.CloseSessionResponse_Encoding_DefaultXml 475
OpcUaNS0.CloseSessionResponse_Encoding_DefaultBinary 476
OpcUaNS0.CancelRequest 477
OpcUaNS0.CancelRequest_Encoding_DefaultXml 478
OpcUaNS0.CancelRequest_Encoding_DefaultBinary 479
OpcUaNS0.CancelResponse 480
OpcUaNS0.CancelResponse_Encoding_DefaultXml 481
OpcUaNS0.CancelResponse_Encoding_DefaultBinary 482
OpcUaNS0.AddNodesResult 483
OpcUaNS0.AddNodesResult_Encoding_DefaultXml 484
OpcUaNS0.AddNodesResult_Encoding_DefaultBinary 485
OpcUaNS0.AddNodesRequest 486
OpcUaNS0.AddNodesRequest_Encoding_DefaultXml 487
OpcUaNS0.AddNodesRequest_Encoding_DefaultBinary 488
OpcUaNS0.AddNodesResponse 489
OpcUaNS0.AddNodesResponse_Encoding_DefaultXml 490
OpcUaNS0.AddNodesResponse_Encoding_DefaultBinary 491
OpcUaNS0.AddReferencesRequest 492
OpcUaNS0.AddReferencesRequest_Encoding_DefaultXml 493
OpcUaNS0.AddReferencesRequest_Encoding_DefaultBinary 494
OpcUaNS0.AddReferencesResponse 495
OpcUaNS0.AddReferencesResponse_Encoding_DefaultXml 496
OpcUaNS0.AddReferencesResponse_Encoding_DefaultBinary 497
OpcUaNS0.DeleteNodesRequest 498
OpcUaNS0.DeleteNodesRequest_Encoding_DefaultXml 499
OpcUaNS0.DeleteNodesRequest_Encoding_DefaultBinary 500
OpcUaNS0.DeleteNodesResponse 501
OpcUaNS0.DeleteNodesResponse_Encoding_DefaultXml 502
OpcUaNS0.DeleteNodesResponse_Encoding_DefaultBinary 503
OpcUaNS0.DeleteReferencesRequest 504
OpcUaNS0.DeleteReferencesRequest_Encoding_DefaultXml 505
OpcUaNS0.DeleteReferencesRequest_Encoding_DefaultBinary 506
OpcUaNS0.DeleteReferencesResponse 507
OpcUaNS0.DeleteReferencesResponse_Encoding_DefaultXml 508
OpcUaNS0.DeleteReferencesResponse_Encoding_DefaultBinary 509
OpcUaNS0.BrowseDirection 510
OpcUaNS0.ViewDescription 511
OpcUaNS0.ViewDescription_Encoding_DefaultXml 512
OpcUaNS0.ViewDescription_Encoding_DefaultBinary 513
OpcUaNS0.BrowseDescription 514
OpcUaNS0.BrowseDescription_Encoding_DefaultXml 515
OpcUaNS0.BrowseDescription_Encoding_DefaultBinary 516
OpcUaNS0.BrowseResultMask 517
OpcUaNS0.ReferenceDescription 518
OpcUaNS0.ReferenceDescription_Encoding_DefaultXml 519
OpcUaNS0.ReferenceDescription_Encoding_DefaultBinary 520
OpcUaNS0.ContinuationPoint 521
OpcUaNS0.BrowseResult 522
OpcUaNS0.BrowseResult_Encoding_DefaultXml 523
OpcUaNS0.BrowseResult_Encoding_DefaultBinary 524
OpcUaNS0.BrowseRequest 525
OpcUaNS0.BrowseRequest_Encoding_DefaultXml 526
OpcUaNS0.BrowseRequest_Encoding_DefaultBinary 527
OpcUaNS0.BrowseResponse 528
OpcUaNS0.BrowseResponse_Encoding_DefaultXml 529
OpcUaNS0.BrowseResponse_Encoding_DefaultBinary 530
OpcUaNS0.BrowseNextRequest 531
OpcUaNS0.BrowseNextRequest_Encoding_DefaultXml 532
OpcUaNS0.BrowseNextRequest_Encoding_DefaultBinary 533
OpcUaNS0.BrowseNextResponse 534
OpcUaNS0.BrowseNextResponse_Encoding_DefaultXml 535
OpcUaNS0.BrowseNextResponse_Encoding_DefaultBinary 536
OpcUaNS0.RelativePathElement 537
OpcUaNS0.RelativePathElement_Encoding_DefaultXml 538
OpcUaNS0.RelativePathElement_Encoding_DefaultBinary 539
OpcUaNS0.RelativePath 540
OpcUaNS0.RelativePath_Encoding_DefaultXml 541
OpcUaNS0.RelativePath_Encoding_DefaultBinary 542
OpcUaNS0.BrowsePath 543
OpcUaNS0.BrowsePath_Encoding_DefaultXml 544
OpcUaNS0.BrowsePath_Encoding_DefaultBinary 545
OpcUaNS0.BrowsePathTarget 546
OpcUaNS0.BrowsePathTarget_Encoding_DefaultXml 547
OpcUaNS0.BrowsePathTarget_Encoding_DefaultBinary 548
OpcUaNS0.BrowsePathResult 549
OpcUaNS0.BrowsePathResult_Encoding_DefaultXml 550
OpcUaNS0.BrowsePathResult_Encoding_DefaultBinary 551
OpcUaNS0.TranslateBrowsePathsToNodeIdsRequest 552
OpcUaNS0.TranslateBrowsePathsToNodeIdsRequest_Encoding_DefaultXml 553
OpcUaNS0.TranslateBrowsePathsToNodeIdsRequest_Encoding_DefaultBinary 554
OpcUaNS0.TranslateBrowsePathsToNodeIdsResponse 555
OpcUaNS0.TranslateBrowsePathsToNodeIdsResponse_Encoding_DefaultXml 556
OpcUaNS0.TranslateBrowsePathsToNodeIdsResponse_Encoding_DefaultBinary 557
OpcUaNS0.RegisterNodesRequest 558
OpcUaNS0.RegisterNodesRequest_Encoding_DefaultXml 559
OpcUaNS0.RegisterNodesRequest_Encoding_DefaultBinary 560
OpcUaNS0.RegisterNodesResponse 561
OpcUaNS0.RegisterNodesResponse_Encoding_DefaultXml 562
OpcUaNS0.RegisterNodesResponse_Encoding_DefaultBinary 563
OpcUaNS0.UnregisterNodesRequest 564
OpcUaNS0.UnregisterNodesRequest_Encoding_DefaultXml 565
OpcUaNS0.UnregisterNodesRequest_Encoding_DefaultBinary 566
OpcUaNS0.UnregisterNodesResponse 567
OpcUaNS0.UnregisterNodesResponse_Encoding_DefaultXml 568
OpcUaNS0.UnregisterNodesResponse_Encoding_DefaultBinary 569
OpcUaNS0.QueryDataDescription 570
OpcUaNS0.QueryDataDescription_Encoding_DefaultXml 571
OpcUaNS0.QueryDataDescription_Encoding_DefaultBinary 572
OpcUaNS0.NodeTypeDescription 573
OpcUaNS0.NodeTypeDescription_Encoding_DefaultXml 574
OpcUaNS0.NodeTypeDescription_Encoding_DefaultBinary 575
OpcUaNS0.FilterOperator 576
OpcUaNS0.QueryDataSet 577
OpcUaNS0.QueryDataSet_Encoding_DefaultXml 578
OpcUaNS0.QueryDataSet_Encoding_DefaultBinary 579
OpcUaNS0.NodeReference 580
OpcUaNS0.NodeReference_Encoding_DefaultXml 581
OpcUaNS0.NodeReference_Encoding_DefaultBinary 582
OpcUaNS0.ContentFilterElement 583
OpcUaNS0.ContentFilterElement_Encoding_DefaultXml 584
OpcUaNS0.ContentFilterElement_Encoding_DefaultBinary 585
OpcUaNS0.ContentFilter 586
OpcUaNS0.ContentFilter_Encoding_DefaultXml 587
OpcUaNS0.ContentFilter_Encoding_DefaultBinary 588
OpcUaNS0.FilterOperand 589
OpcUaNS0.FilterOperand_Encoding_DefaultXml 590
OpcUaNS0.FilterOperand_Encoding_DefaultBinary 591
OpcUaNS0.ElementOperand 592
OpcUaNS0.ElementOperand_Encoding_DefaultXml 593
OpcUaNS0.ElementOperand_Encoding_DefaultBinary 594
OpcUaNS0.LiteralOperand 595
OpcUaNS0.LiteralOperand_Encoding_DefaultXml 596
OpcUaNS0.LiteralOperand_Encoding_DefaultBinary 597
OpcUaNS0.AttributeOperand 598
OpcUaNS0.AttributeOperand_Encoding_DefaultXml 599
OpcUaNS0.AttributeOperand_Encoding_DefaultBinary 600
OpcUaNS0.SimpleAttributeOperand 601
OpcUaNS0.SimpleAttributeOperand_Encoding_DefaultXml 602
OpcUaNS0.SimpleAttributeOperand_Encoding_DefaultBinary 603
OpcUaNS0.ContentFilterElementResult 604
OpcUaNS0.ContentFilterElementResult_Encoding_DefaultXml 605
OpcUaNS0.ContentFilterElementResult_Encoding_DefaultBinary 606
OpcUaNS0.ContentFilterResult 607
OpcUaNS0.ContentFilterResult_Encoding_DefaultXml 608
OpcUaNS0.ContentFilterResult_Encoding_DefaultBinary 609
OpcUaNS0.ParsingResult 610
OpcUaNS0.ParsingResult_Encoding_DefaultXml 611
OpcUaNS0.ParsingResult_Encoding_DefaultBinary 612
OpcUaNS0.QueryFirstRequest 613
OpcUaNS0.QueryFirstRequest_Encoding_DefaultXml 614
OpcUaNS0.QueryFirstRequest_Encoding_DefaultBinary 615
OpcUaNS0.QueryFirstResponse 616
OpcUaNS0.QueryFirstResponse_Encoding_DefaultXml 617
OpcUaNS0.QueryFirstResponse_Encoding_DefaultBinary 618
OpcUaNS0.QueryNextRequest 619
OpcUaNS0.QueryNextRequest_Encoding_DefaultXml 620
OpcUaNS0.QueryNextRequest_Encoding_DefaultBinary 621
OpcUaNS0.QueryNextResponse 622
OpcUaNS0.QueryNextResponse_Encoding_DefaultXml 623
OpcUaNS0.QueryNextResponse_Encoding_DefaultBinary 624
OpcUaNS0.TimestampsToReturn 625
OpcUaNS0.ReadValueId 626
OpcUaNS0.ReadValueId_Encoding_DefaultXml 627
OpcUaNS0.ReadValueId_Encoding_DefaultBinary 628
OpcUaNS0.ReadRequest 629
OpcUaNS0.ReadRequest_Encoding_DefaultXml 630
OpcUaNS0.ReadRequest_Encoding_DefaultBinary 631
OpcUaNS0.ReadResponse 632
OpcUaNS0.ReadResponse_Encoding_DefaultXml 633
OpcUaNS0.ReadResponse_Encoding_DefaultBinary 634
OpcUaNS0.HistoryReadValueId 635
OpcUaNS0.HistoryReadValueId_Encoding_DefaultXml 636
OpcUaNS0.HistoryReadValueId_Encoding_DefaultBinary 637
OpcUaNS0.HistoryReadResult 638
OpcUaNS0.HistoryReadResult_Encoding_DefaultXml 639
OpcUaNS0.HistoryReadResult_Encoding_DefaultBinary 640
OpcUaNS0.HistoryReadDetails 641
OpcUaNS0.HistoryReadDetails_Encoding_DefaultXml 642
OpcUaNS0.HistoryReadDetails_Encoding_DefaultBinary 643
OpcUaNS0.ReadEventDetails 644
OpcUaNS0.ReadEventDetails_Encoding_DefaultXml 645
OpcUaNS0.ReadEventDetails_Encoding_DefaultBinary 646
OpcUaNS0.ReadRawModifiedDetails 647
OpcUaNS0.ReadRawModifiedDetails_Encoding_DefaultXml 648
OpcUaNS0.ReadRawModifiedDetails_Encoding_DefaultBinary 649
OpcUaNS0.ReadProcessedDetails 650
OpcUaNS0.ReadProcessedDetails_Encoding_DefaultXml 651
OpcUaNS0.ReadProcessedDetails_Encoding_DefaultBinary 652
OpcUaNS0.ReadAtTimeDetails 653
OpcUaNS0.ReadAtTimeDetails_Encoding_DefaultXml 654
OpcUaNS0.ReadAtTimeDetails_Encoding_DefaultBinary 655
OpcUaNS0.HistoryData 656
OpcUaNS0.HistoryData_Encoding_DefaultXml 657
OpcUaNS0.HistoryData_Encoding_DefaultBinary 658
OpcUaNS0.HistoryEvent 659
OpcUaNS0.HistoryEvent_Encoding_DefaultXml 660
OpcUaNS0.HistoryEvent_Encoding_DefaultBinary 661
OpcUaNS0.HistoryReadRequest 662
OpcUaNS0.HistoryReadRequest_Encoding_DefaultXml 663
OpcUaNS0.HistoryReadRequest_Encoding_DefaultBinary 664
OpcUaNS0.HistoryReadResponse 665
OpcUaNS0.HistoryReadResponse_Encoding_DefaultXml 666
OpcUaNS0.HistoryReadResponse_Encoding_DefaultBinary 667
OpcUaNS0.WriteValue 668
OpcUaNS0.WriteValue_Encoding_DefaultXml 669
OpcUaNS0.WriteValue_Encoding_DefaultBinary 670
OpcUaNS0.WriteRequest 671
OpcUaNS0.WriteRequest_Encoding_DefaultXml 672
OpcUaNS0.WriteRequest_Encoding_DefaultBinary 673
OpcUaNS0.WriteResponse 674
OpcUaNS0.WriteResponse_Encoding_DefaultXml 675
OpcUaNS0.WriteResponse_Encoding_DefaultBinary 676
OpcUaNS0.HistoryUpdateDetails 677
OpcUaNS0.HistoryUpdateDetails_Encoding_DefaultXml 678
OpcUaNS0.HistoryUpdateDetails_Encoding_DefaultBinary 679
OpcUaNS0.UpdateDataDetails 680
OpcUaNS0.UpdateDataDetails_Encoding_DefaultXml 681
OpcUaNS0.UpdateDataDetails_Encoding_DefaultBinary 682
OpcUaNS0.UpdateEventDetails 683
OpcUaNS0.UpdateEventDetails_Encoding_DefaultXml 684
OpcUaNS0.UpdateEventDetails_Encoding_DefaultBinary 685
OpcUaNS0.DeleteRawModifiedDetails 686
OpcUaNS0.DeleteRawModifiedDetails_Encoding_DefaultXml 687
OpcUaNS0.DeleteRawModifiedDetails_Encoding_DefaultBinary 688
OpcUaNS0.DeleteAtTimeDetails 689
OpcUaNS0.DeleteAtTimeDetails_Encoding_DefaultXml 690
OpcUaNS0.DeleteAtTimeDetails_Encoding_DefaultBinary 691
OpcUaNS0.DeleteEventDetails 692
OpcUaNS0.DeleteEventDetails_Encoding_DefaultXml 693
OpcUaNS0.DeleteEventDetails_Encoding_DefaultBinary 694
OpcUaNS0.HistoryUpdateResult 695
OpcUaNS0.HistoryUpdateResult_Encoding_DefaultXml 696
OpcUaNS0.HistoryUpdateResult_Encoding_DefaultBinary 697
OpcUaNS0.HistoryUpdateRequest 698
OpcUaNS0.HistoryUpdateRequest_Encoding_DefaultXml 699
OpcUaNS0.HistoryUpdateRequest_Encoding_DefaultBinary 700
OpcUaNS0.HistoryUpdateResponse 701
OpcUaNS0.HistoryUpdateResponse_Encoding_DefaultXml 702
OpcUaNS0.HistoryUpdateResponse_Encoding_DefaultBinary 703
OpcUaNS0.CallMethodRequest 704
OpcUaNS0.CallMethodRequest_Encoding_DefaultXml 705
OpcUaNS0.CallMethodRequest_Encoding_DefaultBinary 706
OpcUaNS0.CallMethodResult 707
OpcUaNS0.CallMethodResult_Encoding_DefaultXml 708
OpcUaNS0.CallMethodResult_Encoding_DefaultBinary 709
OpcUaNS0.CallRequest 710
OpcUaNS0.CallRequest_Encoding_DefaultXml 711
OpcUaNS0.CallRequest_Encoding_DefaultBinary 712
OpcUaNS0.CallResponse 713
OpcUaNS0.CallResponse_Encoding_DefaultXml 714
OpcUaNS0.CallResponse_Encoding_DefaultBinary 715
OpcUaNS0.MonitoringMode 716
OpcUaNS0.DataChangeTrigger 717
OpcUaNS0.DeadbandType 718
OpcUaNS0.MonitoringFilter 719
OpcUaNS0.MonitoringFilter_Encoding_DefaultXml 720
OpcUaNS0.MonitoringFilter_Encoding_DefaultBinary 721
OpcUaNS0.DataChangeFilter 722
OpcUaNS0.DataChangeFilter_Encoding_DefaultXml 723
OpcUaNS0.DataChangeFilter_Encoding_DefaultBinary 724
OpcUaNS0.EventFilter 725
OpcUaNS0.EventFilter_Encoding_DefaultXml 726
OpcUaNS0.EventFilter_Encoding_DefaultBinary 727
OpcUaNS0.AggregateFilter 728
OpcUaNS0.AggregateFilter_Encoding_DefaultXml 729
OpcUaNS0.AggregateFilter_Encoding_DefaultBinary 730
OpcUaNS0.MonitoringFilterResult 731
OpcUaNS0.MonitoringFilterResult_Encoding_DefaultXml 732
OpcUaNS0.MonitoringFilterResult_Encoding_DefaultBinary 733
OpcUaNS0.EventFilterResult 734
OpcUaNS0.EventFilterResult_Encoding_DefaultXml 735
OpcUaNS0.EventFilterResult_Encoding_DefaultBinary 736
OpcUaNS0.AggregateFilterResult 737
OpcUaNS0.AggregateFilterResult_Encoding_DefaultXml 738
OpcUaNS0.AggregateFilterResult_Encoding_DefaultBinary 739
OpcUaNS0.MonitoringParameters 740
OpcUaNS0.MonitoringParameters_Encoding_DefaultXml 741
OpcUaNS0.MonitoringParameters_Encoding_DefaultBinary 742
OpcUaNS0.MonitoredItemCreateRequest 743
OpcUaNS0.MonitoredItemCreateRequest_Encoding_DefaultXml 744
OpcUaNS0.MonitoredItemCreateRequest_Encoding_DefaultBinary 745
OpcUaNS0.MonitoredItemCreateResult 746
OpcUaNS0.MonitoredItemCreateResult_Encoding_DefaultXml 747
OpcUaNS0.MonitoredItemCreateResult_Encoding_DefaultBinary 748
OpcUaNS0.CreateMonitoredItemsRequest 749
OpcUaNS0.CreateMonitoredItemsRequest_Encoding_DefaultXml 750
OpcUaNS0.CreateMonitoredItemsRequest_Encoding_DefaultBinary 751
OpcUaNS0.CreateMonitoredItemsResponse 752
OpcUaNS0.CreateMonitoredItemsResponse_Encoding_DefaultXml 753
OpcUaNS0.CreateMonitoredItemsResponse_Encoding_DefaultBinary 754
OpcUaNS0.MonitoredItemModifyRequest 755
OpcUaNS0.MonitoredItemModifyRequest_Encoding_DefaultXml 756
OpcUaNS0.MonitoredItemModifyRequest_Encoding_DefaultBinary 757
OpcUaNS0.MonitoredItemModifyResult 758
OpcUaNS0.MonitoredItemModifyResult_Encoding_DefaultXml 759
OpcUaNS0.MonitoredItemModifyResult_Encoding_DefaultBinary 760
OpcUaNS0.ModifyMonitoredItemsRequest 761
OpcUaNS0.ModifyMonitoredItemsRequest_Encoding_DefaultXml 762
OpcUaNS0.ModifyMonitoredItemsRequest_Encoding_DefaultBinary 763
OpcUaNS0.ModifyMonitoredItemsResponse 764
OpcUaNS0.ModifyMonitoredItemsResponse_Encoding_DefaultXml 765
OpcUaNS0.ModifyMonitoredItemsResponse_Encoding_DefaultBinary 766
OpcUaNS0.SetMonitoringModeRequest 767
OpcUaNS0.SetMonitoringModeRequest_Encoding_DefaultXml 768
OpcUaNS0.SetMonitoringModeRequest_Encoding_DefaultBinary 769
OpcUaNS0.SetMonitoringModeResponse 770
OpcUaNS0.SetMonitoringModeResponse_Encoding_DefaultXml 771
OpcUaNS0.SetMonitoringModeResponse_Encoding_DefaultBinary 772
OpcUaNS0.SetTriggeringRequest 773
OpcUaNS0.SetTriggeringRequest_Encoding_DefaultXml 774
OpcUaNS0.SetTriggeringRequest_Encoding_DefaultBinary 775
OpcUaNS0.SetTriggeringResponse 776
OpcUaNS0.SetTriggeringResponse_Encoding_DefaultXml 777
OpcUaNS0.SetTriggeringResponse_Encoding_DefaultBinary 778
OpcUaNS0.DeleteMonitoredItemsRequest 779
OpcUaNS0.DeleteMonitoredItemsRequest_Encoding_DefaultXml 780
OpcUaNS0.DeleteMonitoredItemsRequest_Encoding_DefaultBinary 781
OpcUaNS0.DeleteMonitoredItemsResponse 782
OpcUaNS0.DeleteMonitoredItemsResponse_Encoding_DefaultXml 783
OpcUaNS0.DeleteMonitoredItemsResponse_Encoding_DefaultBinary 784
OpcUaNS0.CreateSubscriptionRequest 785
OpcUaNS0.CreateSubscriptionRequest_Encoding_DefaultXml 786
OpcUaNS0.CreateSubscriptionRequest_Encoding_DefaultBinary 787
OpcUaNS0.CreateSubscriptionResponse 788
OpcUaNS0.CreateSubscriptionResponse_Encoding_DefaultXml 789
OpcUaNS0.CreateSubscriptionResponse_Encoding_DefaultBinary 790
OpcUaNS0.ModifySubscriptionRequest 791
OpcUaNS0.ModifySubscriptionRequest_Encoding_DefaultXml 792
OpcUaNS0.ModifySubscriptionRequest_Encoding_DefaultBinary 793
OpcUaNS0.ModifySubscriptionResponse 794
OpcUaNS0.ModifySubscriptionResponse_Encoding_DefaultXml 795
OpcUaNS0.ModifySubscriptionResponse_Encoding_DefaultBinary 796
OpcUaNS0.SetPublishingModeRequest 797
OpcUaNS0.SetPublishingModeRequest_Encoding_DefaultXml 798
OpcUaNS0.SetPublishingModeRequest_Encoding_DefaultBinary 799
OpcUaNS0.SetPublishingModeResponse 800
OpcUaNS0.SetPublishingModeResponse_Encoding_DefaultXml 801
OpcUaNS0.SetPublishingModeResponse_Encoding_DefaultBinary 802
OpcUaNS0.NotificationMessage 803
OpcUaNS0.NotificationMessage_Encoding_DefaultXml 804
OpcUaNS0.NotificationMessage_Encoding_DefaultBinary 805
OpcUaNS0.MonitoredItemNotification 806
OpcUaNS0.MonitoredItemNotification_Encoding_DefaultXml 807
OpcUaNS0.MonitoredItemNotification_Encoding_DefaultBinary 808
OpcUaNS0.DataChangeNotification 809
OpcUaNS0.DataChangeNotification_Encoding_DefaultXml 810
OpcUaNS0.DataChangeNotification_Encoding_DefaultBinary 811
OpcUaNS0.StatusChangeNotification 818
OpcUaNS0.StatusChangeNotification_Encoding_DefaultXml 819
OpcUaNS0.StatusChangeNotification_Encoding_DefaultBinary 820
OpcUaNS0.SubscriptionAcknowledgement 821
OpcUaNS0.SubscriptionAcknowledgement_Encoding_DefaultXml 822
OpcUaNS0.SubscriptionAcknowledgement_Encoding_DefaultBinary 823
OpcUaNS0.PublishRequest 824
OpcUaNS0.PublishRequest_Encoding_DefaultXml 825
OpcUaNS0.PublishRequest_Encoding_DefaultBinary 826
OpcUaNS0.PublishResponse 827
OpcUaNS0.PublishResponse_Encoding_DefaultXml 828
OpcUaNS0.PublishResponse_Encoding_DefaultBinary 829
OpcUaNS0.RepublishRequest 830
OpcUaNS0.RepublishRequest_Encoding_DefaultXml 831
OpcUaNS0.RepublishRequest_Encoding_DefaultBinary 832
OpcUaNS0.RepublishResponse 833
OpcUaNS0.RepublishResponse_Encoding_DefaultXml 834
OpcUaNS0.RepublishResponse_Encoding_DefaultBinary 835
OpcUaNS0.TransferResult 836
OpcUaNS0.TransferResult_Encoding_DefaultXml 837
OpcUaNS0.TransferResult_Encoding_DefaultBinary 838
OpcUaNS0.TransferSubscriptionsRequest 839
OpcUaNS0.TransferSubscriptionsRequest_Encoding_DefaultXml 840
OpcUaNS0.TransferSubscriptionsRequest_Encoding_DefaultBinary 841
OpcUaNS0.TransferSubscriptionsResponse 842
OpcUaNS0.TransferSubscriptionsResponse_Encoding_DefaultXml 843
OpcUaNS0.TransferSubscriptionsResponse_Encoding_DefaultBinary 844
OpcUaNS0.DeleteSubscriptionsRequest 845
OpcUaNS0.DeleteSubscriptionsRequest_Encoding_DefaultXml 846
OpcUaNS0.DeleteSubscriptionsRequest_Encoding_DefaultBinary 847
OpcUaNS0.DeleteSubscriptionsResponse 848
OpcUaNS0.DeleteSubscriptionsResponse_Encoding_DefaultXml 849
OpcUaNS0.DeleteSubscriptionsResponse_Encoding_DefaultBinary 850
OpcUaNS0.RedundancySupport 851
OpcUaNS0.ServerState 852
OpcUaNS0.RedundantServerDataType 853
OpcUaNS0.RedundantServerDataType_Encoding_DefaultXml 854
OpcUaNS0.RedundantServerDataType_Encoding_DefaultBinary 855
OpcUaNS0.SamplingIntervalDiagnosticsDataType 856
OpcUaNS0.SamplingIntervalDiagnosticsDataType_Encoding_DefaultXml 857
OpcUaNS0.SamplingIntervalDiagnosticsDataType_Encoding_DefaultBinary 858
OpcUaNS0.ServerDiagnosticsSummaryDataType 859
OpcUaNS0.ServerDiagnosticsSummaryDataType_Encoding_DefaultXml 860
OpcUaNS0.ServerDiagnosticsSummaryDataType_Encoding_DefaultBinary 861
OpcUaNS0.ServerStatusDataType 862
OpcUaNS0.ServerStatusDataType_Encoding_DefaultXml 863
OpcUaNS0.ServerStatusDataType_Encoding_DefaultBinary 864
OpcUaNS0.SessionDiagnosticsDataType 865
OpcUaNS0.SessionDiagnosticsDataType_Encoding_DefaultXml 866
OpcUaNS0.SessionDiagnosticsDataType_Encoding_DefaultBinary 867
OpcUaNS0.SessionSecurityDiagnosticsDataType 868
OpcUaNS0.SessionSecurityDiagnosticsDataType_Encoding_DefaultXml 869
OpcUaNS0.SessionSecurityDiagnosticsDataType_Encoding_DefaultBinary 870
OpcUaNS0.ServiceCounterDataType 871
OpcUaNS0.ServiceCounterDataType_Encoding_DefaultXml 872
OpcUaNS0.ServiceCounterDataType_Encoding_DefaultBinary 873
OpcUaNS0.SubscriptionDiagnosticsDataType 874
OpcUaNS0.SubscriptionDiagnosticsDataType_Encoding_DefaultXml 875
OpcUaNS0.SubscriptionDiagnosticsDataType_Encoding_DefaultBinary 876
OpcUaNS0.ModelChangeStructureDataType 877
OpcUaNS0.ModelChangeStructureDataType_Encoding_DefaultXml 878
OpcUaNS0.ModelChangeStructureDataType_Encoding_DefaultBinary 879
OpcUaNS0.Range 884
OpcUaNS0.Range_Encoding_DefaultXml 885
OpcUaNS0.Range_Encoding_DefaultBinary 886
OpcUaNS0.EUInformation 887
OpcUaNS0.EUInformation_Encoding_DefaultXml 888
OpcUaNS0.EUInformation_Encoding_DefaultBinary 889
OpcUaNS0.ExceptionDeviationFormat 890
OpcUaNS0.Annotation 891
OpcUaNS0.Annotation_Encoding_DefaultXml 892
OpcUaNS0.Annotation_Encoding_DefaultBinary 893
OpcUaNS0.ProgramDiagnosticDataType 894
OpcUaNS0.ProgramDiagnosticDataType_Encoding_DefaultXml 895
OpcUaNS0.ProgramDiagnosticDataType_Encoding_DefaultBinary 896
OpcUaNS0.SemanticChangeStructureDataType 897
OpcUaNS0.SemanticChangeStructureDataType_Encoding_DefaultXml 898
OpcUaNS0.SemanticChangeStructureDataType_Encoding_DefaultBinary 899
OpcUaNS0.EventNotificationList 914
OpcUaNS0.EventNotificationList_Encoding_DefaultXml 915
OpcUaNS0.EventNotificationList_Encoding_DefaultBinary 916
OpcUaNS0.EventFieldList 917
OpcUaNS0.EventFieldList_Encoding_DefaultXml 918
OpcUaNS0.EventFieldList_Encoding_DefaultBinary 919
OpcUaNS0.HistoryEventFieldList 920
OpcUaNS0.HistoryEventFieldList_Encoding_DefaultXml 921
OpcUaNS0.HistoryEventFieldList_Encoding_DefaultBinary 922
OpcUaNS0.IssuedIdentityToken 938
OpcUaNS0.IssuedIdentityToken_Encoding_DefaultXml 939
OpcUaNS0.IssuedIdentityToken_Encoding_DefaultBinary 940
OpcUaNS0.NotificationData 945
OpcUaNS0.NotificationData_Encoding_DefaultXml 946
OpcUaNS0.NotificationData_Encoding_DefaultBinary 947
OpcUaNS0.AggregateConfiguration 948
OpcUaNS0.AggregateConfiguration_Encoding_DefaultXml 949
OpcUaNS0.AggregateConfiguration_Encoding_DefaultBinary 950
OpcUaNS0.ImageBMP 2000
OpcUaNS0.ImageGIF 2001
OpcUaNS0.ImageJPG 2002
OpcUaNS0.ImagePNG 2003
OpcUaNS0.ServerType 2004
OpcUaNS0.ServerType_ServerArray 2005
OpcUaNS0.ServerType_NamespaceArray 2006
OpcUaNS0.ServerType_ServerStatus 2007
OpcUaNS0.ServerType_ServiceLevel 2008
OpcUaNS0.ServerType_ServerCapabilities 2009
OpcUaNS0.ServerType_ServerDiagnostics 2010
OpcUaNS0.ServerType_VendorServerInfo 2011
OpcUaNS0.ServerType_ServerRedundancy 2012
OpcUaNS0.ServerCapabilitiesType 2013
OpcUaNS0.ServerCapabilitiesType_ServerProfileArray 2014
OpcUaNS0.ServerCapabilitiesType_LocaleIdArray 2016
OpcUaNS0.ServerCapabilitiesType_MinSupportedSampleRate 2017
OpcUaNS0.ServerCapabilitiesType_ModellingRules 2019
OpcUaNS0.ServerDiagnosticsType 2020
OpcUaNS0.ServerDiagnosticsType_ServerDiagnosticsSummary 2021
OpcUaNS0.ServerDiagnosticsType_SamplingIntervalDiagnosticsArray 2022
OpcUaNS0.ServerDiagnosticsType_SubscriptionDiagnosticsArray 2023
OpcUaNS0.ServerDiagnosticsType_EnabledFlag 2025
OpcUaNS0.SessionsDiagnosticsSummaryType 2026
OpcUaNS0.SessionsDiagnosticsSummaryType_SessionDiagnosticsArray 2027
OpcUaNS0.SessionsDiagnosticsSummaryType_SessionSecurityDiagnosticsArray 2028
OpcUaNS0.SessionDiagnosticsObjectType 2029
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics 2030
OpcUaNS0.SessionDiagnosticsObjectType_SessionSecurityDiagnostics 2031
OpcUaNS0.SessionDiagnosticsObjectType_SubscriptionDiagnosticsArray 2032
OpcUaNS0.VendorServerInfoType 2033
OpcUaNS0.ServerRedundancyType 2034
OpcUaNS0.ServerRedundancyType_RedundancySupport 2035
OpcUaNS0.TransparentRedundancyType 2036
OpcUaNS0.TransparentRedundancyType_CurrentServerId 2037
OpcUaNS0.TransparentRedundancyType_RedundantServerArray 2038
OpcUaNS0.NonTransparentRedundancyType 2039
OpcUaNS0.NonTransparentRedundancyType_ServerUriArray 2040
OpcUaNS0.BaseEventType 2041
OpcUaNS0.BaseEventType_EventId 2042
OpcUaNS0.BaseEventType_EventType 2043
OpcUaNS0.BaseEventType_SourceNode 2044
OpcUaNS0.BaseEventType_SourceName 2045
OpcUaNS0.BaseEventType_Time 2046
OpcUaNS0.BaseEventType_ReceiveTime 2047
OpcUaNS0.BaseEventType_Message 2050
OpcUaNS0.BaseEventType_Severity 2051
OpcUaNS0.AuditEventType 2052
OpcUaNS0.AuditEventType_ActionTimeStamp 2053
OpcUaNS0.AuditEventType_Status 2054
OpcUaNS0.AuditEventType_ServerId 2055
OpcUaNS0.AuditEventType_ClientAuditEntryId 2056
OpcUaNS0.AuditEventType_ClientUserId 2057
OpcUaNS0.AuditSecurityEventType 2058
OpcUaNS0.AuditChannelEventType 2059
OpcUaNS0.AuditOpenSecureChannelEventType 2060
OpcUaNS0.AuditOpenSecureChannelEventType_ClientCertificate 2061
OpcUaNS0.AuditOpenSecureChannelEventType_RequestType 2062
OpcUaNS0.AuditOpenSecureChannelEventType_SecurityPolicyUri 2063
OpcUaNS0.AuditOpenSecureChannelEventType_SecurityMode 2065
OpcUaNS0.AuditOpenSecureChannelEventType_RequestedLifetime 2066
OpcUaNS0.AuditSessionEventType 2069
OpcUaNS0.AuditSessionEventType_SessionId 2070
OpcUaNS0.AuditCreateSessionEventType 2071
OpcUaNS0.AuditCreateSessionEventType_SecureChannelId 2072
OpcUaNS0.AuditCreateSessionEventType_ClientCertificate 2073
OpcUaNS0.AuditCreateSessionEventType_RevisedSessionTimeout 2074
OpcUaNS0.AuditActivateSessionEventType 2075
OpcUaNS0.AuditActivateSessionEventType_ClientSoftwareCertificates 2076
OpcUaNS0.AuditActivateSessionEventType_UserIdentityToken 2077
OpcUaNS0.AuditCancelEventType 2078
OpcUaNS0.AuditCancelEventType_RequestHandle 2079
OpcUaNS0.AuditCertificateEventType 2080
OpcUaNS0.AuditCertificateEventType_Certificate 2081
OpcUaNS0.AuditCertificateDataMismatchEventType 2082
OpcUaNS0.AuditCertificateDataMismatchEventType_InvalidHostname 2083
OpcUaNS0.AuditCertificateDataMismatchEventType_InvalidUri 2084
OpcUaNS0.AuditCertificateExpiredEventType 2085
OpcUaNS0.AuditCertificateInvalidEventType 2086
OpcUaNS0.AuditCertificateUntrustedEventType 2087
OpcUaNS0.AuditCertificateRevokedEventType 2088
OpcUaNS0.AuditCertificateMismatchEventType 2089
OpcUaNS0.AuditNodeManagementEventType 2090
OpcUaNS0.AuditAddNodesEventType 2091
OpcUaNS0.AuditAddNodesEventType_NodesToAdd 2092
OpcUaNS0.AuditDeleteNodesEventType 2093
OpcUaNS0.AuditDeleteNodesEventType_NodesToDelete 2094
OpcUaNS0.AuditAddReferencesEventType 2095
OpcUaNS0.AuditAddReferencesEventType_ReferencesToAdd 2096
OpcUaNS0.AuditDeleteReferencesEventType 2097
OpcUaNS0.AuditDeleteReferencesEventType_ReferencesToDelete 2098
OpcUaNS0.AuditUpdateEventType 2099
OpcUaNS0.AuditWriteUpdateEventType 2100
OpcUaNS0.AuditWriteUpdateEventType_IndexRange 2101
OpcUaNS0.AuditWriteUpdateEventType_OldValue 2102
OpcUaNS0.AuditWriteUpdateEventType_NewValue 2103
OpcUaNS0.AuditHistoryUpdateEventType 2104
OpcUaNS0.AuditUpdateMethodEventType 2127
OpcUaNS0.AuditUpdateMethodEventType_MethodId 2128
OpcUaNS0.AuditUpdateMethodEventType_InputArguments 2129
OpcUaNS0.SystemEventType 2130
OpcUaNS0.DeviceFailureEventType 2131
OpcUaNS0.BaseModelChangeEventType 2132
OpcUaNS0.GeneralModelChangeEventType 2133
OpcUaNS0.GeneralModelChangeEventType_Changes 2134
OpcUaNS0.ServerVendorCapabilityType 2137
OpcUaNS0.ServerStatusType 2138
OpcUaNS0.ServerStatusType_StartTime 2139
OpcUaNS0.ServerStatusType_CurrentTime 2140
OpcUaNS0.ServerStatusType_State 2141
OpcUaNS0.ServerStatusType_BuildInfo 2142
OpcUaNS0.ServerDiagnosticsSummaryType 2150
OpcUaNS0.ServerDiagnosticsSummaryType_ServerViewCount 2151
OpcUaNS0.ServerDiagnosticsSummaryType_CurrentSessionCount 2152
OpcUaNS0.ServerDiagnosticsSummaryType_CumulatedSessionCount 2153
OpcUaNS0.ServerDiagnosticsSummaryType_SecurityRejectedSessionCount 2154
OpcUaNS0.ServerDiagnosticsSummaryType_RejectedSessionCount 2155
OpcUaNS0.ServerDiagnosticsSummaryType_SessionTimeoutCount 2156
OpcUaNS0.ServerDiagnosticsSummaryType_SessionAbortCount 2157
OpcUaNS0.ServerDiagnosticsSummaryType_PublishingIntervalCount 2159
OpcUaNS0.ServerDiagnosticsSummaryType_CurrentSubscriptionCount 2160
OpcUaNS0.ServerDiagnosticsSummaryType_CumulatedSubscriptionCount 2161
OpcUaNS0.ServerDiagnosticsSummaryType_SecurityRejectedRequestsCount 2162
OpcUaNS0.ServerDiagnosticsSummaryType_RejectedRequestsCount 2163
OpcUaNS0.SamplingIntervalDiagnosticsArrayType 2164
OpcUaNS0.SamplingIntervalDiagnosticsType 2165
OpcUaNS0.SamplingIntervalDiagnosticsType_SamplingInterval 2166
OpcUaNS0.SubscriptionDiagnosticsArrayType 2171
OpcUaNS0.SubscriptionDiagnosticsType 2172
OpcUaNS0.SubscriptionDiagnosticsType_SessionId 2173
OpcUaNS0.SubscriptionDiagnosticsType_SubscriptionId 2174
OpcUaNS0.SubscriptionDiagnosticsType_Priority 2175
OpcUaNS0.SubscriptionDiagnosticsType_PublishingInterval 2176
OpcUaNS0.SubscriptionDiagnosticsType_MaxKeepAliveCount 2177
OpcUaNS0.SubscriptionDiagnosticsType_MaxNotificationsPerPublish 2179
OpcUaNS0.SubscriptionDiagnosticsType_PublishingEnabled 2180
OpcUaNS0.SubscriptionDiagnosticsType_ModifyCount 2181
OpcUaNS0.SubscriptionDiagnosticsType_EnableCount 2182
OpcUaNS0.SubscriptionDiagnosticsType_DisableCount 2183
OpcUaNS0.SubscriptionDiagnosticsType_RepublishRequestCount 2184
OpcUaNS0.SubscriptionDiagnosticsType_RepublishMessageRequestCount 2185
OpcUaNS0.SubscriptionDiagnosticsType_RepublishMessageCount 2186
OpcUaNS0.SubscriptionDiagnosticsType_TransferRequestCount 2187
OpcUaNS0.SubscriptionDiagnosticsType_TransferredToAltClientCount 2188
OpcUaNS0.SubscriptionDiagnosticsType_TransferredToSameClientCount 2189
OpcUaNS0.SubscriptionDiagnosticsType_PublishRequestCount 2190
OpcUaNS0.SubscriptionDiagnosticsType_DataChangeNotificationsCount 2191
OpcUaNS0.SubscriptionDiagnosticsType_NotificationsCount 2193
OpcUaNS0.SessionDiagnosticsArrayType 2196
OpcUaNS0.SessionDiagnosticsVariableType 2197
OpcUaNS0.SessionDiagnosticsVariableType_SessionId 2198
OpcUaNS0.SessionDiagnosticsVariableType_SessionName 2199
OpcUaNS0.SessionDiagnosticsVariableType_ClientDescription 2200
OpcUaNS0.SessionDiagnosticsVariableType_ServerUri 2201
OpcUaNS0.SessionDiagnosticsVariableType_EndpointUrl 2202
OpcUaNS0.SessionDiagnosticsVariableType_LocaleIds 2203
OpcUaNS0.SessionDiagnosticsVariableType_ActualSessionTimeout 2204
OpcUaNS0.SessionDiagnosticsVariableType_ClientConnectionTime 2205
OpcUaNS0.SessionDiagnosticsVariableType_ClientLastContactTime 2206
OpcUaNS0.SessionDiagnosticsVariableType_CurrentSubscriptionsCount 2207
OpcUaNS0.SessionDiagnosticsVariableType_CurrentMonitoredItemsCount 2208
OpcUaNS0.SessionDiagnosticsVariableType_CurrentPublishRequestsInQueue 2209
OpcUaNS0.SessionDiagnosticsVariableType_ReadCount 2217
OpcUaNS0.SessionDiagnosticsVariableType_HistoryReadCount 2218
OpcUaNS0.SessionDiagnosticsVariableType_WriteCount 2219
OpcUaNS0.SessionDiagnosticsVariableType_HistoryUpdateCount 2220
OpcUaNS0.SessionDiagnosticsVariableType_CallCount 2221
OpcUaNS0.SessionDiagnosticsVariableType_CreateMonitoredItemsCount 2222
OpcUaNS0.SessionDiagnosticsVariableType_ModifyMonitoredItemsCount 2223
OpcUaNS0.SessionDiagnosticsVariableType_SetMonitoringModeCount 2224
OpcUaNS0.SessionDiagnosticsVariableType_SetTriggeringCount 2225
OpcUaNS0.SessionDiagnosticsVariableType_DeleteMonitoredItemsCount 2226
OpcUaNS0.SessionDiagnosticsVariableType_CreateSubscriptionCount 2227
OpcUaNS0.SessionDiagnosticsVariableType_ModifySubscriptionCount 2228
OpcUaNS0.SessionDiagnosticsVariableType_SetPublishingModeCount 2229
OpcUaNS0.SessionDiagnosticsVariableType_PublishCount 2230
OpcUaNS0.SessionDiagnosticsVariableType_RepublishCount 2231
OpcUaNS0.SessionDiagnosticsVariableType_TransferSubscriptionsCount 2232
OpcUaNS0.SessionDiagnosticsVariableType_DeleteSubscriptionsCount 2233
OpcUaNS0.SessionDiagnosticsVariableType_AddNodesCount 2234
OpcUaNS0.SessionDiagnosticsVariableType_AddReferencesCount 2235
OpcUaNS0.SessionDiagnosticsVariableType_DeleteNodesCount 2236
OpcUaNS0.SessionDiagnosticsVariableType_DeleteReferencesCount 2237
OpcUaNS0.SessionDiagnosticsVariableType_BrowseCount 2238
OpcUaNS0.SessionDiagnosticsVariableType_BrowseNextCount 2239
OpcUaNS0.SessionDiagnosticsVariableType_TranslateBrowsePathsToNodeIdsCount 2240
OpcUaNS0.SessionDiagnosticsVariableType_QueryFirstCount 2241
OpcUaNS0.SessionDiagnosticsVariableType_QueryNextCount 2242
OpcUaNS0.SessionSecurityDiagnosticsArrayType 2243
OpcUaNS0.SessionSecurityDiagnosticsType 2244
OpcUaNS0.SessionSecurityDiagnosticsType_SessionId 2245
OpcUaNS0.SessionSecurityDiagnosticsType_ClientUserIdOfSession 2246
OpcUaNS0.SessionSecurityDiagnosticsType_ClientUserIdHistory 2247
OpcUaNS0.SessionSecurityDiagnosticsType_AuthenticationMechanism 2248
OpcUaNS0.SessionSecurityDiagnosticsType_Encoding 2249
OpcUaNS0.SessionSecurityDiagnosticsType_TransportProtocol 2250
OpcUaNS0.SessionSecurityDiagnosticsType_SecurityMode 2251
OpcUaNS0.SessionSecurityDiagnosticsType_SecurityPolicyUri 2252
OpcUaNS0.Server 2253
OpcUaNS0.Server_ServerArray 2254
OpcUaNS0.Server_NamespaceArray 2255
OpcUaNS0.Server_ServerStatus 2256
OpcUaNS0.Server_ServerStatus_StartTime 2257
OpcUaNS0.Server_ServerStatus_CurrentTime 2258
OpcUaNS0.Server_ServerStatus_State 2259
OpcUaNS0.Server_ServerStatus_BuildInfo 2260
OpcUaNS0.Server_ServerStatus_BuildInfo_ProductName 2261
OpcUaNS0.Server_ServerStatus_BuildInfo_ProductUri 2262
OpcUaNS0.Server_ServerStatus_BuildInfo_ManufacturerName 2263
OpcUaNS0.Server_ServerStatus_BuildInfo_SoftwareVersion 2264
OpcUaNS0.Server_ServerStatus_BuildInfo_BuildNumber 2265
OpcUaNS0.Server_ServerStatus_BuildInfo_BuildDate 2266
OpcUaNS0.Server_ServiceLevel 2267
OpcUaNS0.Server_ServerCapabilities 2268
OpcUaNS0.Server_ServerCapabilities_ServerProfileArray 2269
OpcUaNS0.Server_ServerCapabilities_LocaleIdArray 2271
OpcUaNS0.Server_ServerCapabilities_MinSupportedSampleRate 2272
OpcUaNS0.Server_ServerDiagnostics 2274
OpcUaNS0.Server_ServerDiagnostics_ServerDiagnosticsSummary 2275
OpcUaNS0.Server_ServerDiagnostics_ServerDiagnosticsSummary_ServerViewCount 2276
OpcUaNS0.Server_ServerDiagnostics_ServerDiagnosticsSummary_CurrentSessionCount 2277
OpcUaNS0.Server_ServerDiagnostics_ServerDiagnosticsSummary_CumulatedSessionCount 2278
OpcUaNS0.Server_ServerDiagnostics_ServerDiagnosticsSummary_SecurityRejectedSessionCount 2279
OpcUaNS0.Server_ServerDiagnostics_ServerDiagnosticsSummary_SessionTimeoutCount 2281
OpcUaNS0.Server_ServerDiagnostics_ServerDiagnosticsSummary_SessionAbortCount 2282
OpcUaNS0.Server_ServerDiagnostics_ServerDiagnosticsSummary_PublishingIntervalCount 2284
OpcUaNS0.Server_ServerDiagnostics_ServerDiagnosticsSummary_CurrentSubscriptionCount 2285
OpcUaNS0.Server_ServerDiagnostics_ServerDiagnosticsSummary_CumulatedSubscriptionCount 2286
OpcUaNS0.Server_ServerDiagnostics_ServerDiagnosticsSummary_SecurityRejectedRequestsCount 2287
OpcUaNS0.Server_ServerDiagnostics_ServerDiagnosticsSummary_RejectedRequestsCount 2288
OpcUaNS0.Server_ServerDiagnostics_SamplingIntervalDiagnosticsArray 2289
OpcUaNS0.Server_ServerDiagnostics_SubscriptionDiagnosticsArray 2290
OpcUaNS0.Server_ServerDiagnostics_EnabledFlag 2294
OpcUaNS0.Server_VendorServerInfo 2295
OpcUaNS0.Server_ServerRedundancy 2296
OpcUaNS0.StateMachineType 2299
OpcUaNS0.StateType 2307
OpcUaNS0.StateType_StateNumber 2308
OpcUaNS0.InitialStateType 2309
OpcUaNS0.TransitionType 2310
OpcUaNS0.TransitionEventType 2311
OpcUaNS0.TransitionType_TransitionNumber 2312
OpcUaNS0.AuditUpdateStateEventType 2315
OpcUaNS0.HistoricalDataConfigurationType 2318
OpcUaNS0.HistoricalDataConfigurationType_Stepped 2323
OpcUaNS0.HistoricalDataConfigurationType_Definition 2324
OpcUaNS0.HistoricalDataConfigurationType_MaxTimeInterval 2325
OpcUaNS0.HistoricalDataConfigurationType_MinTimeInterval 2326
OpcUaNS0.HistoricalDataConfigurationType_ExceptionDeviation 2327
OpcUaNS0.HistoricalDataConfigurationType_ExceptionDeviationFormat 2328
OpcUaNS0.HistoryServerCapabilitiesType 2330
OpcUaNS0.HistoryServerCapabilitiesType_AccessHistoryDataCapability 2331
OpcUaNS0.HistoryServerCapabilitiesType_AccessHistoryEventsCapability 2332
OpcUaNS0.HistoryServerCapabilitiesType_InsertDataCapability 2334
OpcUaNS0.HistoryServerCapabilitiesType_ReplaceDataCapability 2335
OpcUaNS0.HistoryServerCapabilitiesType_UpdateDataCapability 2336
OpcUaNS0.HistoryServerCapabilitiesType_DeleteRawCapability 2337
OpcUaNS0.HistoryServerCapabilitiesType_DeleteAtTimeCapability 2338
OpcUaNS0.AggregateFunctionType 2340
OpcUaNS0.AggregateFunction_Interpolative 2341
OpcUaNS0.AggregateFunction_Average 2342
OpcUaNS0.AggregateFunction_TimeAverage 2343
OpcUaNS0.AggregateFunction_Total 2344
OpcUaNS0.AggregateFunction_Minimum 2346
OpcUaNS0.AggregateFunction_Maximum 2347
OpcUaNS0.AggregateFunction_MinimumActualTime 2348
OpcUaNS0.AggregateFunction_MaximumActualTime 2349
OpcUaNS0.AggregateFunction_Range 2350
OpcUaNS0.AggregateFunction_AnnotationCount 2351
OpcUaNS0.AggregateFunction_Count 2352
OpcUaNS0.AggregateFunction_NumberOfTransitions 2355
OpcUaNS0.AggregateFunction_Start 2357
OpcUaNS0.AggregateFunction_End 2358
OpcUaNS0.AggregateFunction_Delta 2359
OpcUaNS0.AggregateFunction_DurationGood 2360
OpcUaNS0.AggregateFunction_DurationBad 2361
OpcUaNS0.AggregateFunction_PercentGood 2362
OpcUaNS0.AggregateFunction_PercentBad 2363
OpcUaNS0.AggregateFunction_WorstQuality 2364
OpcUaNS0.DataItemType 2365
OpcUaNS0.DataItemType_Definition 2366
OpcUaNS0.DataItemType_ValuePrecision 2367
OpcUaNS0.AnalogItemType 2368
OpcUaNS0.AnalogItemType_EURange 2369
OpcUaNS0.AnalogItemType_InstrumentRange 2370
OpcUaNS0.AnalogItemType_EngineeringUnits 2371
OpcUaNS0.DiscreteItemType 2372
OpcUaNS0.TwoStateDiscreteType 2373
OpcUaNS0.TwoStateDiscreteType_FalseState 2374
OpcUaNS0.TwoStateDiscreteType_TrueState 2375
OpcUaNS0.MultiStateDiscreteType 2376
OpcUaNS0.MultiStateDiscreteType_EnumStrings 2377
OpcUaNS0.ProgramTransitionEventType 2378
OpcUaNS0.ProgramTransitionEventType_IntermediateResult 2379
OpcUaNS0.ProgramDiagnosticType 2380
OpcUaNS0.ProgramDiagnosticType_CreateSessionId 2381
OpcUaNS0.ProgramDiagnosticType_CreateClientName 2382
OpcUaNS0.ProgramDiagnosticType_InvocationCreationTime 2383
OpcUaNS0.ProgramDiagnosticType_LastTransitionTime 2384
OpcUaNS0.ProgramDiagnosticType_LastMethodCall 2385
OpcUaNS0.ProgramDiagnosticType_LastMethodSessionId 2386
OpcUaNS0.ProgramDiagnosticType_LastMethodInputArguments 2387
OpcUaNS0.ProgramDiagnosticType_LastMethodOutputArguments 2388
OpcUaNS0.ProgramDiagnosticType_LastMethodCallTime 2389
OpcUaNS0.ProgramDiagnosticType_LastMethodReturnStatus 2390
OpcUaNS0.ProgramStateMachineType 2391
OpcUaNS0.ProgramStateMachineType_Creatable 2392
OpcUaNS0.ProgramStateMachineType_Deletable 2393
OpcUaNS0.ProgramStateMachineType_AutoDelete 2394
OpcUaNS0.ProgramStateMachineType_RecycleCount 2395
OpcUaNS0.ProgramStateMachineType_InstanceCount 2396
OpcUaNS0.ProgramStateMachineType_MaxInstanceCount 2397
OpcUaNS0.ProgramStateMachineType_MaxRecycleCount 2398
OpcUaNS0.ProgramStateMachineType_ProgramDiagnostic 2399
OpcUaNS0.ProgramStateMachineType_Ready 2400
OpcUaNS0.ProgramStateMachineType_Ready_StateNumber 2401
OpcUaNS0.ProgramStateMachineType_Running 2402
OpcUaNS0.ProgramStateMachineType_Running_StateNumber 2403
OpcUaNS0.ProgramStateMachineType_Suspended 2404
OpcUaNS0.ProgramStateMachineType_Suspended_StateNumber 2405
OpcUaNS0.ProgramStateMachineType_Halted 2406
OpcUaNS0.ProgramStateMachineType_Halted_StateNumber 2407
OpcUaNS0.ProgramStateMachineType_HaltedToReady 2408
OpcUaNS0.ProgramStateMachineType_HaltedToReady_TransitionNumber 2409
OpcUaNS0.ProgramStateMachineType_ReadyToRunning 2410
OpcUaNS0.ProgramStateMachineType_ReadyToRunning_TransitionNumber 2411
OpcUaNS0.ProgramStateMachineType_RunningToHalted 2412
OpcUaNS0.ProgramStateMachineType_RunningToHalted_TransitionNumber 2413
OpcUaNS0.ProgramStateMachineType_RunningToReady 2414
OpcUaNS0.ProgramStateMachineType_RunningToReady_TransitionNumber 2415
OpcUaNS0.ProgramStateMachineType_RunningToSuspended 2416
OpcUaNS0.ProgramStateMachineType_RunningToSuspended_TransitionNumber 2417
OpcUaNS0.ProgramStateMachineType_SuspendedToRunning 2418
OpcUaNS0.ProgramStateMachineType_SuspendedToRunning_TransitionNumber 2419
OpcUaNS0.ProgramStateMachineType_SuspendedToHalted 2420
OpcUaNS0.ProgramStateMachineType_SuspendedToHalted_TransitionNumber 2421
OpcUaNS0.ProgramStateMachineType_SuspendedToReady 2422
OpcUaNS0.ProgramStateMachineType_SuspendedToReady_TransitionNumber 2423
OpcUaNS0.ProgramStateMachineType_ReadyToHalted 2424
OpcUaNS0.ProgramStateMachineType_ReadyToHalted_TransitionNumber 2425
OpcUaNS0.ProgramStateMachineType_Start 2426
OpcUaNS0.ProgramStateMachineType_Suspend 2427
OpcUaNS0.ProgramStateMachineType_Resume 2428
OpcUaNS0.ProgramStateMachineType_Halt 2429
OpcUaNS0.ProgramStateMachineType_Reset 2430
OpcUaNS0.SessionDiagnosticsVariableType_RegisterNodesCount 2730
OpcUaNS0.SessionDiagnosticsVariableType_UnregisterNodesCount 2731
OpcUaNS0.ServerCapabilitiesType_MaxBrowseContinuationPoints 2732
OpcUaNS0.ServerCapabilitiesType_MaxQueryContinuationPoints 2733
OpcUaNS0.ServerCapabilitiesType_MaxHistoryContinuationPoints 2734
OpcUaNS0.Server_ServerCapabilities_MaxBrowseContinuationPoints 2735
OpcUaNS0.Server_ServerCapabilities_MaxQueryContinuationPoints 2736
OpcUaNS0.Server_ServerCapabilities_MaxHistoryContinuationPoints 2737
OpcUaNS0.SemanticChangeEventType 2738
OpcUaNS0.SemanticChangeEventType_Changes 2739
OpcUaNS0.ServerType_Auditing 2742
OpcUaNS0.ServerDiagnosticsType_SessionsDiagnosticsSummary 2744
OpcUaNS0.AuditChannelEventType_SecureChannelId 2745
OpcUaNS0.AuditOpenSecureChannelEventType_ClientCertificateThumbprint 2746
OpcUaNS0.AuditCreateSessionEventType_ClientCertificateThumbprint 2747
OpcUaNS0.AuditUrlMismatchEventType 2748
OpcUaNS0.AuditUrlMismatchEventType_EndpointUrl 2749
OpcUaNS0.AuditWriteUpdateEventType_AttributeId 2750
OpcUaNS0.AuditHistoryUpdateEventType_ParameterDataTypeId 2751
OpcUaNS0.ServerStatusType_SecondsTillShutdown 2752
OpcUaNS0.ServerStatusType_ShutdownReason 2753
OpcUaNS0.ServerCapabilitiesType_AggregateFunctions 2754
OpcUaNS0.StateVariableType 2755
OpcUaNS0.StateVariableType_Id 2756
OpcUaNS0.StateVariableType_Name 2757
OpcUaNS0.StateVariableType_Number 2758
OpcUaNS0.StateVariableType_EffectiveDisplayName 2759
OpcUaNS0.FiniteStateVariableType 2760
OpcUaNS0.FiniteStateVariableType_Id 2761
OpcUaNS0.TransitionVariableType 2762
OpcUaNS0.TransitionVariableType_Id 2763
OpcUaNS0.TransitionVariableType_Name 2764
OpcUaNS0.TransitionVariableType_Number 2765
OpcUaNS0.TransitionVariableType_TransitionTime 2766
OpcUaNS0.FiniteTransitionVariableType 2767
OpcUaNS0.FiniteTransitionVariableType_Id 2768
OpcUaNS0.StateMachineType_CurrentState 2769
OpcUaNS0.StateMachineType_LastTransition 2770
OpcUaNS0.FiniteStateMachineType 2771
OpcUaNS0.FiniteStateMachineType_CurrentState 2772
OpcUaNS0.FiniteStateMachineType_LastTransition 2773
OpcUaNS0.TransitionEventType_Transition 2774
OpcUaNS0.TransitionEventType_FromState 2775
OpcUaNS0.TransitionEventType_ToState 2776
OpcUaNS0.AuditUpdateStateEventType_OldStateId 2777
OpcUaNS0.AuditUpdateStateEventType_NewStateId 2778
OpcUaNS0.ConditionType 2782
OpcUaNS0.RefreshStartEventType 2787
OpcUaNS0.RefreshEndEventType 2788
OpcUaNS0.RefreshRequiredEventType 2789
OpcUaNS0.AuditConditionEventType 2790
OpcUaNS0.AuditConditionEnableEventType 2803
OpcUaNS0.AuditConditionCommentEventType 2829
OpcUaNS0.DialogConditionType 2830
OpcUaNS0.DialogConditionType_Prompt 2831
OpcUaNS0.AcknowledgeableConditionType 2881
OpcUaNS0.AlarmConditionType 2915
OpcUaNS0.ShelvedStateMachineType 2929
OpcUaNS0.ShelvedStateMachineType_Unshelved 2930
OpcUaNS0.ShelvedStateMachineType_TimedShelved 2932
OpcUaNS0.ShelvedStateMachineType_OneShotShelved 2933
OpcUaNS0.ShelvedStateMachineType_UnshelvedToTimedShelved 2935
OpcUaNS0.ShelvedStateMachineType_UnshelvedToOneShotShelved 2936
OpcUaNS0.ShelvedStateMachineType_TimedShelvedToUnshelved 2940
OpcUaNS0.ShelvedStateMachineType_TimedShelvedToOneShotShelved 2942
OpcUaNS0.ShelvedStateMachineType_OneShotShelvedToUnshelved 2943
OpcUaNS0.ShelvedStateMachineType_OneShotShelvedToTimedShelved 2945
OpcUaNS0.ShelvedStateMachineType_Unshelve 2947
OpcUaNS0.ShelvedStateMachineType_OneShotShelve 2948
OpcUaNS0.ShelvedStateMachineType_TimedShelve 2949
OpcUaNS0.LimitAlarmType 2955
OpcUaNS0.ShelvedStateMachineType_TimedShelve_InputArguments 2991
OpcUaNS0.Server_ServerStatus_SecondsTillShutdown 2992
OpcUaNS0.Server_ServerStatus_ShutdownReason 2993
OpcUaNS0.Server_Auditing 2994
OpcUaNS0.Server_ServerCapabilities_ModellingRules 2996
OpcUaNS0.Server_ServerCapabilities_AggregateFunctions 2997
OpcUaNS0.SubscriptionDiagnosticsType_EventNotificationsCount 2998
OpcUaNS0.AuditHistoryEventUpdateEventType 2999
OpcUaNS0.AuditHistoryEventUpdateEventType_Filter 3003
OpcUaNS0.AuditHistoryValueUpdateEventType 3006
OpcUaNS0.AuditHistoryDeleteEventType 3012
OpcUaNS0.AuditHistoryRawModifyDeleteEventType 3014
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_IsDeleteModified 3015
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_StartTime 3016
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_EndTime 3017
OpcUaNS0.AuditHistoryAtTimeDeleteEventType 3019
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_ReqTimes 3020
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_OldValues 3021
OpcUaNS0.AuditHistoryEventDeleteEventType 3022
OpcUaNS0.AuditHistoryEventDeleteEventType_EventIds 3023
OpcUaNS0.AuditHistoryEventDeleteEventType_OldValues 3024
OpcUaNS0.AuditHistoryEventUpdateEventType_UpdatedNode 3025
OpcUaNS0.AuditHistoryValueUpdateEventType_UpdatedNode 3026
OpcUaNS0.AuditHistoryDeleteEventType_UpdatedNode 3027
OpcUaNS0.AuditHistoryEventUpdateEventType_PerformInsertReplace 3028
OpcUaNS0.AuditHistoryEventUpdateEventType_NewValues 3029
OpcUaNS0.AuditHistoryEventUpdateEventType_OldValues 3030
OpcUaNS0.AuditHistoryValueUpdateEventType_PerformInsertReplace 3031
OpcUaNS0.AuditHistoryValueUpdateEventType_NewValues 3032
OpcUaNS0.AuditHistoryValueUpdateEventType_OldValues 3033
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_OldValues 3034
OpcUaNS0.EventQueueOverflowEventType 3035
OpcUaNS0.EventTypesFolder 3048
OpcUaNS0.ServerCapabilitiesType_SoftwareCertificates 3049
OpcUaNS0.SessionDiagnosticsVariableType_MaxResponseMessageSize 3050
OpcUaNS0.BuildInfoType 3051
OpcUaNS0.BuildInfoType_ProductUri 3052
OpcUaNS0.BuildInfoType_ManufacturerName 3053
OpcUaNS0.BuildInfoType_ProductName 3054
OpcUaNS0.BuildInfoType_SoftwareVersion 3055
OpcUaNS0.BuildInfoType_BuildNumber 3056
OpcUaNS0.BuildInfoType_BuildDate 3057
OpcUaNS0.SessionSecurityDiagnosticsType_ClientCertificate 3058
OpcUaNS0.HistoricalDataConfigurationType_AggregateConfiguration 3059
OpcUaNS0.DefaultBinary 3062
OpcUaNS0.DefaultXml 3063
OpcUaNS0.AlwaysGeneratesEvent 3065
OpcUaNS0.Icon 3067
OpcUaNS0.NodeVersion 3068
OpcUaNS0.LocalTime 3069
OpcUaNS0.AllowNulls 3070
OpcUaNS0.EnumValues 3071
OpcUaNS0.InputArguments 3072
OpcUaNS0.OutputArguments 3073
OpcUaNS0.ServerType_ServerStatus_StartTime 3074
OpcUaNS0.ServerType_ServerStatus_CurrentTime 3075
OpcUaNS0.ServerType_ServerStatus_State 3076
OpcUaNS0.ServerType_ServerStatus_BuildInfo 3077
OpcUaNS0.ServerType_ServerStatus_BuildInfo_ProductUri 3078
OpcUaNS0.ServerType_ServerStatus_BuildInfo_ManufacturerName 3079
OpcUaNS0.ServerType_ServerStatus_BuildInfo_ProductName 3080
OpcUaNS0.ServerType_ServerStatus_BuildInfo_SoftwareVersion 3081
OpcUaNS0.ServerType_ServerStatus_BuildInfo_BuildNumber 3082
OpcUaNS0.ServerType_ServerStatus_BuildInfo_BuildDate 3083
OpcUaNS0.ServerType_ServerStatus_SecondsTillShutdown 3084
OpcUaNS0.ServerType_ServerStatus_ShutdownReason 3085
OpcUaNS0.ServerType_ServerCapabilities_ServerProfileArray 3086
OpcUaNS0.ServerType_ServerCapabilities_LocaleIdArray 3087
OpcUaNS0.ServerType_ServerCapabilities_MinSupportedSampleRate 3088
OpcUaNS0.ServerType_ServerCapabilities_MaxBrowseContinuationPoints 3089
OpcUaNS0.ServerType_ServerCapabilities_MaxQueryContinuationPoints 3090
OpcUaNS0.ServerType_ServerCapabilities_MaxHistoryContinuationPoints 3091
OpcUaNS0.ServerType_ServerCapabilities_SoftwareCertificates 3092
OpcUaNS0.ServerType_ServerCapabilities_ModellingRules 3093
OpcUaNS0.ServerType_ServerCapabilities_AggregateFunctions 3094
OpcUaNS0.ServerType_ServerDiagnostics_ServerDiagnosticsSummary 3095
OpcUaNS0.ServerType_ServerDiagnostics_ServerDiagnosticsSummary_ServerViewCount 3096
OpcUaNS0.ServerType_ServerDiagnostics_ServerDiagnosticsSummary_CurrentSessionCount 3097
OpcUaNS0.ServerType_ServerDiagnostics_ServerDiagnosticsSummary_CumulatedSessionCount 3098
OpcUaNS0.ServerType_ServerDiagnostics_ServerDiagnosticsSummary_SecurityRejectedSessionCount 3099
OpcUaNS0.ServerType_ServerDiagnostics_ServerDiagnosticsSummary_RejectedSessionCount 3100
OpcUaNS0.ServerType_ServerDiagnostics_ServerDiagnosticsSummary_SessionTimeoutCount 3101
OpcUaNS0.ServerType_ServerDiagnostics_ServerDiagnosticsSummary_SessionAbortCount 3102
OpcUaNS0.ServerType_ServerDiagnostics_ServerDiagnosticsSummary_PublishingIntervalCount 3104
OpcUaNS0.ServerType_ServerDiagnostics_ServerDiagnosticsSummary_CurrentSubscriptionCount 3105
OpcUaNS0.ServerType_ServerDiagnostics_ServerDiagnosticsSummary_CumulatedSubscriptionCount 3106
OpcUaNS0.ServerType_ServerDiagnostics_ServerDiagnosticsSummary_SecurityRejectedRequestsCount 3107
OpcUaNS0.ServerType_ServerDiagnostics_ServerDiagnosticsSummary_RejectedRequestsCount 3108
OpcUaNS0.ServerType_ServerDiagnostics_SamplingIntervalDiagnosticsArray 3109
OpcUaNS0.ServerType_ServerDiagnostics_SubscriptionDiagnosticsArray 3110
OpcUaNS0.ServerType_ServerDiagnostics_SessionsDiagnosticsSummary 3111
OpcUaNS0.ServerType_ServerDiagnostics_SessionsDiagnosticsSummary_SessionDiagnosticsArray 3112
OpcUaNS0.ServerType_ServerDiagnostics_SessionsDiagnosticsSummary_SessionSecurityDiagnosticsArray 3113
OpcUaNS0.ServerType_ServerDiagnostics_EnabledFlag 3114
OpcUaNS0.ServerType_ServerRedundancy_RedundancySupport 3115
OpcUaNS0.ServerDiagnosticsType_ServerDiagnosticsSummary_ServerViewCount 3116
OpcUaNS0.ServerDiagnosticsType_ServerDiagnosticsSummary_CurrentSessionCount 3117
OpcUaNS0.ServerDiagnosticsType_ServerDiagnosticsSummary_CumulatedSessionCount 3118
OpcUaNS0.ServerDiagnosticsType_ServerDiagnosticsSummary_SecurityRejectedSessionCount 3119
OpcUaNS0.ServerDiagnosticsType_ServerDiagnosticsSummary_RejectedSessionCount 3120
OpcUaNS0.ServerDiagnosticsType_ServerDiagnosticsSummary_SessionTimeoutCount 3121
OpcUaNS0.ServerDiagnosticsType_ServerDiagnosticsSummary_SessionAbortCount 3122
OpcUaNS0.ServerDiagnosticsType_ServerDiagnosticsSummary_PublishingIntervalCount 3124
OpcUaNS0.ServerDiagnosticsType_ServerDiagnosticsSummary_CurrentSubscriptionCount 3125
OpcUaNS0.ServerDiagnosticsType_ServerDiagnosticsSummary_CumulatedSubscriptionCount 3126
OpcUaNS0.ServerDiagnosticsType_ServerDiagnosticsSummary_SecurityRejectedRequestsCount 3127
OpcUaNS0.ServerDiagnosticsType_ServerDiagnosticsSummary_RejectedRequestsCount 3128
OpcUaNS0.ServerDiagnosticsType_SessionsDiagnosticsSummary_SessionDiagnosticsArray 3129
OpcUaNS0.ServerDiagnosticsType_SessionsDiagnosticsSummary_SessionSecurityDiagnosticsArray 3130
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_SessionId 3131
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_SessionName 3132
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_ClientDescription 3133
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_ServerUri 3134
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_EndpointUrl 3135
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_LocaleIds 3136
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_ActualSessionTimeout 3137
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_MaxResponseMessageSize 3138
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_ClientConnectionTime 3139
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_ClientLastContactTime 3140
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_CurrentSubscriptionsCount 3141
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_CurrentMonitoredItemsCount 3142
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_CurrentPublishRequestsInQueue 3143
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_ReadCount 3151
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_HistoryReadCount 3152
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_WriteCount 3153
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_HistoryUpdateCount 3154
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_CallCount 3155
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_CreateMonitoredItemsCount 3156
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_ModifyMonitoredItemsCount 3157
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_SetMonitoringModeCount 3158
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_SetTriggeringCount 3159
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_DeleteMonitoredItemsCount 3160
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_CreateSubscriptionCount 3161
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_ModifySubscriptionCount 3162
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_SetPublishingModeCount 3163
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_PublishCount 3164
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_RepublishCount 3165
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_TransferSubscriptionsCount 3166
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_DeleteSubscriptionsCount 3167
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_AddNodesCount 3168
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_AddReferencesCount 3169
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_DeleteNodesCount 3170
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_DeleteReferencesCount 3171
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_BrowseCount 3172
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_BrowseNextCount 3173
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_TranslateBrowsePathsToNodeIdsCount 3174
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_QueryFirstCount 3175
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_QueryNextCount 3176
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_RegisterNodesCount 3177
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_UnregisterNodesCount 3178
OpcUaNS0.SessionDiagnosticsObjectType_SessionSecurityDiagnostics_SessionId 3179
OpcUaNS0.SessionDiagnosticsObjectType_SessionSecurityDiagnostics_ClientUserIdOfSession 3180
OpcUaNS0.SessionDiagnosticsObjectType_SessionSecurityDiagnostics_ClientUserIdHistory 3181
OpcUaNS0.SessionDiagnosticsObjectType_SessionSecurityDiagnostics_AuthenticationMechanism 3182
OpcUaNS0.SessionDiagnosticsObjectType_SessionSecurityDiagnostics_Encoding 3183
OpcUaNS0.SessionDiagnosticsObjectType_SessionSecurityDiagnostics_TransportProtocol 3184
OpcUaNS0.SessionDiagnosticsObjectType_SessionSecurityDiagnostics_SecurityMode 3185
OpcUaNS0.SessionDiagnosticsObjectType_SessionSecurityDiagnostics_SecurityPolicyUri 3186
OpcUaNS0.SessionDiagnosticsObjectType_SessionSecurityDiagnostics_ClientCertificate 3187
OpcUaNS0.TransparentRedundancyType_RedundancySupport 3188
OpcUaNS0.NonTransparentRedundancyType_RedundancySupport 3189
OpcUaNS0.BaseEventType_LocalTime 3190
OpcUaNS0.EventQueueOverflowEventType_EventId 3191
OpcUaNS0.EventQueueOverflowEventType_EventType 3192
OpcUaNS0.EventQueueOverflowEventType_SourceNode 3193
OpcUaNS0.EventQueueOverflowEventType_SourceName 3194
OpcUaNS0.EventQueueOverflowEventType_Time 3195
OpcUaNS0.EventQueueOverflowEventType_ReceiveTime 3196
OpcUaNS0.EventQueueOverflowEventType_LocalTime 3197
OpcUaNS0.EventQueueOverflowEventType_Message 3198
OpcUaNS0.EventQueueOverflowEventType_Severity 3199
OpcUaNS0.AuditEventType_EventId 3200
OpcUaNS0.AuditEventType_EventType 3201
OpcUaNS0.AuditEventType_SourceNode 3202
OpcUaNS0.AuditEventType_SourceName 3203
OpcUaNS0.AuditEventType_Time 3204
OpcUaNS0.AuditEventType_ReceiveTime 3205
OpcUaNS0.AuditEventType_LocalTime 3206
OpcUaNS0.AuditEventType_Message 3207
OpcUaNS0.AuditEventType_Severity 3208
OpcUaNS0.AuditSecurityEventType_EventId 3209
OpcUaNS0.AuditSecurityEventType_EventType 3210
OpcUaNS0.AuditSecurityEventType_SourceNode 3211
OpcUaNS0.AuditSecurityEventType_SourceName 3212
OpcUaNS0.AuditSecurityEventType_Time 3213
OpcUaNS0.AuditSecurityEventType_ReceiveTime 3214
OpcUaNS0.AuditSecurityEventType_LocalTime 3215
OpcUaNS0.AuditSecurityEventType_Message 3216
OpcUaNS0.AuditSecurityEventType_Severity 3217
OpcUaNS0.AuditSecurityEventType_ActionTimeStamp 3218
OpcUaNS0.AuditSecurityEventType_Status 3219
OpcUaNS0.AuditSecurityEventType_ServerId 3220
OpcUaNS0.AuditSecurityEventType_ClientAuditEntryId 3221
OpcUaNS0.AuditSecurityEventType_ClientUserId 3222
OpcUaNS0.AuditChannelEventType_EventId 3223
OpcUaNS0.AuditChannelEventType_EventType 3224
OpcUaNS0.AuditChannelEventType_SourceNode 3225
OpcUaNS0.AuditChannelEventType_SourceName 3226
OpcUaNS0.AuditChannelEventType_Time 3227
OpcUaNS0.AuditChannelEventType_ReceiveTime 3228
OpcUaNS0.AuditChannelEventType_LocalTime 3229
OpcUaNS0.AuditChannelEventType_Message 3230
OpcUaNS0.AuditChannelEventType_Severity 3231
OpcUaNS0.AuditChannelEventType_ActionTimeStamp 3232
OpcUaNS0.AuditChannelEventType_Status 3233
OpcUaNS0.AuditChannelEventType_ServerId 3234
OpcUaNS0.AuditChannelEventType_ClientAuditEntryId 3235
OpcUaNS0.AuditChannelEventType_ClientUserId 3236
OpcUaNS0.AuditOpenSecureChannelEventType_EventId 3237
OpcUaNS0.AuditOpenSecureChannelEventType_EventType 3238
OpcUaNS0.AuditOpenSecureChannelEventType_SourceNode 3239
OpcUaNS0.AuditOpenSecureChannelEventType_SourceName 3240
OpcUaNS0.AuditOpenSecureChannelEventType_Time 3241
OpcUaNS0.AuditOpenSecureChannelEventType_ReceiveTime 3242
OpcUaNS0.AuditOpenSecureChannelEventType_LocalTime 3243
OpcUaNS0.AuditOpenSecureChannelEventType_Message 3244
OpcUaNS0.AuditOpenSecureChannelEventType_Severity 3245
OpcUaNS0.AuditOpenSecureChannelEventType_ActionTimeStamp 3246
OpcUaNS0.AuditOpenSecureChannelEventType_Status 3247
OpcUaNS0.AuditOpenSecureChannelEventType_ServerId 3248
OpcUaNS0.AuditOpenSecureChannelEventType_ClientAuditEntryId 3249
OpcUaNS0.AuditOpenSecureChannelEventType_ClientUserId 3250
OpcUaNS0.AuditOpenSecureChannelEventType_SecureChannelId 3251
OpcUaNS0.AuditSessionEventType_EventId 3252
OpcUaNS0.AuditSessionEventType_EventType 3253
OpcUaNS0.AuditSessionEventType_SourceNode 3254
OpcUaNS0.AuditSessionEventType_SourceName 3255
OpcUaNS0.AuditSessionEventType_Time 3256
OpcUaNS0.AuditSessionEventType_ReceiveTime 3257
OpcUaNS0.AuditSessionEventType_LocalTime 3258
OpcUaNS0.AuditSessionEventType_Message 3259
OpcUaNS0.AuditSessionEventType_Severity 3260
OpcUaNS0.AuditSessionEventType_ActionTimeStamp 3261
OpcUaNS0.AuditSessionEventType_Status 3262
OpcUaNS0.AuditSessionEventType_ServerId 3263
OpcUaNS0.AuditSessionEventType_ClientAuditEntryId 3264
OpcUaNS0.AuditSessionEventType_ClientUserId 3265
OpcUaNS0.AuditCreateSessionEventType_EventId 3266
OpcUaNS0.AuditCreateSessionEventType_EventType 3267
OpcUaNS0.AuditCreateSessionEventType_SourceNode 3268
OpcUaNS0.AuditCreateSessionEventType_SourceName 3269
OpcUaNS0.AuditCreateSessionEventType_Time 3270
OpcUaNS0.AuditCreateSessionEventType_ReceiveTime 3271
OpcUaNS0.AuditCreateSessionEventType_LocalTime 3272
OpcUaNS0.AuditCreateSessionEventType_Message 3273
OpcUaNS0.AuditCreateSessionEventType_Severity 3274
OpcUaNS0.AuditCreateSessionEventType_ActionTimeStamp 3275
OpcUaNS0.AuditCreateSessionEventType_Status 3276
OpcUaNS0.AuditCreateSessionEventType_ServerId 3277
OpcUaNS0.AuditCreateSessionEventType_ClientAuditEntryId 3278
OpcUaNS0.AuditCreateSessionEventType_ClientUserId 3279
OpcUaNS0.AuditUrlMismatchEventType_EventId 3281
OpcUaNS0.AuditUrlMismatchEventType_EventType 3282
OpcUaNS0.AuditUrlMismatchEventType_SourceNode 3283
OpcUaNS0.AuditUrlMismatchEventType_SourceName 3284
OpcUaNS0.AuditUrlMismatchEventType_Time 3285
OpcUaNS0.AuditUrlMismatchEventType_ReceiveTime 3286
OpcUaNS0.AuditUrlMismatchEventType_LocalTime 3287
OpcUaNS0.AuditUrlMismatchEventType_Message 3288
OpcUaNS0.AuditUrlMismatchEventType_Severity 3289
OpcUaNS0.AuditUrlMismatchEventType_ActionTimeStamp 3290
OpcUaNS0.AuditUrlMismatchEventType_Status 3291
OpcUaNS0.AuditUrlMismatchEventType_ServerId 3292
OpcUaNS0.AuditUrlMismatchEventType_ClientAuditEntryId 3293
OpcUaNS0.AuditUrlMismatchEventType_ClientUserId 3294
OpcUaNS0.AuditUrlMismatchEventType_SecureChannelId 3296
OpcUaNS0.AuditUrlMismatchEventType_ClientCertificate 3297
OpcUaNS0.AuditUrlMismatchEventType_ClientCertificateThumbprint 3298
OpcUaNS0.AuditUrlMismatchEventType_RevisedSessionTimeout 3299
OpcUaNS0.AuditActivateSessionEventType_EventId 3300
OpcUaNS0.AuditActivateSessionEventType_EventType 3301
OpcUaNS0.AuditActivateSessionEventType_SourceNode 3302
OpcUaNS0.AuditActivateSessionEventType_SourceName 3303
OpcUaNS0.AuditActivateSessionEventType_Time 3304
OpcUaNS0.AuditActivateSessionEventType_ReceiveTime 3305
OpcUaNS0.AuditActivateSessionEventType_LocalTime 3306
OpcUaNS0.AuditActivateSessionEventType_Message 3307
OpcUaNS0.AuditActivateSessionEventType_Severity 3308
OpcUaNS0.AuditActivateSessionEventType_ActionTimeStamp 3309
OpcUaNS0.AuditActivateSessionEventType_Status 3310
OpcUaNS0.AuditActivateSessionEventType_ServerId 3311
OpcUaNS0.AuditActivateSessionEventType_ClientAuditEntryId 3312
OpcUaNS0.AuditActivateSessionEventType_ClientUserId 3313
OpcUaNS0.AuditActivateSessionEventType_SessionId 3314
OpcUaNS0.AuditCancelEventType_EventId 3315
OpcUaNS0.AuditCancelEventType_EventType 3316
OpcUaNS0.AuditCancelEventType_SourceNode 3317
OpcUaNS0.AuditCancelEventType_SourceName 3318
OpcUaNS0.AuditCancelEventType_Time 3319
OpcUaNS0.AuditCancelEventType_ReceiveTime 3320
OpcUaNS0.AuditCancelEventType_LocalTime 3321
OpcUaNS0.AuditCancelEventType_Message 3322
OpcUaNS0.AuditCancelEventType_Severity 3323
OpcUaNS0.AuditCancelEventType_ActionTimeStamp 3324
OpcUaNS0.AuditCancelEventType_Status 3325
OpcUaNS0.AuditCancelEventType_ServerId 3326
OpcUaNS0.AuditCancelEventType_ClientAuditEntryId 3327
OpcUaNS0.AuditCancelEventType_ClientUserId 3328
OpcUaNS0.AuditCancelEventType_SessionId 3329
OpcUaNS0.AuditCertificateEventType_EventId 3330
OpcUaNS0.AuditCertificateEventType_EventType 3331
OpcUaNS0.AuditCertificateEventType_SourceNode 3332
OpcUaNS0.AuditCertificateEventType_SourceName 3333
OpcUaNS0.AuditCertificateEventType_Time 3334
OpcUaNS0.AuditCertificateEventType_ReceiveTime 3335
OpcUaNS0.AuditCertificateEventType_LocalTime 3336
OpcUaNS0.AuditCertificateEventType_Message 3337
OpcUaNS0.AuditCertificateEventType_Severity 3338
OpcUaNS0.AuditCertificateEventType_ActionTimeStamp 3339
OpcUaNS0.AuditCertificateEventType_Status 3340
OpcUaNS0.AuditCertificateEventType_ServerId 3341
OpcUaNS0.AuditCertificateEventType_ClientAuditEntryId 3342
OpcUaNS0.AuditCertificateEventType_ClientUserId 3343
OpcUaNS0.AuditCertificateDataMismatchEventType_EventId 3344
OpcUaNS0.AuditCertificateDataMismatchEventType_EventType 3345
OpcUaNS0.AuditCertificateDataMismatchEventType_SourceNode 3346
OpcUaNS0.AuditCertificateDataMismatchEventType_SourceName 3347
OpcUaNS0.AuditCertificateDataMismatchEventType_Time 3348
OpcUaNS0.AuditCertificateDataMismatchEventType_ReceiveTime 3349
OpcUaNS0.AuditCertificateDataMismatchEventType_LocalTime 3350
OpcUaNS0.AuditCertificateDataMismatchEventType_Message 3351
OpcUaNS0.AuditCertificateDataMismatchEventType_Severity 3352
OpcUaNS0.AuditCertificateDataMismatchEventType_ActionTimeStamp 3353
OpcUaNS0.AuditCertificateDataMismatchEventType_Status 3354
OpcUaNS0.AuditCertificateDataMismatchEventType_ServerId 3355
OpcUaNS0.AuditCertificateDataMismatchEventType_ClientAuditEntryId 3356
OpcUaNS0.AuditCertificateDataMismatchEventType_ClientUserId 3357
OpcUaNS0.AuditCertificateDataMismatchEventType_Certificate 3358
OpcUaNS0.AuditCertificateExpiredEventType_EventId 3359
OpcUaNS0.AuditCertificateExpiredEventType_EventType 3360
OpcUaNS0.AuditCertificateExpiredEventType_SourceNode 3361
OpcUaNS0.AuditCertificateExpiredEventType_SourceName 3362
OpcUaNS0.AuditCertificateExpiredEventType_Time 3363
OpcUaNS0.AuditCertificateExpiredEventType_ReceiveTime 3364
OpcUaNS0.AuditCertificateExpiredEventType_LocalTime 3365
OpcUaNS0.AuditCertificateExpiredEventType_Message 3366
OpcUaNS0.AuditCertificateExpiredEventType_Severity 3367
OpcUaNS0.AuditCertificateExpiredEventType_ActionTimeStamp 3368
OpcUaNS0.AuditCertificateExpiredEventType_Status 3369
OpcUaNS0.AuditCertificateExpiredEventType_ServerId 3370
OpcUaNS0.AuditCertificateExpiredEventType_ClientAuditEntryId 3371
OpcUaNS0.AuditCertificateExpiredEventType_ClientUserId 3372
OpcUaNS0.AuditCertificateExpiredEventType_Certificate 3373
OpcUaNS0.AuditCertificateInvalidEventType_EventId 3374
OpcUaNS0.AuditCertificateInvalidEventType_EventType 3375
OpcUaNS0.AuditCertificateInvalidEventType_SourceNode 3376
OpcUaNS0.AuditCertificateInvalidEventType_SourceName 3377
OpcUaNS0.AuditCertificateInvalidEventType_Time 3378
OpcUaNS0.AuditCertificateInvalidEventType_ReceiveTime 3379
OpcUaNS0.AuditCertificateInvalidEventType_LocalTime 3380
OpcUaNS0.AuditCertificateInvalidEventType_Message 3381
OpcUaNS0.AuditCertificateInvalidEventType_Severity 3382
OpcUaNS0.AuditCertificateInvalidEventType_ActionTimeStamp 3383
OpcUaNS0.AuditCertificateInvalidEventType_Status 3384
OpcUaNS0.AuditCertificateInvalidEventType_ServerId 3385
OpcUaNS0.AuditCertificateInvalidEventType_ClientAuditEntryId 3386
OpcUaNS0.AuditCertificateInvalidEventType_ClientUserId 3387
OpcUaNS0.AuditCertificateInvalidEventType_Certificate 3388
OpcUaNS0.AuditCertificateUntrustedEventType_EventId 3389
OpcUaNS0.AuditCertificateUntrustedEventType_EventType 3390
OpcUaNS0.AuditCertificateUntrustedEventType_SourceNode 3391
OpcUaNS0.AuditCertificateUntrustedEventType_SourceName 3392
OpcUaNS0.AuditCertificateUntrustedEventType_Time 3393
OpcUaNS0.AuditCertificateUntrustedEventType_ReceiveTime 3394
OpcUaNS0.AuditCertificateUntrustedEventType_LocalTime 3395
OpcUaNS0.AuditCertificateUntrustedEventType_Message 3396
OpcUaNS0.AuditCertificateUntrustedEventType_Severity 3397
OpcUaNS0.AuditCertificateUntrustedEventType_ActionTimeStamp 3398
OpcUaNS0.AuditCertificateUntrustedEventType_Status 3399
OpcUaNS0.AuditCertificateUntrustedEventType_ServerId 3400
OpcUaNS0.AuditCertificateUntrustedEventType_ClientAuditEntryId 3401
OpcUaNS0.AuditCertificateUntrustedEventType_ClientUserId 3402
OpcUaNS0.AuditCertificateUntrustedEventType_Certificate 3403
OpcUaNS0.AuditCertificateRevokedEventType_EventId 3404
OpcUaNS0.AuditCertificateRevokedEventType_EventType 3405
OpcUaNS0.AuditCertificateRevokedEventType_SourceNode 3406
OpcUaNS0.AuditCertificateRevokedEventType_SourceName 3407
OpcUaNS0.AuditCertificateRevokedEventType_Time 3408
OpcUaNS0.AuditCertificateRevokedEventType_ReceiveTime 3409
OpcUaNS0.AuditCertificateRevokedEventType_LocalTime 3410
OpcUaNS0.AuditCertificateRevokedEventType_Message 3411
OpcUaNS0.AuditCertificateRevokedEventType_Severity 3412
OpcUaNS0.AuditCertificateRevokedEventType_ActionTimeStamp 3413
OpcUaNS0.AuditCertificateRevokedEventType_Status 3414
OpcUaNS0.AuditCertificateRevokedEventType_ServerId 3415
OpcUaNS0.AuditCertificateRevokedEventType_ClientAuditEntryId 3416
OpcUaNS0.AuditCertificateRevokedEventType_ClientUserId 3417
OpcUaNS0.AuditCertificateRevokedEventType_Certificate 3418
OpcUaNS0.AuditCertificateMismatchEventType_EventId 3419
OpcUaNS0.AuditCertificateMismatchEventType_EventType 3420
OpcUaNS0.AuditCertificateMismatchEventType_SourceNode 3421
OpcUaNS0.AuditCertificateMismatchEventType_SourceName 3422
OpcUaNS0.AuditCertificateMismatchEventType_Time 3423
OpcUaNS0.AuditCertificateMismatchEventType_ReceiveTime 3424
OpcUaNS0.AuditCertificateMismatchEventType_LocalTime 3425
OpcUaNS0.AuditCertificateMismatchEventType_Message 3426
OpcUaNS0.AuditCertificateMismatchEventType_Severity 3427
OpcUaNS0.AuditCertificateMismatchEventType_ActionTimeStamp 3428
OpcUaNS0.AuditCertificateMismatchEventType_Status 3429
OpcUaNS0.AuditCertificateMismatchEventType_ServerId 3430
OpcUaNS0.AuditCertificateMismatchEventType_ClientAuditEntryId 3431
OpcUaNS0.AuditCertificateMismatchEventType_ClientUserId 3432
OpcUaNS0.AuditCertificateMismatchEventType_Certificate 3433
OpcUaNS0.AuditNodeManagementEventType_EventId 3434
OpcUaNS0.AuditNodeManagementEventType_EventType 3435
OpcUaNS0.AuditNodeManagementEventType_SourceNode 3436
OpcUaNS0.AuditNodeManagementEventType_SourceName 3437
OpcUaNS0.AuditNodeManagementEventType_Time 3438
OpcUaNS0.AuditNodeManagementEventType_ReceiveTime 3439
OpcUaNS0.AuditNodeManagementEventType_LocalTime 3440
OpcUaNS0.AuditNodeManagementEventType_Message 3441
OpcUaNS0.AuditNodeManagementEventType_Severity 3442
OpcUaNS0.AuditNodeManagementEventType_ActionTimeStamp 3443
OpcUaNS0.AuditNodeManagementEventType_Status 3444
OpcUaNS0.AuditNodeManagementEventType_ServerId 3445
OpcUaNS0.AuditNodeManagementEventType_ClientAuditEntryId 3446
OpcUaNS0.AuditNodeManagementEventType_ClientUserId 3447
OpcUaNS0.AuditAddNodesEventType_EventId 3448
OpcUaNS0.AuditAddNodesEventType_EventType 3449
OpcUaNS0.AuditAddNodesEventType_SourceNode 3450
OpcUaNS0.AuditAddNodesEventType_SourceName 3451
OpcUaNS0.AuditAddNodesEventType_Time 3452
OpcUaNS0.AuditAddNodesEventType_ReceiveTime 3453
OpcUaNS0.AuditAddNodesEventType_LocalTime 3454
OpcUaNS0.AuditAddNodesEventType_Message 3455
OpcUaNS0.AuditAddNodesEventType_Severity 3456
OpcUaNS0.AuditAddNodesEventType_ActionTimeStamp 3457
OpcUaNS0.AuditAddNodesEventType_Status 3458
OpcUaNS0.AuditAddNodesEventType_ServerId 3459
OpcUaNS0.AuditAddNodesEventType_ClientAuditEntryId 3460
OpcUaNS0.AuditAddNodesEventType_ClientUserId 3461
OpcUaNS0.AuditDeleteNodesEventType_EventId 3462
OpcUaNS0.AuditDeleteNodesEventType_EventType 3463
OpcUaNS0.AuditDeleteNodesEventType_SourceNode 3464
OpcUaNS0.AuditDeleteNodesEventType_SourceName 3465
OpcUaNS0.AuditDeleteNodesEventType_Time 3466
OpcUaNS0.AuditDeleteNodesEventType_ReceiveTime 3467
OpcUaNS0.AuditDeleteNodesEventType_LocalTime 3468
OpcUaNS0.AuditDeleteNodesEventType_Message 3469
OpcUaNS0.AuditDeleteNodesEventType_Severity 3470
OpcUaNS0.AuditDeleteNodesEventType_ActionTimeStamp 3471
OpcUaNS0.AuditDeleteNodesEventType_Status 3472
OpcUaNS0.AuditDeleteNodesEventType_ServerId 3473
OpcUaNS0.AuditDeleteNodesEventType_ClientAuditEntryId 3474
OpcUaNS0.AuditDeleteNodesEventType_ClientUserId 3475
OpcUaNS0.AuditAddReferencesEventType_EventId 3476
OpcUaNS0.AuditAddReferencesEventType_EventType 3477
OpcUaNS0.AuditAddReferencesEventType_SourceNode 3478
OpcUaNS0.AuditAddReferencesEventType_SourceName 3479
OpcUaNS0.AuditAddReferencesEventType_Time 3480
OpcUaNS0.AuditAddReferencesEventType_ReceiveTime 3481
OpcUaNS0.AuditAddReferencesEventType_LocalTime 3482
OpcUaNS0.AuditAddReferencesEventType_Message 3483
OpcUaNS0.AuditAddReferencesEventType_Severity 3484
OpcUaNS0.AuditAddReferencesEventType_ActionTimeStamp 3485
OpcUaNS0.AuditAddReferencesEventType_Status 3486
OpcUaNS0.AuditAddReferencesEventType_ServerId 3487
OpcUaNS0.AuditAddReferencesEventType_ClientAuditEntryId 3488
OpcUaNS0.AuditAddReferencesEventType_ClientUserId 3489
OpcUaNS0.AuditDeleteReferencesEventType_EventId 3490
OpcUaNS0.AuditDeleteReferencesEventType_EventType 3491
OpcUaNS0.AuditDeleteReferencesEventType_SourceNode 3492
OpcUaNS0.AuditDeleteReferencesEventType_SourceName 3493
OpcUaNS0.AuditDeleteReferencesEventType_Time 3494
OpcUaNS0.AuditDeleteReferencesEventType_ReceiveTime 3495
OpcUaNS0.AuditDeleteReferencesEventType_LocalTime 3496
OpcUaNS0.AuditDeleteReferencesEventType_Message 3497
OpcUaNS0.AuditDeleteReferencesEventType_Severity 3498
OpcUaNS0.AuditDeleteReferencesEventType_ActionTimeStamp 3499
OpcUaNS0.AuditDeleteReferencesEventType_Status 3500
OpcUaNS0.AuditDeleteReferencesEventType_ServerId 3501
OpcUaNS0.AuditDeleteReferencesEventType_ClientAuditEntryId 3502
OpcUaNS0.AuditDeleteReferencesEventType_ClientUserId 3503
OpcUaNS0.AuditUpdateEventType_EventId 3504
OpcUaNS0.AuditUpdateEventType_EventType 3505
OpcUaNS0.AuditUpdateEventType_SourceNode 3506
OpcUaNS0.AuditUpdateEventType_SourceName 3507
OpcUaNS0.AuditUpdateEventType_Time 3508
OpcUaNS0.AuditUpdateEventType_ReceiveTime 3509
OpcUaNS0.AuditUpdateEventType_LocalTime 3510
OpcUaNS0.AuditUpdateEventType_Message 3511
OpcUaNS0.AuditUpdateEventType_Severity 3512
OpcUaNS0.AuditUpdateEventType_ActionTimeStamp 3513
OpcUaNS0.AuditUpdateEventType_Status 3514
OpcUaNS0.AuditUpdateEventType_ServerId 3515
OpcUaNS0.AuditUpdateEventType_ClientAuditEntryId 3516
OpcUaNS0.AuditUpdateEventType_ClientUserId 3517
OpcUaNS0.AuditWriteUpdateEventType_EventId 3518
OpcUaNS0.AuditWriteUpdateEventType_EventType 3519
OpcUaNS0.AuditWriteUpdateEventType_SourceNode 3520
OpcUaNS0.AuditWriteUpdateEventType_SourceName 3521
OpcUaNS0.AuditWriteUpdateEventType_Time 3522
OpcUaNS0.AuditWriteUpdateEventType_ReceiveTime 3523
OpcUaNS0.AuditWriteUpdateEventType_LocalTime 3524
OpcUaNS0.AuditWriteUpdateEventType_Message 3525
OpcUaNS0.AuditWriteUpdateEventType_Severity 3526
OpcUaNS0.AuditWriteUpdateEventType_ActionTimeStamp 3527
OpcUaNS0.AuditWriteUpdateEventType_Status 3528
OpcUaNS0.AuditWriteUpdateEventType_ServerId 3529
OpcUaNS0.AuditWriteUpdateEventType_ClientAuditEntryId 3530
OpcUaNS0.AuditWriteUpdateEventType_ClientUserId 3531
OpcUaNS0.AuditHistoryUpdateEventType_EventId 3532
OpcUaNS0.AuditHistoryUpdateEventType_EventType 3533
OpcUaNS0.AuditHistoryUpdateEventType_SourceNode 3534
OpcUaNS0.AuditHistoryUpdateEventType_SourceName 3535
OpcUaNS0.AuditHistoryUpdateEventType_Time 3536
OpcUaNS0.AuditHistoryUpdateEventType_ReceiveTime 3537
OpcUaNS0.AuditHistoryUpdateEventType_LocalTime 3538
OpcUaNS0.AuditHistoryUpdateEventType_Message 3539
OpcUaNS0.AuditHistoryUpdateEventType_Severity 3540
OpcUaNS0.AuditHistoryUpdateEventType_ActionTimeStamp 3541
OpcUaNS0.AuditHistoryUpdateEventType_Status 3542
OpcUaNS0.AuditHistoryUpdateEventType_ServerId 3543
OpcUaNS0.AuditHistoryUpdateEventType_ClientAuditEntryId 3544
OpcUaNS0.AuditHistoryUpdateEventType_ClientUserId 3545
OpcUaNS0.AuditHistoryEventUpdateEventType_EventId 3546
OpcUaNS0.AuditHistoryEventUpdateEventType_EventType 3547
OpcUaNS0.AuditHistoryEventUpdateEventType_SourceNode 3548
OpcUaNS0.AuditHistoryEventUpdateEventType_SourceName 3549
OpcUaNS0.AuditHistoryEventUpdateEventType_Time 3550
OpcUaNS0.AuditHistoryEventUpdateEventType_ReceiveTime 3551
OpcUaNS0.AuditHistoryEventUpdateEventType_LocalTime 3552
OpcUaNS0.AuditHistoryEventUpdateEventType_Message 3553
OpcUaNS0.AuditHistoryEventUpdateEventType_Severity 3554
OpcUaNS0.AuditHistoryEventUpdateEventType_ActionTimeStamp 3555
OpcUaNS0.AuditHistoryEventUpdateEventType_Status 3556
OpcUaNS0.AuditHistoryEventUpdateEventType_ServerId 3557
OpcUaNS0.AuditHistoryEventUpdateEventType_ClientAuditEntryId 3558
OpcUaNS0.AuditHistoryEventUpdateEventType_ClientUserId 3559
OpcUaNS0.AuditHistoryEventUpdateEventType_ParameterDataTypeId 3560
OpcUaNS0.AuditHistoryValueUpdateEventType_EventId 3561
OpcUaNS0.AuditHistoryValueUpdateEventType_EventType 3562
OpcUaNS0.AuditHistoryValueUpdateEventType_SourceNode 3563
OpcUaNS0.AuditHistoryValueUpdateEventType_SourceName 3564
OpcUaNS0.AuditHistoryValueUpdateEventType_Time 3565
OpcUaNS0.AuditHistoryValueUpdateEventType_ReceiveTime 3566
OpcUaNS0.AuditHistoryValueUpdateEventType_LocalTime 3567
OpcUaNS0.AuditHistoryValueUpdateEventType_Message 3568
OpcUaNS0.AuditHistoryValueUpdateEventType_Severity 3569
OpcUaNS0.AuditHistoryValueUpdateEventType_ActionTimeStamp 3570
OpcUaNS0.AuditHistoryValueUpdateEventType_Status 3571
OpcUaNS0.AuditHistoryValueUpdateEventType_ServerId 3572
OpcUaNS0.AuditHistoryValueUpdateEventType_ClientAuditEntryId 3573
OpcUaNS0.AuditHistoryValueUpdateEventType_ClientUserId 3574
OpcUaNS0.AuditHistoryValueUpdateEventType_ParameterDataTypeId 3575
OpcUaNS0.AuditHistoryDeleteEventType_EventId 3576
OpcUaNS0.AuditHistoryDeleteEventType_EventType 3577
OpcUaNS0.AuditHistoryDeleteEventType_SourceNode 3578
OpcUaNS0.AuditHistoryDeleteEventType_SourceName 3579
OpcUaNS0.AuditHistoryDeleteEventType_Time 3580
OpcUaNS0.AuditHistoryDeleteEventType_ReceiveTime 3581
OpcUaNS0.AuditHistoryDeleteEventType_LocalTime 3582
OpcUaNS0.AuditHistoryDeleteEventType_Message 3583
OpcUaNS0.AuditHistoryDeleteEventType_Severity 3584
OpcUaNS0.AuditHistoryDeleteEventType_ActionTimeStamp 3585
OpcUaNS0.AuditHistoryDeleteEventType_Status 3586
OpcUaNS0.AuditHistoryDeleteEventType_ServerId 3587
OpcUaNS0.AuditHistoryDeleteEventType_ClientAuditEntryId 3588
OpcUaNS0.AuditHistoryDeleteEventType_ClientUserId 3589
OpcUaNS0.AuditHistoryDeleteEventType_ParameterDataTypeId 3590
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_EventId 3591
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_EventType 3592
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_SourceNode 3593
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_SourceName 3594
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_Time 3595
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_ReceiveTime 3596
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_LocalTime 3597
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_Message 3598
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_Severity 3599
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_ActionTimeStamp 3600
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_Status 3601
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_ServerId 3602
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_ClientAuditEntryId 3603
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_ClientUserId 3604
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_ParameterDataTypeId 3605
OpcUaNS0.AuditHistoryRawModifyDeleteEventType_UpdatedNode 3606
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_EventId 3607
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_EventType 3608
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_SourceNode 3609
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_SourceName 3610
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_Time 3611
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_ReceiveTime 3612
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_LocalTime 3613
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_Message 3614
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_Severity 3615
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_ActionTimeStamp 3616
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_Status 3617
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_ServerId 3618
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_ClientAuditEntryId 3619
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_ClientUserId 3620
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_ParameterDataTypeId 3621
OpcUaNS0.AuditHistoryAtTimeDeleteEventType_UpdatedNode 3622
OpcUaNS0.AuditHistoryEventDeleteEventType_EventId 3623
OpcUaNS0.AuditHistoryEventDeleteEventType_EventType 3624
OpcUaNS0.AuditHistoryEventDeleteEventType_SourceNode 3625
OpcUaNS0.AuditHistoryEventDeleteEventType_SourceName 3626
OpcUaNS0.AuditHistoryEventDeleteEventType_Time 3627
OpcUaNS0.AuditHistoryEventDeleteEventType_ReceiveTime 3628
OpcUaNS0.AuditHistoryEventDeleteEventType_LocalTime 3629
OpcUaNS0.AuditHistoryEventDeleteEventType_Message 3630
OpcUaNS0.AuditHistoryEventDeleteEventType_Severity 3631
OpcUaNS0.AuditHistoryEventDeleteEventType_ActionTimeStamp 3632
OpcUaNS0.AuditHistoryEventDeleteEventType_Status 3633
OpcUaNS0.AuditHistoryEventDeleteEventType_ServerId 3634
OpcUaNS0.AuditHistoryEventDeleteEventType_ClientAuditEntryId 3635
OpcUaNS0.AuditHistoryEventDeleteEventType_ClientUserId 3636
OpcUaNS0.AuditHistoryEventDeleteEventType_ParameterDataTypeId 3637
OpcUaNS0.AuditHistoryEventDeleteEventType_UpdatedNode 3638
OpcUaNS0.AuditUpdateMethodEventType_EventId 3639
OpcUaNS0.AuditUpdateMethodEventType_EventType 3640
OpcUaNS0.AuditUpdateMethodEventType_SourceNode 3641
OpcUaNS0.AuditUpdateMethodEventType_SourceName 3642
OpcUaNS0.AuditUpdateMethodEventType_Time 3643
OpcUaNS0.AuditUpdateMethodEventType_ReceiveTime 3644
OpcUaNS0.AuditUpdateMethodEventType_LocalTime 3645
OpcUaNS0.AuditUpdateMethodEventType_Message 3646
OpcUaNS0.AuditUpdateMethodEventType_Severity 3647
OpcUaNS0.AuditUpdateMethodEventType_ActionTimeStamp 3648
OpcUaNS0.AuditUpdateMethodEventType_Status 3649
OpcUaNS0.AuditUpdateMethodEventType_ServerId 3650
OpcUaNS0.AuditUpdateMethodEventType_ClientAuditEntryId 3651
OpcUaNS0.AuditUpdateMethodEventType_ClientUserId 3652
OpcUaNS0.SystemEventType_EventId 3653
OpcUaNS0.SystemEventType_EventType 3654
OpcUaNS0.SystemEventType_SourceNode 3655
OpcUaNS0.SystemEventType_SourceName 3656
OpcUaNS0.SystemEventType_Time 3657
OpcUaNS0.SystemEventType_ReceiveTime 3658
OpcUaNS0.SystemEventType_LocalTime 3659
OpcUaNS0.SystemEventType_Message 3660
OpcUaNS0.SystemEventType_Severity 3661
OpcUaNS0.DeviceFailureEventType_EventId 3662
OpcUaNS0.DeviceFailureEventType_EventType 3663
OpcUaNS0.DeviceFailureEventType_SourceNode 3664
OpcUaNS0.DeviceFailureEventType_SourceName 3665
OpcUaNS0.DeviceFailureEventType_Time 3666
OpcUaNS0.DeviceFailureEventType_ReceiveTime 3667
OpcUaNS0.DeviceFailureEventType_LocalTime 3668
OpcUaNS0.DeviceFailureEventType_Message 3669
OpcUaNS0.DeviceFailureEventType_Severity 3670
OpcUaNS0.BaseModelChangeEventType_EventId 3671
OpcUaNS0.BaseModelChangeEventType_EventType 3672
OpcUaNS0.BaseModelChangeEventType_SourceNode 3673
OpcUaNS0.BaseModelChangeEventType_SourceName 3674
OpcUaNS0.BaseModelChangeEventType_Time 3675
OpcUaNS0.BaseModelChangeEventType_ReceiveTime 3676
OpcUaNS0.BaseModelChangeEventType_LocalTime 3677
OpcUaNS0.BaseModelChangeEventType_Message 3678
OpcUaNS0.BaseModelChangeEventType_Severity 3679
OpcUaNS0.GeneralModelChangeEventType_EventId 3680
OpcUaNS0.GeneralModelChangeEventType_EventType 3681
OpcUaNS0.GeneralModelChangeEventType_SourceNode 3682
OpcUaNS0.GeneralModelChangeEventType_SourceName 3683
OpcUaNS0.GeneralModelChangeEventType_Time 3684
OpcUaNS0.GeneralModelChangeEventType_ReceiveTime 3685
OpcUaNS0.GeneralModelChangeEventType_LocalTime 3686
OpcUaNS0.GeneralModelChangeEventType_Message 3687
OpcUaNS0.GeneralModelChangeEventType_Severity 3688
OpcUaNS0.SemanticChangeEventType_EventId 3689
OpcUaNS0.SemanticChangeEventType_EventType 3690
OpcUaNS0.SemanticChangeEventType_SourceNode 3691
OpcUaNS0.SemanticChangeEventType_SourceName 3692
OpcUaNS0.SemanticChangeEventType_Time 3693
OpcUaNS0.SemanticChangeEventType_ReceiveTime 3694
OpcUaNS0.SemanticChangeEventType_LocalTime 3695
OpcUaNS0.SemanticChangeEventType_Message 3696
OpcUaNS0.SemanticChangeEventType_Severity 3697
OpcUaNS0.ServerStatusType_BuildInfo_ProductUri 3698
OpcUaNS0.ServerStatusType_BuildInfo_ManufacturerName 3699
OpcUaNS0.ServerStatusType_BuildInfo_ProductName 3700
OpcUaNS0.ServerStatusType_BuildInfo_SoftwareVersion 3701
OpcUaNS0.ServerStatusType_BuildInfo_BuildNumber 3702
OpcUaNS0.ServerStatusType_BuildInfo_BuildDate 3703
OpcUaNS0.Server_ServerCapabilities_SoftwareCertificates 3704
OpcUaNS0.Server_ServerDiagnostics_ServerDiagnosticsSummary_RejectedSessionCount 3705
OpcUaNS0.Server_ServerDiagnostics_SessionsDiagnosticsSummary 3706
OpcUaNS0.Server_ServerDiagnostics_SessionsDiagnosticsSummary_SessionDiagnosticsArray 3707
OpcUaNS0.Server_ServerDiagnostics_SessionsDiagnosticsSummary_SessionSecurityDiagnosticsArray 3708
OpcUaNS0.Server_ServerRedundancy_RedundancySupport 3709
OpcUaNS0.FiniteStateVariableType_Name 3714
OpcUaNS0.FiniteStateVariableType_Number 3715
OpcUaNS0.FiniteStateVariableType_EffectiveDisplayName 3716
OpcUaNS0.FiniteTransitionVariableType_Name 3717
OpcUaNS0.FiniteTransitionVariableType_Number 3718
OpcUaNS0.FiniteTransitionVariableType_TransitionTime 3719
OpcUaNS0.StateMachineType_CurrentState_Id 3720
OpcUaNS0.StateMachineType_CurrentState_Name 3721
OpcUaNS0.StateMachineType_CurrentState_Number 3722
OpcUaNS0.StateMachineType_CurrentState_EffectiveDisplayName 3723
OpcUaNS0.StateMachineType_LastTransition_Id 3724
OpcUaNS0.StateMachineType_LastTransition_Name 3725
OpcUaNS0.StateMachineType_LastTransition_Number 3726
OpcUaNS0.StateMachineType_LastTransition_TransitionTime 3727
OpcUaNS0.FiniteStateMachineType_CurrentState_Id 3728
OpcUaNS0.FiniteStateMachineType_CurrentState_Name 3729
OpcUaNS0.FiniteStateMachineType_CurrentState_Number 3730
OpcUaNS0.FiniteStateMachineType_CurrentState_EffectiveDisplayName 3731
OpcUaNS0.FiniteStateMachineType_LastTransition_Id 3732
OpcUaNS0.FiniteStateMachineType_LastTransition_Name 3733
OpcUaNS0.FiniteStateMachineType_LastTransition_Number 3734
OpcUaNS0.FiniteStateMachineType_LastTransition_TransitionTime 3735
OpcUaNS0.InitialStateType_StateNumber 3736
OpcUaNS0.TransitionEventType_EventId 3737
OpcUaNS0.TransitionEventType_EventType 3738
OpcUaNS0.TransitionEventType_SourceNode 3739
OpcUaNS0.TransitionEventType_SourceName 3740
OpcUaNS0.TransitionEventType_Time 3741
OpcUaNS0.TransitionEventType_ReceiveTime 3742
OpcUaNS0.TransitionEventType_LocalTime 3743
OpcUaNS0.TransitionEventType_Message 3744
OpcUaNS0.TransitionEventType_Severity 3745
OpcUaNS0.TransitionEventType_FromState_Id 3746
OpcUaNS0.TransitionEventType_FromState_Name 3747
OpcUaNS0.TransitionEventType_FromState_Number 3748
OpcUaNS0.TransitionEventType_FromState_EffectiveDisplayName 3749
OpcUaNS0.TransitionEventType_ToState_Id 3750
OpcUaNS0.TransitionEventType_ToState_Name 3751
OpcUaNS0.TransitionEventType_ToState_Number 3752
OpcUaNS0.TransitionEventType_ToState_EffectiveDisplayName 3753
OpcUaNS0.TransitionEventType_Transition_Id 3754
OpcUaNS0.TransitionEventType_Transition_Name 3755
OpcUaNS0.TransitionEventType_Transition_Number 3756
OpcUaNS0.TransitionEventType_Transition_TransitionTime 3757
OpcUaNS0.AuditUpdateStateEventType_EventId 3758
OpcUaNS0.AuditUpdateStateEventType_EventType 3759
OpcUaNS0.AuditUpdateStateEventType_SourceNode 3760
OpcUaNS0.AuditUpdateStateEventType_SourceName 3761
OpcUaNS0.AuditUpdateStateEventType_Time 3762
OpcUaNS0.AuditUpdateStateEventType_ReceiveTime 3763
OpcUaNS0.AuditUpdateStateEventType_LocalTime 3764
OpcUaNS0.AuditUpdateStateEventType_Message 3765
OpcUaNS0.AuditUpdateStateEventType_Severity 3766
OpcUaNS0.AuditUpdateStateEventType_ActionTimeStamp 3767
OpcUaNS0.AuditUpdateStateEventType_Status 3768
OpcUaNS0.AuditUpdateStateEventType_ServerId 3769
OpcUaNS0.AuditUpdateStateEventType_ClientAuditEntryId 3770
OpcUaNS0.AuditUpdateStateEventType_ClientUserId 3771
OpcUaNS0.AuditUpdateStateEventType_MethodId 3772
OpcUaNS0.AuditUpdateStateEventType_InputArguments 3773
OpcUaNS0.AnalogItemType_Definition 3774
OpcUaNS0.AnalogItemType_ValuePrecision 3775
OpcUaNS0.DiscreteItemType_Definition 3776
OpcUaNS0.DiscreteItemType_ValuePrecision 3777
OpcUaNS0.TwoStateDiscreteType_Definition 3778
OpcUaNS0.TwoStateDiscreteType_ValuePrecision 3779
OpcUaNS0.MultiStateDiscreteType_Definition 3780
OpcUaNS0.MultiStateDiscreteType_ValuePrecision 3781
OpcUaNS0.ProgramTransitionEventType_EventId 3782
OpcUaNS0.ProgramTransitionEventType_EventType 3783
OpcUaNS0.ProgramTransitionEventType_SourceNode 3784
OpcUaNS0.ProgramTransitionEventType_SourceName 3785
OpcUaNS0.ProgramTransitionEventType_Time 3786
OpcUaNS0.ProgramTransitionEventType_ReceiveTime 3787
OpcUaNS0.ProgramTransitionEventType_LocalTime 3788
OpcUaNS0.ProgramTransitionEventType_Message 3789
OpcUaNS0.ProgramTransitionEventType_Severity 3790
OpcUaNS0.ProgramTransitionEventType_FromState 3791
OpcUaNS0.ProgramTransitionEventType_FromState_Id 3792
OpcUaNS0.ProgramTransitionEventType_FromState_Name 3793
OpcUaNS0.ProgramTransitionEventType_FromState_Number 3794
OpcUaNS0.ProgramTransitionEventType_FromState_EffectiveDisplayName 3795
OpcUaNS0.ProgramTransitionEventType_ToState 3796
OpcUaNS0.ProgramTransitionEventType_ToState_Id 3797
OpcUaNS0.ProgramTransitionEventType_ToState_Name 3798
OpcUaNS0.ProgramTransitionEventType_ToState_Number 3799
OpcUaNS0.ProgramTransitionEventType_ToState_EffectiveDisplayName 3800
OpcUaNS0.ProgramTransitionEventType_Transition 3801
OpcUaNS0.ProgramTransitionEventType_Transition_Id 3802
OpcUaNS0.ProgramTransitionEventType_Transition_Name 3803
OpcUaNS0.ProgramTransitionEventType_Transition_Number 3804
OpcUaNS0.ProgramTransitionEventType_Transition_TransitionTime 3805
OpcUaNS0.ProgramTransitionAuditEventType 3806
OpcUaNS0.ProgramTransitionAuditEventType_EventId 3807
OpcUaNS0.ProgramTransitionAuditEventType_EventType 3808
OpcUaNS0.ProgramTransitionAuditEventType_SourceNode 3809
OpcUaNS0.ProgramTransitionAuditEventType_SourceName 3810
OpcUaNS0.ProgramTransitionAuditEventType_Time 3811
OpcUaNS0.ProgramTransitionAuditEventType_ReceiveTime 3812
OpcUaNS0.ProgramTransitionAuditEventType_LocalTime 3813
OpcUaNS0.ProgramTransitionAuditEventType_Message 3814
OpcUaNS0.ProgramTransitionAuditEventType_Severity 3815
OpcUaNS0.ProgramTransitionAuditEventType_ActionTimeStamp 3816
OpcUaNS0.ProgramTransitionAuditEventType_Status 3817
OpcUaNS0.ProgramTransitionAuditEventType_ServerId 3818
OpcUaNS0.ProgramTransitionAuditEventType_ClientAuditEntryId 3819
OpcUaNS0.ProgramTransitionAuditEventType_ClientUserId 3820
OpcUaNS0.ProgramTransitionAuditEventType_MethodId 3821
OpcUaNS0.ProgramTransitionAuditEventType_InputArguments 3822
OpcUaNS0.ProgramTransitionAuditEventType_OldStateId 3823
OpcUaNS0.ProgramTransitionAuditEventType_NewStateId 3824
OpcUaNS0.ProgramTransitionAuditEventType_Transition 3825
OpcUaNS0.ProgramTransitionAuditEventType_Transition_Id 3826
OpcUaNS0.ProgramTransitionAuditEventType_Transition_Name 3827
OpcUaNS0.ProgramTransitionAuditEventType_Transition_Number 3828
OpcUaNS0.ProgramTransitionAuditEventType_Transition_TransitionTime 3829
OpcUaNS0.ProgramStateMachineType_CurrentState 3830
OpcUaNS0.ProgramStateMachineType_CurrentState_Id 3831
OpcUaNS0.ProgramStateMachineType_CurrentState_Name 3832
OpcUaNS0.ProgramStateMachineType_CurrentState_Number 3833
OpcUaNS0.ProgramStateMachineType_CurrentState_EffectiveDisplayName 3834
OpcUaNS0.ProgramStateMachineType_LastTransition 3835
OpcUaNS0.ProgramStateMachineType_LastTransition_Id 3836
OpcUaNS0.ProgramStateMachineType_LastTransition_Name 3837
OpcUaNS0.ProgramStateMachineType_LastTransition_Number 3838
OpcUaNS0.ProgramStateMachineType_LastTransition_TransitionTime 3839
OpcUaNS0.ProgramStateMachineType_ProgramDiagnostic_CreateSessionId 3840
OpcUaNS0.ProgramStateMachineType_ProgramDiagnostic_CreateClientName 3841
OpcUaNS0.ProgramStateMachineType_ProgramDiagnostic_InvocationCreationTime 3842
OpcUaNS0.ProgramStateMachineType_ProgramDiagnostic_LastTransitionTime 3843
OpcUaNS0.ProgramStateMachineType_ProgramDiagnostic_LastMethodCall 3844
OpcUaNS0.ProgramStateMachineType_ProgramDiagnostic_LastMethodSessionId 3845
OpcUaNS0.ProgramStateMachineType_ProgramDiagnostic_LastMethodInputArguments 3846
OpcUaNS0.ProgramStateMachineType_ProgramDiagnostic_LastMethodOutputArguments 3847
OpcUaNS0.ProgramStateMachineType_ProgramDiagnostic_LastMethodCallTime 3848
OpcUaNS0.ProgramStateMachineType_ProgramDiagnostic_LastMethodReturnStatus 3849
OpcUaNS0.ProgramStateMachineType_FinalResultData 3850
OpcUaNS0.AddCommentMethodType 3863
OpcUaNS0.AddCommentMethodType_InputArguments 3864
OpcUaNS0.ConditionType_EventId 3865
OpcUaNS0.ConditionType_EventType 3866
OpcUaNS0.ConditionType_SourceNode 3867
OpcUaNS0.ConditionType_SourceName 3868
OpcUaNS0.ConditionType_Time 3869
OpcUaNS0.ConditionType_ReceiveTime 3870
OpcUaNS0.ConditionType_LocalTime 3871
OpcUaNS0.ConditionType_Message 3872
OpcUaNS0.ConditionType_Severity 3873
OpcUaNS0.ConditionType_Retain 3874
OpcUaNS0.ConditionType_ConditionRefresh 3875
OpcUaNS0.ConditionType_ConditionRefresh_InputArguments 3876
OpcUaNS0.RefreshStartEventType_EventId 3969
OpcUaNS0.RefreshStartEventType_EventType 3970
OpcUaNS0.RefreshStartEventType_SourceNode 3971
OpcUaNS0.RefreshStartEventType_SourceName 3972
OpcUaNS0.RefreshStartEventType_Time 3973
OpcUaNS0.RefreshStartEventType_ReceiveTime 3974
OpcUaNS0.RefreshStartEventType_LocalTime 3975
OpcUaNS0.RefreshStartEventType_Message 3976
OpcUaNS0.RefreshStartEventType_Severity 3977
OpcUaNS0.RefreshEndEventType_EventId 3978
OpcUaNS0.RefreshEndEventType_EventType 3979
OpcUaNS0.RefreshEndEventType_SourceNode 3980
OpcUaNS0.RefreshEndEventType_SourceName 3981
OpcUaNS0.RefreshEndEventType_Time 3982
OpcUaNS0.RefreshEndEventType_ReceiveTime 3983
OpcUaNS0.RefreshEndEventType_LocalTime 3984
OpcUaNS0.RefreshEndEventType_Message 3985
OpcUaNS0.RefreshEndEventType_Severity 3986
OpcUaNS0.RefreshRequiredEventType_EventId 3987
OpcUaNS0.RefreshRequiredEventType_EventType 3988
OpcUaNS0.RefreshRequiredEventType_SourceNode 3989
OpcUaNS0.RefreshRequiredEventType_SourceName 3990
OpcUaNS0.RefreshRequiredEventType_Time 3991
OpcUaNS0.RefreshRequiredEventType_ReceiveTime 3992
OpcUaNS0.RefreshRequiredEventType_LocalTime 3993
OpcUaNS0.RefreshRequiredEventType_Message 3994
OpcUaNS0.RefreshRequiredEventType_Severity 3995
OpcUaNS0.AuditConditionEventType_EventId 3996
OpcUaNS0.AuditConditionEventType_EventType 3997
OpcUaNS0.AuditConditionEventType_SourceNode 3998
OpcUaNS0.AuditConditionEventType_SourceName 3999
OpcUaNS0.AuditConditionEventType_Time 4000
OpcUaNS0.AuditConditionEventType_ReceiveTime 4001
OpcUaNS0.AuditConditionEventType_LocalTime 4002
OpcUaNS0.AuditConditionEventType_Message 4003
OpcUaNS0.AuditConditionEventType_Severity 4004
OpcUaNS0.AuditConditionEventType_ActionTimeStamp 4005
OpcUaNS0.AuditConditionEventType_Status 4006
OpcUaNS0.AuditConditionEventType_ServerId 4007
OpcUaNS0.AuditConditionEventType_ClientAuditEntryId 4008
OpcUaNS0.AuditConditionEventType_ClientUserId 4009
OpcUaNS0.AuditConditionEventType_MethodId 4010
OpcUaNS0.AuditConditionEventType_InputArguments 4011
OpcUaNS0.AuditConditionEnableEventType_EventId 4106
OpcUaNS0.AuditConditionEnableEventType_EventType 4107
OpcUaNS0.AuditConditionEnableEventType_SourceNode 4108
OpcUaNS0.AuditConditionEnableEventType_SourceName 4109
OpcUaNS0.AuditConditionEnableEventType_Time 4110
OpcUaNS0.AuditConditionEnableEventType_ReceiveTime 4111
OpcUaNS0.AuditConditionEnableEventType_LocalTime 4112
OpcUaNS0.AuditConditionEnableEventType_Message 4113
OpcUaNS0.AuditConditionEnableEventType_Severity 4114
OpcUaNS0.AuditConditionEnableEventType_ActionTimeStamp 4115
OpcUaNS0.AuditConditionEnableEventType_Status 4116
OpcUaNS0.AuditConditionEnableEventType_ServerId 4117
OpcUaNS0.AuditConditionEnableEventType_ClientAuditEntryId 4118
OpcUaNS0.AuditConditionEnableEventType_ClientUserId 4119
OpcUaNS0.AuditConditionEnableEventType_MethodId 4120
OpcUaNS0.AuditConditionEnableEventType_InputArguments 4121
OpcUaNS0.AuditConditionCommentEventType_EventId 4170
OpcUaNS0.AuditConditionCommentEventType_EventType 4171
OpcUaNS0.AuditConditionCommentEventType_SourceNode 4172
OpcUaNS0.AuditConditionCommentEventType_SourceName 4173
OpcUaNS0.AuditConditionCommentEventType_Time 4174
OpcUaNS0.AuditConditionCommentEventType_ReceiveTime 4175
OpcUaNS0.AuditConditionCommentEventType_LocalTime 4176
OpcUaNS0.AuditConditionCommentEventType_Message 4177
OpcUaNS0.AuditConditionCommentEventType_Severity 4178
OpcUaNS0.AuditConditionCommentEventType_ActionTimeStamp 4179
OpcUaNS0.AuditConditionCommentEventType_Status 4180
OpcUaNS0.AuditConditionCommentEventType_ServerId 4181
OpcUaNS0.AuditConditionCommentEventType_ClientAuditEntryId 4182
OpcUaNS0.AuditConditionCommentEventType_ClientUserId 4183
OpcUaNS0.AuditConditionCommentEventType_MethodId 4184
OpcUaNS0.AuditConditionCommentEventType_InputArguments 4185
OpcUaNS0.DialogConditionType_EventId 4188
OpcUaNS0.DialogConditionType_EventType 4189
OpcUaNS0.DialogConditionType_SourceNode 4190
OpcUaNS0.DialogConditionType_SourceName 4191
OpcUaNS0.DialogConditionType_Time 4192
OpcUaNS0.DialogConditionType_ReceiveTime 4193
OpcUaNS0.DialogConditionType_LocalTime 4194
OpcUaNS0.DialogConditionType_Message 4195
OpcUaNS0.DialogConditionType_Severity 4196
OpcUaNS0.DialogConditionType_Retain 4197
OpcUaNS0.DialogConditionType_ConditionRefresh 4198
OpcUaNS0.DialogConditionType_ConditionRefresh_InputArguments 4199
OpcUaNS0.AcknowledgeableConditionType_EventId 5113
OpcUaNS0.AcknowledgeableConditionType_EventType 5114
OpcUaNS0.AcknowledgeableConditionType_SourceNode 5115
OpcUaNS0.AcknowledgeableConditionType_SourceName 5116
OpcUaNS0.AcknowledgeableConditionType_Time 5117
OpcUaNS0.AcknowledgeableConditionType_ReceiveTime 5118
OpcUaNS0.AcknowledgeableConditionType_LocalTime 5119
OpcUaNS0.AcknowledgeableConditionType_Message 5120
OpcUaNS0.AcknowledgeableConditionType_Severity 5121
OpcUaNS0.AcknowledgeableConditionType_Retain 5122
OpcUaNS0.AcknowledgeableConditionType_ConditionRefresh 5123
OpcUaNS0.AcknowledgeableConditionType_ConditionRefresh_InputArguments 5124
OpcUaNS0.AlarmConditionType_EventId 5540
OpcUaNS0.AlarmConditionType_EventType 5541
OpcUaNS0.AlarmConditionType_SourceNode 5542
OpcUaNS0.AlarmConditionType_SourceName 5543
OpcUaNS0.AlarmConditionType_Time 5544
OpcUaNS0.AlarmConditionType_ReceiveTime 5545
OpcUaNS0.AlarmConditionType_LocalTime 5546
OpcUaNS0.AlarmConditionType_Message 5547
OpcUaNS0.AlarmConditionType_Severity 5548
OpcUaNS0.AlarmConditionType_Retain 5549
OpcUaNS0.AlarmConditionType_ConditionRefresh 5550
OpcUaNS0.AlarmConditionType_ConditionRefresh_InputArguments 5551
OpcUaNS0.ShelvedStateMachineType_CurrentState 6088
OpcUaNS0.ShelvedStateMachineType_CurrentState_Id 6089
OpcUaNS0.ShelvedStateMachineType_CurrentState_Name 6090
OpcUaNS0.ShelvedStateMachineType_CurrentState_Number 6091
OpcUaNS0.ShelvedStateMachineType_CurrentState_EffectiveDisplayName 6092
OpcUaNS0.ShelvedStateMachineType_LastTransition 6093
OpcUaNS0.ShelvedStateMachineType_LastTransition_Id 6094
OpcUaNS0.ShelvedStateMachineType_LastTransition_Name 6095
OpcUaNS0.ShelvedStateMachineType_LastTransition_Number 6096
OpcUaNS0.ShelvedStateMachineType_LastTransition_TransitionTime 6097
OpcUaNS0.ShelvedStateMachineType_Unshelved_StateNumber 6098
OpcUaNS0.ShelvedStateMachineType_TimedShelved_StateNumber 6100
OpcUaNS0.ShelvedStateMachineType_OneShotShelved_StateNumber 6101
OpcUaNS0.TimedShelveMethodType 6102
OpcUaNS0.TimedShelveMethodType_InputArguments 6103
OpcUaNS0.LimitAlarmType_EventId 6116
OpcUaNS0.LimitAlarmType_EventType 6117
OpcUaNS0.LimitAlarmType_SourceNode 6118
OpcUaNS0.LimitAlarmType_SourceName 6119
OpcUaNS0.LimitAlarmType_Time 6120
OpcUaNS0.LimitAlarmType_ReceiveTime 6121
OpcUaNS0.LimitAlarmType_LocalTime 6122
OpcUaNS0.LimitAlarmType_Message 6123
OpcUaNS0.LimitAlarmType_Severity 6124
OpcUaNS0.LimitAlarmType_Retain 6125
OpcUaNS0.LimitAlarmType_ConditionRefresh 6126
OpcUaNS0.LimitAlarmType_ConditionRefresh_InputArguments 6127
OpcUaNS0.IdType_EnumStrings 7591
OpcUaNS0.EnumValueType 7594
OpcUaNS0.MessageSecurityMode_EnumStrings 7595
OpcUaNS0.UserTokenType_EnumStrings 7596
OpcUaNS0.ApplicationType_EnumStrings 7597
OpcUaNS0.SecurityTokenRequestType_EnumStrings 7598
OpcUaNS0.BrowseDirection_EnumStrings 7603
OpcUaNS0.FilterOperator_EnumStrings 7605
OpcUaNS0.TimestampsToReturn_EnumStrings 7606
OpcUaNS0.MonitoringMode_EnumStrings 7608
OpcUaNS0.DataChangeTrigger_EnumStrings 7609
OpcUaNS0.DeadbandType_EnumStrings 7610
OpcUaNS0.RedundancySupport_EnumStrings 7611
OpcUaNS0.ServerState_EnumStrings 7612
OpcUaNS0.ExceptionDeviationFormat_EnumStrings 7614
OpcUaNS0.EnumValueType_Encoding_DefaultXml 7616
OpcUaNS0.OpcUa_BinarySchema 7617
OpcUaNS0.OpcUa_BinarySchema_DataTypeVersion 7618
OpcUaNS0.OpcUa_BinarySchema_NamespaceUri 7619
OpcUaNS0.OpcUa_BinarySchema_Argument 7650
OpcUaNS0.OpcUa_BinarySchema_Argument_DataTypeVersion 7651
OpcUaNS0.OpcUa_BinarySchema_Argument_DictionaryFragment 7652
OpcUaNS0.OpcUa_BinarySchema_EnumValueType 7656
OpcUaNS0.OpcUa_BinarySchema_EnumValueType_DataTypeVersion 7657
OpcUaNS0.OpcUa_BinarySchema_EnumValueType_DictionaryFragment 7658
OpcUaNS0.OpcUa_BinarySchema_StatusResult 7659
OpcUaNS0.OpcUa_BinarySchema_StatusResult_DataTypeVersion 7660
OpcUaNS0.OpcUa_BinarySchema_StatusResult_DictionaryFragment 7661
OpcUaNS0.OpcUa_BinarySchema_UserTokenPolicy 7662
OpcUaNS0.OpcUa_BinarySchema_UserTokenPolicy_DataTypeVersion 7663
OpcUaNS0.OpcUa_BinarySchema_UserTokenPolicy_DictionaryFragment 7664
OpcUaNS0.OpcUa_BinarySchema_ApplicationDescription 7665
OpcUaNS0.OpcUa_BinarySchema_ApplicationDescription_DataTypeVersion 7666
OpcUaNS0.OpcUa_BinarySchema_ApplicationDescription_DictionaryFragment 7667
OpcUaNS0.OpcUa_BinarySchema_EndpointDescription 7668
OpcUaNS0.OpcUa_BinarySchema_EndpointDescription_DataTypeVersion 7669
OpcUaNS0.OpcUa_BinarySchema_EndpointDescription_DictionaryFragment 7670
OpcUaNS0.OpcUa_BinarySchema_UserIdentityToken 7671
OpcUaNS0.OpcUa_BinarySchema_UserIdentityToken_DataTypeVersion 7672
OpcUaNS0.OpcUa_BinarySchema_UserIdentityToken_DictionaryFragment 7673
OpcUaNS0.OpcUa_BinarySchema_AnonymousIdentityToken 7674
OpcUaNS0.OpcUa_BinarySchema_AnonymousIdentityToken_DataTypeVersion 7675
OpcUaNS0.OpcUa_BinarySchema_AnonymousIdentityToken_DictionaryFragment 7676
OpcUaNS0.OpcUa_BinarySchema_UserNameIdentityToken 7677
OpcUaNS0.OpcUa_BinarySchema_UserNameIdentityToken_DataTypeVersion 7678
OpcUaNS0.OpcUa_BinarySchema_UserNameIdentityToken_DictionaryFragment 7679
OpcUaNS0.OpcUa_BinarySchema_X509IdentityToken 7680
OpcUaNS0.OpcUa_BinarySchema_X509IdentityToken_DataTypeVersion 7681
OpcUaNS0.OpcUa_BinarySchema_X509IdentityToken_DictionaryFragment 7682
OpcUaNS0.OpcUa_BinarySchema_IssuedIdentityToken 7683
OpcUaNS0.OpcUa_BinarySchema_IssuedIdentityToken_DataTypeVersion 7684
OpcUaNS0.OpcUa_BinarySchema_IssuedIdentityToken_DictionaryFragment 7685
OpcUaNS0.OpcUa_BinarySchema_EndpointConfiguration 7686
OpcUaNS0.OpcUa_BinarySchema_EndpointConfiguration_DataTypeVersion 7687
OpcUaNS0.OpcUa_BinarySchema_EndpointConfiguration_DictionaryFragment 7688
OpcUaNS0.OpcUa_BinarySchema_BuildInfo 7692
OpcUaNS0.OpcUa_BinarySchema_BuildInfo_DataTypeVersion 7693
OpcUaNS0.OpcUa_BinarySchema_BuildInfo_DictionaryFragment 7694
OpcUaNS0.OpcUa_BinarySchema_SignedSoftwareCertificate 7698
OpcUaNS0.OpcUa_BinarySchema_SignedSoftwareCertificate_DataTypeVersion 7699
OpcUaNS0.OpcUa_BinarySchema_SignedSoftwareCertificate_DictionaryFragment 7700
OpcUaNS0.OpcUa_BinarySchema_AddNodesItem 7728
OpcUaNS0.OpcUa_BinarySchema_AddNodesItem_DataTypeVersion 7729
OpcUaNS0.OpcUa_BinarySchema_AddNodesItem_DictionaryFragment 7730
OpcUaNS0.OpcUa_BinarySchema_AddReferencesItem 7731
OpcUaNS0.OpcUa_BinarySchema_AddReferencesItem_DataTypeVersion 7732
OpcUaNS0.OpcUa_BinarySchema_AddReferencesItem_DictionaryFragment 7733
OpcUaNS0.OpcUa_BinarySchema_DeleteNodesItem 7734
OpcUaNS0.OpcUa_BinarySchema_DeleteNodesItem_DataTypeVersion 7735
OpcUaNS0.OpcUa_BinarySchema_DeleteNodesItem_DictionaryFragment 7736
OpcUaNS0.OpcUa_BinarySchema_DeleteReferencesItem 7737
OpcUaNS0.OpcUa_BinarySchema_DeleteReferencesItem_DataTypeVersion 7738
OpcUaNS0.OpcUa_BinarySchema_DeleteReferencesItem_DictionaryFragment 7739
OpcUaNS0.OpcUa_BinarySchema_RegisteredServer 7782
OpcUaNS0.OpcUa_BinarySchema_RegisteredServer_DataTypeVersion 7783
OpcUaNS0.OpcUa_BinarySchema_RegisteredServer_DictionaryFragment 7784
OpcUaNS0.OpcUa_BinarySchema_ContentFilterElement 7929
OpcUaNS0.OpcUa_BinarySchema_ContentFilterElement_DataTypeVersion 7930
OpcUaNS0.OpcUa_BinarySchema_ContentFilterElement_DictionaryFragment 7931
OpcUaNS0.OpcUa_BinarySchema_ContentFilter 7932
OpcUaNS0.OpcUa_BinarySchema_ContentFilter_DataTypeVersion 7933
OpcUaNS0.OpcUa_BinarySchema_ContentFilter_DictionaryFragment 7934
OpcUaNS0.OpcUa_BinarySchema_FilterOperand 7935
OpcUaNS0.OpcUa_BinarySchema_FilterOperand_DataTypeVersion 7936
OpcUaNS0.OpcUa_BinarySchema_FilterOperand_DictionaryFragment 7937
OpcUaNS0.OpcUa_BinarySchema_ElementOperand 7938
OpcUaNS0.OpcUa_BinarySchema_ElementOperand_DataTypeVersion 7939
OpcUaNS0.OpcUa_BinarySchema_ElementOperand_DictionaryFragment 7940
OpcUaNS0.OpcUa_BinarySchema_LiteralOperand 7941
OpcUaNS0.OpcUa_BinarySchema_LiteralOperand_DataTypeVersion 7942
OpcUaNS0.OpcUa_BinarySchema_LiteralOperand_DictionaryFragment 7943
OpcUaNS0.OpcUa_BinarySchema_AttributeOperand 7944
OpcUaNS0.OpcUa_BinarySchema_AttributeOperand_DataTypeVersion 7945
OpcUaNS0.OpcUa_BinarySchema_AttributeOperand_DictionaryFragment 7946
OpcUaNS0.OpcUa_BinarySchema_SimpleAttributeOperand 7947
OpcUaNS0.OpcUa_BinarySchema_SimpleAttributeOperand_DataTypeVersion 7948
OpcUaNS0.OpcUa_BinarySchema_SimpleAttributeOperand_DictionaryFragment 7949
OpcUaNS0.OpcUa_BinarySchema_HistoryEvent 8004
OpcUaNS0.OpcUa_BinarySchema_HistoryEvent_DataTypeVersion 8005
OpcUaNS0.OpcUa_BinarySchema_HistoryEvent_DictionaryFragment 8006
OpcUaNS0.OpcUa_BinarySchema_MonitoringFilter 8067
OpcUaNS0.OpcUa_BinarySchema_MonitoringFilter_DataTypeVersion 8068
OpcUaNS0.OpcUa_BinarySchema_MonitoringFilter_DictionaryFragment 8069
OpcUaNS0.OpcUa_BinarySchema_EventFilter 8073
OpcUaNS0.OpcUa_BinarySchema_EventFilter_DataTypeVersion 8074
OpcUaNS0.OpcUa_BinarySchema_EventFilter_DictionaryFragment 8075
OpcUaNS0.OpcUa_BinarySchema_AggregateConfiguration 8076
OpcUaNS0.OpcUa_BinarySchema_AggregateConfiguration_DataTypeVersion 8077
OpcUaNS0.OpcUa_BinarySchema_AggregateConfiguration_DictionaryFragment 8078
OpcUaNS0.OpcUa_BinarySchema_HistoryEventFieldList 8172
OpcUaNS0.OpcUa_BinarySchema_HistoryEventFieldList_DataTypeVersion 8173
OpcUaNS0.OpcUa_BinarySchema_HistoryEventFieldList_DictionaryFragment 8174
OpcUaNS0.OpcUa_BinarySchema_RedundantServerDataType 8208
OpcUaNS0.OpcUa_BinarySchema_RedundantServerDataType_DataTypeVersion 8209
OpcUaNS0.OpcUa_BinarySchema_RedundantServerDataType_DictionaryFragment 8210
OpcUaNS0.OpcUa_BinarySchema_SamplingIntervalDiagnosticsDataType 8211
OpcUaNS0.OpcUa_BinarySchema_SamplingIntervalDiagnosticsDataType_DataTypeVersion 8212
OpcUaNS0.OpcUa_BinarySchema_SamplingIntervalDiagnosticsDataType_DictionaryFragment 8213
OpcUaNS0.OpcUa_BinarySchema_ServerDiagnosticsSummaryDataType 8214
OpcUaNS0.OpcUa_BinarySchema_ServerDiagnosticsSummaryDataType_DataTypeVersion 8215
OpcUaNS0.OpcUa_BinarySchema_ServerDiagnosticsSummaryDataType_DictionaryFragment 8216
OpcUaNS0.OpcUa_BinarySchema_ServerStatusDataType 8217
OpcUaNS0.OpcUa_BinarySchema_ServerStatusDataType_DataTypeVersion 8218
OpcUaNS0.OpcUa_BinarySchema_ServerStatusDataType_DictionaryFragment 8219
OpcUaNS0.OpcUa_BinarySchema_SessionDiagnosticsDataType 8220
OpcUaNS0.OpcUa_BinarySchema_SessionDiagnosticsDataType_DataTypeVersion 8221
OpcUaNS0.OpcUa_BinarySchema_SessionDiagnosticsDataType_DictionaryFragment 8222
OpcUaNS0.OpcUa_BinarySchema_SessionSecurityDiagnosticsDataType 8223
OpcUaNS0.OpcUa_BinarySchema_SessionSecurityDiagnosticsDataType_DataTypeVersion 8224
OpcUaNS0.OpcUa_BinarySchema_SessionSecurityDiagnosticsDataType_DictionaryFragment 8225
OpcUaNS0.OpcUa_BinarySchema_ServiceCounterDataType 8226
OpcUaNS0.OpcUa_BinarySchema_ServiceCounterDataType_DataTypeVersion 8227
OpcUaNS0.OpcUa_BinarySchema_ServiceCounterDataType_DictionaryFragment 8228
OpcUaNS0.OpcUa_BinarySchema_SubscriptionDiagnosticsDataType 8229
OpcUaNS0.OpcUa_BinarySchema_SubscriptionDiagnosticsDataType_DataTypeVersion 8230
OpcUaNS0.OpcUa_BinarySchema_SubscriptionDiagnosticsDataType_DictionaryFragment 8231
OpcUaNS0.OpcUa_BinarySchema_ModelChangeStructureDataType 8232
OpcUaNS0.OpcUa_BinarySchema_ModelChangeStructureDataType_DataTypeVersion 8233
OpcUaNS0.OpcUa_BinarySchema_ModelChangeStructureDataType_DictionaryFragment 8234
OpcUaNS0.OpcUa_BinarySchema_SemanticChangeStructureDataType 8235
OpcUaNS0.OpcUa_BinarySchema_SemanticChangeStructureDataType_DataTypeVersion 8236
OpcUaNS0.OpcUa_BinarySchema_SemanticChangeStructureDataType_DictionaryFragment 8237
OpcUaNS0.OpcUa_BinarySchema_Range 8238
OpcUaNS0.OpcUa_BinarySchema_Range_DataTypeVersion 8239
OpcUaNS0.OpcUa_BinarySchema_Range_DictionaryFragment 8240
OpcUaNS0.OpcUa_BinarySchema_EUInformation 8241
OpcUaNS0.OpcUa_BinarySchema_EUInformation_DataTypeVersion 8242
OpcUaNS0.OpcUa_BinarySchema_EUInformation_DictionaryFragment 8243
OpcUaNS0.OpcUa_BinarySchema_Annotation 8244
OpcUaNS0.OpcUa_BinarySchema_Annotation_DataTypeVersion 8245
OpcUaNS0.OpcUa_BinarySchema_Annotation_DictionaryFragment 8246
OpcUaNS0.OpcUa_BinarySchema_ProgramDiagnosticDataType 8247
OpcUaNS0.OpcUa_BinarySchema_ProgramDiagnosticDataType_DataTypeVersion 8248
OpcUaNS0.OpcUa_BinarySchema_ProgramDiagnosticDataType_DictionaryFragment 8249
OpcUaNS0.EnumValueType_Encoding_DefaultBinary 8251
OpcUaNS0.OpcUa_XmlSchema 8252
OpcUaNS0.OpcUa_XmlSchema_DataTypeVersion 8253
OpcUaNS0.OpcUa_XmlSchema_NamespaceUri 8254
OpcUaNS0.OpcUa_XmlSchema_Argument 8285
OpcUaNS0.OpcUa_XmlSchema_Argument_DataTypeVersion 8286
OpcUaNS0.OpcUa_XmlSchema_Argument_DictionaryFragment 8287
OpcUaNS0.OpcUa_XmlSchema_EnumValueType 8291
OpcUaNS0.OpcUa_XmlSchema_EnumValueType_DataTypeVersion 8292
OpcUaNS0.OpcUa_XmlSchema_EnumValueType_DictionaryFragment 8293
OpcUaNS0.OpcUa_XmlSchema_StatusResult 8294
OpcUaNS0.OpcUa_XmlSchema_StatusResult_DataTypeVersion 8295
OpcUaNS0.OpcUa_XmlSchema_StatusResult_DictionaryFragment 8296
OpcUaNS0.OpcUa_XmlSchema_UserTokenPolicy 8297
OpcUaNS0.OpcUa_XmlSchema_UserTokenPolicy_DataTypeVersion 8298
OpcUaNS0.OpcUa_XmlSchema_UserTokenPolicy_DictionaryFragment 8299
OpcUaNS0.OpcUa_XmlSchema_ApplicationDescription 8300
OpcUaNS0.OpcUa_XmlSchema_ApplicationDescription_DataTypeVersion 8301
OpcUaNS0.OpcUa_XmlSchema_ApplicationDescription_DictionaryFragment 8302
OpcUaNS0.OpcUa_XmlSchema_EndpointDescription 8303
OpcUaNS0.OpcUa_XmlSchema_EndpointDescription_DataTypeVersion 8304
OpcUaNS0.OpcUa_XmlSchema_EndpointDescription_DictionaryFragment 8305
OpcUaNS0.OpcUa_XmlSchema_UserIdentityToken 8306
OpcUaNS0.OpcUa_XmlSchema_UserIdentityToken_DataTypeVersion 8307
OpcUaNS0.OpcUa_XmlSchema_UserIdentityToken_DictionaryFragment 8308
OpcUaNS0.OpcUa_XmlSchema_AnonymousIdentityToken 8309
OpcUaNS0.OpcUa_XmlSchema_AnonymousIdentityToken_DataTypeVersion 8310
OpcUaNS0.OpcUa_XmlSchema_AnonymousIdentityToken_DictionaryFragment 8311
OpcUaNS0.OpcUa_XmlSchema_UserNameIdentityToken 8312
OpcUaNS0.OpcUa_XmlSchema_UserNameIdentityToken_DataTypeVersion 8313
OpcUaNS0.OpcUa_XmlSchema_UserNameIdentityToken_DictionaryFragment 8314
OpcUaNS0.OpcUa_XmlSchema_X509IdentityToken 8315
OpcUaNS0.OpcUa_XmlSchema_X509IdentityToken_DataTypeVersion 8316
OpcUaNS0.OpcUa_XmlSchema_X509IdentityToken_DictionaryFragment 8317
OpcUaNS0.OpcUa_XmlSchema_IssuedIdentityToken 8318
OpcUaNS0.OpcUa_XmlSchema_IssuedIdentityToken_DataTypeVersion 8319
OpcUaNS0.OpcUa_XmlSchema_IssuedIdentityToken_DictionaryFragment 8320
OpcUaNS0.OpcUa_XmlSchema_EndpointConfiguration 8321
OpcUaNS0.OpcUa_XmlSchema_EndpointConfiguration_DataTypeVersion 8322
OpcUaNS0.OpcUa_XmlSchema_EndpointConfiguration_DictionaryFragment 8323
OpcUaNS0.OpcUa_XmlSchema_BuildInfo 8327
OpcUaNS0.OpcUa_XmlSchema_BuildInfo_DataTypeVersion 8328
OpcUaNS0.OpcUa_XmlSchema_BuildInfo_DictionaryFragment 8329
OpcUaNS0.OpcUa_XmlSchema_SignedSoftwareCertificate 8333
OpcUaNS0.OpcUa_XmlSchema_SignedSoftwareCertificate_DataTypeVersion 8334
OpcUaNS0.OpcUa_XmlSchema_SignedSoftwareCertificate_DictionaryFragment 8335
OpcUaNS0.OpcUa_XmlSchema_AddNodesItem 8363
OpcUaNS0.OpcUa_XmlSchema_AddNodesItem_DataTypeVersion 8364
OpcUaNS0.OpcUa_XmlSchema_AddNodesItem_DictionaryFragment 8365
OpcUaNS0.OpcUa_XmlSchema_AddReferencesItem 8366
OpcUaNS0.OpcUa_XmlSchema_AddReferencesItem_DataTypeVersion 8367
OpcUaNS0.OpcUa_XmlSchema_AddReferencesItem_DictionaryFragment 8368
OpcUaNS0.OpcUa_XmlSchema_DeleteNodesItem 8369
OpcUaNS0.OpcUa_XmlSchema_DeleteNodesItem_DataTypeVersion 8370
OpcUaNS0.OpcUa_XmlSchema_DeleteNodesItem_DictionaryFragment 8371
OpcUaNS0.OpcUa_XmlSchema_DeleteReferencesItem 8372
OpcUaNS0.OpcUa_XmlSchema_DeleteReferencesItem_DataTypeVersion 8373
OpcUaNS0.OpcUa_XmlSchema_DeleteReferencesItem_DictionaryFragment 8374
OpcUaNS0.OpcUa_XmlSchema_RegisteredServer 8417
OpcUaNS0.OpcUa_XmlSchema_RegisteredServer_DataTypeVersion 8418
OpcUaNS0.OpcUa_XmlSchema_RegisteredServer_DictionaryFragment 8419
OpcUaNS0.OpcUa_XmlSchema_ContentFilterElement 8564
OpcUaNS0.OpcUa_XmlSchema_ContentFilterElement_DataTypeVersion 8565
OpcUaNS0.OpcUa_XmlSchema_ContentFilterElement_DictionaryFragment 8566
OpcUaNS0.OpcUa_XmlSchema_ContentFilter 8567
OpcUaNS0.OpcUa_XmlSchema_ContentFilter_DataTypeVersion 8568
OpcUaNS0.OpcUa_XmlSchema_ContentFilter_DictionaryFragment 8569
OpcUaNS0.OpcUa_XmlSchema_FilterOperand 8570
OpcUaNS0.OpcUa_XmlSchema_FilterOperand_DataTypeVersion 8571
OpcUaNS0.OpcUa_XmlSchema_FilterOperand_DictionaryFragment 8572
OpcUaNS0.OpcUa_XmlSchema_ElementOperand 8573
OpcUaNS0.OpcUa_XmlSchema_ElementOperand_DataTypeVersion 8574
OpcUaNS0.OpcUa_XmlSchema_ElementOperand_DictionaryFragment 8575
OpcUaNS0.OpcUa_XmlSchema_LiteralOperand 8576
OpcUaNS0.OpcUa_XmlSchema_LiteralOperand_DataTypeVersion 8577
OpcUaNS0.OpcUa_XmlSchema_LiteralOperand_DictionaryFragment 8578
OpcUaNS0.OpcUa_XmlSchema_AttributeOperand 8579
OpcUaNS0.OpcUa_XmlSchema_AttributeOperand_DataTypeVersion 8580
OpcUaNS0.OpcUa_XmlSchema_AttributeOperand_DictionaryFragment 8581
OpcUaNS0.OpcUa_XmlSchema_SimpleAttributeOperand 8582
OpcUaNS0.OpcUa_XmlSchema_SimpleAttributeOperand_DataTypeVersion 8583
OpcUaNS0.OpcUa_XmlSchema_SimpleAttributeOperand_DictionaryFragment 8584
OpcUaNS0.OpcUa_XmlSchema_HistoryEvent 8639
OpcUaNS0.OpcUa_XmlSchema_HistoryEvent_DataTypeVersion 8640
OpcUaNS0.OpcUa_XmlSchema_HistoryEvent_DictionaryFragment 8641
OpcUaNS0.OpcUa_XmlSchema_MonitoringFilter 8702
OpcUaNS0.OpcUa_XmlSchema_MonitoringFilter_DataTypeVersion 8703
OpcUaNS0.OpcUa_XmlSchema_MonitoringFilter_DictionaryFragment 8704
OpcUaNS0.OpcUa_XmlSchema_EventFilter 8708
OpcUaNS0.OpcUa_XmlSchema_EventFilter_DataTypeVersion 8709
OpcUaNS0.OpcUa_XmlSchema_EventFilter_DictionaryFragment 8710
OpcUaNS0.OpcUa_XmlSchema_AggregateConfiguration 8711
OpcUaNS0.OpcUa_XmlSchema_AggregateConfiguration_DataTypeVersion 8712
OpcUaNS0.OpcUa_XmlSchema_AggregateConfiguration_DictionaryFragment 8713
OpcUaNS0.OpcUa_XmlSchema_HistoryEventFieldList 8807
OpcUaNS0.OpcUa_XmlSchema_HistoryEventFieldList_DataTypeVersion 8808
OpcUaNS0.OpcUa_XmlSchema_HistoryEventFieldList_DictionaryFragment 8809
OpcUaNS0.OpcUa_XmlSchema_RedundantServerDataType 8843
OpcUaNS0.OpcUa_XmlSchema_RedundantServerDataType_DataTypeVersion 8844
OpcUaNS0.OpcUa_XmlSchema_RedundantServerDataType_DictionaryFragment 8845
OpcUaNS0.OpcUa_XmlSchema_SamplingIntervalDiagnosticsDataType 8846
OpcUaNS0.OpcUa_XmlSchema_SamplingIntervalDiagnosticsDataType_DataTypeVersion 8847
OpcUaNS0.OpcUa_XmlSchema_SamplingIntervalDiagnosticsDataType_DictionaryFragment 8848
OpcUaNS0.OpcUa_XmlSchema_ServerDiagnosticsSummaryDataType 8849
OpcUaNS0.OpcUa_XmlSchema_ServerDiagnosticsSummaryDataType_DataTypeVersion 8850
OpcUaNS0.OpcUa_XmlSchema_ServerDiagnosticsSummaryDataType_DictionaryFragment 8851
OpcUaNS0.OpcUa_XmlSchema_ServerStatusDataType 8852
OpcUaNS0.OpcUa_XmlSchema_ServerStatusDataType_DataTypeVersion 8853
OpcUaNS0.OpcUa_XmlSchema_ServerStatusDataType_DictionaryFragment 8854
OpcUaNS0.OpcUa_XmlSchema_SessionDiagnosticsDataType 8855
OpcUaNS0.OpcUa_XmlSchema_SessionDiagnosticsDataType_DataTypeVersion 8856
OpcUaNS0.OpcUa_XmlSchema_SessionDiagnosticsDataType_DictionaryFragment 8857
OpcUaNS0.OpcUa_XmlSchema_SessionSecurityDiagnosticsDataType 8858
OpcUaNS0.OpcUa_XmlSchema_SessionSecurityDiagnosticsDataType_DataTypeVersion 8859
OpcUaNS0.OpcUa_XmlSchema_SessionSecurityDiagnosticsDataType_DictionaryFragment 8860
OpcUaNS0.OpcUa_XmlSchema_ServiceCounterDataType 8861
OpcUaNS0.OpcUa_XmlSchema_ServiceCounterDataType_DataTypeVersion 8862
OpcUaNS0.OpcUa_XmlSchema_ServiceCounterDataType_DictionaryFragment 8863
OpcUaNS0.OpcUa_XmlSchema_SubscriptionDiagnosticsDataType 8864
OpcUaNS0.OpcUa_XmlSchema_SubscriptionDiagnosticsDataType_DataTypeVersion 8865
OpcUaNS0.OpcUa_XmlSchema_SubscriptionDiagnosticsDataType_DictionaryFragment 8866
OpcUaNS0.OpcUa_XmlSchema_ModelChangeStructureDataType 8867
OpcUaNS0.OpcUa_XmlSchema_ModelChangeStructureDataType_DataTypeVersion 8868
OpcUaNS0.OpcUa_XmlSchema_ModelChangeStructureDataType_DictionaryFragment 8869
OpcUaNS0.OpcUa_XmlSchema_SemanticChangeStructureDataType 8870
OpcUaNS0.OpcUa_XmlSchema_SemanticChangeStructureDataType_DataTypeVersion 8871
OpcUaNS0.OpcUa_XmlSchema_SemanticChangeStructureDataType_DictionaryFragment 8872
OpcUaNS0.OpcUa_XmlSchema_Range 8873
OpcUaNS0.OpcUa_XmlSchema_Range_DataTypeVersion 8874
OpcUaNS0.OpcUa_XmlSchema_Range_DictionaryFragment 8875
OpcUaNS0.OpcUa_XmlSchema_EUInformation 8876
OpcUaNS0.OpcUa_XmlSchema_EUInformation_DataTypeVersion 8877
OpcUaNS0.OpcUa_XmlSchema_EUInformation_DictionaryFragment 8878
OpcUaNS0.OpcUa_XmlSchema_Annotation 8879
OpcUaNS0.OpcUa_XmlSchema_Annotation_DataTypeVersion 8880
OpcUaNS0.OpcUa_XmlSchema_Annotation_DictionaryFragment 8881
OpcUaNS0.OpcUa_XmlSchema_ProgramDiagnosticDataType 8882
OpcUaNS0.OpcUa_XmlSchema_ProgramDiagnosticDataType_DataTypeVersion 8883
OpcUaNS0.OpcUa_XmlSchema_ProgramDiagnosticDataType_DictionaryFragment 8884
OpcUaNS0.SubscriptionDiagnosticsType_MaxLifetimeCount 8888
OpcUaNS0.SubscriptionDiagnosticsType_LatePublishRequestCount 8889
OpcUaNS0.SubscriptionDiagnosticsType_CurrentKeepAliveCount 8890
OpcUaNS0.SubscriptionDiagnosticsType_CurrentLifetimeCount 8891
OpcUaNS0.SubscriptionDiagnosticsType_UnacknowledgedMessageCount 8892
OpcUaNS0.SubscriptionDiagnosticsType_DiscardedMessageCount 8893
OpcUaNS0.SubscriptionDiagnosticsType_MonitoredItemCount 8894
OpcUaNS0.SubscriptionDiagnosticsType_DisabledMonitoredItemCount 8895
OpcUaNS0.SubscriptionDiagnosticsType_MonitoringQueueOverflowCount 8896
OpcUaNS0.SubscriptionDiagnosticsType_NextSequenceNumber 8897
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_TotalRequestCount 8898
OpcUaNS0.SessionDiagnosticsVariableType_TotalRequestCount 8900
OpcUaNS0.SubscriptionDiagnosticsType_EventQueueOverflowCount 8902
OpcUaNS0.TimeZoneDataType 8912
OpcUaNS0.TimeZoneDataType_Encoding_DefaultXml 8913
OpcUaNS0.OpcUa_BinarySchema_TimeZoneDataType 8914
OpcUaNS0.OpcUa_BinarySchema_TimeZoneDataType_DataTypeVersion 8915
OpcUaNS0.OpcUa_BinarySchema_TimeZoneDataType_DictionaryFragment 8916
OpcUaNS0.TimeZoneDataType_Encoding_DefaultBinary 8917
OpcUaNS0.OpcUa_XmlSchema_TimeZoneDataType 8918
OpcUaNS0.OpcUa_XmlSchema_TimeZoneDataType_DataTypeVersion 8919
OpcUaNS0.OpcUa_XmlSchema_TimeZoneDataType_DictionaryFragment 8920
OpcUaNS0.AuditConditionRespondEventType 8927
OpcUaNS0.AuditConditionRespondEventType_EventId 8928
OpcUaNS0.AuditConditionRespondEventType_EventType 8929
OpcUaNS0.AuditConditionRespondEventType_SourceNode 8930
OpcUaNS0.AuditConditionRespondEventType_SourceName 8931
OpcUaNS0.AuditConditionRespondEventType_Time 8932
OpcUaNS0.AuditConditionRespondEventType_ReceiveTime 8933
OpcUaNS0.AuditConditionRespondEventType_LocalTime 8934
OpcUaNS0.AuditConditionRespondEventType_Message 8935
OpcUaNS0.AuditConditionRespondEventType_Severity 8936
OpcUaNS0.AuditConditionRespondEventType_ActionTimeStamp 8937
OpcUaNS0.AuditConditionRespondEventType_Status 8938
OpcUaNS0.AuditConditionRespondEventType_ServerId 8939
OpcUaNS0.AuditConditionRespondEventType_ClientAuditEntryId 8940
OpcUaNS0.AuditConditionRespondEventType_ClientUserId 8941
OpcUaNS0.AuditConditionRespondEventType_MethodId 8942
OpcUaNS0.AuditConditionRespondEventType_InputArguments 8943
OpcUaNS0.AuditConditionAcknowledgeEventType 8944
OpcUaNS0.AuditConditionAcknowledgeEventType_EventId 8945
OpcUaNS0.AuditConditionAcknowledgeEventType_EventType 8946
OpcUaNS0.AuditConditionAcknowledgeEventType_SourceNode 8947
OpcUaNS0.AuditConditionAcknowledgeEventType_SourceName 8948
OpcUaNS0.AuditConditionAcknowledgeEventType_Time 8949
OpcUaNS0.AuditConditionAcknowledgeEventType_ReceiveTime 8950
OpcUaNS0.AuditConditionAcknowledgeEventType_LocalTime 8951
OpcUaNS0.AuditConditionAcknowledgeEventType_Message 8952
OpcUaNS0.AuditConditionAcknowledgeEventType_Severity 8953
OpcUaNS0.AuditConditionAcknowledgeEventType_ActionTimeStamp 8954
OpcUaNS0.AuditConditionAcknowledgeEventType_Status 8955
OpcUaNS0.AuditConditionAcknowledgeEventType_ServerId 8956
OpcUaNS0.AuditConditionAcknowledgeEventType_ClientAuditEntryId 8957
OpcUaNS0.AuditConditionAcknowledgeEventType_ClientUserId 8958
OpcUaNS0.AuditConditionAcknowledgeEventType_MethodId 8959
OpcUaNS0.AuditConditionAcknowledgeEventType_InputArguments 8960
OpcUaNS0.AuditConditionConfirmEventType 8961
OpcUaNS0.AuditConditionConfirmEventType_EventId 8962
OpcUaNS0.AuditConditionConfirmEventType_EventType 8963
OpcUaNS0.AuditConditionConfirmEventType_SourceNode 8964
OpcUaNS0.AuditConditionConfirmEventType_SourceName 8965
OpcUaNS0.AuditConditionConfirmEventType_Time 8966
OpcUaNS0.AuditConditionConfirmEventType_ReceiveTime 8967
OpcUaNS0.AuditConditionConfirmEventType_LocalTime 8968
OpcUaNS0.AuditConditionConfirmEventType_Message 8969
OpcUaNS0.AuditConditionConfirmEventType_Severity 8970
OpcUaNS0.AuditConditionConfirmEventType_ActionTimeStamp 8971
OpcUaNS0.AuditConditionConfirmEventType_Status 8972
OpcUaNS0.AuditConditionConfirmEventType_ServerId 8973
OpcUaNS0.AuditConditionConfirmEventType_ClientAuditEntryId 8974
OpcUaNS0.AuditConditionConfirmEventType_ClientUserId 8975
OpcUaNS0.AuditConditionConfirmEventType_MethodId 8976
OpcUaNS0.AuditConditionConfirmEventType_InputArguments 8977
OpcUaNS0.TwoStateVariableType 8995
OpcUaNS0.TwoStateVariableType_Id 8996
OpcUaNS0.TwoStateVariableType_Name 8997
OpcUaNS0.TwoStateVariableType_Number 8998
OpcUaNS0.TwoStateVariableType_EffectiveDisplayName 8999
OpcUaNS0.TwoStateVariableType_TransitionTime 9000
OpcUaNS0.TwoStateVariableType_EffectiveTransitionTime 9001
OpcUaNS0.ConditionVariableType 9002
OpcUaNS0.ConditionVariableType_SourceTimestamp 9003
OpcUaNS0.HasTrueSubState 9004
OpcUaNS0.HasFalseSubState 9005
OpcUaNS0.HasCondition 9006
OpcUaNS0.ConditionRefreshMethodType 9007
OpcUaNS0.ConditionRefreshMethodType_InputArguments 9008
OpcUaNS0.ConditionType_ConditionName 9009
OpcUaNS0.ConditionType_BranchId 9010
OpcUaNS0.ConditionType_EnabledState 9011
OpcUaNS0.ConditionType_EnabledState_Id 9012
OpcUaNS0.ConditionType_EnabledState_Name 9013
OpcUaNS0.ConditionType_EnabledState_Number 9014
OpcUaNS0.ConditionType_EnabledState_EffectiveDisplayName 9015
OpcUaNS0.ConditionType_EnabledState_TransitionTime 9016
OpcUaNS0.ConditionType_EnabledState_EffectiveTransitionTime 9017
OpcUaNS0.ConditionType_EnabledState_TrueState 9018
OpcUaNS0.ConditionType_EnabledState_FalseState 9019
OpcUaNS0.ConditionType_Quality 9020
OpcUaNS0.ConditionType_Quality_SourceTimestamp 9021
OpcUaNS0.ConditionType_LastSeverity 9022
OpcUaNS0.ConditionType_LastSeverity_SourceTimestamp 9023
OpcUaNS0.ConditionType_Comment 9024
OpcUaNS0.ConditionType_Comment_SourceTimestamp 9025
OpcUaNS0.ConditionType_ClientUserId 9026
OpcUaNS0.ConditionType_Enable 9027
OpcUaNS0.ConditionType_Disable 9028
OpcUaNS0.ConditionType_AddComment 9029
OpcUaNS0.ConditionType_AddComment_InputArguments 9030
OpcUaNS0.DialogResponseMethodType 9031
OpcUaNS0.DialogResponseMethodType_InputArguments 9032
OpcUaNS0.DialogConditionType_ConditionName 9033
OpcUaNS0.DialogConditionType_BranchId 9034
OpcUaNS0.DialogConditionType_EnabledState 9035
OpcUaNS0.DialogConditionType_EnabledState_Id 9036
OpcUaNS0.DialogConditionType_EnabledState_Name 9037
OpcUaNS0.DialogConditionType_EnabledState_Number 9038
OpcUaNS0.DialogConditionType_EnabledState_EffectiveDisplayName 9039
OpcUaNS0.DialogConditionType_EnabledState_TransitionTime 9040
OpcUaNS0.DialogConditionType_EnabledState_EffectiveTransitionTime 9041
OpcUaNS0.DialogConditionType_EnabledState_TrueState 9042
OpcUaNS0.DialogConditionType_EnabledState_FalseState 9043
OpcUaNS0.DialogConditionType_Quality 9044
OpcUaNS0.DialogConditionType_Quality_SourceTimestamp 9045
OpcUaNS0.DialogConditionType_LastSeverity 9046
OpcUaNS0.DialogConditionType_LastSeverity_SourceTimestamp 9047
OpcUaNS0.DialogConditionType_Comment 9048
OpcUaNS0.DialogConditionType_Comment_SourceTimestamp 9049
OpcUaNS0.DialogConditionType_ClientUserId 9050
OpcUaNS0.DialogConditionType_Enable 9051
OpcUaNS0.DialogConditionType_Disable 9052
OpcUaNS0.DialogConditionType_AddComment 9053
OpcUaNS0.DialogConditionType_AddComment_InputArguments 9054
OpcUaNS0.DialogConditionType_DialogState 9055
OpcUaNS0.DialogConditionType_DialogState_Id 9056
OpcUaNS0.DialogConditionType_DialogState_Name 9057
OpcUaNS0.DialogConditionType_DialogState_Number 9058
OpcUaNS0.DialogConditionType_DialogState_EffectiveDisplayName 9059
OpcUaNS0.DialogConditionType_DialogState_TransitionTime 9060
OpcUaNS0.DialogConditionType_DialogState_EffectiveTransitionTime 9061
OpcUaNS0.DialogConditionType_DialogState_TrueState 9062
OpcUaNS0.DialogConditionType_DialogState_FalseState 9063
OpcUaNS0.DialogConditionType_ResponseOptionSet 9064
OpcUaNS0.DialogConditionType_DefaultResponse 9065
OpcUaNS0.DialogConditionType_OkResponse 9066
OpcUaNS0.DialogConditionType_CancelResponse 9067
OpcUaNS0.DialogConditionType_LastResponse 9068
OpcUaNS0.DialogConditionType_Respond 9069
OpcUaNS0.DialogConditionType_Respond_InputArguments 9070
OpcUaNS0.AcknowledgeableConditionType_ConditionName 9071
OpcUaNS0.AcknowledgeableConditionType_BranchId 9072
OpcUaNS0.AcknowledgeableConditionType_EnabledState 9073
OpcUaNS0.AcknowledgeableConditionType_EnabledState_Id 9074
OpcUaNS0.AcknowledgeableConditionType_EnabledState_Name 9075
OpcUaNS0.AcknowledgeableConditionType_EnabledState_Number 9076
OpcUaNS0.AcknowledgeableConditionType_EnabledState_EffectiveDisplayName 9077
OpcUaNS0.AcknowledgeableConditionType_EnabledState_TransitionTime 9078
OpcUaNS0.AcknowledgeableConditionType_EnabledState_EffectiveTransitionTime 9079
OpcUaNS0.AcknowledgeableConditionType_EnabledState_TrueState 9080
OpcUaNS0.AcknowledgeableConditionType_EnabledState_FalseState 9081
OpcUaNS0.AcknowledgeableConditionType_Quality 9082
OpcUaNS0.AcknowledgeableConditionType_Quality_SourceTimestamp 9083
OpcUaNS0.AcknowledgeableConditionType_LastSeverity 9084
OpcUaNS0.AcknowledgeableConditionType_LastSeverity_SourceTimestamp 9085
OpcUaNS0.AcknowledgeableConditionType_Comment 9086
OpcUaNS0.AcknowledgeableConditionType_Comment_SourceTimestamp 9087
OpcUaNS0.AcknowledgeableConditionType_ClientUserId 9088
OpcUaNS0.AcknowledgeableConditionType_Enable 9089
OpcUaNS0.AcknowledgeableConditionType_Disable 9090
OpcUaNS0.AcknowledgeableConditionType_AddComment 9091
OpcUaNS0.AcknowledgeableConditionType_AddComment_InputArguments 9092
OpcUaNS0.AcknowledgeableConditionType_AckedState 9093
OpcUaNS0.AcknowledgeableConditionType_AckedState_Id 9094
OpcUaNS0.AcknowledgeableConditionType_AckedState_Name 9095
OpcUaNS0.AcknowledgeableConditionType_AckedState_Number 9096
OpcUaNS0.AcknowledgeableConditionType_AckedState_EffectiveDisplayName 9097
OpcUaNS0.AcknowledgeableConditionType_AckedState_TransitionTime 9098
OpcUaNS0.AcknowledgeableConditionType_AckedState_EffectiveTransitionTime 9099
OpcUaNS0.AcknowledgeableConditionType_AckedState_TrueState 9100
OpcUaNS0.AcknowledgeableConditionType_AckedState_FalseState 9101
OpcUaNS0.AcknowledgeableConditionType_ConfirmedState 9102
OpcUaNS0.AcknowledgeableConditionType_ConfirmedState_Id 9103
OpcUaNS0.AcknowledgeableConditionType_ConfirmedState_Name 9104
OpcUaNS0.AcknowledgeableConditionType_ConfirmedState_Number 9105
OpcUaNS0.AcknowledgeableConditionType_ConfirmedState_EffectiveDisplayName 9106
OpcUaNS0.AcknowledgeableConditionType_ConfirmedState_TransitionTime 9107
OpcUaNS0.AcknowledgeableConditionType_ConfirmedState_EffectiveTransitionTime 9108
OpcUaNS0.AcknowledgeableConditionType_ConfirmedState_TrueState 9109
OpcUaNS0.AcknowledgeableConditionType_ConfirmedState_FalseState 9110
OpcUaNS0.AcknowledgeableConditionType_Acknowledge 9111
OpcUaNS0.AcknowledgeableConditionType_Acknowledge_InputArguments 9112
OpcUaNS0.AcknowledgeableConditionType_Confirm 9113
OpcUaNS0.AcknowledgeableConditionType_Confirm_InputArguments 9114
OpcUaNS0.ShelvedStateMachineType_UnshelveTime 9115
OpcUaNS0.AlarmConditionType_ConditionName 9116
OpcUaNS0.AlarmConditionType_BranchId 9117
OpcUaNS0.AlarmConditionType_EnabledState 9118
OpcUaNS0.AlarmConditionType_EnabledState_Id 9119
OpcUaNS0.AlarmConditionType_EnabledState_Name 9120
OpcUaNS0.AlarmConditionType_EnabledState_Number 9121
OpcUaNS0.AlarmConditionType_EnabledState_EffectiveDisplayName 9122
OpcUaNS0.AlarmConditionType_EnabledState_TransitionTime 9123
OpcUaNS0.AlarmConditionType_EnabledState_EffectiveTransitionTime 9124
OpcUaNS0.AlarmConditionType_EnabledState_TrueState 9125
OpcUaNS0.AlarmConditionType_EnabledState_FalseState 9126
OpcUaNS0.AlarmConditionType_Quality 9127
OpcUaNS0.AlarmConditionType_Quality_SourceTimestamp 9128
OpcUaNS0.AlarmConditionType_LastSeverity 9129
OpcUaNS0.AlarmConditionType_LastSeverity_SourceTimestamp 9130
OpcUaNS0.AlarmConditionType_Comment 9131
OpcUaNS0.AlarmConditionType_Comment_SourceTimestamp 9132
OpcUaNS0.AlarmConditionType_ClientUserId 9133
OpcUaNS0.AlarmConditionType_Enable 9134
OpcUaNS0.AlarmConditionType_Disable 9135
OpcUaNS0.AlarmConditionType_AddComment 9136
OpcUaNS0.AlarmConditionType_AddComment_InputArguments 9137
OpcUaNS0.AlarmConditionType_AckedState 9138
OpcUaNS0.AlarmConditionType_AckedState_Id 9139
OpcUaNS0.AlarmConditionType_AckedState_Name 9140
OpcUaNS0.AlarmConditionType_AckedState_Number 9141
OpcUaNS0.AlarmConditionType_AckedState_EffectiveDisplayName 9142
OpcUaNS0.AlarmConditionType_AckedState_TransitionTime 9143
OpcUaNS0.AlarmConditionType_AckedState_EffectiveTransitionTime 9144
OpcUaNS0.AlarmConditionType_AckedState_TrueState 9145
OpcUaNS0.AlarmConditionType_AckedState_FalseState 9146
OpcUaNS0.AlarmConditionType_ConfirmedState 9147
OpcUaNS0.AlarmConditionType_ConfirmedState_Id 9148
OpcUaNS0.AlarmConditionType_ConfirmedState_Name 9149
OpcUaNS0.AlarmConditionType_ConfirmedState_Number 9150
OpcUaNS0.AlarmConditionType_ConfirmedState_EffectiveDisplayName 9151
OpcUaNS0.AlarmConditionType_ConfirmedState_TransitionTime 9152
OpcUaNS0.AlarmConditionType_ConfirmedState_EffectiveTransitionTime 9153
OpcUaNS0.AlarmConditionType_ConfirmedState_TrueState 9154
OpcUaNS0.AlarmConditionType_ConfirmedState_FalseState 9155
OpcUaNS0.AlarmConditionType_Acknowledge 9156
OpcUaNS0.AlarmConditionType_Acknowledge_InputArguments 9157
OpcUaNS0.AlarmConditionType_Confirm 9158
OpcUaNS0.AlarmConditionType_Confirm_InputArguments 9159
OpcUaNS0.AlarmConditionType_ActiveState 9160
OpcUaNS0.AlarmConditionType_ActiveState_Id 9161
OpcUaNS0.AlarmConditionType_ActiveState_Name 9162
OpcUaNS0.AlarmConditionType_ActiveState_Number 9163
OpcUaNS0.AlarmConditionType_ActiveState_EffectiveDisplayName 9164
OpcUaNS0.AlarmConditionType_ActiveState_TransitionTime 9165
OpcUaNS0.AlarmConditionType_ActiveState_EffectiveTransitionTime 9166
OpcUaNS0.AlarmConditionType_ActiveState_TrueState 9167
OpcUaNS0.AlarmConditionType_ActiveState_FalseState 9168
OpcUaNS0.AlarmConditionType_SuppressedState 9169
OpcUaNS0.AlarmConditionType_SuppressedState_Id 9170
OpcUaNS0.AlarmConditionType_SuppressedState_Name 9171
OpcUaNS0.AlarmConditionType_SuppressedState_Number 9172
OpcUaNS0.AlarmConditionType_SuppressedState_EffectiveDisplayName 9173
OpcUaNS0.AlarmConditionType_SuppressedState_TransitionTime 9174
OpcUaNS0.AlarmConditionType_SuppressedState_EffectiveTransitionTime 9175
OpcUaNS0.AlarmConditionType_SuppressedState_TrueState 9176
OpcUaNS0.AlarmConditionType_SuppressedState_FalseState 9177
OpcUaNS0.AlarmConditionType_ShelvingState 9178
OpcUaNS0.AlarmConditionType_ShelvingState_CurrentState 9179
OpcUaNS0.AlarmConditionType_ShelvingState_CurrentState_Id 9180
OpcUaNS0.AlarmConditionType_ShelvingState_CurrentState_Name 9181
OpcUaNS0.AlarmConditionType_ShelvingState_CurrentState_Number 9182
OpcUaNS0.AlarmConditionType_ShelvingState_CurrentState_EffectiveDisplayName 9183
OpcUaNS0.AlarmConditionType_ShelvingState_LastTransition 9184
OpcUaNS0.AlarmConditionType_ShelvingState_LastTransition_Id 9185
OpcUaNS0.AlarmConditionType_ShelvingState_LastTransition_Name 9186
OpcUaNS0.AlarmConditionType_ShelvingState_LastTransition_Number 9187
OpcUaNS0.AlarmConditionType_ShelvingState_LastTransition_TransitionTime 9188
OpcUaNS0.AlarmConditionType_ShelvingState_UnshelveTime 9189
OpcUaNS0.AlarmConditionType_ShelvingState_Unshelve 9211
OpcUaNS0.AlarmConditionType_ShelvingState_OneShotShelve 9212
OpcUaNS0.AlarmConditionType_ShelvingState_TimedShelve 9213
OpcUaNS0.AlarmConditionType_ShelvingState_TimedShelve_InputArguments 9214
OpcUaNS0.AlarmConditionType_SuppressedOrShelved 9215
OpcUaNS0.AlarmConditionType_MaxTimeShelved 9216
OpcUaNS0.LimitAlarmType_ConditionName 9217
OpcUaNS0.LimitAlarmType_BranchId 9218
OpcUaNS0.LimitAlarmType_EnabledState 9219
OpcUaNS0.LimitAlarmType_EnabledState_Id 9220
OpcUaNS0.LimitAlarmType_EnabledState_Name 9221
OpcUaNS0.LimitAlarmType_EnabledState_Number 9222
OpcUaNS0.LimitAlarmType_EnabledState_EffectiveDisplayName 9223
OpcUaNS0.LimitAlarmType_EnabledState_TransitionTime 9224
OpcUaNS0.LimitAlarmType_EnabledState_EffectiveTransitionTime 9225
OpcUaNS0.LimitAlarmType_EnabledState_TrueState 9226
OpcUaNS0.LimitAlarmType_EnabledState_FalseState 9227
OpcUaNS0.LimitAlarmType_Quality 9228
OpcUaNS0.LimitAlarmType_Quality_SourceTimestamp 9229
OpcUaNS0.LimitAlarmType_LastSeverity 9230
OpcUaNS0.LimitAlarmType_LastSeverity_SourceTimestamp 9231
OpcUaNS0.LimitAlarmType_Comment 9232
OpcUaNS0.LimitAlarmType_Comment_SourceTimestamp 9233
OpcUaNS0.LimitAlarmType_ClientUserId 9234
OpcUaNS0.LimitAlarmType_Enable 9235
OpcUaNS0.LimitAlarmType_Disable 9236
OpcUaNS0.LimitAlarmType_AddComment 9237
OpcUaNS0.LimitAlarmType_AddComment_InputArguments 9238
OpcUaNS0.LimitAlarmType_AckedState 9239
OpcUaNS0.LimitAlarmType_AckedState_Id 9240
OpcUaNS0.LimitAlarmType_AckedState_Name 9241
OpcUaNS0.LimitAlarmType_AckedState_Number 9242
OpcUaNS0.LimitAlarmType_AckedState_EffectiveDisplayName 9243
OpcUaNS0.LimitAlarmType_AckedState_TransitionTime 9244
OpcUaNS0.LimitAlarmType_AckedState_EffectiveTransitionTime 9245
OpcUaNS0.LimitAlarmType_AckedState_TrueState 9246
OpcUaNS0.LimitAlarmType_AckedState_FalseState 9247
OpcUaNS0.LimitAlarmType_ConfirmedState 9248
OpcUaNS0.LimitAlarmType_ConfirmedState_Id 9249
OpcUaNS0.LimitAlarmType_ConfirmedState_Name 9250
OpcUaNS0.LimitAlarmType_ConfirmedState_Number 9251
OpcUaNS0.LimitAlarmType_ConfirmedState_EffectiveDisplayName 9252
OpcUaNS0.LimitAlarmType_ConfirmedState_TransitionTime 9253
OpcUaNS0.LimitAlarmType_ConfirmedState_EffectiveTransitionTime 9254
OpcUaNS0.LimitAlarmType_ConfirmedState_TrueState 9255
OpcUaNS0.LimitAlarmType_ConfirmedState_FalseState 9256
OpcUaNS0.LimitAlarmType_Acknowledge 9257
OpcUaNS0.LimitAlarmType_Acknowledge_InputArguments 9258
OpcUaNS0.LimitAlarmType_Confirm 9259
OpcUaNS0.LimitAlarmType_Confirm_InputArguments 9260
OpcUaNS0.LimitAlarmType_ActiveState 9261
OpcUaNS0.LimitAlarmType_ActiveState_Id 9262
OpcUaNS0.LimitAlarmType_ActiveState_Name 9263
OpcUaNS0.LimitAlarmType_ActiveState_Number 9264
OpcUaNS0.LimitAlarmType_ActiveState_EffectiveDisplayName 9265
OpcUaNS0.LimitAlarmType_ActiveState_TransitionTime 9266
OpcUaNS0.LimitAlarmType_ActiveState_EffectiveTransitionTime 9267
OpcUaNS0.LimitAlarmType_ActiveState_TrueState 9268
OpcUaNS0.LimitAlarmType_ActiveState_FalseState 9269
OpcUaNS0.LimitAlarmType_SuppressedState 9270
OpcUaNS0.LimitAlarmType_SuppressedState_Id 9271
OpcUaNS0.LimitAlarmType_SuppressedState_Name 9272
OpcUaNS0.LimitAlarmType_SuppressedState_Number 9273
OpcUaNS0.LimitAlarmType_SuppressedState_EffectiveDisplayName 9274
OpcUaNS0.LimitAlarmType_SuppressedState_TransitionTime 9275
OpcUaNS0.LimitAlarmType_SuppressedState_EffectiveTransitionTime 9276
OpcUaNS0.LimitAlarmType_SuppressedState_TrueState 9277
OpcUaNS0.LimitAlarmType_SuppressedState_FalseState 9278
OpcUaNS0.LimitAlarmType_ShelvingState 9279
OpcUaNS0.LimitAlarmType_ShelvingState_CurrentState 9280
OpcUaNS0.LimitAlarmType_ShelvingState_CurrentState_Id 9281
OpcUaNS0.LimitAlarmType_ShelvingState_CurrentState_Name 9282
OpcUaNS0.LimitAlarmType_ShelvingState_CurrentState_Number 9283
OpcUaNS0.LimitAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 9284
OpcUaNS0.LimitAlarmType_ShelvingState_LastTransition 9285
OpcUaNS0.LimitAlarmType_ShelvingState_LastTransition_Id 9286
OpcUaNS0.LimitAlarmType_ShelvingState_LastTransition_Name 9287
OpcUaNS0.LimitAlarmType_ShelvingState_LastTransition_Number 9288
OpcUaNS0.LimitAlarmType_ShelvingState_LastTransition_TransitionTime 9289
OpcUaNS0.LimitAlarmType_ShelvingState_UnshelveTime 9290
OpcUaNS0.LimitAlarmType_ShelvingState_Unshelve 9312
OpcUaNS0.LimitAlarmType_ShelvingState_OneShotShelve 9313
OpcUaNS0.LimitAlarmType_ShelvingState_TimedShelve 9314
OpcUaNS0.LimitAlarmType_ShelvingState_TimedShelve_InputArguments 9315
OpcUaNS0.LimitAlarmType_SuppressedOrShelved 9316
OpcUaNS0.LimitAlarmType_MaxTimeShelved 9317
OpcUaNS0.ExclusiveLimitStateMachineType 9318
OpcUaNS0.ExclusiveLimitStateMachineType_CurrentState 9319
OpcUaNS0.ExclusiveLimitStateMachineType_CurrentState_Id 9320
OpcUaNS0.ExclusiveLimitStateMachineType_CurrentState_Name 9321
OpcUaNS0.ExclusiveLimitStateMachineType_CurrentState_Number 9322
OpcUaNS0.ExclusiveLimitStateMachineType_CurrentState_EffectiveDisplayName 9323
OpcUaNS0.ExclusiveLimitStateMachineType_LastTransition 9324
OpcUaNS0.ExclusiveLimitStateMachineType_LastTransition_Id 9325
OpcUaNS0.ExclusiveLimitStateMachineType_LastTransition_Name 9326
OpcUaNS0.ExclusiveLimitStateMachineType_LastTransition_Number 9327
OpcUaNS0.ExclusiveLimitStateMachineType_LastTransition_TransitionTime 9328
OpcUaNS0.ExclusiveLimitStateMachineType_HighHigh 9329
OpcUaNS0.ExclusiveLimitStateMachineType_HighHigh_StateNumber 9330
OpcUaNS0.ExclusiveLimitStateMachineType_High 9331
OpcUaNS0.ExclusiveLimitStateMachineType_High_StateNumber 9332
OpcUaNS0.ExclusiveLimitStateMachineType_Low 9333
OpcUaNS0.ExclusiveLimitStateMachineType_Low_StateNumber 9334
OpcUaNS0.ExclusiveLimitStateMachineType_LowLow 9335
OpcUaNS0.ExclusiveLimitStateMachineType_LowLow_StateNumber 9336
OpcUaNS0.ExclusiveLimitStateMachineType_LowLowToLow 9337
OpcUaNS0.ExclusiveLimitStateMachineType_LowToLowLow 9338
OpcUaNS0.ExclusiveLimitStateMachineType_HighHighToHigh 9339
OpcUaNS0.ExclusiveLimitStateMachineType_HighToHighHigh 9340
OpcUaNS0.ExclusiveLimitAlarmType 9341
OpcUaNS0.ExclusiveLimitAlarmType_EventId 9342
OpcUaNS0.ExclusiveLimitAlarmType_EventType 9343
OpcUaNS0.ExclusiveLimitAlarmType_SourceNode 9344
OpcUaNS0.ExclusiveLimitAlarmType_SourceName 9345
OpcUaNS0.ExclusiveLimitAlarmType_Time 9346
OpcUaNS0.ExclusiveLimitAlarmType_ReceiveTime 9347
OpcUaNS0.ExclusiveLimitAlarmType_LocalTime 9348
OpcUaNS0.ExclusiveLimitAlarmType_Message 9349
OpcUaNS0.ExclusiveLimitAlarmType_Severity 9350
OpcUaNS0.ExclusiveLimitAlarmType_ConditionName 9351
OpcUaNS0.ExclusiveLimitAlarmType_BranchId 9352
OpcUaNS0.ExclusiveLimitAlarmType_Retain 9353
OpcUaNS0.ExclusiveLimitAlarmType_EnabledState 9354
OpcUaNS0.ExclusiveLimitAlarmType_EnabledState_Id 9355
OpcUaNS0.ExclusiveLimitAlarmType_EnabledState_Name 9356
OpcUaNS0.ExclusiveLimitAlarmType_EnabledState_Number 9357
OpcUaNS0.ExclusiveLimitAlarmType_EnabledState_EffectiveDisplayName 9358
OpcUaNS0.ExclusiveLimitAlarmType_EnabledState_TransitionTime 9359
OpcUaNS0.ExclusiveLimitAlarmType_EnabledState_EffectiveTransitionTime 9360
OpcUaNS0.ExclusiveLimitAlarmType_EnabledState_TrueState 9361
OpcUaNS0.ExclusiveLimitAlarmType_EnabledState_FalseState 9362
OpcUaNS0.ExclusiveLimitAlarmType_Quality 9363
OpcUaNS0.ExclusiveLimitAlarmType_Quality_SourceTimestamp 9364
OpcUaNS0.ExclusiveLimitAlarmType_LastSeverity 9365
OpcUaNS0.ExclusiveLimitAlarmType_LastSeverity_SourceTimestamp 9366
OpcUaNS0.ExclusiveLimitAlarmType_Comment 9367
OpcUaNS0.ExclusiveLimitAlarmType_Comment_SourceTimestamp 9368
OpcUaNS0.ExclusiveLimitAlarmType_ClientUserId 9369
OpcUaNS0.ExclusiveLimitAlarmType_Enable 9370
OpcUaNS0.ExclusiveLimitAlarmType_Disable 9371
OpcUaNS0.ExclusiveLimitAlarmType_AddComment 9372
OpcUaNS0.ExclusiveLimitAlarmType_AddComment_InputArguments 9373
OpcUaNS0.ExclusiveLimitAlarmType_ConditionRefresh 9374
OpcUaNS0.ExclusiveLimitAlarmType_ConditionRefresh_InputArguments 9375
OpcUaNS0.ExclusiveLimitAlarmType_AckedState 9376
OpcUaNS0.ExclusiveLimitAlarmType_AckedState_Id 9377
OpcUaNS0.ExclusiveLimitAlarmType_AckedState_Name 9378
OpcUaNS0.ExclusiveLimitAlarmType_AckedState_Number 9379
OpcUaNS0.ExclusiveLimitAlarmType_AckedState_EffectiveDisplayName 9380
OpcUaNS0.ExclusiveLimitAlarmType_AckedState_TransitionTime 9381
OpcUaNS0.ExclusiveLimitAlarmType_AckedState_EffectiveTransitionTime 9382
OpcUaNS0.ExclusiveLimitAlarmType_AckedState_TrueState 9383
OpcUaNS0.ExclusiveLimitAlarmType_AckedState_FalseState 9384
OpcUaNS0.ExclusiveLimitAlarmType_ConfirmedState 9385
OpcUaNS0.ExclusiveLimitAlarmType_ConfirmedState_Id 9386
OpcUaNS0.ExclusiveLimitAlarmType_ConfirmedState_Name 9387
OpcUaNS0.ExclusiveLimitAlarmType_ConfirmedState_Number 9388
OpcUaNS0.ExclusiveLimitAlarmType_ConfirmedState_EffectiveDisplayName 9389
OpcUaNS0.ExclusiveLimitAlarmType_ConfirmedState_TransitionTime 9390
OpcUaNS0.ExclusiveLimitAlarmType_ConfirmedState_EffectiveTransitionTime 9391
OpcUaNS0.ExclusiveLimitAlarmType_ConfirmedState_TrueState 9392
OpcUaNS0.ExclusiveLimitAlarmType_ConfirmedState_FalseState 9393
OpcUaNS0.ExclusiveLimitAlarmType_Acknowledge 9394
OpcUaNS0.ExclusiveLimitAlarmType_Acknowledge_InputArguments 9395
OpcUaNS0.ExclusiveLimitAlarmType_Confirm 9396
OpcUaNS0.ExclusiveLimitAlarmType_Confirm_InputArguments 9397
OpcUaNS0.ExclusiveLimitAlarmType_ActiveState 9398
OpcUaNS0.ExclusiveLimitAlarmType_ActiveState_Id 9399
OpcUaNS0.ExclusiveLimitAlarmType_ActiveState_Name 9400
OpcUaNS0.ExclusiveLimitAlarmType_ActiveState_Number 9401
OpcUaNS0.ExclusiveLimitAlarmType_ActiveState_EffectiveDisplayName 9402
OpcUaNS0.ExclusiveLimitAlarmType_ActiveState_TransitionTime 9403
OpcUaNS0.ExclusiveLimitAlarmType_ActiveState_EffectiveTransitionTime 9404
OpcUaNS0.ExclusiveLimitAlarmType_ActiveState_TrueState 9405
OpcUaNS0.ExclusiveLimitAlarmType_ActiveState_FalseState 9406
OpcUaNS0.ExclusiveLimitAlarmType_SuppressedState 9407
OpcUaNS0.ExclusiveLimitAlarmType_SuppressedState_Id 9408
OpcUaNS0.ExclusiveLimitAlarmType_SuppressedState_Name 9409
OpcUaNS0.ExclusiveLimitAlarmType_SuppressedState_Number 9410
OpcUaNS0.ExclusiveLimitAlarmType_SuppressedState_EffectiveDisplayName 9411
OpcUaNS0.ExclusiveLimitAlarmType_SuppressedState_TransitionTime 9412
OpcUaNS0.ExclusiveLimitAlarmType_SuppressedState_EffectiveTransitionTime 9413
OpcUaNS0.ExclusiveLimitAlarmType_SuppressedState_TrueState 9414
OpcUaNS0.ExclusiveLimitAlarmType_SuppressedState_FalseState 9415
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState 9416
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_CurrentState 9417
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_CurrentState_Id 9418
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_CurrentState_Name 9419
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_CurrentState_Number 9420
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 9421
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_LastTransition 9422
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_LastTransition_Id 9423
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_LastTransition_Name 9424
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_LastTransition_Number 9425
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_LastTransition_TransitionTime 9426
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_UnshelveTime 9427
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_Unshelve 9449
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_OneShotShelve 9450
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_TimedShelve 9451
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_TimedShelve_InputArguments 9452
OpcUaNS0.ExclusiveLimitAlarmType_SuppressedOrShelved 9453
OpcUaNS0.ExclusiveLimitAlarmType_MaxTimeShelved 9454
OpcUaNS0.ExclusiveLimitAlarmType_LimitState 9455
OpcUaNS0.ExclusiveLimitAlarmType_LimitState_CurrentState 9456
OpcUaNS0.ExclusiveLimitAlarmType_LimitState_CurrentState_Id 9457
OpcUaNS0.ExclusiveLimitAlarmType_LimitState_CurrentState_Name 9458
OpcUaNS0.ExclusiveLimitAlarmType_LimitState_CurrentState_Number 9459
OpcUaNS0.ExclusiveLimitAlarmType_LimitState_CurrentState_EffectiveDisplayName 9460
OpcUaNS0.ExclusiveLimitAlarmType_LimitState_LastTransition 9461
OpcUaNS0.ExclusiveLimitAlarmType_LimitState_LastTransition_Id 9462
OpcUaNS0.ExclusiveLimitAlarmType_LimitState_LastTransition_Name 9463
OpcUaNS0.ExclusiveLimitAlarmType_LimitState_LastTransition_Number 9464
OpcUaNS0.ExclusiveLimitAlarmType_LimitState_LastTransition_TransitionTime 9465
OpcUaNS0.ExclusiveLimitAlarmType_HighHighLimit 9478
OpcUaNS0.ExclusiveLimitAlarmType_HighLimit 9479
OpcUaNS0.ExclusiveLimitAlarmType_LowLimit 9480
OpcUaNS0.ExclusiveLimitAlarmType_LowLowLimit 9481
OpcUaNS0.ExclusiveLevelAlarmType 9482
OpcUaNS0.ExclusiveLevelAlarmType_EventId 9483
OpcUaNS0.ExclusiveLevelAlarmType_EventType 9484
OpcUaNS0.ExclusiveLevelAlarmType_SourceNode 9485
OpcUaNS0.ExclusiveLevelAlarmType_SourceName 9486
OpcUaNS0.ExclusiveLevelAlarmType_Time 9487
OpcUaNS0.ExclusiveLevelAlarmType_ReceiveTime 9488
OpcUaNS0.ExclusiveLevelAlarmType_LocalTime 9489
OpcUaNS0.ExclusiveLevelAlarmType_Message 9490
OpcUaNS0.ExclusiveLevelAlarmType_Severity 9491
OpcUaNS0.ExclusiveLevelAlarmType_ConditionName 9492
OpcUaNS0.ExclusiveLevelAlarmType_BranchId 9493
OpcUaNS0.ExclusiveLevelAlarmType_Retain 9494
OpcUaNS0.ExclusiveLevelAlarmType_EnabledState 9495
OpcUaNS0.ExclusiveLevelAlarmType_EnabledState_Id 9496
OpcUaNS0.ExclusiveLevelAlarmType_EnabledState_Name 9497
OpcUaNS0.ExclusiveLevelAlarmType_EnabledState_Number 9498
OpcUaNS0.ExclusiveLevelAlarmType_EnabledState_EffectiveDisplayName 9499
OpcUaNS0.ExclusiveLevelAlarmType_EnabledState_TransitionTime 9500
OpcUaNS0.ExclusiveLevelAlarmType_EnabledState_EffectiveTransitionTime 9501
OpcUaNS0.ExclusiveLevelAlarmType_EnabledState_TrueState 9502
OpcUaNS0.ExclusiveLevelAlarmType_EnabledState_FalseState 9503
OpcUaNS0.ExclusiveLevelAlarmType_Quality 9504
OpcUaNS0.ExclusiveLevelAlarmType_Quality_SourceTimestamp 9505
OpcUaNS0.ExclusiveLevelAlarmType_LastSeverity 9506
OpcUaNS0.ExclusiveLevelAlarmType_LastSeverity_SourceTimestamp 9507
OpcUaNS0.ExclusiveLevelAlarmType_Comment 9508
OpcUaNS0.ExclusiveLevelAlarmType_Comment_SourceTimestamp 9509
OpcUaNS0.ExclusiveLevelAlarmType_ClientUserId 9510
OpcUaNS0.ExclusiveLevelAlarmType_Enable 9511
OpcUaNS0.ExclusiveLevelAlarmType_Disable 9512
OpcUaNS0.ExclusiveLevelAlarmType_AddComment 9513
OpcUaNS0.ExclusiveLevelAlarmType_AddComment_InputArguments 9514
OpcUaNS0.ExclusiveLevelAlarmType_ConditionRefresh 9515
OpcUaNS0.ExclusiveLevelAlarmType_ConditionRefresh_InputArguments 9516
OpcUaNS0.ExclusiveLevelAlarmType_AckedState 9517
OpcUaNS0.ExclusiveLevelAlarmType_AckedState_Id 9518
OpcUaNS0.ExclusiveLevelAlarmType_AckedState_Name 9519
OpcUaNS0.ExclusiveLevelAlarmType_AckedState_Number 9520
OpcUaNS0.ExclusiveLevelAlarmType_AckedState_EffectiveDisplayName 9521
OpcUaNS0.ExclusiveLevelAlarmType_AckedState_TransitionTime 9522
OpcUaNS0.ExclusiveLevelAlarmType_AckedState_EffectiveTransitionTime 9523
OpcUaNS0.ExclusiveLevelAlarmType_AckedState_TrueState 9524
OpcUaNS0.ExclusiveLevelAlarmType_AckedState_FalseState 9525
OpcUaNS0.ExclusiveLevelAlarmType_ConfirmedState 9526
OpcUaNS0.ExclusiveLevelAlarmType_ConfirmedState_Id 9527
OpcUaNS0.ExclusiveLevelAlarmType_ConfirmedState_Name 9528
OpcUaNS0.ExclusiveLevelAlarmType_ConfirmedState_Number 9529
OpcUaNS0.ExclusiveLevelAlarmType_ConfirmedState_EffectiveDisplayName 9530
OpcUaNS0.ExclusiveLevelAlarmType_ConfirmedState_TransitionTime 9531
OpcUaNS0.ExclusiveLevelAlarmType_ConfirmedState_EffectiveTransitionTime 9532
OpcUaNS0.ExclusiveLevelAlarmType_ConfirmedState_TrueState 9533
OpcUaNS0.ExclusiveLevelAlarmType_ConfirmedState_FalseState 9534
OpcUaNS0.ExclusiveLevelAlarmType_Acknowledge 9535
OpcUaNS0.ExclusiveLevelAlarmType_Acknowledge_InputArguments 9536
OpcUaNS0.ExclusiveLevelAlarmType_Confirm 9537
OpcUaNS0.ExclusiveLevelAlarmType_Confirm_InputArguments 9538
OpcUaNS0.ExclusiveLevelAlarmType_ActiveState 9539
OpcUaNS0.ExclusiveLevelAlarmType_ActiveState_Id 9540
OpcUaNS0.ExclusiveLevelAlarmType_ActiveState_Name 9541
OpcUaNS0.ExclusiveLevelAlarmType_ActiveState_Number 9542
OpcUaNS0.ExclusiveLevelAlarmType_ActiveState_EffectiveDisplayName 9543
OpcUaNS0.ExclusiveLevelAlarmType_ActiveState_TransitionTime 9544
OpcUaNS0.ExclusiveLevelAlarmType_ActiveState_EffectiveTransitionTime 9545
OpcUaNS0.ExclusiveLevelAlarmType_ActiveState_TrueState 9546
OpcUaNS0.ExclusiveLevelAlarmType_ActiveState_FalseState 9547
OpcUaNS0.ExclusiveLevelAlarmType_SuppressedState 9548
OpcUaNS0.ExclusiveLevelAlarmType_SuppressedState_Id 9549
OpcUaNS0.ExclusiveLevelAlarmType_SuppressedState_Name 9550
OpcUaNS0.ExclusiveLevelAlarmType_SuppressedState_Number 9551
OpcUaNS0.ExclusiveLevelAlarmType_SuppressedState_EffectiveDisplayName 9552
OpcUaNS0.ExclusiveLevelAlarmType_SuppressedState_TransitionTime 9553
OpcUaNS0.ExclusiveLevelAlarmType_SuppressedState_EffectiveTransitionTime 9554
OpcUaNS0.ExclusiveLevelAlarmType_SuppressedState_TrueState 9555
OpcUaNS0.ExclusiveLevelAlarmType_SuppressedState_FalseState 9556
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState 9557
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_CurrentState 9558
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_CurrentState_Id 9559
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_CurrentState_Name 9560
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_CurrentState_Number 9561
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 9562
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_LastTransition 9563
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_LastTransition_Id 9564
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_LastTransition_Name 9565
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_LastTransition_Number 9566
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_LastTransition_TransitionTime 9567
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_UnshelveTime 9568
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_Unshelve 9590
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_OneShotShelve 9591
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_TimedShelve 9592
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_TimedShelve_InputArguments 9593
OpcUaNS0.ExclusiveLevelAlarmType_SuppressedOrShelved 9594
OpcUaNS0.ExclusiveLevelAlarmType_MaxTimeShelved 9595
OpcUaNS0.ExclusiveLevelAlarmType_LimitState 9596
OpcUaNS0.ExclusiveLevelAlarmType_LimitState_CurrentState 9597
OpcUaNS0.ExclusiveLevelAlarmType_LimitState_CurrentState_Id 9598
OpcUaNS0.ExclusiveLevelAlarmType_LimitState_CurrentState_Name 9599
OpcUaNS0.ExclusiveLevelAlarmType_LimitState_CurrentState_Number 9600
OpcUaNS0.ExclusiveLevelAlarmType_LimitState_CurrentState_EffectiveDisplayName 9601
OpcUaNS0.ExclusiveLevelAlarmType_LimitState_LastTransition 9602
OpcUaNS0.ExclusiveLevelAlarmType_LimitState_LastTransition_Id 9603
OpcUaNS0.ExclusiveLevelAlarmType_LimitState_LastTransition_Name 9604
OpcUaNS0.ExclusiveLevelAlarmType_LimitState_LastTransition_Number 9605
OpcUaNS0.ExclusiveLevelAlarmType_LimitState_LastTransition_TransitionTime 9606
OpcUaNS0.ExclusiveLevelAlarmType_HighHighLimit 9619
OpcUaNS0.ExclusiveLevelAlarmType_HighLimit 9620
OpcUaNS0.ExclusiveLevelAlarmType_LowLimit 9621
OpcUaNS0.ExclusiveLevelAlarmType_LowLowLimit 9622
OpcUaNS0.ExclusiveRateOfChangeAlarmType 9623
OpcUaNS0.ExclusiveRateOfChangeAlarmType_EventId 9624
OpcUaNS0.ExclusiveRateOfChangeAlarmType_EventType 9625
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SourceNode 9626
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SourceName 9627
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Time 9628
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ReceiveTime 9629
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LocalTime 9630
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Message 9631
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Severity 9632
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConditionName 9633
OpcUaNS0.ExclusiveRateOfChangeAlarmType_BranchId 9634
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Retain 9635
OpcUaNS0.ExclusiveRateOfChangeAlarmType_EnabledState 9636
OpcUaNS0.ExclusiveRateOfChangeAlarmType_EnabledState_Id 9637
OpcUaNS0.ExclusiveRateOfChangeAlarmType_EnabledState_Name 9638
OpcUaNS0.ExclusiveRateOfChangeAlarmType_EnabledState_Number 9639
OpcUaNS0.ExclusiveRateOfChangeAlarmType_EnabledState_EffectiveDisplayName 9640
OpcUaNS0.ExclusiveRateOfChangeAlarmType_EnabledState_TransitionTime 9641
OpcUaNS0.ExclusiveRateOfChangeAlarmType_EnabledState_EffectiveTransitionTime 9642
OpcUaNS0.ExclusiveRateOfChangeAlarmType_EnabledState_TrueState 9643
OpcUaNS0.ExclusiveRateOfChangeAlarmType_EnabledState_FalseState 9644
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Quality 9645
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Quality_SourceTimestamp 9646
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LastSeverity 9647
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LastSeverity_SourceTimestamp 9648
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Comment 9649
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Comment_SourceTimestamp 9650
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ClientUserId 9651
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Enable 9652
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Disable 9653
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AddComment 9654
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AddComment_InputArguments 9655
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConditionRefresh 9656
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConditionRefresh_InputArguments 9657
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AckedState 9658
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AckedState_Id 9659
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AckedState_Name 9660
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AckedState_Number 9661
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AckedState_EffectiveDisplayName 9662
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AckedState_TransitionTime 9663
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AckedState_EffectiveTransitionTime 9664
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AckedState_TrueState 9665
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AckedState_FalseState 9666
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConfirmedState 9667
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConfirmedState_Id 9668
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConfirmedState_Name 9669
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConfirmedState_Number 9670
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConfirmedState_EffectiveDisplayName 9671
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConfirmedState_TransitionTime 9672
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConfirmedState_EffectiveTransitionTime 9673
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConfirmedState_TrueState 9674
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConfirmedState_FalseState 9675
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Acknowledge 9676
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Acknowledge_InputArguments 9677
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Confirm 9678
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Confirm_InputArguments 9679
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ActiveState 9680
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ActiveState_Id 9681
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ActiveState_Name 9682
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ActiveState_Number 9683
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ActiveState_EffectiveDisplayName 9684
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ActiveState_TransitionTime 9685
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ActiveState_EffectiveTransitionTime 9686
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ActiveState_TrueState 9687
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ActiveState_FalseState 9688
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SuppressedState 9689
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SuppressedState_Id 9690
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SuppressedState_Name 9691
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SuppressedState_Number 9692
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SuppressedState_EffectiveDisplayName 9693
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SuppressedState_TransitionTime 9694
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SuppressedState_EffectiveTransitionTime 9695
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SuppressedState_TrueState 9696
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SuppressedState_FalseState 9697
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState 9698
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_CurrentState 9699
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_CurrentState_Id 9700
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_CurrentState_Name 9701
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_CurrentState_Number 9702
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 9703
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_LastTransition 9704
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_LastTransition_Id 9705
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_LastTransition_Name 9706
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_LastTransition_Number 9707
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_LastTransition_TransitionTime 9708
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_UnshelveTime 9709
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_Unshelve 9731
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_OneShotShelve 9732
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_TimedShelve 9733
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_TimedShelve_InputArguments 9734
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SuppressedOrShelved 9735
OpcUaNS0.ExclusiveRateOfChangeAlarmType_MaxTimeShelved 9736
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LimitState 9737
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LimitState_CurrentState 9738
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LimitState_CurrentState_Id 9739
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LimitState_CurrentState_Name 9740
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LimitState_CurrentState_Number 9741
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LimitState_CurrentState_EffectiveDisplayName 9742
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LimitState_LastTransition 9743
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LimitState_LastTransition_Id 9744
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LimitState_LastTransition_Name 9745
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LimitState_LastTransition_Number 9746
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LimitState_LastTransition_TransitionTime 9747
OpcUaNS0.ExclusiveRateOfChangeAlarmType_HighHighLimit 9760
OpcUaNS0.ExclusiveRateOfChangeAlarmType_HighLimit 9761
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LowLimit 9762
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LowLowLimit 9763
OpcUaNS0.ExclusiveDeviationAlarmType 9764
OpcUaNS0.ExclusiveDeviationAlarmType_EventId 9765
OpcUaNS0.ExclusiveDeviationAlarmType_EventType 9766
OpcUaNS0.ExclusiveDeviationAlarmType_SourceNode 9767
OpcUaNS0.ExclusiveDeviationAlarmType_SourceName 9768
OpcUaNS0.ExclusiveDeviationAlarmType_Time 9769
OpcUaNS0.ExclusiveDeviationAlarmType_ReceiveTime 9770
OpcUaNS0.ExclusiveDeviationAlarmType_LocalTime 9771
OpcUaNS0.ExclusiveDeviationAlarmType_Message 9772
OpcUaNS0.ExclusiveDeviationAlarmType_Severity 9773
OpcUaNS0.ExclusiveDeviationAlarmType_ConditionName 9774
OpcUaNS0.ExclusiveDeviationAlarmType_BranchId 9775
OpcUaNS0.ExclusiveDeviationAlarmType_Retain 9776
OpcUaNS0.ExclusiveDeviationAlarmType_EnabledState 9777
OpcUaNS0.ExclusiveDeviationAlarmType_EnabledState_Id 9778
OpcUaNS0.ExclusiveDeviationAlarmType_EnabledState_Name 9779
OpcUaNS0.ExclusiveDeviationAlarmType_EnabledState_Number 9780
OpcUaNS0.ExclusiveDeviationAlarmType_EnabledState_EffectiveDisplayName 9781
OpcUaNS0.ExclusiveDeviationAlarmType_EnabledState_TransitionTime 9782
OpcUaNS0.ExclusiveDeviationAlarmType_EnabledState_EffectiveTransitionTime 9783
OpcUaNS0.ExclusiveDeviationAlarmType_EnabledState_TrueState 9784
OpcUaNS0.ExclusiveDeviationAlarmType_EnabledState_FalseState 9785
OpcUaNS0.ExclusiveDeviationAlarmType_Quality 9786
OpcUaNS0.ExclusiveDeviationAlarmType_Quality_SourceTimestamp 9787
OpcUaNS0.ExclusiveDeviationAlarmType_LastSeverity 9788
OpcUaNS0.ExclusiveDeviationAlarmType_LastSeverity_SourceTimestamp 9789
OpcUaNS0.ExclusiveDeviationAlarmType_Comment 9790
OpcUaNS0.ExclusiveDeviationAlarmType_Comment_SourceTimestamp 9791
OpcUaNS0.ExclusiveDeviationAlarmType_ClientUserId 9792
OpcUaNS0.ExclusiveDeviationAlarmType_Enable 9793
OpcUaNS0.ExclusiveDeviationAlarmType_Disable 9794
OpcUaNS0.ExclusiveDeviationAlarmType_AddComment 9795
OpcUaNS0.ExclusiveDeviationAlarmType_AddComment_InputArguments 9796
OpcUaNS0.ExclusiveDeviationAlarmType_ConditionRefresh 9797
OpcUaNS0.ExclusiveDeviationAlarmType_ConditionRefresh_InputArguments 9798
OpcUaNS0.ExclusiveDeviationAlarmType_AckedState 9799
OpcUaNS0.ExclusiveDeviationAlarmType_AckedState_Id 9800
OpcUaNS0.ExclusiveDeviationAlarmType_AckedState_Name 9801
OpcUaNS0.ExclusiveDeviationAlarmType_AckedState_Number 9802
OpcUaNS0.ExclusiveDeviationAlarmType_AckedState_EffectiveDisplayName 9803
OpcUaNS0.ExclusiveDeviationAlarmType_AckedState_TransitionTime 9804
OpcUaNS0.ExclusiveDeviationAlarmType_AckedState_EffectiveTransitionTime 9805
OpcUaNS0.ExclusiveDeviationAlarmType_AckedState_TrueState 9806
OpcUaNS0.ExclusiveDeviationAlarmType_AckedState_FalseState 9807
OpcUaNS0.ExclusiveDeviationAlarmType_ConfirmedState 9808
OpcUaNS0.ExclusiveDeviationAlarmType_ConfirmedState_Id 9809
OpcUaNS0.ExclusiveDeviationAlarmType_ConfirmedState_Name 9810
OpcUaNS0.ExclusiveDeviationAlarmType_ConfirmedState_Number 9811
OpcUaNS0.ExclusiveDeviationAlarmType_ConfirmedState_EffectiveDisplayName 9812
OpcUaNS0.ExclusiveDeviationAlarmType_ConfirmedState_TransitionTime 9813
OpcUaNS0.ExclusiveDeviationAlarmType_ConfirmedState_EffectiveTransitionTime 9814
OpcUaNS0.ExclusiveDeviationAlarmType_ConfirmedState_TrueState 9815
OpcUaNS0.ExclusiveDeviationAlarmType_ConfirmedState_FalseState 9816
OpcUaNS0.ExclusiveDeviationAlarmType_Acknowledge 9817
OpcUaNS0.ExclusiveDeviationAlarmType_Acknowledge_InputArguments 9818
OpcUaNS0.ExclusiveDeviationAlarmType_Confirm 9819
OpcUaNS0.ExclusiveDeviationAlarmType_Confirm_InputArguments 9820
OpcUaNS0.ExclusiveDeviationAlarmType_ActiveState 9821
OpcUaNS0.ExclusiveDeviationAlarmType_ActiveState_Id 9822
OpcUaNS0.ExclusiveDeviationAlarmType_ActiveState_Name 9823
OpcUaNS0.ExclusiveDeviationAlarmType_ActiveState_Number 9824
OpcUaNS0.ExclusiveDeviationAlarmType_ActiveState_EffectiveDisplayName 9825
OpcUaNS0.ExclusiveDeviationAlarmType_ActiveState_TransitionTime 9826
OpcUaNS0.ExclusiveDeviationAlarmType_ActiveState_EffectiveTransitionTime 9827
OpcUaNS0.ExclusiveDeviationAlarmType_ActiveState_TrueState 9828
OpcUaNS0.ExclusiveDeviationAlarmType_ActiveState_FalseState 9829
OpcUaNS0.ExclusiveDeviationAlarmType_SuppressedState 9830
OpcUaNS0.ExclusiveDeviationAlarmType_SuppressedState_Id 9831
OpcUaNS0.ExclusiveDeviationAlarmType_SuppressedState_Name 9832
OpcUaNS0.ExclusiveDeviationAlarmType_SuppressedState_Number 9833
OpcUaNS0.ExclusiveDeviationAlarmType_SuppressedState_EffectiveDisplayName 9834
OpcUaNS0.ExclusiveDeviationAlarmType_SuppressedState_TransitionTime 9835
OpcUaNS0.ExclusiveDeviationAlarmType_SuppressedState_EffectiveTransitionTime 9836
OpcUaNS0.ExclusiveDeviationAlarmType_SuppressedState_TrueState 9837
OpcUaNS0.ExclusiveDeviationAlarmType_SuppressedState_FalseState 9838
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState 9839
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_CurrentState 9840
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_CurrentState_Id 9841
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_CurrentState_Name 9842
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_CurrentState_Number 9843
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 9844
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_LastTransition 9845
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_LastTransition_Id 9846
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_LastTransition_Name 9847
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_LastTransition_Number 9848
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_LastTransition_TransitionTime 9849
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_UnshelveTime 9850
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_Unshelve 9872
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_OneShotShelve 9873
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_TimedShelve 9874
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_TimedShelve_InputArguments 9875
OpcUaNS0.ExclusiveDeviationAlarmType_SuppressedOrShelved 9876
OpcUaNS0.ExclusiveDeviationAlarmType_MaxTimeShelved 9877
OpcUaNS0.ExclusiveDeviationAlarmType_LimitState 9878
OpcUaNS0.ExclusiveDeviationAlarmType_LimitState_CurrentState 9879
OpcUaNS0.ExclusiveDeviationAlarmType_LimitState_CurrentState_Id 9880
OpcUaNS0.ExclusiveDeviationAlarmType_LimitState_CurrentState_Name 9881
OpcUaNS0.ExclusiveDeviationAlarmType_LimitState_CurrentState_Number 9882
OpcUaNS0.ExclusiveDeviationAlarmType_LimitState_CurrentState_EffectiveDisplayName 9883
OpcUaNS0.ExclusiveDeviationAlarmType_LimitState_LastTransition 9884
OpcUaNS0.ExclusiveDeviationAlarmType_LimitState_LastTransition_Id 9885
OpcUaNS0.ExclusiveDeviationAlarmType_LimitState_LastTransition_Name 9886
OpcUaNS0.ExclusiveDeviationAlarmType_LimitState_LastTransition_Number 9887
OpcUaNS0.ExclusiveDeviationAlarmType_LimitState_LastTransition_TransitionTime 9888
OpcUaNS0.ExclusiveDeviationAlarmType_HighHighLimit 9901
OpcUaNS0.ExclusiveDeviationAlarmType_HighLimit 9902
OpcUaNS0.ExclusiveDeviationAlarmType_LowLimit 9903
OpcUaNS0.ExclusiveDeviationAlarmType_LowLowLimit 9904
OpcUaNS0.ExclusiveDeviationAlarmType_SetpointNode 9905
OpcUaNS0.NonExclusiveLimitAlarmType 9906
OpcUaNS0.NonExclusiveLimitAlarmType_EventId 9907
OpcUaNS0.NonExclusiveLimitAlarmType_EventType 9908
OpcUaNS0.NonExclusiveLimitAlarmType_SourceNode 9909
OpcUaNS0.NonExclusiveLimitAlarmType_SourceName 9910
OpcUaNS0.NonExclusiveLimitAlarmType_Time 9911
OpcUaNS0.NonExclusiveLimitAlarmType_ReceiveTime 9912
OpcUaNS0.NonExclusiveLimitAlarmType_LocalTime 9913
OpcUaNS0.NonExclusiveLimitAlarmType_Message 9914
OpcUaNS0.NonExclusiveLimitAlarmType_Severity 9915
OpcUaNS0.NonExclusiveLimitAlarmType_ConditionName 9916
OpcUaNS0.NonExclusiveLimitAlarmType_BranchId 9917
OpcUaNS0.NonExclusiveLimitAlarmType_Retain 9918
OpcUaNS0.NonExclusiveLimitAlarmType_EnabledState 9919
OpcUaNS0.NonExclusiveLimitAlarmType_EnabledState_Id 9920
OpcUaNS0.NonExclusiveLimitAlarmType_EnabledState_Name 9921
OpcUaNS0.NonExclusiveLimitAlarmType_EnabledState_Number 9922
OpcUaNS0.NonExclusiveLimitAlarmType_EnabledState_EffectiveDisplayName 9923
OpcUaNS0.NonExclusiveLimitAlarmType_EnabledState_TransitionTime 9924
OpcUaNS0.NonExclusiveLimitAlarmType_EnabledState_EffectiveTransitionTime 9925
OpcUaNS0.NonExclusiveLimitAlarmType_EnabledState_TrueState 9926
OpcUaNS0.NonExclusiveLimitAlarmType_EnabledState_FalseState 9927
OpcUaNS0.NonExclusiveLimitAlarmType_Quality 9928
OpcUaNS0.NonExclusiveLimitAlarmType_Quality_SourceTimestamp 9929
OpcUaNS0.NonExclusiveLimitAlarmType_LastSeverity 9930
OpcUaNS0.NonExclusiveLimitAlarmType_LastSeverity_SourceTimestamp 9931
OpcUaNS0.NonExclusiveLimitAlarmType_Comment 9932
OpcUaNS0.NonExclusiveLimitAlarmType_Comment_SourceTimestamp 9933
OpcUaNS0.NonExclusiveLimitAlarmType_ClientUserId 9934
OpcUaNS0.NonExclusiveLimitAlarmType_Enable 9935
OpcUaNS0.NonExclusiveLimitAlarmType_Disable 9936
OpcUaNS0.NonExclusiveLimitAlarmType_AddComment 9937
OpcUaNS0.NonExclusiveLimitAlarmType_AddComment_InputArguments 9938
OpcUaNS0.NonExclusiveLimitAlarmType_ConditionRefresh 9939
OpcUaNS0.NonExclusiveLimitAlarmType_ConditionRefresh_InputArguments 9940
OpcUaNS0.NonExclusiveLimitAlarmType_AckedState 9941
OpcUaNS0.NonExclusiveLimitAlarmType_AckedState_Id 9942
OpcUaNS0.NonExclusiveLimitAlarmType_AckedState_Name 9943
OpcUaNS0.NonExclusiveLimitAlarmType_AckedState_Number 9944
OpcUaNS0.NonExclusiveLimitAlarmType_AckedState_EffectiveDisplayName 9945
OpcUaNS0.NonExclusiveLimitAlarmType_AckedState_TransitionTime 9946
OpcUaNS0.NonExclusiveLimitAlarmType_AckedState_EffectiveTransitionTime 9947
OpcUaNS0.NonExclusiveLimitAlarmType_AckedState_TrueState 9948
OpcUaNS0.NonExclusiveLimitAlarmType_AckedState_FalseState 9949
OpcUaNS0.NonExclusiveLimitAlarmType_ConfirmedState 9950
OpcUaNS0.NonExclusiveLimitAlarmType_ConfirmedState_Id 9951
OpcUaNS0.NonExclusiveLimitAlarmType_ConfirmedState_Name 9952
OpcUaNS0.NonExclusiveLimitAlarmType_ConfirmedState_Number 9953
OpcUaNS0.NonExclusiveLimitAlarmType_ConfirmedState_EffectiveDisplayName 9954
OpcUaNS0.NonExclusiveLimitAlarmType_ConfirmedState_TransitionTime 9955
OpcUaNS0.NonExclusiveLimitAlarmType_ConfirmedState_EffectiveTransitionTime 9956
OpcUaNS0.NonExclusiveLimitAlarmType_ConfirmedState_TrueState 9957
OpcUaNS0.NonExclusiveLimitAlarmType_ConfirmedState_FalseState 9958
OpcUaNS0.NonExclusiveLimitAlarmType_Acknowledge 9959
OpcUaNS0.NonExclusiveLimitAlarmType_Acknowledge_InputArguments 9960
OpcUaNS0.NonExclusiveLimitAlarmType_Confirm 9961
OpcUaNS0.NonExclusiveLimitAlarmType_Confirm_InputArguments 9962
OpcUaNS0.NonExclusiveLimitAlarmType_ActiveState 9963
OpcUaNS0.NonExclusiveLimitAlarmType_ActiveState_Id 9964
OpcUaNS0.NonExclusiveLimitAlarmType_ActiveState_Name 9965
OpcUaNS0.NonExclusiveLimitAlarmType_ActiveState_Number 9966
OpcUaNS0.NonExclusiveLimitAlarmType_ActiveState_EffectiveDisplayName 9967
OpcUaNS0.NonExclusiveLimitAlarmType_ActiveState_TransitionTime 9968
OpcUaNS0.NonExclusiveLimitAlarmType_ActiveState_EffectiveTransitionTime 9969
OpcUaNS0.NonExclusiveLimitAlarmType_ActiveState_TrueState 9970
OpcUaNS0.NonExclusiveLimitAlarmType_ActiveState_FalseState 9971
OpcUaNS0.NonExclusiveLimitAlarmType_SuppressedState 9972
OpcUaNS0.NonExclusiveLimitAlarmType_SuppressedState_Id 9973
OpcUaNS0.NonExclusiveLimitAlarmType_SuppressedState_Name 9974
OpcUaNS0.NonExclusiveLimitAlarmType_SuppressedState_Number 9975
OpcUaNS0.NonExclusiveLimitAlarmType_SuppressedState_EffectiveDisplayName 9976
OpcUaNS0.NonExclusiveLimitAlarmType_SuppressedState_TransitionTime 9977
OpcUaNS0.NonExclusiveLimitAlarmType_SuppressedState_EffectiveTransitionTime 9978
OpcUaNS0.NonExclusiveLimitAlarmType_SuppressedState_TrueState 9979
OpcUaNS0.NonExclusiveLimitAlarmType_SuppressedState_FalseState 9980
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState 9981
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_CurrentState 9982
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_CurrentState_Id 9983
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_CurrentState_Name 9984
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_CurrentState_Number 9985
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 9986
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_LastTransition 9987
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_LastTransition_Id 9988
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_LastTransition_Name 9989
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_LastTransition_Number 9990
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_LastTransition_TransitionTime 9991
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_UnshelveTime 9992
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_Unshelve 10014
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_OneShotShelve 10015
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_TimedShelve 10016
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_TimedShelve_InputArguments 10017
OpcUaNS0.NonExclusiveLimitAlarmType_SuppressedOrShelved 10018
OpcUaNS0.NonExclusiveLimitAlarmType_MaxTimeShelved 10019
OpcUaNS0.NonExclusiveLimitAlarmType_HighHighState 10020
OpcUaNS0.NonExclusiveLimitAlarmType_HighHighState_Id 10021
OpcUaNS0.NonExclusiveLimitAlarmType_HighHighState_Name 10022
OpcUaNS0.NonExclusiveLimitAlarmType_HighHighState_Number 10023
OpcUaNS0.NonExclusiveLimitAlarmType_HighHighState_EffectiveDisplayName 10024
OpcUaNS0.NonExclusiveLimitAlarmType_HighHighState_TransitionTime 10025
OpcUaNS0.NonExclusiveLimitAlarmType_HighHighState_EffectiveTransitionTime 10026
OpcUaNS0.NonExclusiveLimitAlarmType_HighHighState_TrueState 10027
OpcUaNS0.NonExclusiveLimitAlarmType_HighHighState_FalseState 10028
OpcUaNS0.NonExclusiveLimitAlarmType_HighState 10029
OpcUaNS0.NonExclusiveLimitAlarmType_HighState_Id 10030
OpcUaNS0.NonExclusiveLimitAlarmType_HighState_Name 10031
OpcUaNS0.NonExclusiveLimitAlarmType_HighState_Number 10032
OpcUaNS0.NonExclusiveLimitAlarmType_HighState_EffectiveDisplayName 10033
OpcUaNS0.NonExclusiveLimitAlarmType_HighState_TransitionTime 10034
OpcUaNS0.NonExclusiveLimitAlarmType_HighState_EffectiveTransitionTime 10035
OpcUaNS0.NonExclusiveLimitAlarmType_HighState_TrueState 10036
OpcUaNS0.NonExclusiveLimitAlarmType_HighState_FalseState 10037
OpcUaNS0.NonExclusiveLimitAlarmType_LowState 10038
OpcUaNS0.NonExclusiveLimitAlarmType_LowState_Id 10039
OpcUaNS0.NonExclusiveLimitAlarmType_LowState_Name 10040
OpcUaNS0.NonExclusiveLimitAlarmType_LowState_Number 10041
OpcUaNS0.NonExclusiveLimitAlarmType_LowState_EffectiveDisplayName 10042
OpcUaNS0.NonExclusiveLimitAlarmType_LowState_TransitionTime 10043
OpcUaNS0.NonExclusiveLimitAlarmType_LowState_EffectiveTransitionTime 10044
OpcUaNS0.NonExclusiveLimitAlarmType_LowState_TrueState 10045
OpcUaNS0.NonExclusiveLimitAlarmType_LowState_FalseState 10046
OpcUaNS0.NonExclusiveLimitAlarmType_LowLowState 10047
OpcUaNS0.NonExclusiveLimitAlarmType_LowLowState_Id 10048
OpcUaNS0.NonExclusiveLimitAlarmType_LowLowState_Name 10049
OpcUaNS0.NonExclusiveLimitAlarmType_LowLowState_Number 10050
OpcUaNS0.NonExclusiveLimitAlarmType_LowLowState_EffectiveDisplayName 10051
OpcUaNS0.NonExclusiveLimitAlarmType_LowLowState_TransitionTime 10052
OpcUaNS0.NonExclusiveLimitAlarmType_LowLowState_EffectiveTransitionTime 10053
OpcUaNS0.NonExclusiveLimitAlarmType_LowLowState_TrueState 10054
OpcUaNS0.NonExclusiveLimitAlarmType_LowLowState_FalseState 10055
OpcUaNS0.NonExclusiveLimitAlarmType_HighHighLimit 10056
OpcUaNS0.NonExclusiveLimitAlarmType_HighLimit 10057
OpcUaNS0.NonExclusiveLimitAlarmType_LowLimit 10058
OpcUaNS0.NonExclusiveLimitAlarmType_LowLowLimit 10059
OpcUaNS0.NonExclusiveLevelAlarmType 10060
OpcUaNS0.NonExclusiveLevelAlarmType_EventId 10061
OpcUaNS0.NonExclusiveLevelAlarmType_EventType 10062
OpcUaNS0.NonExclusiveLevelAlarmType_SourceNode 10063
OpcUaNS0.NonExclusiveLevelAlarmType_SourceName 10064
OpcUaNS0.NonExclusiveLevelAlarmType_Time 10065
OpcUaNS0.NonExclusiveLevelAlarmType_ReceiveTime 10066
OpcUaNS0.NonExclusiveLevelAlarmType_LocalTime 10067
OpcUaNS0.NonExclusiveLevelAlarmType_Message 10068
OpcUaNS0.NonExclusiveLevelAlarmType_Severity 10069
OpcUaNS0.NonExclusiveLevelAlarmType_ConditionName 10070
OpcUaNS0.NonExclusiveLevelAlarmType_BranchId 10071
OpcUaNS0.NonExclusiveLevelAlarmType_Retain 10072
OpcUaNS0.NonExclusiveLevelAlarmType_EnabledState 10073
OpcUaNS0.NonExclusiveLevelAlarmType_EnabledState_Id 10074
OpcUaNS0.NonExclusiveLevelAlarmType_EnabledState_Name 10075
OpcUaNS0.NonExclusiveLevelAlarmType_EnabledState_Number 10076
OpcUaNS0.NonExclusiveLevelAlarmType_EnabledState_EffectiveDisplayName 10077
OpcUaNS0.NonExclusiveLevelAlarmType_EnabledState_TransitionTime 10078
OpcUaNS0.NonExclusiveLevelAlarmType_EnabledState_EffectiveTransitionTime 10079
OpcUaNS0.NonExclusiveLevelAlarmType_EnabledState_TrueState 10080
OpcUaNS0.NonExclusiveLevelAlarmType_EnabledState_FalseState 10081
OpcUaNS0.NonExclusiveLevelAlarmType_Quality 10082
OpcUaNS0.NonExclusiveLevelAlarmType_Quality_SourceTimestamp 10083
OpcUaNS0.NonExclusiveLevelAlarmType_LastSeverity 10084
OpcUaNS0.NonExclusiveLevelAlarmType_LastSeverity_SourceTimestamp 10085
OpcUaNS0.NonExclusiveLevelAlarmType_Comment 10086
OpcUaNS0.NonExclusiveLevelAlarmType_Comment_SourceTimestamp 10087
OpcUaNS0.NonExclusiveLevelAlarmType_ClientUserId 10088
OpcUaNS0.NonExclusiveLevelAlarmType_Enable 10089
OpcUaNS0.NonExclusiveLevelAlarmType_Disable 10090
OpcUaNS0.NonExclusiveLevelAlarmType_AddComment 10091
OpcUaNS0.NonExclusiveLevelAlarmType_AddComment_InputArguments 10092
OpcUaNS0.NonExclusiveLevelAlarmType_ConditionRefresh 10093
OpcUaNS0.NonExclusiveLevelAlarmType_ConditionRefresh_InputArguments 10094
OpcUaNS0.NonExclusiveLevelAlarmType_AckedState 10095
OpcUaNS0.NonExclusiveLevelAlarmType_AckedState_Id 10096
OpcUaNS0.NonExclusiveLevelAlarmType_AckedState_Name 10097
OpcUaNS0.NonExclusiveLevelAlarmType_AckedState_Number 10098
OpcUaNS0.NonExclusiveLevelAlarmType_AckedState_EffectiveDisplayName 10099
OpcUaNS0.NonExclusiveLevelAlarmType_AckedState_TransitionTime 10100
OpcUaNS0.NonExclusiveLevelAlarmType_AckedState_EffectiveTransitionTime 10101
OpcUaNS0.NonExclusiveLevelAlarmType_AckedState_TrueState 10102
OpcUaNS0.NonExclusiveLevelAlarmType_AckedState_FalseState 10103
OpcUaNS0.NonExclusiveLevelAlarmType_ConfirmedState 10104
OpcUaNS0.NonExclusiveLevelAlarmType_ConfirmedState_Id 10105
OpcUaNS0.NonExclusiveLevelAlarmType_ConfirmedState_Name 10106
OpcUaNS0.NonExclusiveLevelAlarmType_ConfirmedState_Number 10107
OpcUaNS0.NonExclusiveLevelAlarmType_ConfirmedState_EffectiveDisplayName 10108
OpcUaNS0.NonExclusiveLevelAlarmType_ConfirmedState_TransitionTime 10109
OpcUaNS0.NonExclusiveLevelAlarmType_ConfirmedState_EffectiveTransitionTime 10110
OpcUaNS0.NonExclusiveLevelAlarmType_ConfirmedState_TrueState 10111
OpcUaNS0.NonExclusiveLevelAlarmType_ConfirmedState_FalseState 10112
OpcUaNS0.NonExclusiveLevelAlarmType_Acknowledge 10113
OpcUaNS0.NonExclusiveLevelAlarmType_Acknowledge_InputArguments 10114
OpcUaNS0.NonExclusiveLevelAlarmType_Confirm 10115
OpcUaNS0.NonExclusiveLevelAlarmType_Confirm_InputArguments 10116
OpcUaNS0.NonExclusiveLevelAlarmType_ActiveState 10117
OpcUaNS0.NonExclusiveLevelAlarmType_ActiveState_Id 10118
OpcUaNS0.NonExclusiveLevelAlarmType_ActiveState_Name 10119
OpcUaNS0.NonExclusiveLevelAlarmType_ActiveState_Number 10120
OpcUaNS0.NonExclusiveLevelAlarmType_ActiveState_EffectiveDisplayName 10121
OpcUaNS0.NonExclusiveLevelAlarmType_ActiveState_TransitionTime 10122
OpcUaNS0.NonExclusiveLevelAlarmType_ActiveState_EffectiveTransitionTime 10123
OpcUaNS0.NonExclusiveLevelAlarmType_ActiveState_TrueState 10124
OpcUaNS0.NonExclusiveLevelAlarmType_ActiveState_FalseState 10125
OpcUaNS0.NonExclusiveLevelAlarmType_SuppressedState 10126
OpcUaNS0.NonExclusiveLevelAlarmType_SuppressedState_Id 10127
OpcUaNS0.NonExclusiveLevelAlarmType_SuppressedState_Name 10128
OpcUaNS0.NonExclusiveLevelAlarmType_SuppressedState_Number 10129
OpcUaNS0.NonExclusiveLevelAlarmType_SuppressedState_EffectiveDisplayName 10130
OpcUaNS0.NonExclusiveLevelAlarmType_SuppressedState_TransitionTime 10131
OpcUaNS0.NonExclusiveLevelAlarmType_SuppressedState_EffectiveTransitionTime 10132
OpcUaNS0.NonExclusiveLevelAlarmType_SuppressedState_TrueState 10133
OpcUaNS0.NonExclusiveLevelAlarmType_SuppressedState_FalseState 10134
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState 10135
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_CurrentState 10136
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_CurrentState_Id 10137
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_CurrentState_Name 10138
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_CurrentState_Number 10139
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 10140
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_LastTransition 10141
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_LastTransition_Id 10142
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_LastTransition_Name 10143
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_LastTransition_Number 10144
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_LastTransition_TransitionTime 10145
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_UnshelveTime 10146
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_Unshelve 10168
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_OneShotShelve 10169
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_TimedShelve 10170
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_TimedShelve_InputArguments 10171
OpcUaNS0.NonExclusiveLevelAlarmType_SuppressedOrShelved 10172
OpcUaNS0.NonExclusiveLevelAlarmType_MaxTimeShelved 10173
OpcUaNS0.NonExclusiveLevelAlarmType_HighHighState 10174
OpcUaNS0.NonExclusiveLevelAlarmType_HighHighState_Id 10175
OpcUaNS0.NonExclusiveLevelAlarmType_HighHighState_Name 10176
OpcUaNS0.NonExclusiveLevelAlarmType_HighHighState_Number 10177
OpcUaNS0.NonExclusiveLevelAlarmType_HighHighState_EffectiveDisplayName 10178
OpcUaNS0.NonExclusiveLevelAlarmType_HighHighState_TransitionTime 10179
OpcUaNS0.NonExclusiveLevelAlarmType_HighHighState_EffectiveTransitionTime 10180
OpcUaNS0.NonExclusiveLevelAlarmType_HighHighState_TrueState 10181
OpcUaNS0.NonExclusiveLevelAlarmType_HighHighState_FalseState 10182
OpcUaNS0.NonExclusiveLevelAlarmType_HighState 10183
OpcUaNS0.NonExclusiveLevelAlarmType_HighState_Id 10184
OpcUaNS0.NonExclusiveLevelAlarmType_HighState_Name 10185
OpcUaNS0.NonExclusiveLevelAlarmType_HighState_Number 10186
OpcUaNS0.NonExclusiveLevelAlarmType_HighState_EffectiveDisplayName 10187
OpcUaNS0.NonExclusiveLevelAlarmType_HighState_TransitionTime 10188
OpcUaNS0.NonExclusiveLevelAlarmType_HighState_EffectiveTransitionTime 10189
OpcUaNS0.NonExclusiveLevelAlarmType_HighState_TrueState 10190
OpcUaNS0.NonExclusiveLevelAlarmType_HighState_FalseState 10191
OpcUaNS0.NonExclusiveLevelAlarmType_LowState 10192
OpcUaNS0.NonExclusiveLevelAlarmType_LowState_Id 10193
OpcUaNS0.NonExclusiveLevelAlarmType_LowState_Name 10194
OpcUaNS0.NonExclusiveLevelAlarmType_LowState_Number 10195
OpcUaNS0.NonExclusiveLevelAlarmType_LowState_EffectiveDisplayName 10196
OpcUaNS0.NonExclusiveLevelAlarmType_LowState_TransitionTime 10197
OpcUaNS0.NonExclusiveLevelAlarmType_LowState_EffectiveTransitionTime 10198
OpcUaNS0.NonExclusiveLevelAlarmType_LowState_TrueState 10199
OpcUaNS0.NonExclusiveLevelAlarmType_LowState_FalseState 10200
OpcUaNS0.NonExclusiveLevelAlarmType_LowLowState 10201
OpcUaNS0.NonExclusiveLevelAlarmType_LowLowState_Id 10202
OpcUaNS0.NonExclusiveLevelAlarmType_LowLowState_Name 10203
OpcUaNS0.NonExclusiveLevelAlarmType_LowLowState_Number 10204
OpcUaNS0.NonExclusiveLevelAlarmType_LowLowState_EffectiveDisplayName 10205
OpcUaNS0.NonExclusiveLevelAlarmType_LowLowState_TransitionTime 10206
OpcUaNS0.NonExclusiveLevelAlarmType_LowLowState_EffectiveTransitionTime 10207
OpcUaNS0.NonExclusiveLevelAlarmType_LowLowState_TrueState 10208
OpcUaNS0.NonExclusiveLevelAlarmType_LowLowState_FalseState 10209
OpcUaNS0.NonExclusiveLevelAlarmType_HighHighLimit 10210
OpcUaNS0.NonExclusiveLevelAlarmType_HighLimit 10211
OpcUaNS0.NonExclusiveLevelAlarmType_LowLimit 10212
OpcUaNS0.NonExclusiveLevelAlarmType_LowLowLimit 10213
OpcUaNS0.NonExclusiveRateOfChangeAlarmType 10214
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_EventId 10215
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_EventType 10216
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SourceNode 10217
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SourceName 10218
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Time 10219
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ReceiveTime 10220
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LocalTime 10221
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Message 10222
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Severity 10223
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConditionName 10224
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_BranchId 10225
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Retain 10226
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_EnabledState 10227
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_EnabledState_Id 10228
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_EnabledState_Name 10229
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_EnabledState_Number 10230
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_EnabledState_EffectiveDisplayName 10231
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_EnabledState_TransitionTime 10232
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_EnabledState_EffectiveTransitionTime 10233
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_EnabledState_TrueState 10234
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_EnabledState_FalseState 10235
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Quality 10236
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Quality_SourceTimestamp 10237
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LastSeverity 10238
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LastSeverity_SourceTimestamp 10239
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Comment 10240
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Comment_SourceTimestamp 10241
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ClientUserId 10242
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Enable 10243
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Disable 10244
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AddComment 10245
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AddComment_InputArguments 10246
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConditionRefresh 10247
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConditionRefresh_InputArguments 10248
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AckedState 10249
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AckedState_Id 10250
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AckedState_Name 10251
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AckedState_Number 10252
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AckedState_EffectiveDisplayName 10253
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AckedState_TransitionTime 10254
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AckedState_EffectiveTransitionTime 10255
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AckedState_TrueState 10256
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AckedState_FalseState 10257
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConfirmedState 10258
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConfirmedState_Id 10259
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConfirmedState_Name 10260
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConfirmedState_Number 10261
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConfirmedState_EffectiveDisplayName 10262
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConfirmedState_TransitionTime 10263
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConfirmedState_EffectiveTransitionTime 10264
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConfirmedState_TrueState 10265
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConfirmedState_FalseState 10266
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Acknowledge 10267
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Acknowledge_InputArguments 10268
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Confirm 10269
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Confirm_InputArguments 10270
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ActiveState 10271
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ActiveState_Id 10272
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ActiveState_Name 10273
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ActiveState_Number 10274
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ActiveState_EffectiveDisplayName 10275
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ActiveState_TransitionTime 10276
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ActiveState_EffectiveTransitionTime 10277
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ActiveState_TrueState 10278
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ActiveState_FalseState 10279
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SuppressedState 10280
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SuppressedState_Id 10281
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SuppressedState_Name 10282
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SuppressedState_Number 10283
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SuppressedState_EffectiveDisplayName 10284
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SuppressedState_TransitionTime 10285
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SuppressedState_EffectiveTransitionTime 10286
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SuppressedState_TrueState 10287
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SuppressedState_FalseState 10288
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState 10289
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_CurrentState 10290
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_CurrentState_Id 10291
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_CurrentState_Name 10292
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_CurrentState_Number 10293
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 10294
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_LastTransition 10295
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_LastTransition_Id 10296
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_LastTransition_Name 10297
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_LastTransition_Number 10298
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_LastTransition_TransitionTime 10299
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_UnshelveTime 10300
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_Unshelve 10322
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_OneShotShelve 10323
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_TimedShelve 10324
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_TimedShelve_InputArguments 10325
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SuppressedOrShelved 10326
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_MaxTimeShelved 10327
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighHighState 10328
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighHighState_Id 10329
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighHighState_Name 10330
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighHighState_Number 10331
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighHighState_EffectiveDisplayName 10332
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighHighState_TransitionTime 10333
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighHighState_EffectiveTransitionTime 10334
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighHighState_TrueState 10335
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighHighState_FalseState 10336
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighState 10337
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighState_Id 10338
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighState_Name 10339
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighState_Number 10340
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighState_EffectiveDisplayName 10341
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighState_TransitionTime 10342
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighState_EffectiveTransitionTime 10343
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighState_TrueState 10344
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighState_FalseState 10345
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowState 10346
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowState_Id 10347
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowState_Name 10348
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowState_Number 10349
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowState_EffectiveDisplayName 10350
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowState_TransitionTime 10351
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowState_EffectiveTransitionTime 10352
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowState_TrueState 10353
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowState_FalseState 10354
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowLowState 10355
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowLowState_Id 10356
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowLowState_Name 10357
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowLowState_Number 10358
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowLowState_EffectiveDisplayName 10359
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowLowState_TransitionTime 10360
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowLowState_EffectiveTransitionTime 10361
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowLowState_TrueState 10362
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowLowState_FalseState 10363
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighHighLimit 10364
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_HighLimit 10365
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowLimit 10366
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LowLowLimit 10367
OpcUaNS0.NonExclusiveDeviationAlarmType 10368
OpcUaNS0.NonExclusiveDeviationAlarmType_EventId 10369
OpcUaNS0.NonExclusiveDeviationAlarmType_EventType 10370
OpcUaNS0.NonExclusiveDeviationAlarmType_SourceNode 10371
OpcUaNS0.NonExclusiveDeviationAlarmType_SourceName 10372
OpcUaNS0.NonExclusiveDeviationAlarmType_Time 10373
OpcUaNS0.NonExclusiveDeviationAlarmType_ReceiveTime 10374
OpcUaNS0.NonExclusiveDeviationAlarmType_LocalTime 10375
OpcUaNS0.NonExclusiveDeviationAlarmType_Message 10376
OpcUaNS0.NonExclusiveDeviationAlarmType_Severity 10377
OpcUaNS0.NonExclusiveDeviationAlarmType_ConditionName 10378
OpcUaNS0.NonExclusiveDeviationAlarmType_BranchId 10379
OpcUaNS0.NonExclusiveDeviationAlarmType_Retain 10380
OpcUaNS0.NonExclusiveDeviationAlarmType_EnabledState 10381
OpcUaNS0.NonExclusiveDeviationAlarmType_EnabledState_Id 10382
OpcUaNS0.NonExclusiveDeviationAlarmType_EnabledState_Name 10383
OpcUaNS0.NonExclusiveDeviationAlarmType_EnabledState_Number 10384
OpcUaNS0.NonExclusiveDeviationAlarmType_EnabledState_EffectiveDisplayName 10385
OpcUaNS0.NonExclusiveDeviationAlarmType_EnabledState_TransitionTime 10386
OpcUaNS0.NonExclusiveDeviationAlarmType_EnabledState_EffectiveTransitionTime 10387
OpcUaNS0.NonExclusiveDeviationAlarmType_EnabledState_TrueState 10388
OpcUaNS0.NonExclusiveDeviationAlarmType_EnabledState_FalseState 10389
OpcUaNS0.NonExclusiveDeviationAlarmType_Quality 10390
OpcUaNS0.NonExclusiveDeviationAlarmType_Quality_SourceTimestamp 10391
OpcUaNS0.NonExclusiveDeviationAlarmType_LastSeverity 10392
OpcUaNS0.NonExclusiveDeviationAlarmType_LastSeverity_SourceTimestamp 10393
OpcUaNS0.NonExclusiveDeviationAlarmType_Comment 10394
OpcUaNS0.NonExclusiveDeviationAlarmType_Comment_SourceTimestamp 10395
OpcUaNS0.NonExclusiveDeviationAlarmType_ClientUserId 10396
OpcUaNS0.NonExclusiveDeviationAlarmType_Enable 10397
OpcUaNS0.NonExclusiveDeviationAlarmType_Disable 10398
OpcUaNS0.NonExclusiveDeviationAlarmType_AddComment 10399
OpcUaNS0.NonExclusiveDeviationAlarmType_AddComment_InputArguments 10400
OpcUaNS0.NonExclusiveDeviationAlarmType_ConditionRefresh 10401
OpcUaNS0.NonExclusiveDeviationAlarmType_ConditionRefresh_InputArguments 10402
OpcUaNS0.NonExclusiveDeviationAlarmType_AckedState 10403
OpcUaNS0.NonExclusiveDeviationAlarmType_AckedState_Id 10404
OpcUaNS0.NonExclusiveDeviationAlarmType_AckedState_Name 10405
OpcUaNS0.NonExclusiveDeviationAlarmType_AckedState_Number 10406
OpcUaNS0.NonExclusiveDeviationAlarmType_AckedState_EffectiveDisplayName 10407
OpcUaNS0.NonExclusiveDeviationAlarmType_AckedState_TransitionTime 10408
OpcUaNS0.NonExclusiveDeviationAlarmType_AckedState_EffectiveTransitionTime 10409
OpcUaNS0.NonExclusiveDeviationAlarmType_AckedState_TrueState 10410
OpcUaNS0.NonExclusiveDeviationAlarmType_AckedState_FalseState 10411
OpcUaNS0.NonExclusiveDeviationAlarmType_ConfirmedState 10412
OpcUaNS0.NonExclusiveDeviationAlarmType_ConfirmedState_Id 10413
OpcUaNS0.NonExclusiveDeviationAlarmType_ConfirmedState_Name 10414
OpcUaNS0.NonExclusiveDeviationAlarmType_ConfirmedState_Number 10415
OpcUaNS0.NonExclusiveDeviationAlarmType_ConfirmedState_EffectiveDisplayName 10416
OpcUaNS0.NonExclusiveDeviationAlarmType_ConfirmedState_TransitionTime 10417
OpcUaNS0.NonExclusiveDeviationAlarmType_ConfirmedState_EffectiveTransitionTime 10418
OpcUaNS0.NonExclusiveDeviationAlarmType_ConfirmedState_TrueState 10419
OpcUaNS0.NonExclusiveDeviationAlarmType_ConfirmedState_FalseState 10420
OpcUaNS0.NonExclusiveDeviationAlarmType_Acknowledge 10421
OpcUaNS0.NonExclusiveDeviationAlarmType_Acknowledge_InputArguments 10422
OpcUaNS0.NonExclusiveDeviationAlarmType_Confirm 10423
OpcUaNS0.NonExclusiveDeviationAlarmType_Confirm_InputArguments 10424
OpcUaNS0.NonExclusiveDeviationAlarmType_ActiveState 10425
OpcUaNS0.NonExclusiveDeviationAlarmType_ActiveState_Id 10426
OpcUaNS0.NonExclusiveDeviationAlarmType_ActiveState_Name 10427
OpcUaNS0.NonExclusiveDeviationAlarmType_ActiveState_Number 10428
OpcUaNS0.NonExclusiveDeviationAlarmType_ActiveState_EffectiveDisplayName 10429
OpcUaNS0.NonExclusiveDeviationAlarmType_ActiveState_TransitionTime 10430
OpcUaNS0.NonExclusiveDeviationAlarmType_ActiveState_EffectiveTransitionTime 10431
OpcUaNS0.NonExclusiveDeviationAlarmType_ActiveState_TrueState 10432
OpcUaNS0.NonExclusiveDeviationAlarmType_ActiveState_FalseState 10433
OpcUaNS0.NonExclusiveDeviationAlarmType_SuppressedState 10434
OpcUaNS0.NonExclusiveDeviationAlarmType_SuppressedState_Id 10435
OpcUaNS0.NonExclusiveDeviationAlarmType_SuppressedState_Name 10436
OpcUaNS0.NonExclusiveDeviationAlarmType_SuppressedState_Number 10437
OpcUaNS0.NonExclusiveDeviationAlarmType_SuppressedState_EffectiveDisplayName 10438
OpcUaNS0.NonExclusiveDeviationAlarmType_SuppressedState_TransitionTime 10439
OpcUaNS0.NonExclusiveDeviationAlarmType_SuppressedState_EffectiveTransitionTime 10440
OpcUaNS0.NonExclusiveDeviationAlarmType_SuppressedState_TrueState 10441
OpcUaNS0.NonExclusiveDeviationAlarmType_SuppressedState_FalseState 10442
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState 10443
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_CurrentState 10444
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_CurrentState_Id 10445
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_CurrentState_Name 10446
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_CurrentState_Number 10447
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 10448
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_LastTransition 10449
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_LastTransition_Id 10450
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_LastTransition_Name 10451
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_LastTransition_Number 10452
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_LastTransition_TransitionTime 10453
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_UnshelveTime 10454
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_Unshelve 10476
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_OneShotShelve 10477
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_TimedShelve 10478
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_TimedShelve_InputArguments 10479
OpcUaNS0.NonExclusiveDeviationAlarmType_SuppressedOrShelved 10480
OpcUaNS0.NonExclusiveDeviationAlarmType_MaxTimeShelved 10481
OpcUaNS0.NonExclusiveDeviationAlarmType_HighHighState 10482
OpcUaNS0.NonExclusiveDeviationAlarmType_HighHighState_Id 10483
OpcUaNS0.NonExclusiveDeviationAlarmType_HighHighState_Name 10484
OpcUaNS0.NonExclusiveDeviationAlarmType_HighHighState_Number 10485
OpcUaNS0.NonExclusiveDeviationAlarmType_HighHighState_EffectiveDisplayName 10486
OpcUaNS0.NonExclusiveDeviationAlarmType_HighHighState_TransitionTime 10487
OpcUaNS0.NonExclusiveDeviationAlarmType_HighHighState_EffectiveTransitionTime 10488
OpcUaNS0.NonExclusiveDeviationAlarmType_HighHighState_TrueState 10489
OpcUaNS0.NonExclusiveDeviationAlarmType_HighHighState_FalseState 10490
OpcUaNS0.NonExclusiveDeviationAlarmType_HighState 10491
OpcUaNS0.NonExclusiveDeviationAlarmType_HighState_Id 10492
OpcUaNS0.NonExclusiveDeviationAlarmType_HighState_Name 10493
OpcUaNS0.NonExclusiveDeviationAlarmType_HighState_Number 10494
OpcUaNS0.NonExclusiveDeviationAlarmType_HighState_EffectiveDisplayName 10495
OpcUaNS0.NonExclusiveDeviationAlarmType_HighState_TransitionTime 10496
OpcUaNS0.NonExclusiveDeviationAlarmType_HighState_EffectiveTransitionTime 10497
OpcUaNS0.NonExclusiveDeviationAlarmType_HighState_TrueState 10498
OpcUaNS0.NonExclusiveDeviationAlarmType_HighState_FalseState 10499
OpcUaNS0.NonExclusiveDeviationAlarmType_LowState 10500
OpcUaNS0.NonExclusiveDeviationAlarmType_LowState_Id 10501
OpcUaNS0.NonExclusiveDeviationAlarmType_LowState_Name 10502
OpcUaNS0.NonExclusiveDeviationAlarmType_LowState_Number 10503
OpcUaNS0.NonExclusiveDeviationAlarmType_LowState_EffectiveDisplayName 10504
OpcUaNS0.NonExclusiveDeviationAlarmType_LowState_TransitionTime 10505
OpcUaNS0.NonExclusiveDeviationAlarmType_LowState_EffectiveTransitionTime 10506
OpcUaNS0.NonExclusiveDeviationAlarmType_LowState_TrueState 10507
OpcUaNS0.NonExclusiveDeviationAlarmType_LowState_FalseState 10508
OpcUaNS0.NonExclusiveDeviationAlarmType_LowLowState 10509
OpcUaNS0.NonExclusiveDeviationAlarmType_LowLowState_Id 10510
OpcUaNS0.NonExclusiveDeviationAlarmType_LowLowState_Name 10511
OpcUaNS0.NonExclusiveDeviationAlarmType_LowLowState_Number 10512
OpcUaNS0.NonExclusiveDeviationAlarmType_LowLowState_EffectiveDisplayName 10513
OpcUaNS0.NonExclusiveDeviationAlarmType_LowLowState_TransitionTime 10514
OpcUaNS0.NonExclusiveDeviationAlarmType_LowLowState_EffectiveTransitionTime 10515
OpcUaNS0.NonExclusiveDeviationAlarmType_LowLowState_TrueState 10516
OpcUaNS0.NonExclusiveDeviationAlarmType_LowLowState_FalseState 10517
OpcUaNS0.NonExclusiveDeviationAlarmType_HighHighLimit 10518
OpcUaNS0.NonExclusiveDeviationAlarmType_HighLimit 10519
OpcUaNS0.NonExclusiveDeviationAlarmType_LowLimit 10520
OpcUaNS0.NonExclusiveDeviationAlarmType_LowLowLimit 10521
OpcUaNS0.NonExclusiveDeviationAlarmType_SetpointNode 10522
OpcUaNS0.DiscreteAlarmType 10523
OpcUaNS0.DiscreteAlarmType_EventId 10524
OpcUaNS0.DiscreteAlarmType_EventType 10525
OpcUaNS0.DiscreteAlarmType_SourceNode 10526
OpcUaNS0.DiscreteAlarmType_SourceName 10527
OpcUaNS0.DiscreteAlarmType_Time 10528
OpcUaNS0.DiscreteAlarmType_ReceiveTime 10529
OpcUaNS0.DiscreteAlarmType_LocalTime 10530
OpcUaNS0.DiscreteAlarmType_Message 10531
OpcUaNS0.DiscreteAlarmType_Severity 10532
OpcUaNS0.DiscreteAlarmType_ConditionName 10533
OpcUaNS0.DiscreteAlarmType_BranchId 10534
OpcUaNS0.DiscreteAlarmType_Retain 10535
OpcUaNS0.DiscreteAlarmType_EnabledState 10536
OpcUaNS0.DiscreteAlarmType_EnabledState_Id 10537
OpcUaNS0.DiscreteAlarmType_EnabledState_Name 10538
OpcUaNS0.DiscreteAlarmType_EnabledState_Number 10539
OpcUaNS0.DiscreteAlarmType_EnabledState_EffectiveDisplayName 10540
OpcUaNS0.DiscreteAlarmType_EnabledState_TransitionTime 10541
OpcUaNS0.DiscreteAlarmType_EnabledState_EffectiveTransitionTime 10542
OpcUaNS0.DiscreteAlarmType_EnabledState_TrueState 10543
OpcUaNS0.DiscreteAlarmType_EnabledState_FalseState 10544
OpcUaNS0.DiscreteAlarmType_Quality 10545
OpcUaNS0.DiscreteAlarmType_Quality_SourceTimestamp 10546
OpcUaNS0.DiscreteAlarmType_LastSeverity 10547
OpcUaNS0.DiscreteAlarmType_LastSeverity_SourceTimestamp 10548
OpcUaNS0.DiscreteAlarmType_Comment 10549
OpcUaNS0.DiscreteAlarmType_Comment_SourceTimestamp 10550
OpcUaNS0.DiscreteAlarmType_ClientUserId 10551
OpcUaNS0.DiscreteAlarmType_Enable 10552
OpcUaNS0.DiscreteAlarmType_Disable 10553
OpcUaNS0.DiscreteAlarmType_AddComment 10554
OpcUaNS0.DiscreteAlarmType_AddComment_InputArguments 10555
OpcUaNS0.DiscreteAlarmType_ConditionRefresh 10556
OpcUaNS0.DiscreteAlarmType_ConditionRefresh_InputArguments 10557
OpcUaNS0.DiscreteAlarmType_AckedState 10558
OpcUaNS0.DiscreteAlarmType_AckedState_Id 10559
OpcUaNS0.DiscreteAlarmType_AckedState_Name 10560
OpcUaNS0.DiscreteAlarmType_AckedState_Number 10561
OpcUaNS0.DiscreteAlarmType_AckedState_EffectiveDisplayName 10562
OpcUaNS0.DiscreteAlarmType_AckedState_TransitionTime 10563
OpcUaNS0.DiscreteAlarmType_AckedState_EffectiveTransitionTime 10564
OpcUaNS0.DiscreteAlarmType_AckedState_TrueState 10565
OpcUaNS0.DiscreteAlarmType_AckedState_FalseState 10566
OpcUaNS0.DiscreteAlarmType_ConfirmedState 10567
OpcUaNS0.DiscreteAlarmType_ConfirmedState_Id 10568
OpcUaNS0.DiscreteAlarmType_ConfirmedState_Name 10569
OpcUaNS0.DiscreteAlarmType_ConfirmedState_Number 10570
OpcUaNS0.DiscreteAlarmType_ConfirmedState_EffectiveDisplayName 10571
OpcUaNS0.DiscreteAlarmType_ConfirmedState_TransitionTime 10572
OpcUaNS0.DiscreteAlarmType_ConfirmedState_EffectiveTransitionTime 10573
OpcUaNS0.DiscreteAlarmType_ConfirmedState_TrueState 10574
OpcUaNS0.DiscreteAlarmType_ConfirmedState_FalseState 10575
OpcUaNS0.DiscreteAlarmType_Acknowledge 10576
OpcUaNS0.DiscreteAlarmType_Acknowledge_InputArguments 10577
OpcUaNS0.DiscreteAlarmType_Confirm 10578
OpcUaNS0.DiscreteAlarmType_Confirm_InputArguments 10579
OpcUaNS0.DiscreteAlarmType_ActiveState 10580
OpcUaNS0.DiscreteAlarmType_ActiveState_Id 10581
OpcUaNS0.DiscreteAlarmType_ActiveState_Name 10582
OpcUaNS0.DiscreteAlarmType_ActiveState_Number 10583
OpcUaNS0.DiscreteAlarmType_ActiveState_EffectiveDisplayName 10584
OpcUaNS0.DiscreteAlarmType_ActiveState_TransitionTime 10585
OpcUaNS0.DiscreteAlarmType_ActiveState_EffectiveTransitionTime 10586
OpcUaNS0.DiscreteAlarmType_ActiveState_TrueState 10587
OpcUaNS0.DiscreteAlarmType_ActiveState_FalseState 10588
OpcUaNS0.DiscreteAlarmType_SuppressedState 10589
OpcUaNS0.DiscreteAlarmType_SuppressedState_Id 10590
OpcUaNS0.DiscreteAlarmType_SuppressedState_Name 10591
OpcUaNS0.DiscreteAlarmType_SuppressedState_Number 10592
OpcUaNS0.DiscreteAlarmType_SuppressedState_EffectiveDisplayName 10593
OpcUaNS0.DiscreteAlarmType_SuppressedState_TransitionTime 10594
OpcUaNS0.DiscreteAlarmType_SuppressedState_EffectiveTransitionTime 10595
OpcUaNS0.DiscreteAlarmType_SuppressedState_TrueState 10596
OpcUaNS0.DiscreteAlarmType_SuppressedState_FalseState 10597
OpcUaNS0.DiscreteAlarmType_ShelvingState 10598
OpcUaNS0.DiscreteAlarmType_ShelvingState_CurrentState 10599
OpcUaNS0.DiscreteAlarmType_ShelvingState_CurrentState_Id 10600
OpcUaNS0.DiscreteAlarmType_ShelvingState_CurrentState_Name 10601
OpcUaNS0.DiscreteAlarmType_ShelvingState_CurrentState_Number 10602
OpcUaNS0.DiscreteAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 10603
OpcUaNS0.DiscreteAlarmType_ShelvingState_LastTransition 10604
OpcUaNS0.DiscreteAlarmType_ShelvingState_LastTransition_Id 10605
OpcUaNS0.DiscreteAlarmType_ShelvingState_LastTransition_Name 10606
OpcUaNS0.DiscreteAlarmType_ShelvingState_LastTransition_Number 10607
OpcUaNS0.DiscreteAlarmType_ShelvingState_LastTransition_TransitionTime 10608
OpcUaNS0.DiscreteAlarmType_ShelvingState_UnshelveTime 10609
OpcUaNS0.DiscreteAlarmType_ShelvingState_Unshelve 10631
OpcUaNS0.DiscreteAlarmType_ShelvingState_OneShotShelve 10632
OpcUaNS0.DiscreteAlarmType_ShelvingState_TimedShelve 10633
OpcUaNS0.DiscreteAlarmType_ShelvingState_TimedShelve_InputArguments 10634
OpcUaNS0.DiscreteAlarmType_SuppressedOrShelved 10635
OpcUaNS0.DiscreteAlarmType_MaxTimeShelved 10636
OpcUaNS0.OffNormalAlarmType 10637
OpcUaNS0.OffNormalAlarmType_EventId 10638
OpcUaNS0.OffNormalAlarmType_EventType 10639
OpcUaNS0.OffNormalAlarmType_SourceNode 10640
OpcUaNS0.OffNormalAlarmType_SourceName 10641
OpcUaNS0.OffNormalAlarmType_Time 10642
OpcUaNS0.OffNormalAlarmType_ReceiveTime 10643
OpcUaNS0.OffNormalAlarmType_LocalTime 10644
OpcUaNS0.OffNormalAlarmType_Message 10645
OpcUaNS0.OffNormalAlarmType_Severity 10646
OpcUaNS0.OffNormalAlarmType_ConditionName 10647
OpcUaNS0.OffNormalAlarmType_BranchId 10648
OpcUaNS0.OffNormalAlarmType_Retain 10649
OpcUaNS0.OffNormalAlarmType_EnabledState 10650
OpcUaNS0.OffNormalAlarmType_EnabledState_Id 10651
OpcUaNS0.OffNormalAlarmType_EnabledState_Name 10652
OpcUaNS0.OffNormalAlarmType_EnabledState_Number 10653
OpcUaNS0.OffNormalAlarmType_EnabledState_EffectiveDisplayName 10654
OpcUaNS0.OffNormalAlarmType_EnabledState_TransitionTime 10655
OpcUaNS0.OffNormalAlarmType_EnabledState_EffectiveTransitionTime 10656
OpcUaNS0.OffNormalAlarmType_EnabledState_TrueState 10657
OpcUaNS0.OffNormalAlarmType_EnabledState_FalseState 10658
OpcUaNS0.OffNormalAlarmType_Quality 10659
OpcUaNS0.OffNormalAlarmType_Quality_SourceTimestamp 10660
OpcUaNS0.OffNormalAlarmType_LastSeverity 10661
OpcUaNS0.OffNormalAlarmType_LastSeverity_SourceTimestamp 10662
OpcUaNS0.OffNormalAlarmType_Comment 10663
OpcUaNS0.OffNormalAlarmType_Comment_SourceTimestamp 10664
OpcUaNS0.OffNormalAlarmType_ClientUserId 10665
OpcUaNS0.OffNormalAlarmType_Enable 10666
OpcUaNS0.OffNormalAlarmType_Disable 10667
OpcUaNS0.OffNormalAlarmType_AddComment 10668
OpcUaNS0.OffNormalAlarmType_AddComment_InputArguments 10669
OpcUaNS0.OffNormalAlarmType_ConditionRefresh 10670
OpcUaNS0.OffNormalAlarmType_ConditionRefresh_InputArguments 10671
OpcUaNS0.OffNormalAlarmType_AckedState 10672
OpcUaNS0.OffNormalAlarmType_AckedState_Id 10673
OpcUaNS0.OffNormalAlarmType_AckedState_Name 10674
OpcUaNS0.OffNormalAlarmType_AckedState_Number 10675
OpcUaNS0.OffNormalAlarmType_AckedState_EffectiveDisplayName 10676
OpcUaNS0.OffNormalAlarmType_AckedState_TransitionTime 10677
OpcUaNS0.OffNormalAlarmType_AckedState_EffectiveTransitionTime 10678
OpcUaNS0.OffNormalAlarmType_AckedState_TrueState 10679
OpcUaNS0.OffNormalAlarmType_AckedState_FalseState 10680
OpcUaNS0.OffNormalAlarmType_ConfirmedState 10681
OpcUaNS0.OffNormalAlarmType_ConfirmedState_Id 10682
OpcUaNS0.OffNormalAlarmType_ConfirmedState_Name 10683
OpcUaNS0.OffNormalAlarmType_ConfirmedState_Number 10684
OpcUaNS0.OffNormalAlarmType_ConfirmedState_EffectiveDisplayName 10685
OpcUaNS0.OffNormalAlarmType_ConfirmedState_TransitionTime 10686
OpcUaNS0.OffNormalAlarmType_ConfirmedState_EffectiveTransitionTime 10687
OpcUaNS0.OffNormalAlarmType_ConfirmedState_TrueState 10688
OpcUaNS0.OffNormalAlarmType_ConfirmedState_FalseState 10689
OpcUaNS0.OffNormalAlarmType_Acknowledge 10690
OpcUaNS0.OffNormalAlarmType_Acknowledge_InputArguments 10691
OpcUaNS0.OffNormalAlarmType_Confirm 10692
OpcUaNS0.OffNormalAlarmType_Confirm_InputArguments 10693
OpcUaNS0.OffNormalAlarmType_ActiveState 10694
OpcUaNS0.OffNormalAlarmType_ActiveState_Id 10695
OpcUaNS0.OffNormalAlarmType_ActiveState_Name 10696
OpcUaNS0.OffNormalAlarmType_ActiveState_Number 10697
OpcUaNS0.OffNormalAlarmType_ActiveState_EffectiveDisplayName 10698
OpcUaNS0.OffNormalAlarmType_ActiveState_TransitionTime 10699
OpcUaNS0.OffNormalAlarmType_ActiveState_EffectiveTransitionTime 10700
OpcUaNS0.OffNormalAlarmType_ActiveState_TrueState 10701
OpcUaNS0.OffNormalAlarmType_ActiveState_FalseState 10702
OpcUaNS0.OffNormalAlarmType_SuppressedState 10703
OpcUaNS0.OffNormalAlarmType_SuppressedState_Id 10704
OpcUaNS0.OffNormalAlarmType_SuppressedState_Name 10705
OpcUaNS0.OffNormalAlarmType_SuppressedState_Number 10706
OpcUaNS0.OffNormalAlarmType_SuppressedState_EffectiveDisplayName 10707
OpcUaNS0.OffNormalAlarmType_SuppressedState_TransitionTime 10708
OpcUaNS0.OffNormalAlarmType_SuppressedState_EffectiveTransitionTime 10709
OpcUaNS0.OffNormalAlarmType_SuppressedState_TrueState 10710
OpcUaNS0.OffNormalAlarmType_SuppressedState_FalseState 10711
OpcUaNS0.OffNormalAlarmType_ShelvingState 10712
OpcUaNS0.OffNormalAlarmType_ShelvingState_CurrentState 10713
OpcUaNS0.OffNormalAlarmType_ShelvingState_CurrentState_Id 10714
OpcUaNS0.OffNormalAlarmType_ShelvingState_CurrentState_Name 10715
OpcUaNS0.OffNormalAlarmType_ShelvingState_CurrentState_Number 10716
OpcUaNS0.OffNormalAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 10717
OpcUaNS0.OffNormalAlarmType_ShelvingState_LastTransition 10718
OpcUaNS0.OffNormalAlarmType_ShelvingState_LastTransition_Id 10719
OpcUaNS0.OffNormalAlarmType_ShelvingState_LastTransition_Name 10720
OpcUaNS0.OffNormalAlarmType_ShelvingState_LastTransition_Number 10721
OpcUaNS0.OffNormalAlarmType_ShelvingState_LastTransition_TransitionTime 10722
OpcUaNS0.OffNormalAlarmType_ShelvingState_UnshelveTime 10723
OpcUaNS0.OffNormalAlarmType_ShelvingState_Unshelve 10745
OpcUaNS0.OffNormalAlarmType_ShelvingState_OneShotShelve 10746
OpcUaNS0.OffNormalAlarmType_ShelvingState_TimedShelve 10747
OpcUaNS0.OffNormalAlarmType_ShelvingState_TimedShelve_InputArguments 10748
OpcUaNS0.OffNormalAlarmType_SuppressedOrShelved 10749
OpcUaNS0.OffNormalAlarmType_MaxTimeShelved 10750
OpcUaNS0.TripAlarmType 10751
OpcUaNS0.TripAlarmType_EventId 10752
OpcUaNS0.TripAlarmType_EventType 10753
OpcUaNS0.TripAlarmType_SourceNode 10754
OpcUaNS0.TripAlarmType_SourceName 10755
OpcUaNS0.TripAlarmType_Time 10756
OpcUaNS0.TripAlarmType_ReceiveTime 10757
OpcUaNS0.TripAlarmType_LocalTime 10758
OpcUaNS0.TripAlarmType_Message 10759
OpcUaNS0.TripAlarmType_Severity 10760
OpcUaNS0.TripAlarmType_ConditionName 10761
OpcUaNS0.TripAlarmType_BranchId 10762
OpcUaNS0.TripAlarmType_Retain 10763
OpcUaNS0.TripAlarmType_EnabledState 10764
OpcUaNS0.TripAlarmType_EnabledState_Id 10765
OpcUaNS0.TripAlarmType_EnabledState_Name 10766
OpcUaNS0.TripAlarmType_EnabledState_Number 10767
OpcUaNS0.TripAlarmType_EnabledState_EffectiveDisplayName 10768
OpcUaNS0.TripAlarmType_EnabledState_TransitionTime 10769
OpcUaNS0.TripAlarmType_EnabledState_EffectiveTransitionTime 10770
OpcUaNS0.TripAlarmType_EnabledState_TrueState 10771
OpcUaNS0.TripAlarmType_EnabledState_FalseState 10772
OpcUaNS0.TripAlarmType_Quality 10773
OpcUaNS0.TripAlarmType_Quality_SourceTimestamp 10774
OpcUaNS0.TripAlarmType_LastSeverity 10775
OpcUaNS0.TripAlarmType_LastSeverity_SourceTimestamp 10776
OpcUaNS0.TripAlarmType_Comment 10777
OpcUaNS0.TripAlarmType_Comment_SourceTimestamp 10778
OpcUaNS0.TripAlarmType_ClientUserId 10779
OpcUaNS0.TripAlarmType_Enable 10780
OpcUaNS0.TripAlarmType_Disable 10781
OpcUaNS0.TripAlarmType_AddComment 10782
OpcUaNS0.TripAlarmType_AddComment_InputArguments 10783
OpcUaNS0.TripAlarmType_ConditionRefresh 10784
OpcUaNS0.TripAlarmType_ConditionRefresh_InputArguments 10785
OpcUaNS0.TripAlarmType_AckedState 10786
OpcUaNS0.TripAlarmType_AckedState_Id 10787
OpcUaNS0.TripAlarmType_AckedState_Name 10788
OpcUaNS0.TripAlarmType_AckedState_Number 10789
OpcUaNS0.TripAlarmType_AckedState_EffectiveDisplayName 10790
OpcUaNS0.TripAlarmType_AckedState_TransitionTime 10791
OpcUaNS0.TripAlarmType_AckedState_EffectiveTransitionTime 10792
OpcUaNS0.TripAlarmType_AckedState_TrueState 10793
OpcUaNS0.TripAlarmType_AckedState_FalseState 10794
OpcUaNS0.TripAlarmType_ConfirmedState 10795
OpcUaNS0.TripAlarmType_ConfirmedState_Id 10796
OpcUaNS0.TripAlarmType_ConfirmedState_Name 10797
OpcUaNS0.TripAlarmType_ConfirmedState_Number 10798
OpcUaNS0.TripAlarmType_ConfirmedState_EffectiveDisplayName 10799
OpcUaNS0.TripAlarmType_ConfirmedState_TransitionTime 10800
OpcUaNS0.TripAlarmType_ConfirmedState_EffectiveTransitionTime 10801
OpcUaNS0.TripAlarmType_ConfirmedState_TrueState 10802
OpcUaNS0.TripAlarmType_ConfirmedState_FalseState 10803
OpcUaNS0.TripAlarmType_Acknowledge 10804
OpcUaNS0.TripAlarmType_Acknowledge_InputArguments 10805
OpcUaNS0.TripAlarmType_Confirm 10806
OpcUaNS0.TripAlarmType_Confirm_InputArguments 10807
OpcUaNS0.TripAlarmType_ActiveState 10808
OpcUaNS0.TripAlarmType_ActiveState_Id 10809
OpcUaNS0.TripAlarmType_ActiveState_Name 10810
OpcUaNS0.TripAlarmType_ActiveState_Number 10811
OpcUaNS0.TripAlarmType_ActiveState_EffectiveDisplayName 10812
OpcUaNS0.TripAlarmType_ActiveState_TransitionTime 10813
OpcUaNS0.TripAlarmType_ActiveState_EffectiveTransitionTime 10814
OpcUaNS0.TripAlarmType_ActiveState_TrueState 10815
OpcUaNS0.TripAlarmType_ActiveState_FalseState 10816
OpcUaNS0.TripAlarmType_SuppressedState 10817
OpcUaNS0.TripAlarmType_SuppressedState_Id 10818
OpcUaNS0.TripAlarmType_SuppressedState_Name 10819
OpcUaNS0.TripAlarmType_SuppressedState_Number 10820
OpcUaNS0.TripAlarmType_SuppressedState_EffectiveDisplayName 10821
OpcUaNS0.TripAlarmType_SuppressedState_TransitionTime 10822
OpcUaNS0.TripAlarmType_SuppressedState_EffectiveTransitionTime 10823
OpcUaNS0.TripAlarmType_SuppressedState_TrueState 10824
OpcUaNS0.TripAlarmType_SuppressedState_FalseState 10825
OpcUaNS0.TripAlarmType_ShelvingState 10826
OpcUaNS0.TripAlarmType_ShelvingState_CurrentState 10827
OpcUaNS0.TripAlarmType_ShelvingState_CurrentState_Id 10828
OpcUaNS0.TripAlarmType_ShelvingState_CurrentState_Name 10829
OpcUaNS0.TripAlarmType_ShelvingState_CurrentState_Number 10830
OpcUaNS0.TripAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 10831
OpcUaNS0.TripAlarmType_ShelvingState_LastTransition 10832
OpcUaNS0.TripAlarmType_ShelvingState_LastTransition_Id 10833
OpcUaNS0.TripAlarmType_ShelvingState_LastTransition_Name 10834
OpcUaNS0.TripAlarmType_ShelvingState_LastTransition_Number 10835
OpcUaNS0.TripAlarmType_ShelvingState_LastTransition_TransitionTime 10836
OpcUaNS0.TripAlarmType_ShelvingState_UnshelveTime 10837
OpcUaNS0.TripAlarmType_ShelvingState_Unshelve 10859
OpcUaNS0.TripAlarmType_ShelvingState_OneShotShelve 10860
OpcUaNS0.TripAlarmType_ShelvingState_TimedShelve 10861
OpcUaNS0.TripAlarmType_ShelvingState_TimedShelve_InputArguments 10862
OpcUaNS0.TripAlarmType_SuppressedOrShelved 10863
OpcUaNS0.TripAlarmType_MaxTimeShelved 10864
OpcUaNS0.AuditConditionShelvingEventType 11093
OpcUaNS0.AuditConditionShelvingEventType_EventId 11094
OpcUaNS0.AuditConditionShelvingEventType_EventType 11095
OpcUaNS0.AuditConditionShelvingEventType_SourceNode 11096
OpcUaNS0.AuditConditionShelvingEventType_SourceName 11097
OpcUaNS0.AuditConditionShelvingEventType_Time 11098
OpcUaNS0.AuditConditionShelvingEventType_ReceiveTime 11099
OpcUaNS0.AuditConditionShelvingEventType_LocalTime 11100
OpcUaNS0.AuditConditionShelvingEventType_Message 11101
OpcUaNS0.AuditConditionShelvingEventType_Severity 11102
OpcUaNS0.AuditConditionShelvingEventType_ActionTimeStamp 11103
OpcUaNS0.AuditConditionShelvingEventType_Status 11104
OpcUaNS0.AuditConditionShelvingEventType_ServerId 11105
OpcUaNS0.AuditConditionShelvingEventType_ClientAuditEntryId 11106
OpcUaNS0.AuditConditionShelvingEventType_ClientUserId 11107
OpcUaNS0.AuditConditionShelvingEventType_MethodId 11108
OpcUaNS0.AuditConditionShelvingEventType_InputArguments 11109
OpcUaNS0.TwoStateVariableType_TrueState 11110
OpcUaNS0.TwoStateVariableType_FalseState 11111
OpcUaNS0.ConditionType_ConditionClassId 11112
OpcUaNS0.ConditionType_ConditionClassName 11113
OpcUaNS0.DialogConditionType_ConditionClassId 11114
OpcUaNS0.DialogConditionType_ConditionClassName 11115
OpcUaNS0.AcknowledgeableConditionType_ConditionClassId 11116
OpcUaNS0.AcknowledgeableConditionType_ConditionClassName 11117
OpcUaNS0.AlarmConditionType_ConditionClassId 11118
OpcUaNS0.AlarmConditionType_ConditionClassName 11119
OpcUaNS0.AlarmConditionType_InputNode 11120
OpcUaNS0.LimitAlarmType_ConditionClassId 11121
OpcUaNS0.LimitAlarmType_ConditionClassName 11122
OpcUaNS0.LimitAlarmType_InputNode 11123
OpcUaNS0.LimitAlarmType_HighHighLimit 11124
OpcUaNS0.LimitAlarmType_HighLimit 11125
OpcUaNS0.LimitAlarmType_LowLimit 11126
OpcUaNS0.LimitAlarmType_LowLowLimit 11127
OpcUaNS0.ExclusiveLimitAlarmType_ConditionClassId 11128
OpcUaNS0.ExclusiveLimitAlarmType_ConditionClassName 11129
OpcUaNS0.ExclusiveLimitAlarmType_InputNode 11130
OpcUaNS0.ExclusiveLevelAlarmType_ConditionClassId 11131
OpcUaNS0.ExclusiveLevelAlarmType_ConditionClassName 11132
OpcUaNS0.ExclusiveLevelAlarmType_InputNode 11133
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConditionClassId 11134
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConditionClassName 11135
OpcUaNS0.ExclusiveRateOfChangeAlarmType_InputNode 11136
OpcUaNS0.ExclusiveDeviationAlarmType_ConditionClassId 11137
OpcUaNS0.ExclusiveDeviationAlarmType_ConditionClassName 11138
OpcUaNS0.ExclusiveDeviationAlarmType_InputNode 11139
OpcUaNS0.NonExclusiveLimitAlarmType_ConditionClassId 11140
OpcUaNS0.NonExclusiveLimitAlarmType_ConditionClassName 11141
OpcUaNS0.NonExclusiveLimitAlarmType_InputNode 11142
OpcUaNS0.NonExclusiveLevelAlarmType_ConditionClassId 11143
OpcUaNS0.NonExclusiveLevelAlarmType_ConditionClassName 11144
OpcUaNS0.NonExclusiveLevelAlarmType_InputNode 11145
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConditionClassId 11146
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConditionClassName 11147
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_InputNode 11148
OpcUaNS0.NonExclusiveDeviationAlarmType_ConditionClassId 11149
OpcUaNS0.NonExclusiveDeviationAlarmType_ConditionClassName 11150
OpcUaNS0.NonExclusiveDeviationAlarmType_InputNode 11151
OpcUaNS0.DiscreteAlarmType_ConditionClassId 11152
OpcUaNS0.DiscreteAlarmType_ConditionClassName 11153
OpcUaNS0.DiscreteAlarmType_InputNode 11154
OpcUaNS0.OffNormalAlarmType_ConditionClassId 11155
OpcUaNS0.OffNormalAlarmType_ConditionClassName 11156
OpcUaNS0.OffNormalAlarmType_InputNode 11157
OpcUaNS0.OffNormalAlarmType_NormalState 11158
OpcUaNS0.TripAlarmType_ConditionClassId 11159
OpcUaNS0.TripAlarmType_ConditionClassName 11160
OpcUaNS0.TripAlarmType_InputNode 11161
OpcUaNS0.TripAlarmType_NormalState 11162
OpcUaNS0.BaseConditionClassType 11163
OpcUaNS0.ProcessConditionClassType 11164
OpcUaNS0.MaintenanceConditionClassType 11165
OpcUaNS0.SystemConditionClassType 11166
OpcUaNS0.HistoricalDataConfigurationType_AggregateConfiguration_TreatUncertainAsBad 11168
OpcUaNS0.HistoricalDataConfigurationType_AggregateConfiguration_PercentDataBad 11169
OpcUaNS0.HistoricalDataConfigurationType_AggregateConfiguration_PercentDataGood 11170
OpcUaNS0.HistoricalDataConfigurationType_AggregateConfiguration_UseSlopedExtrapolation 11171
OpcUaNS0.HistoryServerCapabilitiesType_AggregateFunctions 11172
OpcUaNS0.AggregateConfigurationType 11187
OpcUaNS0.AggregateConfigurationType_TreatUncertainAsBad 11188
OpcUaNS0.AggregateConfigurationType_PercentDataBad 11189
OpcUaNS0.AggregateConfigurationType_PercentDataGood 11190
OpcUaNS0.AggregateConfigurationType_UseSlopedExtrapolation 11191
OpcUaNS0.HistoryServerCapabilities 11192
OpcUaNS0.HistoryServerCapabilities_AccessHistoryDataCapability 11193
OpcUaNS0.HistoryServerCapabilities_InsertDataCapability 11196
OpcUaNS0.HistoryServerCapabilities_ReplaceDataCapability 11197
OpcUaNS0.HistoryServerCapabilities_UpdateDataCapability 11198
OpcUaNS0.HistoryServerCapabilities_DeleteRawCapability 11199
OpcUaNS0.HistoryServerCapabilities_DeleteAtTimeCapability 11200
OpcUaNS0.HistoryServerCapabilities_AggregateFunctions 11201
OpcUaNS0.HAConfiguration 11202
OpcUaNS0.HAConfiguration_AggregateConfiguration 11203
OpcUaNS0.HAConfiguration_AggregateConfiguration_TreatUncertainAsBad 11204
OpcUaNS0.HAConfiguration_AggregateConfiguration_PercentDataBad 11205
OpcUaNS0.HAConfiguration_AggregateConfiguration_PercentDataGood 11206
OpcUaNS0.HAConfiguration_AggregateConfiguration_UseSlopedExtrapolation 11207
OpcUaNS0.HAConfiguration_Stepped 11208
OpcUaNS0.HAConfiguration_Definition 11209
OpcUaNS0.HAConfiguration_MaxTimeInterval 11210
OpcUaNS0.HAConfiguration_MinTimeInterval 11211
OpcUaNS0.HAConfiguration_ExceptionDeviation 11212
OpcUaNS0.HAConfiguration_ExceptionDeviationFormat 11213
OpcUaNS0.Annotations 11214
OpcUaNS0.HistoricalEventFilter 11215
OpcUaNS0.ModificationInfo 11216
OpcUaNS0.HistoryModifiedData 11217
OpcUaNS0.ModificationInfo_Encoding_DefaultXml 11218
OpcUaNS0.HistoryModifiedData_Encoding_DefaultXml 11219
OpcUaNS0.ModificationInfo_Encoding_DefaultBinary 11226
OpcUaNS0.HistoryModifiedData_Encoding_DefaultBinary 11227
OpcUaNS0.HistoryUpdateType 11234
OpcUaNS0.MultiStateValueDiscreteType 11238
OpcUaNS0.MultiStateValueDiscreteType_Definition 11239
OpcUaNS0.MultiStateValueDiscreteType_ValuePrecision 11240
OpcUaNS0.MultiStateValueDiscreteType_EnumValues 11241
OpcUaNS0.HistoryServerCapabilities_AccessHistoryEventsCapability 11242
OpcUaNS0.HistoryServerCapabilitiesType_MaxReturnDataValues 11268
OpcUaNS0.HistoryServerCapabilitiesType_MaxReturnEventValues 11269
OpcUaNS0.HistoryServerCapabilitiesType_InsertAnnotationCapability 11270
OpcUaNS0.HistoryServerCapabilities_MaxReturnDataValues 11273
OpcUaNS0.HistoryServerCapabilities_MaxReturnEventValues 11274
OpcUaNS0.HistoryServerCapabilities_InsertAnnotationCapability 11275
OpcUaNS0.HistoryServerCapabilitiesType_InsertEventCapability 11278
OpcUaNS0.HistoryServerCapabilitiesType_ReplaceEventCapability 11279
OpcUaNS0.HistoryServerCapabilitiesType_UpdateEventCapability 11280
OpcUaNS0.HistoryServerCapabilities_InsertEventCapability 11281
OpcUaNS0.HistoryServerCapabilities_ReplaceEventCapability 11282
OpcUaNS0.HistoryServerCapabilities_UpdateEventCapability 11283
OpcUaNS0.AggregateFunction_TimeAverage2 11285
OpcUaNS0.AggregateFunction_Minimum2 11286
OpcUaNS0.AggregateFunction_Maximum2 11287
OpcUaNS0.AggregateFunction_Range2 11288
OpcUaNS0.AggregateFunction_WorstQuality2 11292
OpcUaNS0.PerformUpdateType 11293
OpcUaNS0.UpdateStructureDataDetails 11295
OpcUaNS0.UpdateStructureDataDetails_Encoding_DefaultXml 11296
OpcUaNS0.UpdateStructureDataDetails_Encoding_DefaultBinary 11300
OpcUaNS0.AggregateFunction_Total2 11304
OpcUaNS0.AggregateFunction_MinimumActualTime2 11305
OpcUaNS0.AggregateFunction_MaximumActualTime2 11306
OpcUaNS0.AggregateFunction_DurationInStateZero 11307
OpcUaNS0.AggregateFunction_DurationInStateNonZero 11308
OpcUaNS0.Server_ServerRedundancy_CurrentServerId 11312
OpcUaNS0.Server_ServerRedundancy_RedundantServerArray 11313
OpcUaNS0.Server_ServerRedundancy_ServerUriArray 11314
OpcUaNS0.ShelvedStateMachineType_UnshelvedToTimedShelved_TransitionNumber 11322
OpcUaNS0.ShelvedStateMachineType_UnshelvedToOneShotShelved_TransitionNumber 11323
OpcUaNS0.ShelvedStateMachineType_TimedShelvedToUnshelved_TransitionNumber 11324
OpcUaNS0.ShelvedStateMachineType_TimedShelvedToOneShotShelved_TransitionNumber 11325
OpcUaNS0.ShelvedStateMachineType_OneShotShelvedToUnshelved_TransitionNumber 11326
OpcUaNS0.ShelvedStateMachineType_OneShotShelvedToTimedShelved_TransitionNumber 11327
OpcUaNS0.ExclusiveLimitStateMachineType_LowLowToLow_TransitionNumber 11340
OpcUaNS0.ExclusiveLimitStateMachineType_LowToLowLow_TransitionNumber 11341
OpcUaNS0.ExclusiveLimitStateMachineType_HighHighToHigh_TransitionNumber 11342
OpcUaNS0.ExclusiveLimitStateMachineType_HighToHighHigh_TransitionNumber 11343
OpcUaNS0.AggregateFunction_StandardDeviationSample 11426
OpcUaNS0.AggregateFunction_StandardDeviationPopulation 11427
OpcUaNS0.AggregateFunction_VarianceSample 11428
OpcUaNS0.AggregateFunction_VariancePopulation 11429
OpcUaNS0.EnumStrings 11432
OpcUaNS0.ValueAsText 11433
OpcUaNS0.ProgressEventType 11436
OpcUaNS0.ProgressEventType_EventId 11437
OpcUaNS0.ProgressEventType_EventType 11438
OpcUaNS0.ProgressEventType_SourceNode 11439
OpcUaNS0.ProgressEventType_SourceName 11440
OpcUaNS0.ProgressEventType_Time 11441
OpcUaNS0.ProgressEventType_ReceiveTime 11442
OpcUaNS0.ProgressEventType_LocalTime 11443
OpcUaNS0.ProgressEventType_Message 11444
OpcUaNS0.ProgressEventType_Severity 11445
OpcUaNS0.SystemStatusChangeEventType 11446
OpcUaNS0.SystemStatusChangeEventType_EventId 11447
OpcUaNS0.SystemStatusChangeEventType_EventType 11448
OpcUaNS0.SystemStatusChangeEventType_SourceNode 11449
OpcUaNS0.SystemStatusChangeEventType_SourceName 11450
OpcUaNS0.SystemStatusChangeEventType_Time 11451
OpcUaNS0.SystemStatusChangeEventType_ReceiveTime 11452
OpcUaNS0.SystemStatusChangeEventType_LocalTime 11453
OpcUaNS0.SystemStatusChangeEventType_Message 11454
OpcUaNS0.SystemStatusChangeEventType_Severity 11455
OpcUaNS0.TransitionVariableType_EffectiveTransitionTime 11456
OpcUaNS0.FiniteTransitionVariableType_EffectiveTransitionTime 11457
OpcUaNS0.StateMachineType_LastTransition_EffectiveTransitionTime 11458
OpcUaNS0.FiniteStateMachineType_LastTransition_EffectiveTransitionTime 11459
OpcUaNS0.TransitionEventType_Transition_EffectiveTransitionTime 11460
OpcUaNS0.MultiStateValueDiscreteType_ValueAsText 11461
OpcUaNS0.ProgramTransitionEventType_Transition_EffectiveTransitionTime 11462
OpcUaNS0.ProgramTransitionAuditEventType_Transition_EffectiveTransitionTime 11463
OpcUaNS0.ProgramStateMachineType_LastTransition_EffectiveTransitionTime 11464
OpcUaNS0.ShelvedStateMachineType_LastTransition_EffectiveTransitionTime 11465
OpcUaNS0.AlarmConditionType_ShelvingState_LastTransition_EffectiveTransitionTime 11466
OpcUaNS0.LimitAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 11467
OpcUaNS0.ExclusiveLimitStateMachineType_LastTransition_EffectiveTransitionTime 11468
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 11469
OpcUaNS0.ExclusiveLimitAlarmType_LimitState_LastTransition_EffectiveTransitionTime 11470
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 11471
OpcUaNS0.ExclusiveLevelAlarmType_LimitState_LastTransition_EffectiveTransitionTime 11472
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 11473
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LimitState_LastTransition_EffectiveTransitionTime 11474
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 11475
OpcUaNS0.ExclusiveDeviationAlarmType_LimitState_LastTransition_EffectiveTransitionTime 11476
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 11477
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 11478
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 11479
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 11480
OpcUaNS0.DiscreteAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 11481
OpcUaNS0.OffNormalAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 11482
OpcUaNS0.TripAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 11483
OpcUaNS0.AuditActivateSessionEventType_SecureChannelId 11485
OpcUaNS0.OptionSetType 11487
OpcUaNS0.OptionSetType_OptionSetValues 11488
OpcUaNS0.ServerType_GetMonitoredItems 11489
OpcUaNS0.ServerType_GetMonitoredItems_InputArguments 11490
OpcUaNS0.ServerType_GetMonitoredItems_OutputArguments 11491
OpcUaNS0.Server_GetMonitoredItems 11492
OpcUaNS0.Server_GetMonitoredItems_InputArguments 11493
OpcUaNS0.Server_GetMonitoredItems_OutputArguments 11494
OpcUaNS0.GetMonitoredItemsMethodType 11495
OpcUaNS0.GetMonitoredItemsMethodType_InputArguments 11496
OpcUaNS0.GetMonitoredItemsMethodType_OutputArguments 11497
OpcUaNS0.MaxStringLength 11498
OpcUaNS0.HistoricalDataConfigurationType_StartOfArchive 11499
OpcUaNS0.HistoricalDataConfigurationType_StartOfOnlineArchive 11500
OpcUaNS0.HistoryServerCapabilitiesType_DeleteEventCapability 11501
OpcUaNS0.HistoryServerCapabilities_DeleteEventCapability 11502
OpcUaNS0.HAConfiguration_StartOfArchive 11503
OpcUaNS0.HAConfiguration_StartOfOnlineArchive 11504
OpcUaNS0.AggregateFunction_StartBound 11505
OpcUaNS0.AggregateFunction_EndBound 11506
OpcUaNS0.AggregateFunction_DeltaBounds 11507
OpcUaNS0.ModellingRule_OptionalPlaceholder 11508
OpcUaNS0.ModellingRule_OptionalPlaceholder_NamingRule 11509
OpcUaNS0.ModellingRule_MandatoryPlaceholder 11510
OpcUaNS0.ModellingRule_MandatoryPlaceholder_NamingRule 11511
OpcUaNS0.MaxArrayLength 11512
OpcUaNS0.EngineeringUnits 11513
OpcUaNS0.ServerType_ServerCapabilities_MaxArrayLength 11514
OpcUaNS0.ServerType_ServerCapabilities_MaxStringLength 11515
OpcUaNS0.ServerType_ServerCapabilities_OperationLimits 11516
OpcUaNS0.ServerType_ServerCapabilities_OperationLimits_MaxNodesPerRead 11517
OpcUaNS0.ServerType_ServerCapabilities_OperationLimits_MaxNodesPerWrite 11519
OpcUaNS0.ServerType_ServerCapabilities_OperationLimits_MaxNodesPerMethodCall 11521
OpcUaNS0.ServerType_ServerCapabilities_OperationLimits_MaxNodesPerBrowse 11522
OpcUaNS0.ServerType_ServerCapabilities_OperationLimits_MaxNodesPerRegisterNodes 11523
OpcUaNS0.ServerType_ServerCapabilities_OperationLimits_MaxNodesPerTranslateBrowsePathsToNodeIds 11524
OpcUaNS0.ServerType_ServerCapabilities_OperationLimits_MaxNodesPerNodeManagement 11525
OpcUaNS0.ServerType_ServerCapabilities_OperationLimits_MaxMonitoredItemsPerCall 11526
OpcUaNS0.ServerType_Namespaces 11527
OpcUaNS0.ServerCapabilitiesType_MaxArrayLength 11549
OpcUaNS0.ServerCapabilitiesType_MaxStringLength 11550
OpcUaNS0.ServerCapabilitiesType_OperationLimits 11551
OpcUaNS0.ServerCapabilitiesType_OperationLimits_MaxNodesPerRead 11552
OpcUaNS0.ServerCapabilitiesType_OperationLimits_MaxNodesPerWrite 11554
OpcUaNS0.ServerCapabilitiesType_OperationLimits_MaxNodesPerMethodCall 11556
OpcUaNS0.ServerCapabilitiesType_OperationLimits_MaxNodesPerBrowse 11557
OpcUaNS0.ServerCapabilitiesType_OperationLimits_MaxNodesPerRegisterNodes 11558
OpcUaNS0.ServerCapabilitiesType_OperationLimits_MaxNodesPerTranslateBrowsePathsToNodeIds 11559
OpcUaNS0.ServerCapabilitiesType_OperationLimits_MaxNodesPerNodeManagement 11560
OpcUaNS0.ServerCapabilitiesType_OperationLimits_MaxMonitoredItemsPerCall 11561
OpcUaNS0.ServerCapabilitiesType_VendorCapability_Placeholder 11562
OpcUaNS0.OperationLimitsType 11564
OpcUaNS0.OperationLimitsType_MaxNodesPerRead 11565
OpcUaNS0.OperationLimitsType_MaxNodesPerWrite 11567
OpcUaNS0.OperationLimitsType_MaxNodesPerMethodCall 11569
OpcUaNS0.OperationLimitsType_MaxNodesPerBrowse 11570
OpcUaNS0.OperationLimitsType_MaxNodesPerRegisterNodes 11571
OpcUaNS0.OperationLimitsType_MaxNodesPerTranslateBrowsePathsToNodeIds 11572
OpcUaNS0.OperationLimitsType_MaxNodesPerNodeManagement 11573
OpcUaNS0.OperationLimitsType_MaxMonitoredItemsPerCall 11574
OpcUaNS0.FileType 11575
OpcUaNS0.FileType_Size 11576
OpcUaNS0.FileType_OpenCount 11579
OpcUaNS0.FileType_Open 11580
OpcUaNS0.FileType_Open_InputArguments 11581
OpcUaNS0.FileType_Open_OutputArguments 11582
OpcUaNS0.FileType_Close 11583
OpcUaNS0.FileType_Close_InputArguments 11584
OpcUaNS0.FileType_Read 11585
OpcUaNS0.FileType_Read_InputArguments 11586
OpcUaNS0.FileType_Read_OutputArguments 11587
OpcUaNS0.FileType_Write 11588
OpcUaNS0.FileType_Write_InputArguments 11589
OpcUaNS0.FileType_GetPosition 11590
OpcUaNS0.FileType_GetPosition_InputArguments 11591
OpcUaNS0.FileType_GetPosition_OutputArguments 11592
OpcUaNS0.FileType_SetPosition 11593
OpcUaNS0.FileType_SetPosition_InputArguments 11594
OpcUaNS0.AddressSpaceFileType 11595
OpcUaNS0.AddressSpaceFileType_Size 11596
OpcUaNS0.AddressSpaceFileType_OpenCount 11599
OpcUaNS0.AddressSpaceFileType_Open 11600
OpcUaNS0.AddressSpaceFileType_Open_InputArguments 11601
OpcUaNS0.AddressSpaceFileType_Open_OutputArguments 11602
OpcUaNS0.AddressSpaceFileType_Close 11603
OpcUaNS0.AddressSpaceFileType_Close_InputArguments 11604
OpcUaNS0.AddressSpaceFileType_Read 11605
OpcUaNS0.AddressSpaceFileType_Read_InputArguments 11606
OpcUaNS0.AddressSpaceFileType_Read_OutputArguments 11607
OpcUaNS0.AddressSpaceFileType_Write 11608
OpcUaNS0.AddressSpaceFileType_Write_InputArguments 11609
OpcUaNS0.AddressSpaceFileType_GetPosition 11610
OpcUaNS0.AddressSpaceFileType_GetPosition_InputArguments 11611
OpcUaNS0.AddressSpaceFileType_GetPosition_OutputArguments 11612
OpcUaNS0.AddressSpaceFileType_SetPosition 11613
OpcUaNS0.AddressSpaceFileType_SetPosition_InputArguments 11614
OpcUaNS0.AddressSpaceFileType_ExportNamespace 11615
OpcUaNS0.NamespaceMetadataType 11616
OpcUaNS0.NamespaceMetadataType_NamespaceUri 11617
OpcUaNS0.NamespaceMetadataType_NamespaceVersion 11618
OpcUaNS0.NamespaceMetadataType_NamespacePublicationDate 11619
OpcUaNS0.NamespaceMetadataType_IsNamespaceSubset 11620
OpcUaNS0.NamespaceMetadataType_StaticNodeIdTypes 11621
OpcUaNS0.NamespaceMetadataType_StaticNumericNodeIdRange 11622
OpcUaNS0.NamespaceMetadataType_StaticStringNodeIdPattern 11623
OpcUaNS0.NamespaceMetadataType_NamespaceFile 11624
OpcUaNS0.NamespaceMetadataType_NamespaceFile_Size 11625
OpcUaNS0.NamespaceMetadataType_NamespaceFile_OpenCount 11628
OpcUaNS0.NamespaceMetadataType_NamespaceFile_Open 11629
OpcUaNS0.NamespaceMetadataType_NamespaceFile_Open_InputArguments 11630
OpcUaNS0.NamespaceMetadataType_NamespaceFile_Open_OutputArguments 11631
OpcUaNS0.NamespaceMetadataType_NamespaceFile_Close 11632
OpcUaNS0.NamespaceMetadataType_NamespaceFile_Close_InputArguments 11633
OpcUaNS0.NamespaceMetadataType_NamespaceFile_Read 11634
OpcUaNS0.NamespaceMetadataType_NamespaceFile_Read_InputArguments 11635
OpcUaNS0.NamespaceMetadataType_NamespaceFile_Read_OutputArguments 11636
OpcUaNS0.NamespaceMetadataType_NamespaceFile_Write 11637
OpcUaNS0.NamespaceMetadataType_NamespaceFile_Write_InputArguments 11638
OpcUaNS0.NamespaceMetadataType_NamespaceFile_GetPosition 11639
OpcUaNS0.NamespaceMetadataType_NamespaceFile_GetPosition_InputArguments 11640
OpcUaNS0.NamespaceMetadataType_NamespaceFile_GetPosition_OutputArguments 11641
OpcUaNS0.NamespaceMetadataType_NamespaceFile_SetPosition 11642
OpcUaNS0.NamespaceMetadataType_NamespaceFile_SetPosition_InputArguments 11643
OpcUaNS0.NamespaceMetadataType_NamespaceFile_ExportNamespace 11644
OpcUaNS0.NamespacesType 11645
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder 11646
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceUri 11647
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceVersion 11648
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespacePublicationDate 11649
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_IsNamespaceSubset 11650
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_StaticNodeIdTypes 11651
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_StaticNumericNodeIdRange 11652
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_StaticStringNodeIdPattern 11653
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile 11654
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Size 11655
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_OpenCount 11658
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Open 11659
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Open_InputArguments 11660
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Open_OutputArguments 11661
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Close 11662
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Close_InputArguments 11663
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Read 11664
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Read_InputArguments 11665
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Read_OutputArguments 11666
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Write 11667
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Write_InputArguments 11668
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_GetPosition 11669
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_GetPosition_InputArguments 11670
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_GetPosition_OutputArguments 11671
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_SetPosition 11672
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_SetPosition_InputArguments 11673
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_ExportNamespace 11674
OpcUaNS0.SystemStatusChangeEventType_SystemState 11696
OpcUaNS0.SamplingIntervalDiagnosticsType_SampledMonitoredItemsCount 11697
OpcUaNS0.SamplingIntervalDiagnosticsType_MaxSampledMonitoredItemsCount 11698
OpcUaNS0.SamplingIntervalDiagnosticsType_DisabledMonitoredItemsSamplingCount 11699
OpcUaNS0.OptionSetType_BitMask 11701
OpcUaNS0.Server_ServerCapabilities_MaxArrayLength 11702
OpcUaNS0.Server_ServerCapabilities_MaxStringLength 11703
OpcUaNS0.Server_ServerCapabilities_OperationLimits 11704
OpcUaNS0.Server_ServerCapabilities_OperationLimits_MaxNodesPerRead 11705
OpcUaNS0.Server_ServerCapabilities_OperationLimits_MaxNodesPerWrite 11707
OpcUaNS0.Server_ServerCapabilities_OperationLimits_MaxNodesPerMethodCall 11709
OpcUaNS0.Server_ServerCapabilities_OperationLimits_MaxNodesPerBrowse 11710
OpcUaNS0.Server_ServerCapabilities_OperationLimits_MaxNodesPerRegisterNodes 11711
OpcUaNS0.Server_ServerCapabilities_OperationLimits_MaxNodesPerTranslateBrowsePathsToNodeIds 11712
OpcUaNS0.Server_ServerCapabilities_OperationLimits_MaxNodesPerNodeManagement 11713
OpcUaNS0.Server_ServerCapabilities_OperationLimits_MaxMonitoredItemsPerCall 11714
OpcUaNS0.Server_Namespaces 11715
OpcUaNS0.BitFieldMaskDataType 11737
OpcUaNS0.OpenMethodType 11738
OpcUaNS0.OpenMethodType_InputArguments 11739
OpcUaNS0.OpenMethodType_OutputArguments 11740
OpcUaNS0.CloseMethodType 11741
OpcUaNS0.CloseMethodType_InputArguments 11742
OpcUaNS0.ReadMethodType 11743
OpcUaNS0.ReadMethodType_InputArguments 11744
OpcUaNS0.ReadMethodType_OutputArguments 11745
OpcUaNS0.WriteMethodType 11746
OpcUaNS0.WriteMethodType_InputArguments 11747
OpcUaNS0.GetPositionMethodType 11748
OpcUaNS0.GetPositionMethodType_InputArguments 11749
OpcUaNS0.GetPositionMethodType_OutputArguments 11750
OpcUaNS0.SetPositionMethodType 11751
OpcUaNS0.SetPositionMethodType_InputArguments 11752
OpcUaNS0.SystemOffNormalAlarmType 11753
OpcUaNS0.SystemOffNormalAlarmType_EventId 11754
OpcUaNS0.SystemOffNormalAlarmType_EventType 11755
OpcUaNS0.SystemOffNormalAlarmType_SourceNode 11756
OpcUaNS0.SystemOffNormalAlarmType_SourceName 11757
OpcUaNS0.SystemOffNormalAlarmType_Time 11758
OpcUaNS0.SystemOffNormalAlarmType_ReceiveTime 11759
OpcUaNS0.SystemOffNormalAlarmType_LocalTime 11760
OpcUaNS0.SystemOffNormalAlarmType_Message 11761
OpcUaNS0.SystemOffNormalAlarmType_Severity 11762
OpcUaNS0.SystemOffNormalAlarmType_ConditionClassId 11763
OpcUaNS0.SystemOffNormalAlarmType_ConditionClassName 11764
OpcUaNS0.SystemOffNormalAlarmType_ConditionName 11765
OpcUaNS0.SystemOffNormalAlarmType_BranchId 11766
OpcUaNS0.SystemOffNormalAlarmType_Retain 11767
OpcUaNS0.SystemOffNormalAlarmType_EnabledState 11768
OpcUaNS0.SystemOffNormalAlarmType_EnabledState_Id 11769
OpcUaNS0.SystemOffNormalAlarmType_EnabledState_Name 11770
OpcUaNS0.SystemOffNormalAlarmType_EnabledState_Number 11771
OpcUaNS0.SystemOffNormalAlarmType_EnabledState_EffectiveDisplayName 11772
OpcUaNS0.SystemOffNormalAlarmType_EnabledState_TransitionTime 11773
OpcUaNS0.SystemOffNormalAlarmType_EnabledState_EffectiveTransitionTime 11774
OpcUaNS0.SystemOffNormalAlarmType_EnabledState_TrueState 11775
OpcUaNS0.SystemOffNormalAlarmType_EnabledState_FalseState 11776
OpcUaNS0.SystemOffNormalAlarmType_Quality 11777
OpcUaNS0.SystemOffNormalAlarmType_Quality_SourceTimestamp 11778
OpcUaNS0.SystemOffNormalAlarmType_LastSeverity 11779
OpcUaNS0.SystemOffNormalAlarmType_LastSeverity_SourceTimestamp 11780
OpcUaNS0.SystemOffNormalAlarmType_Comment 11781
OpcUaNS0.SystemOffNormalAlarmType_Comment_SourceTimestamp 11782
OpcUaNS0.SystemOffNormalAlarmType_ClientUserId 11783
OpcUaNS0.SystemOffNormalAlarmType_Disable 11784
OpcUaNS0.SystemOffNormalAlarmType_Enable 11785
OpcUaNS0.SystemOffNormalAlarmType_AddComment 11786
OpcUaNS0.SystemOffNormalAlarmType_AddComment_InputArguments 11787
OpcUaNS0.SystemOffNormalAlarmType_ConditionRefresh 11788
OpcUaNS0.SystemOffNormalAlarmType_ConditionRefresh_InputArguments 11789
OpcUaNS0.SystemOffNormalAlarmType_AckedState 11790
OpcUaNS0.SystemOffNormalAlarmType_AckedState_Id 11791
OpcUaNS0.SystemOffNormalAlarmType_AckedState_Name 11792
OpcUaNS0.SystemOffNormalAlarmType_AckedState_Number 11793
OpcUaNS0.SystemOffNormalAlarmType_AckedState_EffectiveDisplayName 11794
OpcUaNS0.SystemOffNormalAlarmType_AckedState_TransitionTime 11795
OpcUaNS0.SystemOffNormalAlarmType_AckedState_EffectiveTransitionTime 11796
OpcUaNS0.SystemOffNormalAlarmType_AckedState_TrueState 11797
OpcUaNS0.SystemOffNormalAlarmType_AckedState_FalseState 11798
OpcUaNS0.SystemOffNormalAlarmType_ConfirmedState 11799
OpcUaNS0.SystemOffNormalAlarmType_ConfirmedState_Id 11800
OpcUaNS0.SystemOffNormalAlarmType_ConfirmedState_Name 11801
OpcUaNS0.SystemOffNormalAlarmType_ConfirmedState_Number 11802
OpcUaNS0.SystemOffNormalAlarmType_ConfirmedState_EffectiveDisplayName 11803
OpcUaNS0.SystemOffNormalAlarmType_ConfirmedState_TransitionTime 11804
OpcUaNS0.SystemOffNormalAlarmType_ConfirmedState_EffectiveTransitionTime 11805
OpcUaNS0.SystemOffNormalAlarmType_ConfirmedState_TrueState 11806
OpcUaNS0.SystemOffNormalAlarmType_ConfirmedState_FalseState 11807
OpcUaNS0.SystemOffNormalAlarmType_Acknowledge 11808
OpcUaNS0.SystemOffNormalAlarmType_Acknowledge_InputArguments 11809
OpcUaNS0.SystemOffNormalAlarmType_Confirm 11810
OpcUaNS0.SystemOffNormalAlarmType_Confirm_InputArguments 11811
OpcUaNS0.SystemOffNormalAlarmType_ActiveState 11812
OpcUaNS0.SystemOffNormalAlarmType_ActiveState_Id 11813
OpcUaNS0.SystemOffNormalAlarmType_ActiveState_Name 11814
OpcUaNS0.SystemOffNormalAlarmType_ActiveState_Number 11815
OpcUaNS0.SystemOffNormalAlarmType_ActiveState_EffectiveDisplayName 11816
OpcUaNS0.SystemOffNormalAlarmType_ActiveState_TransitionTime 11817
OpcUaNS0.SystemOffNormalAlarmType_ActiveState_EffectiveTransitionTime 11818
OpcUaNS0.SystemOffNormalAlarmType_ActiveState_TrueState 11819
OpcUaNS0.SystemOffNormalAlarmType_ActiveState_FalseState 11820
OpcUaNS0.SystemOffNormalAlarmType_InputNode 11821
OpcUaNS0.SystemOffNormalAlarmType_SuppressedState 11822
OpcUaNS0.SystemOffNormalAlarmType_SuppressedState_Id 11823
OpcUaNS0.SystemOffNormalAlarmType_SuppressedState_Name 11824
OpcUaNS0.SystemOffNormalAlarmType_SuppressedState_Number 11825
OpcUaNS0.SystemOffNormalAlarmType_SuppressedState_EffectiveDisplayName 11826
OpcUaNS0.SystemOffNormalAlarmType_SuppressedState_TransitionTime 11827
OpcUaNS0.SystemOffNormalAlarmType_SuppressedState_EffectiveTransitionTime 11828
OpcUaNS0.SystemOffNormalAlarmType_SuppressedState_TrueState 11829
OpcUaNS0.SystemOffNormalAlarmType_SuppressedState_FalseState 11830
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState 11831
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_CurrentState 11832
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_CurrentState_Id 11833
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_CurrentState_Name 11834
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_CurrentState_Number 11835
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 11836
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_LastTransition 11837
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_LastTransition_Id 11838
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_LastTransition_Name 11839
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_LastTransition_Number 11840
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_LastTransition_TransitionTime 11841
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 11842
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_UnshelveTime 11843
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_Unshelve 11844
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_OneShotShelve 11845
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_TimedShelve 11846
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_TimedShelve_InputArguments 11847
OpcUaNS0.SystemOffNormalAlarmType_SuppressedOrShelved 11848
OpcUaNS0.SystemOffNormalAlarmType_MaxTimeShelved 11849
OpcUaNS0.SystemOffNormalAlarmType_NormalState 11850
OpcUaNS0.AuditConditionCommentEventType_Comment 11851
OpcUaNS0.AuditConditionRespondEventType_SelectedResponse 11852
OpcUaNS0.AuditConditionAcknowledgeEventType_Comment 11853
OpcUaNS0.AuditConditionConfirmEventType_Comment 11854
OpcUaNS0.AuditConditionShelvingEventType_ShelvingTime 11855
OpcUaNS0.AuditProgramTransitionEventType 11856
OpcUaNS0.AuditProgramTransitionEventType_EventId 11857
OpcUaNS0.AuditProgramTransitionEventType_EventType 11858
OpcUaNS0.AuditProgramTransitionEventType_SourceNode 11859
OpcUaNS0.AuditProgramTransitionEventType_SourceName 11860
OpcUaNS0.AuditProgramTransitionEventType_Time 11861
OpcUaNS0.AuditProgramTransitionEventType_ReceiveTime 11862
OpcUaNS0.AuditProgramTransitionEventType_LocalTime 11863
OpcUaNS0.AuditProgramTransitionEventType_Message 11864
OpcUaNS0.AuditProgramTransitionEventType_Severity 11865
OpcUaNS0.AuditProgramTransitionEventType_ActionTimeStamp 11866
OpcUaNS0.AuditProgramTransitionEventType_Status 11867
OpcUaNS0.AuditProgramTransitionEventType_ServerId 11868
OpcUaNS0.AuditProgramTransitionEventType_ClientAuditEntryId 11869
OpcUaNS0.AuditProgramTransitionEventType_ClientUserId 11870
OpcUaNS0.AuditProgramTransitionEventType_MethodId 11871
OpcUaNS0.AuditProgramTransitionEventType_InputArguments 11872
OpcUaNS0.AuditProgramTransitionEventType_OldStateId 11873
OpcUaNS0.AuditProgramTransitionEventType_NewStateId 11874
OpcUaNS0.AuditProgramTransitionEventType_TransitionNumber 11875
OpcUaNS0.HistoricalDataConfigurationType_AggregateFunctions 11876
OpcUaNS0.HAConfiguration_AggregateFunctions 11877
OpcUaNS0.NodeClass_EnumValues 11878
OpcUaNS0.InstanceNode 11879
OpcUaNS0.TypeNode 11880
OpcUaNS0.NodeAttributesMask_EnumValues 11881
OpcUaNS0.BrowseResultMask_EnumValues 11883
OpcUaNS0.HistoryUpdateType_EnumValues 11884
OpcUaNS0.PerformUpdateType_EnumValues 11885
OpcUaNS0.InstanceNode_Encoding_DefaultXml 11887
OpcUaNS0.TypeNode_Encoding_DefaultXml 11888
OpcUaNS0.InstanceNode_Encoding_DefaultBinary 11889
OpcUaNS0.TypeNode_Encoding_DefaultBinary 11890
OpcUaNS0.SessionDiagnosticsObjectType_SessionDiagnostics_UnauthorizedRequestCount 11891
OpcUaNS0.SessionDiagnosticsVariableType_UnauthorizedRequestCount 11892
OpcUaNS0.OpenFileMode 11939
OpcUaNS0.OpenFileMode_EnumValues 11940
OpcUaNS0.ModelChangeStructureVerbMask 11941
OpcUaNS0.ModelChangeStructureVerbMask_EnumValues 11942
OpcUaNS0.EndpointUrlListDataType 11943
OpcUaNS0.NetworkGroupDataType 11944
OpcUaNS0.NonTransparentNetworkRedundancyType 11945
OpcUaNS0.NonTransparentNetworkRedundancyType_RedundancySupport 11946
OpcUaNS0.NonTransparentNetworkRedundancyType_ServerUriArray 11947
OpcUaNS0.NonTransparentNetworkRedundancyType_ServerNetworkGroups 11948
OpcUaNS0.EndpointUrlListDataType_Encoding_DefaultXml 11949
OpcUaNS0.NetworkGroupDataType_Encoding_DefaultXml 11950
OpcUaNS0.OpcUa_XmlSchema_EndpointUrlListDataType 11951
OpcUaNS0.OpcUa_XmlSchema_EndpointUrlListDataType_DataTypeVersion 11952
OpcUaNS0.OpcUa_XmlSchema_EndpointUrlListDataType_DictionaryFragment 11953
OpcUaNS0.OpcUa_XmlSchema_NetworkGroupDataType 11954
OpcUaNS0.OpcUa_XmlSchema_NetworkGroupDataType_DataTypeVersion 11955
OpcUaNS0.OpcUa_XmlSchema_NetworkGroupDataType_DictionaryFragment 11956
OpcUaNS0.EndpointUrlListDataType_Encoding_DefaultBinary 11957
OpcUaNS0.NetworkGroupDataType_Encoding_DefaultBinary 11958
OpcUaNS0.OpcUa_BinarySchema_EndpointUrlListDataType 11959
OpcUaNS0.OpcUa_BinarySchema_EndpointUrlListDataType_DataTypeVersion 11960
OpcUaNS0.OpcUa_BinarySchema_EndpointUrlListDataType_DictionaryFragment 11961
OpcUaNS0.OpcUa_BinarySchema_NetworkGroupDataType 11962
OpcUaNS0.OpcUa_BinarySchema_NetworkGroupDataType_DataTypeVersion 11963
OpcUaNS0.OpcUa_BinarySchema_NetworkGroupDataType_DictionaryFragment 11964
OpcUaNS0.ArrayItemType 12021
OpcUaNS0.ArrayItemType_Definition 12022
OpcUaNS0.ArrayItemType_ValuePrecision 12023
OpcUaNS0.ArrayItemType_InstrumentRange 12024
OpcUaNS0.ArrayItemType_EURange 12025
OpcUaNS0.ArrayItemType_EngineeringUnits 12026
OpcUaNS0.ArrayItemType_Title 12027
OpcUaNS0.ArrayItemType_AxisScaleType 12028
OpcUaNS0.YArrayItemType 12029
OpcUaNS0.YArrayItemType_Definition 12030
OpcUaNS0.YArrayItemType_ValuePrecision 12031
OpcUaNS0.YArrayItemType_InstrumentRange 12032
OpcUaNS0.YArrayItemType_EURange 12033
OpcUaNS0.YArrayItemType_EngineeringUnits 12034
OpcUaNS0.YArrayItemType_Title 12035
OpcUaNS0.YArrayItemType_AxisScaleType 12036
OpcUaNS0.YArrayItemType_XAxisDefinition 12037
OpcUaNS0.XYArrayItemType 12038
OpcUaNS0.XYArrayItemType_Definition 12039
OpcUaNS0.XYArrayItemType_ValuePrecision 12040
OpcUaNS0.XYArrayItemType_InstrumentRange 12041
OpcUaNS0.XYArrayItemType_EURange 12042
OpcUaNS0.XYArrayItemType_EngineeringUnits 12043
OpcUaNS0.XYArrayItemType_Title 12044
OpcUaNS0.XYArrayItemType_AxisScaleType 12045
OpcUaNS0.XYArrayItemType_XAxisDefinition 12046
OpcUaNS0.ImageItemType 12047
OpcUaNS0.ImageItemType_Definition 12048
OpcUaNS0.ImageItemType_ValuePrecision 12049
OpcUaNS0.ImageItemType_InstrumentRange 12050
OpcUaNS0.ImageItemType_EURange 12051
OpcUaNS0.ImageItemType_EngineeringUnits 12052
OpcUaNS0.ImageItemType_Title 12053
OpcUaNS0.ImageItemType_AxisScaleType 12054
OpcUaNS0.ImageItemType_XAxisDefinition 12055
OpcUaNS0.ImageItemType_YAxisDefinition 12056
OpcUaNS0.CubeItemType 12057
OpcUaNS0.CubeItemType_Definition 12058
OpcUaNS0.CubeItemType_ValuePrecision 12059
OpcUaNS0.CubeItemType_InstrumentRange 12060
OpcUaNS0.CubeItemType_EURange 12061
OpcUaNS0.CubeItemType_EngineeringUnits 12062
OpcUaNS0.CubeItemType_Title 12063
OpcUaNS0.CubeItemType_AxisScaleType 12064
OpcUaNS0.CubeItemType_XAxisDefinition 12065
OpcUaNS0.CubeItemType_YAxisDefinition 12066
OpcUaNS0.CubeItemType_ZAxisDefinition 12067
OpcUaNS0.NDimensionArrayItemType 12068
OpcUaNS0.NDimensionArrayItemType_Definition 12069
OpcUaNS0.NDimensionArrayItemType_ValuePrecision 12070
OpcUaNS0.NDimensionArrayItemType_InstrumentRange 12071
OpcUaNS0.NDimensionArrayItemType_EURange 12072
OpcUaNS0.NDimensionArrayItemType_EngineeringUnits 12073
OpcUaNS0.NDimensionArrayItemType_Title 12074
OpcUaNS0.NDimensionArrayItemType_AxisScaleType 12075
OpcUaNS0.NDimensionArrayItemType_AxisDefinition 12076
OpcUaNS0.AxisScaleEnumeration 12077
OpcUaNS0.AxisScaleEnumeration_EnumStrings 12078
OpcUaNS0.AxisInformation 12079
OpcUaNS0.XVType 12080
OpcUaNS0.AxisInformation_Encoding_DefaultXml 12081
OpcUaNS0.XVType_Encoding_DefaultXml 12082
OpcUaNS0.OpcUa_XmlSchema_AxisInformation 12083
OpcUaNS0.OpcUa_XmlSchema_AxisInformation_DataTypeVersion 12084
OpcUaNS0.OpcUa_XmlSchema_AxisInformation_DictionaryFragment 12085
OpcUaNS0.OpcUa_XmlSchema_XVType 12086
OpcUaNS0.OpcUa_XmlSchema_XVType_DataTypeVersion 12087
OpcUaNS0.OpcUa_XmlSchema_XVType_DictionaryFragment 12088
OpcUaNS0.AxisInformation_Encoding_DefaultBinary 12089
OpcUaNS0.XVType_Encoding_DefaultBinary 12090
OpcUaNS0.OpcUa_BinarySchema_AxisInformation 12091
OpcUaNS0.OpcUa_BinarySchema_AxisInformation_DataTypeVersion 12092
OpcUaNS0.OpcUa_BinarySchema_AxisInformation_DictionaryFragment 12093
OpcUaNS0.OpcUa_BinarySchema_XVType 12094
OpcUaNS0.OpcUa_BinarySchema_XVType_DataTypeVersion 12095
OpcUaNS0.OpcUa_BinarySchema_XVType_DictionaryFragment 12096
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder 12097
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics 12098
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_SessionId 12099
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_SessionName 12100
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_ClientDescription 12101
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_ServerUri 12102
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_EndpointUrl 12103
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_LocaleIds 12104
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_ActualSessionTimeout 12105
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_MaxResponseMessageSize 12106
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_ClientConnectionTime 12107
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_ClientLastContactTime 12108
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_CurrentSubscriptionsCount 12109
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_CurrentMonitoredItemsCount 12110
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_CurrentPublishRequestsInQueue 12111
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_TotalRequestCount 12112
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_UnauthorizedRequestCount 12113
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_ReadCount 12114
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_HistoryReadCount 12115
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_WriteCount 12116
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_HistoryUpdateCount 12117
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_CallCount 12118
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_CreateMonitoredItemsCount 12119
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_ModifyMonitoredItemsCount 12120
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_SetMonitoringModeCount 12121
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_SetTriggeringCount 12122
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_DeleteMonitoredItemsCount 12123
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_CreateSubscriptionCount 12124
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_ModifySubscriptionCount 12125
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_SetPublishingModeCount 12126
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_PublishCount 12127
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_RepublishCount 12128
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_TransferSubscriptionsCount 12129
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_DeleteSubscriptionsCount 12130
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_AddNodesCount 12131
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_AddReferencesCount 12132
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_DeleteNodesCount 12133
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_DeleteReferencesCount 12134
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_BrowseCount 12135
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_BrowseNextCount 12136
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_TranslateBrowsePathsToNodeIdsCount 12137
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_QueryFirstCount 12138
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_QueryNextCount 12139
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_RegisterNodesCount 12140
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_UnregisterNodesCount 12141
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionSecurityDiagnostics 12142
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionSecurityDiagnostics_SessionId 12143
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionSecurityDiagnostics_ClientUserIdOfSession 12144
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionSecurityDiagnostics_ClientUserIdHistory 12145
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionSecurityDiagnostics_AuthenticationMechanism 12146
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionSecurityDiagnostics_Encoding 12147
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionSecurityDiagnostics_TransportProtocol 12148
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionSecurityDiagnostics_SecurityMode 12149
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionSecurityDiagnostics_SecurityPolicyUri 12150
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionSecurityDiagnostics_ClientCertificate 12151
OpcUaNS0.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SubscriptionDiagnosticsArray 12152
OpcUaNS0.ServerType_ServerCapabilities_OperationLimits_MaxNodesPerHistoryReadData 12153
OpcUaNS0.ServerType_ServerCapabilities_OperationLimits_MaxNodesPerHistoryReadEvents 12154
OpcUaNS0.ServerType_ServerCapabilities_OperationLimits_MaxNodesPerHistoryUpdateData 12155
OpcUaNS0.ServerType_ServerCapabilities_OperationLimits_MaxNodesPerHistoryUpdateEvents 12156
OpcUaNS0.ServerCapabilitiesType_OperationLimits_MaxNodesPerHistoryReadData 12157
OpcUaNS0.ServerCapabilitiesType_OperationLimits_MaxNodesPerHistoryReadEvents 12158
OpcUaNS0.ServerCapabilitiesType_OperationLimits_MaxNodesPerHistoryUpdateData 12159
OpcUaNS0.ServerCapabilitiesType_OperationLimits_MaxNodesPerHistoryUpdateEvents 12160
OpcUaNS0.OperationLimitsType_MaxNodesPerHistoryReadData 12161
OpcUaNS0.OperationLimitsType_MaxNodesPerHistoryReadEvents 12162
OpcUaNS0.OperationLimitsType_MaxNodesPerHistoryUpdateData 12163
OpcUaNS0.OperationLimitsType_MaxNodesPerHistoryUpdateEvents 12164
OpcUaNS0.Server_ServerCapabilities_OperationLimits_MaxNodesPerHistoryReadData 12165
OpcUaNS0.Server_ServerCapabilities_OperationLimits_MaxNodesPerHistoryReadEvents 12166
OpcUaNS0.Server_ServerCapabilities_OperationLimits_MaxNodesPerHistoryUpdateData 12167
OpcUaNS0.Server_ServerCapabilities_OperationLimits_MaxNodesPerHistoryUpdateEvents 12168
OpcUaNS0.NamingRuleType_EnumValues 12169
OpcUaNS0.ViewVersion 12170
OpcUaNS0.ComplexNumberType 12171
OpcUaNS0.DoubleComplexNumberType 12172
OpcUaNS0.ComplexNumberType_Encoding_DefaultXml 12173
OpcUaNS0.DoubleComplexNumberType_Encoding_DefaultXml 12174
OpcUaNS0.OpcUa_XmlSchema_ComplexNumberType 12175
OpcUaNS0.OpcUa_XmlSchema_ComplexNumberType_DataTypeVersion 12176
OpcUaNS0.OpcUa_XmlSchema_ComplexNumberType_DictionaryFragment 12177
OpcUaNS0.OpcUa_XmlSchema_DoubleComplexNumberType 12178
OpcUaNS0.OpcUa_XmlSchema_DoubleComplexNumberType_DataTypeVersion 12179
OpcUaNS0.OpcUa_XmlSchema_DoubleComplexNumberType_DictionaryFragment 12180
OpcUaNS0.ComplexNumberType_Encoding_DefaultBinary 12181
OpcUaNS0.DoubleComplexNumberType_Encoding_DefaultBinary 12182
OpcUaNS0.OpcUa_BinarySchema_ComplexNumberType 12183
OpcUaNS0.OpcUa_BinarySchema_ComplexNumberType_DataTypeVersion 12184
OpcUaNS0.OpcUa_BinarySchema_ComplexNumberType_DictionaryFragment 12185
OpcUaNS0.OpcUa_BinarySchema_DoubleComplexNumberType 12186
OpcUaNS0.OpcUa_BinarySchema_DoubleComplexNumberType_DataTypeVersion 12187
OpcUaNS0.OpcUa_BinarySchema_DoubleComplexNumberType_DictionaryFragment 12188
OpcUaNS0.ServerOnNetwork 12189
OpcUaNS0.FindServersOnNetworkRequest 12190
OpcUaNS0.FindServersOnNetworkResponse 12191
OpcUaNS0.RegisterServer2Request 12193
OpcUaNS0.RegisterServer2Response 12194
OpcUaNS0.ServerOnNetwork_Encoding_DefaultXml 12195
OpcUaNS0.FindServersOnNetworkRequest_Encoding_DefaultXml 12196
OpcUaNS0.FindServersOnNetworkResponse_Encoding_DefaultXml 12197
OpcUaNS0.RegisterServer2Request_Encoding_DefaultXml 12199
OpcUaNS0.RegisterServer2Response_Encoding_DefaultXml 12200
OpcUaNS0.OpcUa_XmlSchema_ServerOnNetwork 12201
OpcUaNS0.OpcUa_XmlSchema_ServerOnNetwork_DataTypeVersion 12202
OpcUaNS0.OpcUa_XmlSchema_ServerOnNetwork_DictionaryFragment 12203
OpcUaNS0.ServerOnNetwork_Encoding_DefaultBinary 12207
OpcUaNS0.FindServersOnNetworkRequest_Encoding_DefaultBinary 12208
OpcUaNS0.FindServersOnNetworkResponse_Encoding_DefaultBinary 12209
OpcUaNS0.RegisterServer2Request_Encoding_DefaultBinary 12211
OpcUaNS0.RegisterServer2Response_Encoding_DefaultBinary 12212
OpcUaNS0.OpcUa_BinarySchema_ServerOnNetwork 12213
OpcUaNS0.OpcUa_BinarySchema_ServerOnNetwork_DataTypeVersion 12214
OpcUaNS0.OpcUa_BinarySchema_ServerOnNetwork_DictionaryFragment 12215
OpcUaNS0.ProgressEventType_Context 12502
OpcUaNS0.ProgressEventType_Progress 12503
OpcUaNS0.OpenWithMasksMethodType 12513
OpcUaNS0.OpenWithMasksMethodType_InputArguments 12514
OpcUaNS0.OpenWithMasksMethodType_OutputArguments 12515
OpcUaNS0.CloseAndUpdateMethodType 12516
OpcUaNS0.CloseAndUpdateMethodType_OutputArguments 12517
OpcUaNS0.AddCertificateMethodType 12518
OpcUaNS0.AddCertificateMethodType_InputArguments 12519
OpcUaNS0.RemoveCertificateMethodType 12520
OpcUaNS0.RemoveCertificateMethodType_InputArguments 12521
OpcUaNS0.TrustListType 12522
OpcUaNS0.TrustListType_Size 12523
OpcUaNS0.TrustListType_OpenCount 12526
OpcUaNS0.TrustListType_Open 12527
OpcUaNS0.TrustListType_Open_InputArguments 12528
OpcUaNS0.TrustListType_Open_OutputArguments 12529
OpcUaNS0.TrustListType_Close 12530
OpcUaNS0.TrustListType_Close_InputArguments 12531
OpcUaNS0.TrustListType_Read 12532
OpcUaNS0.TrustListType_Read_InputArguments 12533
OpcUaNS0.TrustListType_Read_OutputArguments 12534
OpcUaNS0.TrustListType_Write 12535
OpcUaNS0.TrustListType_Write_InputArguments 12536
OpcUaNS0.TrustListType_GetPosition 12537
OpcUaNS0.TrustListType_GetPosition_InputArguments 12538
OpcUaNS0.TrustListType_GetPosition_OutputArguments 12539
OpcUaNS0.TrustListType_SetPosition 12540
OpcUaNS0.TrustListType_SetPosition_InputArguments 12541
OpcUaNS0.TrustListType_LastUpdateTime 12542
OpcUaNS0.TrustListType_OpenWithMasks 12543
OpcUaNS0.TrustListType_OpenWithMasks_InputArguments 12544
OpcUaNS0.TrustListType_OpenWithMasks_OutputArguments 12545
OpcUaNS0.TrustListType_CloseAndUpdate 12546
OpcUaNS0.TrustListType_CloseAndUpdate_OutputArguments 12547
OpcUaNS0.TrustListType_AddCertificate 12548
OpcUaNS0.TrustListType_AddCertificate_InputArguments 12549
OpcUaNS0.TrustListType_RemoveCertificate 12550
OpcUaNS0.TrustListType_RemoveCertificate_InputArguments 12551
OpcUaNS0.TrustListMasks 12552
OpcUaNS0.TrustListMasks_EnumValues 12553
OpcUaNS0.TrustListDataType 12554
OpcUaNS0.CertificateGroupType 12555
OpcUaNS0.CertificateType 12556
OpcUaNS0.ApplicationCertificateType 12557
OpcUaNS0.HttpsCertificateType 12558
OpcUaNS0.RsaMinApplicationCertificateType 12559
OpcUaNS0.RsaSha256ApplicationCertificateType 12560
OpcUaNS0.TrustListUpdatedAuditEventType 12561
OpcUaNS0.TrustListUpdatedAuditEventType_EventId 12562
OpcUaNS0.TrustListUpdatedAuditEventType_EventType 12563
OpcUaNS0.TrustListUpdatedAuditEventType_SourceNode 12564
OpcUaNS0.TrustListUpdatedAuditEventType_SourceName 12565
OpcUaNS0.TrustListUpdatedAuditEventType_Time 12566
OpcUaNS0.TrustListUpdatedAuditEventType_ReceiveTime 12567
OpcUaNS0.TrustListUpdatedAuditEventType_LocalTime 12568
OpcUaNS0.TrustListUpdatedAuditEventType_Message 12569
OpcUaNS0.TrustListUpdatedAuditEventType_Severity 12570
OpcUaNS0.TrustListUpdatedAuditEventType_ActionTimeStamp 12571
OpcUaNS0.TrustListUpdatedAuditEventType_Status 12572
OpcUaNS0.TrustListUpdatedAuditEventType_ServerId 12573
OpcUaNS0.TrustListUpdatedAuditEventType_ClientAuditEntryId 12574
OpcUaNS0.TrustListUpdatedAuditEventType_ClientUserId 12575
OpcUaNS0.TrustListUpdatedAuditEventType_MethodId 12576
OpcUaNS0.TrustListUpdatedAuditEventType_InputArguments 12577
OpcUaNS0.UpdateCertificateMethodType 12578
OpcUaNS0.UpdateCertificateMethodType_InputArguments 12579
OpcUaNS0.UpdateCertificateMethodType_OutputArguments 12580
OpcUaNS0.ServerConfigurationType 12581
OpcUaNS0.ServerConfigurationType_SupportedPrivateKeyFormats 12583
OpcUaNS0.ServerConfigurationType_MaxTrustListSize 12584
OpcUaNS0.ServerConfigurationType_MulticastDnsEnabled 12585
OpcUaNS0.ServerConfigurationType_UpdateCertificate 12616
OpcUaNS0.ServerConfigurationType_UpdateCertificate_InputArguments 12617
OpcUaNS0.ServerConfigurationType_UpdateCertificate_OutputArguments 12618
OpcUaNS0.CertificateUpdatedAuditEventType 12620
OpcUaNS0.CertificateUpdatedAuditEventType_EventId 12621
OpcUaNS0.CertificateUpdatedAuditEventType_EventType 12622
OpcUaNS0.CertificateUpdatedAuditEventType_SourceNode 12623
OpcUaNS0.CertificateUpdatedAuditEventType_SourceName 12624
OpcUaNS0.CertificateUpdatedAuditEventType_Time 12625
OpcUaNS0.CertificateUpdatedAuditEventType_ReceiveTime 12626
OpcUaNS0.CertificateUpdatedAuditEventType_LocalTime 12627
OpcUaNS0.CertificateUpdatedAuditEventType_Message 12628
OpcUaNS0.CertificateUpdatedAuditEventType_Severity 12629
OpcUaNS0.CertificateUpdatedAuditEventType_ActionTimeStamp 12630
OpcUaNS0.CertificateUpdatedAuditEventType_Status 12631
OpcUaNS0.CertificateUpdatedAuditEventType_ServerId 12632
OpcUaNS0.CertificateUpdatedAuditEventType_ClientAuditEntryId 12633
OpcUaNS0.CertificateUpdatedAuditEventType_ClientUserId 12634
OpcUaNS0.CertificateUpdatedAuditEventType_MethodId 12635
OpcUaNS0.CertificateUpdatedAuditEventType_InputArguments 12636
OpcUaNS0.ServerConfiguration 12637
OpcUaNS0.ServerConfiguration_SupportedPrivateKeyFormats 12639
OpcUaNS0.ServerConfiguration_MaxTrustListSize 12640
OpcUaNS0.ServerConfiguration_MulticastDnsEnabled 12641
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList 12642
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Size 12643
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_OpenCount 12646
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Open 12647
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Open_InputArguments 12648
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Open_OutputArguments 12649
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Close 12650
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Close_InputArguments 12651
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Read 12652
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Read_InputArguments 12653
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Read_OutputArguments 12654
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Write 12655
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Write_InputArguments 12656
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_GetPosition 12657
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_GetPosition_InputArguments 12658
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_GetPosition_OutputArguments 12659
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_SetPosition 12660
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_SetPosition_InputArguments 12661
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_LastUpdateTime 12662
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_OpenWithMasks 12663
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_OpenWithMasks_InputArguments 12664
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_OpenWithMasks_OutputArguments 12665
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_CloseAndUpdate 12666
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_CloseAndUpdate_OutputArguments 12667
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_AddCertificate 12668
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_AddCertificate_InputArguments 12669
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_RemoveCertificate 12670
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_RemoveCertificate_InputArguments 12671
OpcUaNS0.TrustListDataType_Encoding_DefaultXml 12676
OpcUaNS0.OpcUa_XmlSchema_TrustListDataType 12677
OpcUaNS0.OpcUa_XmlSchema_TrustListDataType_DataTypeVersion 12678
OpcUaNS0.OpcUa_XmlSchema_TrustListDataType_DictionaryFragment 12679
OpcUaNS0.TrustListDataType_Encoding_DefaultBinary 12680
OpcUaNS0.OpcUa_BinarySchema_TrustListDataType 12681
OpcUaNS0.OpcUa_BinarySchema_TrustListDataType_DataTypeVersion 12682
OpcUaNS0.OpcUa_BinarySchema_TrustListDataType_DictionaryFragment 12683
OpcUaNS0.FileType_Writable 12686
OpcUaNS0.FileType_UserWritable 12687
OpcUaNS0.AddressSpaceFileType_Writable 12688
OpcUaNS0.AddressSpaceFileType_UserWritable 12689
OpcUaNS0.NamespaceMetadataType_NamespaceFile_Writable 12690
OpcUaNS0.NamespaceMetadataType_NamespaceFile_UserWritable 12691
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Writable 12692
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_UserWritable 12693
OpcUaNS0.TrustListType_Writable 12698
OpcUaNS0.TrustListType_UserWritable 12699
OpcUaNS0.CloseAndUpdateMethodType_InputArguments 12704
OpcUaNS0.TrustListType_CloseAndUpdate_InputArguments 12705
OpcUaNS0.ServerConfigurationType_ServerCapabilities 12708
OpcUaNS0.ServerConfiguration_ServerCapabilities 12710
OpcUaNS0.OpcUa_XmlSchema_RelativePathElement 12712
OpcUaNS0.OpcUa_XmlSchema_RelativePathElement_DataTypeVersion 12713
OpcUaNS0.OpcUa_XmlSchema_RelativePathElement_DictionaryFragment 12714
OpcUaNS0.OpcUa_XmlSchema_RelativePath 12715
OpcUaNS0.OpcUa_XmlSchema_RelativePath_DataTypeVersion 12716
OpcUaNS0.OpcUa_XmlSchema_RelativePath_DictionaryFragment 12717
OpcUaNS0.OpcUa_BinarySchema_RelativePathElement 12718
OpcUaNS0.OpcUa_BinarySchema_RelativePathElement_DataTypeVersion 12719
OpcUaNS0.OpcUa_BinarySchema_RelativePathElement_DictionaryFragment 12720
OpcUaNS0.OpcUa_BinarySchema_RelativePath 12721
OpcUaNS0.OpcUa_BinarySchema_RelativePath_DataTypeVersion 12722
OpcUaNS0.OpcUa_BinarySchema_RelativePath_DictionaryFragment 12723
OpcUaNS0.ServerConfigurationType_CreateSigningRequest 12731
OpcUaNS0.ServerConfigurationType_CreateSigningRequest_InputArguments 12732
OpcUaNS0.ServerConfigurationType_CreateSigningRequest_OutputArguments 12733
OpcUaNS0.ServerConfigurationType_ApplyChanges 12734
OpcUaNS0.ServerConfiguration_CreateSigningRequest 12737
OpcUaNS0.ServerConfiguration_CreateSigningRequest_InputArguments 12738
OpcUaNS0.ServerConfiguration_CreateSigningRequest_OutputArguments 12739
OpcUaNS0.ServerConfiguration_ApplyChanges 12740
OpcUaNS0.CreateSigningRequestMethodType 12741
OpcUaNS0.CreateSigningRequestMethodType_InputArguments 12742
OpcUaNS0.CreateSigningRequestMethodType_OutputArguments 12743
OpcUaNS0.OptionSetValues 12745
OpcUaNS0.ServerType_SetSubscriptionDurable 12746
OpcUaNS0.ServerType_SetSubscriptionDurable_InputArguments 12747
OpcUaNS0.ServerType_SetSubscriptionDurable_OutputArguments 12748
OpcUaNS0.Server_SetSubscriptionDurable 12749
OpcUaNS0.Server_SetSubscriptionDurable_InputArguments 12750
OpcUaNS0.Server_SetSubscriptionDurable_OutputArguments 12751
OpcUaNS0.SetSubscriptionDurableMethodType 12752
OpcUaNS0.SetSubscriptionDurableMethodType_InputArguments 12753
OpcUaNS0.SetSubscriptionDurableMethodType_OutputArguments 12754
OpcUaNS0.OptionSet 12755
OpcUaNS0.Union 12756
OpcUaNS0.OptionSet_Encoding_DefaultXml 12757
OpcUaNS0.Union_Encoding_DefaultXml 12758
OpcUaNS0.OpcUa_XmlSchema_OptionSet 12759
OpcUaNS0.OpcUa_XmlSchema_OptionSet_DataTypeVersion 12760
OpcUaNS0.OpcUa_XmlSchema_OptionSet_DictionaryFragment 12761
OpcUaNS0.OpcUa_XmlSchema_Union 12762
OpcUaNS0.OpcUa_XmlSchema_Union_DataTypeVersion 12763
OpcUaNS0.OpcUa_XmlSchema_Union_DictionaryFragment 12764
OpcUaNS0.OptionSet_Encoding_DefaultBinary 12765
OpcUaNS0.Union_Encoding_DefaultBinary 12766
OpcUaNS0.OpcUa_BinarySchema_OptionSet 12767
OpcUaNS0.OpcUa_BinarySchema_OptionSet_DataTypeVersion 12768
OpcUaNS0.OpcUa_BinarySchema_OptionSet_DictionaryFragment 12769
OpcUaNS0.OpcUa_BinarySchema_Union 12770
OpcUaNS0.OpcUa_BinarySchema_Union_DataTypeVersion 12771
OpcUaNS0.OpcUa_BinarySchema_Union_DictionaryFragment 12772
OpcUaNS0.GetRejectedListMethodType 12773
OpcUaNS0.GetRejectedListMethodType_OutputArguments 12774
OpcUaNS0.ServerConfigurationType_GetRejectedList 12775
OpcUaNS0.ServerConfigurationType_GetRejectedList_OutputArguments 12776
OpcUaNS0.ServerConfiguration_GetRejectedList 12777
OpcUaNS0.ServerConfiguration_GetRejectedList_OutputArguments 12778
OpcUaNS0.SamplingIntervalDiagnosticsArrayType_SamplingIntervalDiagnostics 12779
OpcUaNS0.SamplingIntervalDiagnosticsArrayType_SamplingIntervalDiagnostics_SamplingInterval 12780
OpcUaNS0.SamplingIntervalDiagnosticsArrayType_SamplingIntervalDiagnostics_SampledMonitoredItemsCount 12781
OpcUaNS0.SamplingIntervalDiagnosticsArrayType_SamplingIntervalDiagnostics_MaxSampledMonitoredItemsCount 12782
OpcUaNS0.SamplingIntervalDiagnosticsArrayType_SamplingIntervalDiagnostics_DisabledMonitoredItemsSamplingCount 12783
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics 12784
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_SessionId 12785
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_SubscriptionId 12786
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_Priority 12787
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_PublishingInterval 12788
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_MaxKeepAliveCount 12789
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_MaxLifetimeCount 12790
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_MaxNotificationsPerPublish 12791
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_PublishingEnabled 12792
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_ModifyCount 12793
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_EnableCount 12794
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_DisableCount 12795
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_RepublishRequestCount 12796
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_RepublishMessageRequestCount 12797
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_RepublishMessageCount 12798
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_TransferRequestCount 12799
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_TransferredToAltClientCount 12800
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_TransferredToSameClientCount 12801
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_PublishRequestCount 12802
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_DataChangeNotificationsCount 12803
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_EventNotificationsCount 12804
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_NotificationsCount 12805
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_LatePublishRequestCount 12806
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_CurrentKeepAliveCount 12807
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_CurrentLifetimeCount 12808
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_UnacknowledgedMessageCount 12809
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_DiscardedMessageCount 12810
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_MonitoredItemCount 12811
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_DisabledMonitoredItemCount 12812
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_MonitoringQueueOverflowCount 12813
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_NextSequenceNumber 12814
OpcUaNS0.SubscriptionDiagnosticsArrayType_SubscriptionDiagnostics_EventQueueOverflowCount 12815
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics 12816
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_SessionId 12817
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_SessionName 12818
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_ClientDescription 12819
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_ServerUri 12820
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_EndpointUrl 12821
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_LocaleIds 12822
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_ActualSessionTimeout 12823
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_MaxResponseMessageSize 12824
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_ClientConnectionTime 12825
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_ClientLastContactTime 12826
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_CurrentSubscriptionsCount 12827
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_CurrentMonitoredItemsCount 12828
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_CurrentPublishRequestsInQueue 12829
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_TotalRequestCount 12830
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_UnauthorizedRequestCount 12831
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_ReadCount 12832
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_HistoryReadCount 12833
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_WriteCount 12834
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_HistoryUpdateCount 12835
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_CallCount 12836
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_CreateMonitoredItemsCount 12837
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_ModifyMonitoredItemsCount 12838
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_SetMonitoringModeCount 12839
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_SetTriggeringCount 12840
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_DeleteMonitoredItemsCount 12841
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_CreateSubscriptionCount 12842
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_ModifySubscriptionCount 12843
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_SetPublishingModeCount 12844
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_PublishCount 12845
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_RepublishCount 12846
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_TransferSubscriptionsCount 12847
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_DeleteSubscriptionsCount 12848
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_AddNodesCount 12849
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_AddReferencesCount 12850
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_DeleteNodesCount 12851
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_DeleteReferencesCount 12852
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_BrowseCount 12853
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_BrowseNextCount 12854
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_TranslateBrowsePathsToNodeIdsCount 12855
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_QueryFirstCount 12856
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_QueryNextCount 12857
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_RegisterNodesCount 12858
OpcUaNS0.SessionDiagnosticsArrayType_SessionDiagnostics_UnregisterNodesCount 12859
OpcUaNS0.SessionSecurityDiagnosticsArrayType_SessionSecurityDiagnostics 12860
OpcUaNS0.SessionSecurityDiagnosticsArrayType_SessionSecurityDiagnostics_SessionId 12861
OpcUaNS0.SessionSecurityDiagnosticsArrayType_SessionSecurityDiagnostics_ClientUserIdOfSession 12862
OpcUaNS0.SessionSecurityDiagnosticsArrayType_SessionSecurityDiagnostics_ClientUserIdHistory 12863
OpcUaNS0.SessionSecurityDiagnosticsArrayType_SessionSecurityDiagnostics_AuthenticationMechanism 12864
OpcUaNS0.SessionSecurityDiagnosticsArrayType_SessionSecurityDiagnostics_Encoding 12865
OpcUaNS0.SessionSecurityDiagnosticsArrayType_SessionSecurityDiagnostics_TransportProtocol 12866
OpcUaNS0.SessionSecurityDiagnosticsArrayType_SessionSecurityDiagnostics_SecurityMode 12867
OpcUaNS0.SessionSecurityDiagnosticsArrayType_SessionSecurityDiagnostics_SecurityPolicyUri 12868
OpcUaNS0.SessionSecurityDiagnosticsArrayType_SessionSecurityDiagnostics_ClientCertificate 12869
OpcUaNS0.ServerType_ResendData 12871
OpcUaNS0.ServerType_ResendData_InputArguments 12872
OpcUaNS0.Server_ResendData 12873
OpcUaNS0.Server_ResendData_InputArguments 12874
OpcUaNS0.ResendDataMethodType 12875
OpcUaNS0.ResendDataMethodType_InputArguments 12876
OpcUaNS0.NormalizedString 12877
OpcUaNS0.DecimalString 12878
OpcUaNS0.DurationString 12879
OpcUaNS0.TimeString 12880
OpcUaNS0.DateString 12881
OpcUaNS0.ServerType_EstimatedReturnTime 12882
OpcUaNS0.ServerType_RequestServerStateChange 12883
OpcUaNS0.ServerType_RequestServerStateChange_InputArguments 12884
OpcUaNS0.Server_EstimatedReturnTime 12885
OpcUaNS0.Server_RequestServerStateChange 12886
OpcUaNS0.Server_RequestServerStateChange_InputArguments 12887
OpcUaNS0.RequestServerStateChangeMethodType 12888
OpcUaNS0.RequestServerStateChangeMethodType_InputArguments 12889
OpcUaNS0.DiscoveryConfiguration 12890
OpcUaNS0.MdnsDiscoveryConfiguration 12891
OpcUaNS0.DiscoveryConfiguration_Encoding_DefaultXml 12892
OpcUaNS0.MdnsDiscoveryConfiguration_Encoding_DefaultXml 12893
OpcUaNS0.OpcUa_XmlSchema_DiscoveryConfiguration 12894
OpcUaNS0.OpcUa_XmlSchema_DiscoveryConfiguration_DataTypeVersion 12895
OpcUaNS0.OpcUa_XmlSchema_DiscoveryConfiguration_DictionaryFragment 12896
OpcUaNS0.OpcUa_XmlSchema_MdnsDiscoveryConfiguration 12897
OpcUaNS0.OpcUa_XmlSchema_MdnsDiscoveryConfiguration_DataTypeVersion 12898
OpcUaNS0.OpcUa_XmlSchema_MdnsDiscoveryConfiguration_DictionaryFragment 12899
OpcUaNS0.DiscoveryConfiguration_Encoding_DefaultBinary 12900
OpcUaNS0.MdnsDiscoveryConfiguration_Encoding_DefaultBinary 12901
OpcUaNS0.OpcUa_BinarySchema_DiscoveryConfiguration 12902
OpcUaNS0.OpcUa_BinarySchema_DiscoveryConfiguration_DataTypeVersion 12903
OpcUaNS0.OpcUa_BinarySchema_DiscoveryConfiguration_DictionaryFragment 12904
OpcUaNS0.OpcUa_BinarySchema_MdnsDiscoveryConfiguration 12905
OpcUaNS0.OpcUa_BinarySchema_MdnsDiscoveryConfiguration_DataTypeVersion 12906
OpcUaNS0.OpcUa_BinarySchema_MdnsDiscoveryConfiguration_DictionaryFragment 12907
OpcUaNS0.MaxByteStringLength 12908
OpcUaNS0.ServerType_ServerCapabilities_MaxByteStringLength 12909
OpcUaNS0.ServerCapabilitiesType_MaxByteStringLength 12910
OpcUaNS0.Server_ServerCapabilities_MaxByteStringLength 12911
OpcUaNS0.ConditionType_ConditionRefresh2 12912
OpcUaNS0.ConditionType_ConditionRefresh2_InputArguments 12913
OpcUaNS0.ConditionRefresh2MethodType 12914
OpcUaNS0.ConditionRefresh2MethodType_InputArguments 12915
OpcUaNS0.DialogConditionType_ConditionRefresh2 12916
OpcUaNS0.DialogConditionType_ConditionRefresh2_InputArguments 12917
OpcUaNS0.AcknowledgeableConditionType_ConditionRefresh2 12918
OpcUaNS0.AcknowledgeableConditionType_ConditionRefresh2_InputArguments 12919
OpcUaNS0.AlarmConditionType_ConditionRefresh2 12984
OpcUaNS0.AlarmConditionType_ConditionRefresh2_InputArguments 12985
OpcUaNS0.LimitAlarmType_ConditionRefresh2 12986
OpcUaNS0.LimitAlarmType_ConditionRefresh2_InputArguments 12987
OpcUaNS0.ExclusiveLimitAlarmType_ConditionRefresh2 12988
OpcUaNS0.ExclusiveLimitAlarmType_ConditionRefresh2_InputArguments 12989
OpcUaNS0.NonExclusiveLimitAlarmType_ConditionRefresh2 12990
OpcUaNS0.NonExclusiveLimitAlarmType_ConditionRefresh2_InputArguments 12991
OpcUaNS0.NonExclusiveLevelAlarmType_ConditionRefresh2 12992
OpcUaNS0.NonExclusiveLevelAlarmType_ConditionRefresh2_InputArguments 12993
OpcUaNS0.ExclusiveLevelAlarmType_ConditionRefresh2 12994
OpcUaNS0.ExclusiveLevelAlarmType_ConditionRefresh2_InputArguments 12995
OpcUaNS0.NonExclusiveDeviationAlarmType_ConditionRefresh2 12996
OpcUaNS0.NonExclusiveDeviationAlarmType_ConditionRefresh2_InputArguments 12997
OpcUaNS0.ExclusiveDeviationAlarmType_ConditionRefresh2 12998
OpcUaNS0.ExclusiveDeviationAlarmType_ConditionRefresh2_InputArguments 12999
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConditionRefresh2 13000
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConditionRefresh2_InputArguments 13001
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConditionRefresh2 13002
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConditionRefresh2_InputArguments 13003
OpcUaNS0.DiscreteAlarmType_ConditionRefresh2 13004
OpcUaNS0.DiscreteAlarmType_ConditionRefresh2_InputArguments 13005
OpcUaNS0.OffNormalAlarmType_ConditionRefresh2 13006
OpcUaNS0.OffNormalAlarmType_ConditionRefresh2_InputArguments 13007
OpcUaNS0.SystemOffNormalAlarmType_ConditionRefresh2 13008
OpcUaNS0.SystemOffNormalAlarmType_ConditionRefresh2_InputArguments 13009
OpcUaNS0.TripAlarmType_ConditionRefresh2 13010
OpcUaNS0.TripAlarmType_ConditionRefresh2_InputArguments 13011
OpcUaNS0.CertificateExpirationAlarmType 13225
OpcUaNS0.CertificateExpirationAlarmType_EventId 13226
OpcUaNS0.CertificateExpirationAlarmType_EventType 13227
OpcUaNS0.CertificateExpirationAlarmType_SourceNode 13228
OpcUaNS0.CertificateExpirationAlarmType_SourceName 13229
OpcUaNS0.CertificateExpirationAlarmType_Time 13230
OpcUaNS0.CertificateExpirationAlarmType_ReceiveTime 13231
OpcUaNS0.CertificateExpirationAlarmType_LocalTime 13232
OpcUaNS0.CertificateExpirationAlarmType_Message 13233
OpcUaNS0.CertificateExpirationAlarmType_Severity 13234
OpcUaNS0.CertificateExpirationAlarmType_ConditionClassId 13235
OpcUaNS0.CertificateExpirationAlarmType_ConditionClassName 13236
OpcUaNS0.CertificateExpirationAlarmType_ConditionName 13237
OpcUaNS0.CertificateExpirationAlarmType_BranchId 13238
OpcUaNS0.CertificateExpirationAlarmType_Retain 13239
OpcUaNS0.CertificateExpirationAlarmType_EnabledState 13240
OpcUaNS0.CertificateExpirationAlarmType_EnabledState_Id 13241
OpcUaNS0.CertificateExpirationAlarmType_EnabledState_Name 13242
OpcUaNS0.CertificateExpirationAlarmType_EnabledState_Number 13243
OpcUaNS0.CertificateExpirationAlarmType_EnabledState_EffectiveDisplayName 13244
OpcUaNS0.CertificateExpirationAlarmType_EnabledState_TransitionTime 13245
OpcUaNS0.CertificateExpirationAlarmType_EnabledState_EffectiveTransitionTime 13246
OpcUaNS0.CertificateExpirationAlarmType_EnabledState_TrueState 13247
OpcUaNS0.CertificateExpirationAlarmType_EnabledState_FalseState 13248
OpcUaNS0.CertificateExpirationAlarmType_Quality 13249
OpcUaNS0.CertificateExpirationAlarmType_Quality_SourceTimestamp 13250
OpcUaNS0.CertificateExpirationAlarmType_LastSeverity 13251
OpcUaNS0.CertificateExpirationAlarmType_LastSeverity_SourceTimestamp 13252
OpcUaNS0.CertificateExpirationAlarmType_Comment 13253
OpcUaNS0.CertificateExpirationAlarmType_Comment_SourceTimestamp 13254
OpcUaNS0.CertificateExpirationAlarmType_ClientUserId 13255
OpcUaNS0.CertificateExpirationAlarmType_Disable 13256
OpcUaNS0.CertificateExpirationAlarmType_Enable 13257
OpcUaNS0.CertificateExpirationAlarmType_AddComment 13258
OpcUaNS0.CertificateExpirationAlarmType_AddComment_InputArguments 13259
OpcUaNS0.CertificateExpirationAlarmType_ConditionRefresh 13260
OpcUaNS0.CertificateExpirationAlarmType_ConditionRefresh_InputArguments 13261
OpcUaNS0.CertificateExpirationAlarmType_ConditionRefresh2 13262
OpcUaNS0.CertificateExpirationAlarmType_ConditionRefresh2_InputArguments 13263
OpcUaNS0.CertificateExpirationAlarmType_AckedState 13264
OpcUaNS0.CertificateExpirationAlarmType_AckedState_Id 13265
OpcUaNS0.CertificateExpirationAlarmType_AckedState_Name 13266
OpcUaNS0.CertificateExpirationAlarmType_AckedState_Number 13267
OpcUaNS0.CertificateExpirationAlarmType_AckedState_EffectiveDisplayName 13268
OpcUaNS0.CertificateExpirationAlarmType_AckedState_TransitionTime 13269
OpcUaNS0.CertificateExpirationAlarmType_AckedState_EffectiveTransitionTime 13270
OpcUaNS0.CertificateExpirationAlarmType_AckedState_TrueState 13271
OpcUaNS0.CertificateExpirationAlarmType_AckedState_FalseState 13272
OpcUaNS0.CertificateExpirationAlarmType_ConfirmedState 13273
OpcUaNS0.CertificateExpirationAlarmType_ConfirmedState_Id 13274
OpcUaNS0.CertificateExpirationAlarmType_ConfirmedState_Name 13275
OpcUaNS0.CertificateExpirationAlarmType_ConfirmedState_Number 13276
OpcUaNS0.CertificateExpirationAlarmType_ConfirmedState_EffectiveDisplayName 13277
OpcUaNS0.CertificateExpirationAlarmType_ConfirmedState_TransitionTime 13278
OpcUaNS0.CertificateExpirationAlarmType_ConfirmedState_EffectiveTransitionTime 13279
OpcUaNS0.CertificateExpirationAlarmType_ConfirmedState_TrueState 13280
OpcUaNS0.CertificateExpirationAlarmType_ConfirmedState_FalseState 13281
OpcUaNS0.CertificateExpirationAlarmType_Acknowledge 13282
OpcUaNS0.CertificateExpirationAlarmType_Acknowledge_InputArguments 13283
OpcUaNS0.CertificateExpirationAlarmType_Confirm 13284
OpcUaNS0.CertificateExpirationAlarmType_Confirm_InputArguments 13285
OpcUaNS0.CertificateExpirationAlarmType_ActiveState 13286
OpcUaNS0.CertificateExpirationAlarmType_ActiveState_Id 13287
OpcUaNS0.CertificateExpirationAlarmType_ActiveState_Name 13288
OpcUaNS0.CertificateExpirationAlarmType_ActiveState_Number 13289
OpcUaNS0.CertificateExpirationAlarmType_ActiveState_EffectiveDisplayName 13290
OpcUaNS0.CertificateExpirationAlarmType_ActiveState_TransitionTime 13291
OpcUaNS0.CertificateExpirationAlarmType_ActiveState_EffectiveTransitionTime 13292
OpcUaNS0.CertificateExpirationAlarmType_ActiveState_TrueState 13293
OpcUaNS0.CertificateExpirationAlarmType_ActiveState_FalseState 13294
OpcUaNS0.CertificateExpirationAlarmType_InputNode 13295
OpcUaNS0.CertificateExpirationAlarmType_SuppressedState 13296
OpcUaNS0.CertificateExpirationAlarmType_SuppressedState_Id 13297
OpcUaNS0.CertificateExpirationAlarmType_SuppressedState_Name 13298
OpcUaNS0.CertificateExpirationAlarmType_SuppressedState_Number 13299
OpcUaNS0.CertificateExpirationAlarmType_SuppressedState_EffectiveDisplayName 13300
OpcUaNS0.CertificateExpirationAlarmType_SuppressedState_TransitionTime 13301
OpcUaNS0.CertificateExpirationAlarmType_SuppressedState_EffectiveTransitionTime 13302
OpcUaNS0.CertificateExpirationAlarmType_SuppressedState_TrueState 13303
OpcUaNS0.CertificateExpirationAlarmType_SuppressedState_FalseState 13304
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState 13305
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_CurrentState 13306
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_CurrentState_Id 13307
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_CurrentState_Name 13308
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_CurrentState_Number 13309
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 13310
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_LastTransition 13311
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_LastTransition_Id 13312
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_LastTransition_Name 13313
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_LastTransition_Number 13314
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_LastTransition_TransitionTime 13315
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 13316
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_UnshelveTime 13317
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_Unshelve 13318
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_OneShotShelve 13319
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_TimedShelve 13320
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_TimedShelve_InputArguments 13321
OpcUaNS0.CertificateExpirationAlarmType_SuppressedOrShelved 13322
OpcUaNS0.CertificateExpirationAlarmType_MaxTimeShelved 13323
OpcUaNS0.CertificateExpirationAlarmType_NormalState 13324
OpcUaNS0.CertificateExpirationAlarmType_ExpirationDate 13325
OpcUaNS0.CertificateExpirationAlarmType_CertificateType 13326
OpcUaNS0.CertificateExpirationAlarmType_Certificate 13327
OpcUaNS0.FileType_MimeType 13341
OpcUaNS0.CreateDirectoryMethodType 13342
OpcUaNS0.CreateDirectoryMethodType_InputArguments 13343
OpcUaNS0.CreateDirectoryMethodType_OutputArguments 13344
OpcUaNS0.CreateFileMethodType 13345
OpcUaNS0.CreateFileMethodType_InputArguments 13346
OpcUaNS0.CreateFileMethodType_OutputArguments 13347
OpcUaNS0.DeleteFileMethodType 13348
OpcUaNS0.DeleteFileMethodType_InputArguments 13349
OpcUaNS0.MoveOrCopyMethodType 13350
OpcUaNS0.MoveOrCopyMethodType_InputArguments 13351
OpcUaNS0.MoveOrCopyMethodType_OutputArguments 13352
OpcUaNS0.FileDirectoryType 13353
OpcUaNS0.FileDirectoryType_FileDirectoryName_Placeholder 13354
OpcUaNS0.FileDirectoryType_FileDirectoryName_Placeholder_CreateDirectory 13355
OpcUaNS0.FileDirectoryType_FileDirectoryName_Placeholder_CreateDirectory_InputArguments 13356
OpcUaNS0.FileDirectoryType_FileDirectoryName_Placeholder_CreateDirectory_OutputArguments 13357
OpcUaNS0.FileDirectoryType_FileDirectoryName_Placeholder_CreateFile 13358
OpcUaNS0.FileDirectoryType_FileDirectoryName_Placeholder_CreateFile_InputArguments 13359
OpcUaNS0.FileDirectoryType_FileDirectoryName_Placeholder_CreateFile_OutputArguments 13360
OpcUaNS0.FileDirectoryType_FileDirectoryName_Placeholder_MoveOrCopy 13363
OpcUaNS0.FileDirectoryType_FileDirectoryName_Placeholder_MoveOrCopy_InputArguments 13364
OpcUaNS0.FileDirectoryType_FileDirectoryName_Placeholder_MoveOrCopy_OutputArguments 13365
OpcUaNS0.FileDirectoryType_FileName_Placeholder 13366
OpcUaNS0.FileDirectoryType_FileName_Placeholder_Size 13367
OpcUaNS0.FileDirectoryType_FileName_Placeholder_Writable 13368
OpcUaNS0.FileDirectoryType_FileName_Placeholder_UserWritable 13369
OpcUaNS0.FileDirectoryType_FileName_Placeholder_OpenCount 13370
OpcUaNS0.FileDirectoryType_FileName_Placeholder_MimeType 13371
OpcUaNS0.FileDirectoryType_FileName_Placeholder_Open 13372
OpcUaNS0.FileDirectoryType_FileName_Placeholder_Open_InputArguments 13373
OpcUaNS0.FileDirectoryType_FileName_Placeholder_Open_OutputArguments 13374
OpcUaNS0.FileDirectoryType_FileName_Placeholder_Close 13375
OpcUaNS0.FileDirectoryType_FileName_Placeholder_Close_InputArguments 13376
OpcUaNS0.FileDirectoryType_FileName_Placeholder_Read 13377
OpcUaNS0.FileDirectoryType_FileName_Placeholder_Read_InputArguments 13378
OpcUaNS0.FileDirectoryType_FileName_Placeholder_Read_OutputArguments 13379
OpcUaNS0.FileDirectoryType_FileName_Placeholder_Write 13380
OpcUaNS0.FileDirectoryType_FileName_Placeholder_Write_InputArguments 13381
OpcUaNS0.FileDirectoryType_FileName_Placeholder_GetPosition 13382
OpcUaNS0.FileDirectoryType_FileName_Placeholder_GetPosition_InputArguments 13383
OpcUaNS0.FileDirectoryType_FileName_Placeholder_GetPosition_OutputArguments 13384
OpcUaNS0.FileDirectoryType_FileName_Placeholder_SetPosition 13385
OpcUaNS0.FileDirectoryType_FileName_Placeholder_SetPosition_InputArguments 13386
OpcUaNS0.FileDirectoryType_CreateDirectory 13387
OpcUaNS0.FileDirectoryType_CreateDirectory_InputArguments 13388
OpcUaNS0.FileDirectoryType_CreateDirectory_OutputArguments 13389
OpcUaNS0.FileDirectoryType_CreateFile 13390
OpcUaNS0.FileDirectoryType_CreateFile_InputArguments 13391
OpcUaNS0.FileDirectoryType_CreateFile_OutputArguments 13392
OpcUaNS0.FileDirectoryType_DeleteFileSystemObject 13393
OpcUaNS0.FileDirectoryType_DeleteFileSystemObject_InputArguments 13394
OpcUaNS0.FileDirectoryType_MoveOrCopy 13395
OpcUaNS0.FileDirectoryType_MoveOrCopy_InputArguments 13396
OpcUaNS0.FileDirectoryType_MoveOrCopy_OutputArguments 13397
OpcUaNS0.AddressSpaceFileType_MimeType 13398
OpcUaNS0.NamespaceMetadataType_NamespaceFile_MimeType 13399
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_MimeType 13400
OpcUaNS0.TrustListType_MimeType 13403
OpcUaNS0.CertificateGroupType_TrustList 13599
OpcUaNS0.CertificateGroupType_TrustList_Size 13600
OpcUaNS0.CertificateGroupType_TrustList_Writable 13601
OpcUaNS0.CertificateGroupType_TrustList_UserWritable 13602
OpcUaNS0.CertificateGroupType_TrustList_OpenCount 13603
OpcUaNS0.CertificateGroupType_TrustList_MimeType 13604
OpcUaNS0.CertificateGroupType_TrustList_Open 13605
OpcUaNS0.CertificateGroupType_TrustList_Open_InputArguments 13606
OpcUaNS0.CertificateGroupType_TrustList_Open_OutputArguments 13607
OpcUaNS0.CertificateGroupType_TrustList_Close 13608
OpcUaNS0.CertificateGroupType_TrustList_Close_InputArguments 13609
OpcUaNS0.CertificateGroupType_TrustList_Read 13610
OpcUaNS0.CertificateGroupType_TrustList_Read_InputArguments 13611
OpcUaNS0.CertificateGroupType_TrustList_Read_OutputArguments 13612
OpcUaNS0.CertificateGroupType_TrustList_Write 13613
OpcUaNS0.CertificateGroupType_TrustList_Write_InputArguments 13614
OpcUaNS0.CertificateGroupType_TrustList_GetPosition 13615
OpcUaNS0.CertificateGroupType_TrustList_GetPosition_InputArguments 13616
OpcUaNS0.CertificateGroupType_TrustList_GetPosition_OutputArguments 13617
OpcUaNS0.CertificateGroupType_TrustList_SetPosition 13618
OpcUaNS0.CertificateGroupType_TrustList_SetPosition_InputArguments 13619
OpcUaNS0.CertificateGroupType_TrustList_LastUpdateTime 13620
OpcUaNS0.CertificateGroupType_TrustList_OpenWithMasks 13621
OpcUaNS0.CertificateGroupType_TrustList_OpenWithMasks_InputArguments 13622
OpcUaNS0.CertificateGroupType_TrustList_OpenWithMasks_OutputArguments 13623
OpcUaNS0.CertificateGroupType_TrustList_CloseAndUpdate 13624
OpcUaNS0.CertificateGroupType_TrustList_CloseAndUpdate_InputArguments 13625
OpcUaNS0.CertificateGroupType_TrustList_CloseAndUpdate_OutputArguments 13626
OpcUaNS0.CertificateGroupType_TrustList_AddCertificate 13627
OpcUaNS0.CertificateGroupType_TrustList_AddCertificate_InputArguments 13628
OpcUaNS0.CertificateGroupType_TrustList_RemoveCertificate 13629
OpcUaNS0.CertificateGroupType_TrustList_RemoveCertificate_InputArguments 13630
OpcUaNS0.CertificateGroupType_CertificateTypes 13631
OpcUaNS0.CertificateUpdatedAuditEventType_CertificateGroup 13735
OpcUaNS0.CertificateUpdatedAuditEventType_CertificateType 13736
OpcUaNS0.ServerConfiguration_UpdateCertificate 13737
OpcUaNS0.ServerConfiguration_UpdateCertificate_InputArguments 13738
OpcUaNS0.ServerConfiguration_UpdateCertificate_OutputArguments 13739
OpcUaNS0.CertificateGroupFolderType 13813
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup 13814
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList 13815
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Size 13816
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Writable 13817
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_UserWritable 13818
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_OpenCount 13819
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_MimeType 13820
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Open 13821
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Open_InputArguments 13822
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Open_OutputArguments 13823
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Close 13824
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Close_InputArguments 13825
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Read 13826
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Read_InputArguments 13827
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Read_OutputArguments 13828
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Write 13829
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Write_InputArguments 13830
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_GetPosition 13831
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_GetPosition_InputArguments 13832
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_GetPosition_OutputArguments 13833
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_SetPosition 13834
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_SetPosition_InputArguments 13835
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_LastUpdateTime 13836
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_OpenWithMasks 13837
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_OpenWithMasks_InputArguments 13838
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_OpenWithMasks_OutputArguments 13839
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_CloseAndUpdate 13840
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_CloseAndUpdate_InputArguments 13841
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_CloseAndUpdate_OutputArguments 13842
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_AddCertificate 13843
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_AddCertificate_InputArguments 13844
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_RemoveCertificate 13845
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_RemoveCertificate_InputArguments 13846
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateTypes 13847
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup 13848
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList 13849
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Size 13850
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Writable 13851
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_UserWritable 13852
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_OpenCount 13853
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_MimeType 13854
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Open 13855
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Open_InputArguments 13856
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Open_OutputArguments 13857
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Close 13858
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Close_InputArguments 13859
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Read 13860
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Read_InputArguments 13861
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Read_OutputArguments 13862
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Write 13863
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Write_InputArguments 13864
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_GetPosition 13865
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_GetPosition_InputArguments 13866
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_GetPosition_OutputArguments 13867
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_SetPosition 13868
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_SetPosition_InputArguments 13869
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_LastUpdateTime 13870
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_OpenWithMasks 13871
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_OpenWithMasks_InputArguments 13872
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_OpenWithMasks_OutputArguments 13873
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_CloseAndUpdate 13874
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_CloseAndUpdate_InputArguments 13875
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_CloseAndUpdate_OutputArguments 13876
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_AddCertificate 13877
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_AddCertificate_InputArguments 13878
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_RemoveCertificate 13879
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_RemoveCertificate_InputArguments 13880
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateTypes 13881
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup 13882
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList 13883
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Size 13884
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Writable 13885
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_UserWritable 13886
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_OpenCount 13887
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_MimeType 13888
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Open 13889
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Open_InputArguments 13890
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Open_OutputArguments 13891
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Close 13892
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Close_InputArguments 13893
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Read 13894
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Read_InputArguments 13895
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Read_OutputArguments 13896
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Write 13897
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Write_InputArguments 13898
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_GetPosition 13899
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_GetPosition_InputArguments 13900
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_GetPosition_OutputArguments 13901
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_SetPosition 13902
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_SetPosition_InputArguments 13903
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_LastUpdateTime 13904
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_OpenWithMasks 13905
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_OpenWithMasks_InputArguments 13906
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_OpenWithMasks_OutputArguments 13907
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_CloseAndUpdate 13908
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_CloseAndUpdate_InputArguments 13909
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_CloseAndUpdate_OutputArguments 13910
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_AddCertificate 13911
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_AddCertificate_InputArguments 13912
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_RemoveCertificate 13913
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_RemoveCertificate_InputArguments 13914
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateTypes 13915
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder 13916
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList 13917
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Size 13918
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Writable 13919
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_UserWritable 13920
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_OpenCount 13921
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_MimeType 13922
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Open 13923
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Open_InputArguments 13924
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Open_OutputArguments 13925
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Close 13926
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Close_InputArguments 13927
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Read 13928
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Read_InputArguments 13929
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Read_OutputArguments 13930
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Write 13931
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Write_InputArguments 13932
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_GetPosition 13933
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_GetPosition_InputArguments 13934
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_GetPosition_OutputArguments 13935
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_SetPosition 13936
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_SetPosition_InputArguments 13937
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_LastUpdateTime 13938
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_OpenWithMasks 13939
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_OpenWithMasks_InputArguments 13940
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_OpenWithMasks_OutputArguments 13941
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_CloseAndUpdate 13942
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_CloseAndUpdate_InputArguments 13943
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_CloseAndUpdate_OutputArguments 13944
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_AddCertificate 13945
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_AddCertificate_InputArguments 13946
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_RemoveCertificate 13947
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_RemoveCertificate_InputArguments 13948
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateTypes 13949
OpcUaNS0.ServerConfigurationType_CertificateGroups 13950
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup 13951
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList 13952
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Size 13953
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Writable 13954
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_UserWritable 13955
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_OpenCount 13956
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_MimeType 13957
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Open 13958
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Open_InputArguments 13959
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Open_OutputArguments 13960
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Close 13961
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Close_InputArguments 13962
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Read 13963
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Read_InputArguments 13964
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Read_OutputArguments 13965
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Write 13966
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Write_InputArguments 13967
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_GetPosition 13968
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_GetPosition_InputArguments 13969
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_GetPosition_OutputArguments 13970
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_SetPosition 13971
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_SetPosition_InputArguments 13972
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_LastUpdateTime 13973
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_OpenWithMasks 13974
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_OpenWithMasks_InputArguments 13975
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_OpenWithMasks_OutputArguments 13976
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_CloseAndUpdate 13977
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_CloseAndUpdate_InputArguments 13978
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_CloseAndUpdate_OutputArguments 13979
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_AddCertificate 13980
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_AddCertificate_InputArguments 13981
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_RemoveCertificate 13982
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_RemoveCertificate_InputArguments 13983
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateTypes 13984
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup 13985
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList 13986
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Size 13987
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Writable 13988
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_UserWritable 13989
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_OpenCount 13990
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_MimeType 13991
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Open 13992
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Open_InputArguments 13993
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Open_OutputArguments 13994
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Close 13995
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Close_InputArguments 13996
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Read 13997
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Read_InputArguments 13998
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Read_OutputArguments 13999
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Write 14000
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Write_InputArguments 14001
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_GetPosition 14002
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_GetPosition_InputArguments 14003
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_GetPosition_OutputArguments 14004
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_SetPosition 14005
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_SetPosition_InputArguments 14006
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_LastUpdateTime 14007
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_OpenWithMasks 14008
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_OpenWithMasks_InputArguments 14009
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_OpenWithMasks_OutputArguments 14010
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_CloseAndUpdate 14011
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_CloseAndUpdate_InputArguments 14012
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_CloseAndUpdate_OutputArguments 14013
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_AddCertificate 14014
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_AddCertificate_InputArguments 14015
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_RemoveCertificate 14016
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_RemoveCertificate_InputArguments 14017
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateTypes 14018
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup 14019
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList 14020
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Size 14021
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Writable 14022
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_UserWritable 14023
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_OpenCount 14024
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_MimeType 14025
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Open 14026
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Open_InputArguments 14027
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Open_OutputArguments 14028
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Close 14029
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Close_InputArguments 14030
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Read 14031
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Read_InputArguments 14032
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Read_OutputArguments 14033
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Write 14034
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Write_InputArguments 14035
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_GetPosition 14036
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_GetPosition_InputArguments 14037
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_GetPosition_OutputArguments 14038
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_SetPosition 14039
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_SetPosition_InputArguments 14040
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_LastUpdateTime 14041
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_OpenWithMasks 14042
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_OpenWithMasks_InputArguments 14043
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_OpenWithMasks_OutputArguments 14044
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_CloseAndUpdate 14045
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_CloseAndUpdate_InputArguments 14046
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_CloseAndUpdate_OutputArguments 14047
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_AddCertificate 14048
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_AddCertificate_InputArguments 14049
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_RemoveCertificate 14050
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_RemoveCertificate_InputArguments 14051
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateTypes 14052
OpcUaNS0.ServerConfiguration_CertificateGroups 14053
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup 14088
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList 14089
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Size 14090
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Writable 14091
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_UserWritable 14092
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_OpenCount 14093
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_MimeType 14094
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Open 14095
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Open_InputArguments 14096
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Open_OutputArguments 14097
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Close 14098
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Close_InputArguments 14099
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Read 14100
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Read_InputArguments 14101
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Read_OutputArguments 14102
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Write 14103
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Write_InputArguments 14104
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_GetPosition 14105
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_GetPosition_InputArguments 14106
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_GetPosition_OutputArguments 14107
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_SetPosition 14108
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_SetPosition_InputArguments 14109
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_LastUpdateTime 14110
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_OpenWithMasks 14111
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_OpenWithMasks_InputArguments 14112
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_OpenWithMasks_OutputArguments 14113
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_CloseAndUpdate 14114
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_CloseAndUpdate_InputArguments 14115
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_CloseAndUpdate_OutputArguments 14116
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_AddCertificate 14117
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_AddCertificate_InputArguments 14118
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_RemoveCertificate 14119
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_RemoveCertificate_InputArguments 14120
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateTypes 14121
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup 14122
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList 14123
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Size 14124
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Writable 14125
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_UserWritable 14126
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_OpenCount 14127
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_MimeType 14128
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Open 14129
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Open_InputArguments 14130
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Open_OutputArguments 14131
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Close 14132
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Close_InputArguments 14133
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Read 14134
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Read_InputArguments 14135
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Read_OutputArguments 14136
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Write 14137
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Write_InputArguments 14138
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_GetPosition 14139
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_GetPosition_InputArguments 14140
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_GetPosition_OutputArguments 14141
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_SetPosition 14142
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_SetPosition_InputArguments 14143
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_LastUpdateTime 14144
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_OpenWithMasks 14145
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_OpenWithMasks_InputArguments 14146
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_OpenWithMasks_OutputArguments 14147
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_CloseAndUpdate 14148
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_CloseAndUpdate_InputArguments 14149
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_CloseAndUpdate_OutputArguments 14150
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_AddCertificate 14151
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_AddCertificate_InputArguments 14152
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_RemoveCertificate 14153
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_RemoveCertificate_InputArguments 14154
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateTypes 14155
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup 14156
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Writable 14157
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_UserWritable 14158
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_MimeType 14159
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_CloseAndUpdate_InputArguments 14160
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateTypes 14161
OpcUaNS0.RemoveConnectionMethodType 14183
OpcUaNS0.RemoveConnectionMethodType_InputArguments 14184
OpcUaNS0.PubSubConnectionType 14209
OpcUaNS0.PubSubConnectionType_Address 14221
OpcUaNS0.PubSubConnectionType_RemoveGroup 14225
OpcUaNS0.PubSubConnectionType_RemoveGroup_InputArguments 14226
OpcUaNS0.PubSubGroupType 14232
OpcUaNS0.PublishedVariableDataType 14273
OpcUaNS0.PublishedVariableDataType_Encoding_DefaultXml 14319
OpcUaNS0.OpcUa_XmlSchema_PublishedVariableDataType 14320
OpcUaNS0.OpcUa_XmlSchema_PublishedVariableDataType_DataTypeVersion 14321
OpcUaNS0.OpcUa_XmlSchema_PublishedVariableDataType_DictionaryFragment 14322
OpcUaNS0.PublishedVariableDataType_Encoding_DefaultBinary 14323
OpcUaNS0.OpcUa_BinarySchema_PublishedVariableDataType 14324
OpcUaNS0.OpcUa_BinarySchema_PublishedVariableDataType_DataTypeVersion 14325
OpcUaNS0.OpcUa_BinarySchema_PublishedVariableDataType_DictionaryFragment 14326
OpcUaNS0.AuditCreateSessionEventType_SessionId 14413
OpcUaNS0.AuditUrlMismatchEventType_SessionId 14414
OpcUaNS0.Server_ServerRedundancy_ServerNetworkGroups 14415
OpcUaNS0.PublishSubscribeType 14416
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder 14417
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_PublisherId 14418
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Status 14419
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Status_State 14420
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Status_Enable 14421
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Status_Disable 14422
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Address 14423
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_RemoveGroup 14424
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_RemoveGroup_InputArguments 14425
OpcUaNS0.PublishSubscribeType_RemoveConnection 14432
OpcUaNS0.PublishSubscribeType_RemoveConnection_InputArguments 14433
OpcUaNS0.PublishSubscribeType_PublishedDataSets 14434
OpcUaNS0.PublishSubscribeType_PublishedDataSets_AddPublishedDataItems 14435
OpcUaNS0.PublishSubscribeType_PublishedDataSets_AddPublishedDataItems_InputArguments 14436
OpcUaNS0.PublishSubscribeType_PublishedDataSets_AddPublishedDataItems_OutputArguments 14437
OpcUaNS0.PublishSubscribeType_PublishedDataSets_AddPublishedEvents 14438
OpcUaNS0.PublishSubscribeType_PublishedDataSets_AddPublishedEvents_InputArguments 14439
OpcUaNS0.PublishSubscribeType_PublishedDataSets_AddPublishedEvents_OutputArguments 14440
OpcUaNS0.PublishSubscribeType_PublishedDataSets_RemovePublishedDataSet 14441
OpcUaNS0.PublishSubscribeType_PublishedDataSets_RemovePublishedDataSet_InputArguments 14442
OpcUaNS0.PublishSubscribe 14443
OpcUaNS0.HasPubSubConnection 14476
OpcUaNS0.DataSetFolderType 14477
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder 14478
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedDataItems 14479
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedDataItems_InputArguments 14480
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedDataItems_OutputArguments 14481
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedEvents 14482
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedEvents_InputArguments 14483
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedEvents_OutputArguments 14484
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_RemovePublishedDataSet 14485
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_RemovePublishedDataSet_InputArguments 14486
OpcUaNS0.DataSetFolderType_PublishedDataSetName_Placeholder 14487
OpcUaNS0.DataSetFolderType_PublishedDataSetName_Placeholder_ConfigurationVersion 14489
OpcUaNS0.DataSetFolderType_AddPublishedDataItems 14493
OpcUaNS0.DataSetFolderType_AddPublishedDataItems_InputArguments 14494
OpcUaNS0.DataSetFolderType_AddPublishedDataItems_OutputArguments 14495
OpcUaNS0.DataSetFolderType_AddPublishedEvents 14496
OpcUaNS0.DataSetFolderType_AddPublishedEvents_InputArguments 14497
OpcUaNS0.DataSetFolderType_AddPublishedEvents_OutputArguments 14498
OpcUaNS0.DataSetFolderType_RemovePublishedDataSet 14499
OpcUaNS0.DataSetFolderType_RemovePublishedDataSet_InputArguments 14500
OpcUaNS0.AddPublishedDataItemsMethodType 14501
OpcUaNS0.AddPublishedDataItemsMethodType_InputArguments 14502
OpcUaNS0.AddPublishedDataItemsMethodType_OutputArguments 14503
OpcUaNS0.AddPublishedEventsMethodType 14504
OpcUaNS0.AddPublishedEventsMethodType_InputArguments 14505
OpcUaNS0.AddPublishedEventsMethodType_OutputArguments 14506
OpcUaNS0.RemovePublishedDataSetMethodType 14507
OpcUaNS0.RemovePublishedDataSetMethodType_InputArguments 14508
OpcUaNS0.PublishedDataSetType 14509
OpcUaNS0.PublishedDataSetType_ConfigurationVersion 14519
OpcUaNS0.DataSetMetaDataType 14523
OpcUaNS0.FieldMetaData 14524
OpcUaNS0.DataTypeDescription 14525
OpcUaNS0.StructureType_EnumStrings 14528
OpcUaNS0.KeyValuePair 14533
OpcUaNS0.PublishedDataItemsType 14534
OpcUaNS0.PublishedDataItemsType_ConfigurationVersion 14544
OpcUaNS0.PublishedDataItemsType_PublishedData 14548
OpcUaNS0.PublishedDataItemsType_AddVariables 14555
OpcUaNS0.PublishedDataItemsType_AddVariables_InputArguments 14556
OpcUaNS0.PublishedDataItemsType_AddVariables_OutputArguments 14557
OpcUaNS0.PublishedDataItemsType_RemoveVariables 14558
OpcUaNS0.PublishedDataItemsType_RemoveVariables_InputArguments 14559
OpcUaNS0.PublishedDataItemsType_RemoveVariables_OutputArguments 14560
OpcUaNS0.PublishedDataItemsAddVariablesMethodType 14564
OpcUaNS0.PublishedDataItemsAddVariablesMethodType_InputArguments 14565
OpcUaNS0.PublishedDataItemsAddVariablesMethodType_OutputArguments 14566
OpcUaNS0.PublishedDataItemsRemoveVariablesMethodType 14567
OpcUaNS0.PublishedDataItemsRemoveVariablesMethodType_InputArguments 14568
OpcUaNS0.PublishedDataItemsRemoveVariablesMethodType_OutputArguments 14569
OpcUaNS0.PublishedEventsType 14572
OpcUaNS0.PublishedEventsType_ConfigurationVersion 14582
OpcUaNS0.PublishedEventsType_PubSubEventNotifier 14586
OpcUaNS0.PublishedEventsType_SelectedFields 14587
OpcUaNS0.PublishedEventsType_Filter 14588
OpcUaNS0.ConfigurationVersionDataType 14593
OpcUaNS0.PubSubConnectionType_PublisherId 14595
OpcUaNS0.PubSubConnectionType_Status 14600
OpcUaNS0.PubSubConnectionType_Status_State 14601
OpcUaNS0.PubSubConnectionType_Status_Enable 14602
OpcUaNS0.PubSubConnectionType_Status_Disable 14603
OpcUaNS0.PubSubConnectionTypeRemoveGroupMethodType 14604
OpcUaNS0.PubSubConnectionTypeRemoveGroupMethodType_InputArguments 14605
OpcUaNS0.PubSubGroupTypeRemoveWriterMethodType 14623
OpcUaNS0.PubSubGroupTypeRemoveWriterMethodType_InputArguments 14624
OpcUaNS0.PubSubGroupTypeRemoveReaderMethodType 14625
OpcUaNS0.PubSubGroupTypeRemoveReaderMethodType_InputArguments 14626
OpcUaNS0.PubSubStatusType 14643
OpcUaNS0.PubSubStatusType_State 14644
OpcUaNS0.PubSubStatusType_Enable 14645
OpcUaNS0.PubSubStatusType_Disable 14646
OpcUaNS0.PubSubState 14647
OpcUaNS0.PubSubState_EnumStrings 14648
OpcUaNS0.FieldTargetDataType 14744
OpcUaNS0.DataSetMetaDataType_Encoding_DefaultXml 14794
OpcUaNS0.FieldMetaData_Encoding_DefaultXml 14795
OpcUaNS0.DataTypeDescription_Encoding_DefaultXml 14796
OpcUaNS0.DataTypeDefinition_Encoding_DefaultXml 14797
OpcUaNS0.StructureDefinition_Encoding_DefaultXml 14798
OpcUaNS0.EnumDefinition_Encoding_DefaultXml 14799
OpcUaNS0.StructureField_Encoding_DefaultXml 14800
OpcUaNS0.EnumField_Encoding_DefaultXml 14801
OpcUaNS0.KeyValuePair_Encoding_DefaultXml 14802
OpcUaNS0.ConfigurationVersionDataType_Encoding_DefaultXml 14803
OpcUaNS0.FieldTargetDataType_Encoding_DefaultXml 14804
OpcUaNS0.OpcUa_XmlSchema_DataSetMetaDataType 14805
OpcUaNS0.OpcUa_XmlSchema_DataSetMetaDataType_DataTypeVersion 14806
OpcUaNS0.OpcUa_XmlSchema_DataSetMetaDataType_DictionaryFragment 14807
OpcUaNS0.OpcUa_XmlSchema_FieldMetaData 14808
OpcUaNS0.OpcUa_XmlSchema_FieldMetaData_DataTypeVersion 14809
OpcUaNS0.OpcUa_XmlSchema_FieldMetaData_DictionaryFragment 14810
OpcUaNS0.OpcUa_XmlSchema_DataTypeDescription 14811
OpcUaNS0.OpcUa_XmlSchema_DataTypeDescription_DataTypeVersion 14812
OpcUaNS0.OpcUa_XmlSchema_DataTypeDescription_DictionaryFragment 14813
OpcUaNS0.OpcUa_XmlSchema_EnumField 14826
OpcUaNS0.OpcUa_XmlSchema_EnumField_DataTypeVersion 14827
OpcUaNS0.OpcUa_XmlSchema_EnumField_DictionaryFragment 14828
OpcUaNS0.OpcUa_XmlSchema_KeyValuePair 14829
OpcUaNS0.OpcUa_XmlSchema_KeyValuePair_DataTypeVersion 14830
OpcUaNS0.OpcUa_XmlSchema_KeyValuePair_DictionaryFragment 14831
OpcUaNS0.OpcUa_XmlSchema_ConfigurationVersionDataType 14832
OpcUaNS0.OpcUa_XmlSchema_ConfigurationVersionDataType_DataTypeVersion 14833
OpcUaNS0.OpcUa_XmlSchema_ConfigurationVersionDataType_DictionaryFragment 14834
OpcUaNS0.OpcUa_XmlSchema_FieldTargetDataType 14835
OpcUaNS0.OpcUa_XmlSchema_FieldTargetDataType_DataTypeVersion 14836
OpcUaNS0.OpcUa_XmlSchema_FieldTargetDataType_DictionaryFragment 14837
OpcUaNS0.FieldMetaData_Encoding_DefaultBinary 14839
OpcUaNS0.StructureField_Encoding_DefaultBinary 14844
OpcUaNS0.EnumField_Encoding_DefaultBinary 14845
OpcUaNS0.KeyValuePair_Encoding_DefaultBinary 14846
OpcUaNS0.ConfigurationVersionDataType_Encoding_DefaultBinary 14847
OpcUaNS0.FieldTargetDataType_Encoding_DefaultBinary 14848
OpcUaNS0.OpcUa_BinarySchema_DataSetMetaDataType 14849
OpcUaNS0.OpcUa_BinarySchema_DataSetMetaDataType_DataTypeVersion 14850
OpcUaNS0.OpcUa_BinarySchema_DataSetMetaDataType_DictionaryFragment 14851
OpcUaNS0.OpcUa_BinarySchema_FieldMetaData 14852
OpcUaNS0.OpcUa_BinarySchema_FieldMetaData_DataTypeVersion 14853
OpcUaNS0.OpcUa_BinarySchema_FieldMetaData_DictionaryFragment 14854
OpcUaNS0.OpcUa_BinarySchema_DataTypeDescription 14855
OpcUaNS0.OpcUa_BinarySchema_DataTypeDescription_DataTypeVersion 14856
OpcUaNS0.OpcUa_BinarySchema_DataTypeDescription_DictionaryFragment 14857
OpcUaNS0.OpcUa_BinarySchema_EnumField 14870
OpcUaNS0.OpcUa_BinarySchema_EnumField_DataTypeVersion 14871
OpcUaNS0.OpcUa_BinarySchema_EnumField_DictionaryFragment 14872
OpcUaNS0.OpcUa_BinarySchema_KeyValuePair 14873
OpcUaNS0.OpcUa_BinarySchema_KeyValuePair_DataTypeVersion 14874
OpcUaNS0.OpcUa_BinarySchema_KeyValuePair_DictionaryFragment 14875
OpcUaNS0.OpcUa_BinarySchema_ConfigurationVersionDataType 14876
OpcUaNS0.OpcUa_BinarySchema_ConfigurationVersionDataType_DataTypeVersion 14877
OpcUaNS0.OpcUa_BinarySchema_ConfigurationVersionDataType_DictionaryFragment 14878
OpcUaNS0.OpcUa_BinarySchema_FieldTargetDataType_DataTypeVersion 14880
OpcUaNS0.OpcUa_BinarySchema_FieldTargetDataType_DictionaryFragment 14881
OpcUaNS0.CertificateExpirationAlarmType_ExpirationLimit 14900
OpcUaNS0.DataSetToWriter 14936
OpcUaNS0.DataTypeDictionaryType_Deprecated 15001
OpcUaNS0.MaxCharacters 15002
OpcUaNS0.ServerType_UrisVersion 15003
OpcUaNS0.Server_UrisVersion 15004
OpcUaNS0.SimpleTypeDescription 15005
OpcUaNS0.UABinaryFileDataType 15006
OpcUaNS0.BrokerConnectionTransportDataType 15007
OpcUaNS0.BrokerTransportQualityOfService 15008
OpcUaNS0.BrokerTransportQualityOfService_EnumStrings 15009
OpcUaNS0.SecurityGroupFolderType_SecurityGroupName_Placeholder_KeyLifetime 15010
OpcUaNS0.SecurityGroupFolderType_SecurityGroupName_Placeholder_SecurityPolicyUri 15011
OpcUaNS0.SecurityGroupFolderType_SecurityGroupName_Placeholder_MaxFutureKeyCount 15012
OpcUaNS0.AuditConditionResetEventType 15013
OpcUaNS0.AuditConditionResetEventType_EventId 15014
OpcUaNS0.AuditConditionResetEventType_EventType 15015
OpcUaNS0.AuditConditionResetEventType_SourceNode 15016
OpcUaNS0.AuditConditionResetEventType_SourceName 15017
OpcUaNS0.AuditConditionResetEventType_Time 15018
OpcUaNS0.AuditConditionResetEventType_ReceiveTime 15019
OpcUaNS0.AuditConditionResetEventType_LocalTime 15020
OpcUaNS0.AuditConditionResetEventType_Message 15021
OpcUaNS0.AuditConditionResetEventType_Severity 15022
OpcUaNS0.AuditConditionResetEventType_ActionTimeStamp 15023
OpcUaNS0.AuditConditionResetEventType_Status 15024
OpcUaNS0.AuditConditionResetEventType_ServerId 15025
OpcUaNS0.AuditConditionResetEventType_ClientAuditEntryId 15026
OpcUaNS0.AuditConditionResetEventType_ClientUserId 15027
OpcUaNS0.AuditConditionResetEventType_MethodId 15028
OpcUaNS0.AuditConditionResetEventType_InputArguments 15029
OpcUaNS0.PermissionType_OptionSetValues 15030
OpcUaNS0.AccessLevelType 15031
OpcUaNS0.AccessLevelType_OptionSetValues 15032
OpcUaNS0.EventNotifierType 15033
OpcUaNS0.EventNotifierType_OptionSetValues 15034
OpcUaNS0.AccessRestrictionType_OptionSetValues 15035
OpcUaNS0.AttributeWriteMask_OptionSetValues 15036
OpcUaNS0.OpcUa_BinarySchema_Deprecated 15037
OpcUaNS0.ProgramStateMachineType_ProgramDiagnostic_LastMethodInputValues 15038
OpcUaNS0.OpcUa_XmlSchema_Deprecated 15039
OpcUaNS0.ProgramStateMachineType_ProgramDiagnostic_LastMethodOutputValues 15040
OpcUaNS0.KeyValuePair_Encoding_DefaultJson 15041
OpcUaNS0.IdentityMappingRuleType_Encoding_DefaultJson 15042
OpcUaNS0.SecurityGroupFolderType_SecurityGroupName_Placeholder_MaxPastKeyCount 15043
OpcUaNS0.TrustListDataType_Encoding_DefaultJson 15044
OpcUaNS0.DecimalDataType_Encoding_DefaultJson 15045
OpcUaNS0.SecurityGroupType_KeyLifetime 15046
OpcUaNS0.SecurityGroupType_SecurityPolicyUri 15047
OpcUaNS0.SecurityGroupType_MaxFutureKeyCount 15048
OpcUaNS0.ConfigurationVersionDataType_Encoding_DefaultJson 15049
OpcUaNS0.DataSetMetaDataType_Encoding_DefaultJson 15050
OpcUaNS0.FieldMetaData_Encoding_DefaultJson 15051
OpcUaNS0.PublishedEventsType_ModifyFieldSelection 15052
OpcUaNS0.PublishedEventsType_ModifyFieldSelection_InputArguments 15053
OpcUaNS0.PublishedEventsTypeModifyFieldSelectionMethodType 15054
OpcUaNS0.PublishedEventsTypeModifyFieldSelectionMethodType_InputArguments 15055
OpcUaNS0.SecurityGroupType_MaxPastKeyCount 15056
OpcUaNS0.DataTypeDescription_Encoding_DefaultJson 15057
OpcUaNS0.StructureDescription_Encoding_DefaultJson 15058
OpcUaNS0.EnumDescription_Encoding_DefaultJson 15059
OpcUaNS0.PublishedVariableDataType_Encoding_DefaultJson 15060
OpcUaNS0.FieldTargetDataType_Encoding_DefaultJson 15061
OpcUaNS0.RolePermissionType_Encoding_DefaultJson 15062
OpcUaNS0.DataTypeDefinition_Encoding_DefaultJson 15063
OpcUaNS0.DatagramConnectionTransportType 15064
OpcUaNS0.StructureField_Encoding_DefaultJson 15065
OpcUaNS0.StructureDefinition_Encoding_DefaultJson 15066
OpcUaNS0.EnumDefinition_Encoding_DefaultJson 15067
OpcUaNS0.Node_Encoding_DefaultJson 15068
OpcUaNS0.InstanceNode_Encoding_DefaultJson 15069
OpcUaNS0.TypeNode_Encoding_DefaultJson 15070
OpcUaNS0.ObjectNode_Encoding_DefaultJson 15071
OpcUaNS0.DatagramConnectionTransportType_DiscoveryAddress 15072
OpcUaNS0.ObjectTypeNode_Encoding_DefaultJson 15073
OpcUaNS0.VariableNode_Encoding_DefaultJson 15074
OpcUaNS0.VariableTypeNode_Encoding_DefaultJson 15075
OpcUaNS0.ReferenceTypeNode_Encoding_DefaultJson 15076
OpcUaNS0.MethodNode_Encoding_DefaultJson 15077
OpcUaNS0.ViewNode_Encoding_DefaultJson 15078
OpcUaNS0.DataTypeNode_Encoding_DefaultJson 15079
OpcUaNS0.ReferenceNode_Encoding_DefaultJson 15080
OpcUaNS0.Argument_Encoding_DefaultJson 15081
OpcUaNS0.EnumValueType_Encoding_DefaultJson 15082
OpcUaNS0.EnumField_Encoding_DefaultJson 15083
OpcUaNS0.OptionSet_Encoding_DefaultJson 15084
OpcUaNS0.Union_Encoding_DefaultJson 15085
OpcUaNS0.TimeZoneDataType_Encoding_DefaultJson 15086
OpcUaNS0.ApplicationDescription_Encoding_DefaultJson 15087
OpcUaNS0.RequestHeader_Encoding_DefaultJson 15088
OpcUaNS0.ResponseHeader_Encoding_DefaultJson 15089
OpcUaNS0.ServiceFault_Encoding_DefaultJson 15090
OpcUaNS0.SessionlessInvokeRequestType_Encoding_DefaultJson 15091
OpcUaNS0.SessionlessInvokeResponseType_Encoding_DefaultJson 15092
OpcUaNS0.FindServersRequest_Encoding_DefaultJson 15093
OpcUaNS0.FindServersResponse_Encoding_DefaultJson 15094
OpcUaNS0.ServerOnNetwork_Encoding_DefaultJson 15095
OpcUaNS0.FindServersOnNetworkRequest_Encoding_DefaultJson 15096
OpcUaNS0.FindServersOnNetworkResponse_Encoding_DefaultJson 15097
OpcUaNS0.UserTokenPolicy_Encoding_DefaultJson 15098
OpcUaNS0.EndpointDescription_Encoding_DefaultJson 15099
OpcUaNS0.GetEndpointsRequest_Encoding_DefaultJson 15100
OpcUaNS0.GetEndpointsResponse_Encoding_DefaultJson 15101
OpcUaNS0.RegisteredServer_Encoding_DefaultJson 15102
OpcUaNS0.RegisterServerRequest_Encoding_DefaultJson 15103
OpcUaNS0.RegisterServerResponse_Encoding_DefaultJson 15104
OpcUaNS0.DiscoveryConfiguration_Encoding_DefaultJson 15105
OpcUaNS0.MdnsDiscoveryConfiguration_Encoding_DefaultJson 15106
OpcUaNS0.RegisterServer2Request_Encoding_DefaultJson 15107
OpcUaNS0.SubscribedDataSetType 15108
OpcUaNS0.ChoiceStateType 15109
OpcUaNS0.ChoiceStateType_StateNumber 15110
OpcUaNS0.TargetVariablesType 15111
OpcUaNS0.HasGuard 15112
OpcUaNS0.GuardVariableType 15113
OpcUaNS0.TargetVariablesType_TargetVariables 15114
OpcUaNS0.TargetVariablesType_AddTargetVariables 15115
OpcUaNS0.TargetVariablesType_AddTargetVariables_InputArguments 15116
OpcUaNS0.TargetVariablesType_AddTargetVariables_OutputArguments 15117
OpcUaNS0.TargetVariablesType_RemoveTargetVariables 15118
OpcUaNS0.TargetVariablesType_RemoveTargetVariables_InputArguments 15119
OpcUaNS0.TargetVariablesType_RemoveTargetVariables_OutputArguments 15120
OpcUaNS0.TargetVariablesTypeAddTargetVariablesMethodType 15121
OpcUaNS0.TargetVariablesTypeAddTargetVariablesMethodType_InputArguments 15122
OpcUaNS0.TargetVariablesTypeAddTargetVariablesMethodType_OutputArguments 15123
OpcUaNS0.TargetVariablesTypeRemoveTargetVariablesMethodType 15124
OpcUaNS0.TargetVariablesTypeRemoveTargetVariablesMethodType_InputArguments 15125
OpcUaNS0.TargetVariablesTypeRemoveTargetVariablesMethodType_OutputArguments 15126
OpcUaNS0.SubscribedDataSetMirrorType 15127
OpcUaNS0.ExpressionGuardVariableType 15128
OpcUaNS0.ExpressionGuardVariableType_Expression 15129
OpcUaNS0.RegisterServer2Response_Encoding_DefaultJson 15130
OpcUaNS0.ChannelSecurityToken_Encoding_DefaultJson 15131
OpcUaNS0.OpenSecureChannelRequest_Encoding_DefaultJson 15132
OpcUaNS0.OpenSecureChannelResponse_Encoding_DefaultJson 15133
OpcUaNS0.CloseSecureChannelRequest_Encoding_DefaultJson 15134
OpcUaNS0.CloseSecureChannelResponse_Encoding_DefaultJson 15135
OpcUaNS0.SignedSoftwareCertificate_Encoding_DefaultJson 15136
OpcUaNS0.SignatureData_Encoding_DefaultJson 15137
OpcUaNS0.CreateSessionRequest_Encoding_DefaultJson 15138
OpcUaNS0.CreateSessionResponse_Encoding_DefaultJson 15139
OpcUaNS0.UserIdentityToken_Encoding_DefaultJson 15140
OpcUaNS0.AnonymousIdentityToken_Encoding_DefaultJson 15141
OpcUaNS0.UserNameIdentityToken_Encoding_DefaultJson 15142
OpcUaNS0.X509IdentityToken_Encoding_DefaultJson 15143
OpcUaNS0.IssuedIdentityToken_Encoding_DefaultJson 15144
OpcUaNS0.ActivateSessionRequest_Encoding_DefaultJson 15145
OpcUaNS0.ActivateSessionResponse_Encoding_DefaultJson 15146
OpcUaNS0.CloseSessionRequest_Encoding_DefaultJson 15147
OpcUaNS0.CloseSessionResponse_Encoding_DefaultJson 15148
OpcUaNS0.CancelRequest_Encoding_DefaultJson 15149
OpcUaNS0.CancelResponse_Encoding_DefaultJson 15150
OpcUaNS0.NodeAttributes_Encoding_DefaultJson 15151
OpcUaNS0.ObjectAttributes_Encoding_DefaultJson 15152
OpcUaNS0.VariableAttributes_Encoding_DefaultJson 15153
OpcUaNS0.DatagramConnectionTransportType_DiscoveryAddress_NetworkInterface 15154
OpcUaNS0.BrokerConnectionTransportType 15155
OpcUaNS0.BrokerConnectionTransportType_ResourceUri 15156
OpcUaNS0.MethodAttributes_Encoding_DefaultJson 15157
OpcUaNS0.ObjectTypeAttributes_Encoding_DefaultJson 15158
OpcUaNS0.VariableTypeAttributes_Encoding_DefaultJson 15159
OpcUaNS0.ReferenceTypeAttributes_Encoding_DefaultJson 15160
OpcUaNS0.DataTypeAttributes_Encoding_DefaultJson 15161
OpcUaNS0.ViewAttributes_Encoding_DefaultJson 15162
OpcUaNS0.GenericAttributeValue_Encoding_DefaultJson 15163
OpcUaNS0.GenericAttributes_Encoding_DefaultJson 15164
OpcUaNS0.AddNodesItem_Encoding_DefaultJson 15165
OpcUaNS0.AddNodesResult_Encoding_DefaultJson 15166
OpcUaNS0.AddNodesRequest_Encoding_DefaultJson 15167
OpcUaNS0.AddNodesResponse_Encoding_DefaultJson 15168
OpcUaNS0.AddReferencesItem_Encoding_DefaultJson 15169
OpcUaNS0.AddReferencesRequest_Encoding_DefaultJson 15170
OpcUaNS0.AddReferencesResponse_Encoding_DefaultJson 15171
OpcUaNS0.DeleteNodesItem_Encoding_DefaultJson 15172
OpcUaNS0.DeleteNodesRequest_Encoding_DefaultJson 15173
OpcUaNS0.DeleteNodesResponse_Encoding_DefaultJson 15174
OpcUaNS0.DeleteReferencesItem_Encoding_DefaultJson 15175
OpcUaNS0.DeleteReferencesRequest_Encoding_DefaultJson 15176
OpcUaNS0.DeleteReferencesResponse_Encoding_DefaultJson 15177
OpcUaNS0.BrokerConnectionTransportType_AuthenticationProfileUri 15178
OpcUaNS0.ViewDescription_Encoding_DefaultJson 15179
OpcUaNS0.BrowseDescription_Encoding_DefaultJson 15180
OpcUaNS0.UserCredentialCertificateType 15181
OpcUaNS0.ReferenceDescription_Encoding_DefaultJson 15182
OpcUaNS0.BrowseResult_Encoding_DefaultJson 15183
OpcUaNS0.BrowseRequest_Encoding_DefaultJson 15184
OpcUaNS0.BrowseResponse_Encoding_DefaultJson 15185
OpcUaNS0.BrowseNextRequest_Encoding_DefaultJson 15186
OpcUaNS0.BrowseNextResponse_Encoding_DefaultJson 15187
OpcUaNS0.RelativePathElement_Encoding_DefaultJson 15188
OpcUaNS0.RelativePath_Encoding_DefaultJson 15189
OpcUaNS0.BrowsePath_Encoding_DefaultJson 15190
OpcUaNS0.BrowsePathTarget_Encoding_DefaultJson 15191
OpcUaNS0.BrowsePathResult_Encoding_DefaultJson 15192
OpcUaNS0.TranslateBrowsePathsToNodeIdsRequest_Encoding_DefaultJson 15193
OpcUaNS0.TranslateBrowsePathsToNodeIdsResponse_Encoding_DefaultJson 15194
OpcUaNS0.RegisterNodesRequest_Encoding_DefaultJson 15195
OpcUaNS0.RegisterNodesResponse_Encoding_DefaultJson 15196
OpcUaNS0.UnregisterNodesRequest_Encoding_DefaultJson 15197
OpcUaNS0.UnregisterNodesResponse_Encoding_DefaultJson 15198
OpcUaNS0.EndpointConfiguration_Encoding_DefaultJson 15199
OpcUaNS0.QueryDataDescription_Encoding_DefaultJson 15200
OpcUaNS0.NodeTypeDescription_Encoding_DefaultJson 15201
OpcUaNS0.QueryDataSet_Encoding_DefaultJson 15202
OpcUaNS0.NodeReference_Encoding_DefaultJson 15203
OpcUaNS0.ContentFilterElement_Encoding_DefaultJson 15204
OpcUaNS0.ContentFilter_Encoding_DefaultJson 15205
OpcUaNS0.FilterOperand_Encoding_DefaultJson 15206
OpcUaNS0.ElementOperand_Encoding_DefaultJson 15207
OpcUaNS0.LiteralOperand_Encoding_DefaultJson 15208
OpcUaNS0.AttributeOperand_Encoding_DefaultJson 15209
OpcUaNS0.SimpleAttributeOperand_Encoding_DefaultJson 15210
OpcUaNS0.ContentFilterElementResult_Encoding_DefaultJson 15211
OpcUaNS0.PublishSubscribeType_GetSecurityKeys 15212
OpcUaNS0.PublishSubscribeType_GetSecurityKeys_InputArguments 15213
OpcUaNS0.PublishSubscribeType_GetSecurityKeys_OutputArguments 15214
OpcUaNS0.PublishSubscribe_GetSecurityKeys 15215
OpcUaNS0.PublishSubscribe_GetSecurityKeys_InputArguments 15216
OpcUaNS0.PublishSubscribe_GetSecurityKeys_OutputArguments 15217
OpcUaNS0.GetSecurityKeysMethodType 15218
OpcUaNS0.GetSecurityKeysMethodType_InputArguments 15219
OpcUaNS0.GetSecurityKeysMethodType_OutputArguments 15220
OpcUaNS0.DataSetFolderType_PublishedDataSetName_Placeholder_DataSetMetaData 15221
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder 15222
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Status 15223
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Status_State 15224
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Status_Enable 15225
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Status_Disable 15226
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_TransportSettings 15227
OpcUaNS0.ContentFilterResult_Encoding_DefaultJson 15228
OpcUaNS0.PublishedDataSetType_DataSetMetaData 15229
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder 15230
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Status 15231
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Status_State 15232
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Status_Enable 15233
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Status_Disable 15234
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_TransportSettings 15235
OpcUaNS0.ParsingResult_Encoding_DefaultJson 15236
OpcUaNS0.PublishedDataItemsType_DataSetMetaData 15237
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder 15238
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Status 15239
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Status_State 15240
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Status_Enable 15241
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Status_Disable 15242
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_TransportSettings 15243
OpcUaNS0.QueryFirstRequest_Encoding_DefaultJson 15244
OpcUaNS0.PublishedEventsType_DataSetMetaData 15245
OpcUaNS0.BrokerWriterGroupTransportType_ResourceUri 15246
OpcUaNS0.BrokerWriterGroupTransportType_AuthenticationProfileUri 15247
OpcUaNS0.CreateCredentialMethodType 15248
OpcUaNS0.BrokerWriterGroupTransportType_RequestedDeliveryGuarantee 15249
OpcUaNS0.BrokerDataSetWriterTransportType_ResourceUri 15250
OpcUaNS0.BrokerDataSetWriterTransportType_AuthenticationProfileUri 15251
OpcUaNS0.QueryFirstResponse_Encoding_DefaultJson 15252
OpcUaNS0.CreateCredentialMethodType_InputArguments 15253
OpcUaNS0.QueryNextRequest_Encoding_DefaultJson 15254
OpcUaNS0.QueryNextResponse_Encoding_DefaultJson 15255
OpcUaNS0.ReadValueId_Encoding_DefaultJson 15256
OpcUaNS0.ReadRequest_Encoding_DefaultJson 15257
OpcUaNS0.ReadResponse_Encoding_DefaultJson 15258
OpcUaNS0.HistoryReadValueId_Encoding_DefaultJson 15259
OpcUaNS0.HistoryReadResult_Encoding_DefaultJson 15260
OpcUaNS0.HistoryReadDetails_Encoding_DefaultJson 15261
OpcUaNS0.ReadEventDetails_Encoding_DefaultJson 15262
OpcUaNS0.ReadRawModifiedDetails_Encoding_DefaultJson 15263
OpcUaNS0.ReadProcessedDetails_Encoding_DefaultJson 15264
OpcUaNS0.PubSubGroupType_Status 15265
OpcUaNS0.PubSubGroupType_Status_State 15266
OpcUaNS0.PubSubGroupType_Status_Enable 15267
OpcUaNS0.PubSubGroupType_Status_Disable 15268
OpcUaNS0.ReadAtTimeDetails_Encoding_DefaultJson 15269
OpcUaNS0.HistoryData_Encoding_DefaultJson 15270
OpcUaNS0.ModificationInfo_Encoding_DefaultJson 15271
OpcUaNS0.HistoryModifiedData_Encoding_DefaultJson 15272
OpcUaNS0.HistoryEvent_Encoding_DefaultJson 15273
OpcUaNS0.HistoryReadRequest_Encoding_DefaultJson 15274
OpcUaNS0.HistoryReadResponse_Encoding_DefaultJson 15275
OpcUaNS0.WriteValue_Encoding_DefaultJson 15276
OpcUaNS0.WriteRequest_Encoding_DefaultJson 15277
OpcUaNS0.WriteResponse_Encoding_DefaultJson 15278
OpcUaNS0.HistoryUpdateDetails_Encoding_DefaultJson 15279
OpcUaNS0.UpdateDataDetails_Encoding_DefaultJson 15280
OpcUaNS0.UpdateStructureDataDetails_Encoding_DefaultJson 15281
OpcUaNS0.UpdateEventDetails_Encoding_DefaultJson 15282
OpcUaNS0.DeleteRawModifiedDetails_Encoding_DefaultJson 15283
OpcUaNS0.DeleteAtTimeDetails_Encoding_DefaultJson 15284
OpcUaNS0.DeleteEventDetails_Encoding_DefaultJson 15285
OpcUaNS0.HistoryUpdateResult_Encoding_DefaultJson 15286
OpcUaNS0.HistoryUpdateRequest_Encoding_DefaultJson 15287
OpcUaNS0.HistoryUpdateResponse_Encoding_DefaultJson 15288
OpcUaNS0.CallMethodRequest_Encoding_DefaultJson 15289
OpcUaNS0.CallMethodResult_Encoding_DefaultJson 15290
OpcUaNS0.CallRequest_Encoding_DefaultJson 15291
OpcUaNS0.CallResponse_Encoding_DefaultJson 15292
OpcUaNS0.MonitoringFilter_Encoding_DefaultJson 15293
OpcUaNS0.DataChangeFilter_Encoding_DefaultJson 15294
OpcUaNS0.EventFilter_Encoding_DefaultJson 15295
OpcUaNS0.HasDataSetWriter 15296
OpcUaNS0.HasDataSetReader 15297
OpcUaNS0.DataSetWriterType 15298
OpcUaNS0.DataSetWriterType_Status 15299
OpcUaNS0.DataSetWriterType_Status_State 15300
OpcUaNS0.DataSetWriterType_Status_Enable 15301
OpcUaNS0.DataSetWriterType_Status_Disable 15302
OpcUaNS0.DataSetWriterType_TransportSettings 15303
OpcUaNS0.AggregateConfiguration_Encoding_DefaultJson 15304
OpcUaNS0.DataSetWriterTransportType 15305
OpcUaNS0.DataSetReaderType 15306
OpcUaNS0.DataSetReaderType_Status 15307
OpcUaNS0.DataSetReaderType_Status_State 15308
OpcUaNS0.DataSetReaderType_Status_Enable 15309
OpcUaNS0.DataSetReaderType_Status_Disable 15310
OpcUaNS0.DataSetReaderType_TransportSettings 15311
OpcUaNS0.AggregateFilter_Encoding_DefaultJson 15312
OpcUaNS0.MonitoringFilterResult_Encoding_DefaultJson 15313
OpcUaNS0.EventFilterResult_Encoding_DefaultJson 15314
OpcUaNS0.AggregateFilterResult_Encoding_DefaultJson 15315
OpcUaNS0.DataSetReaderType_SubscribedDataSet 15316
OpcUaNS0.ElseGuardVariableType 15317
OpcUaNS0.BaseAnalogType 15318
OpcUaNS0.DataSetReaderTransportType 15319
OpcUaNS0.MonitoringParameters_Encoding_DefaultJson 15320
OpcUaNS0.MonitoredItemCreateRequest_Encoding_DefaultJson 15321
OpcUaNS0.MonitoredItemCreateResult_Encoding_DefaultJson 15322
OpcUaNS0.CreateMonitoredItemsRequest_Encoding_DefaultJson 15323
OpcUaNS0.CreateMonitoredItemsResponse_Encoding_DefaultJson 15324
OpcUaNS0.MonitoredItemModifyRequest_Encoding_DefaultJson 15325
OpcUaNS0.MonitoredItemModifyResult_Encoding_DefaultJson 15326
OpcUaNS0.ModifyMonitoredItemsRequest_Encoding_DefaultJson 15327
OpcUaNS0.ModifyMonitoredItemsResponse_Encoding_DefaultJson 15328
OpcUaNS0.SetMonitoringModeRequest_Encoding_DefaultJson 15329
OpcUaNS0.BrokerDataSetWriterTransportType_RequestedDeliveryGuarantee 15330
OpcUaNS0.SetMonitoringModeResponse_Encoding_DefaultJson 15331
OpcUaNS0.SetTriggeringRequest_Encoding_DefaultJson 15332
OpcUaNS0.SetTriggeringResponse_Encoding_DefaultJson 15333
OpcUaNS0.BrokerDataSetReaderTransportType_ResourceUri 15334
OpcUaNS0.DeleteMonitoredItemsRequest_Encoding_DefaultJson 15335
OpcUaNS0.DeleteMonitoredItemsResponse_Encoding_DefaultJson 15336
OpcUaNS0.CreateSubscriptionRequest_Encoding_DefaultJson 15337
OpcUaNS0.CreateSubscriptionResponse_Encoding_DefaultJson 15338
OpcUaNS0.ModifySubscriptionRequest_Encoding_DefaultJson 15339
OpcUaNS0.ModifySubscriptionResponse_Encoding_DefaultJson 15340
OpcUaNS0.SetPublishingModeRequest_Encoding_DefaultJson 15341
OpcUaNS0.SetPublishingModeResponse_Encoding_DefaultJson 15342
OpcUaNS0.NotificationMessage_Encoding_DefaultJson 15343
OpcUaNS0.NotificationData_Encoding_DefaultJson 15344
OpcUaNS0.DataChangeNotification_Encoding_DefaultJson 15345
OpcUaNS0.MonitoredItemNotification_Encoding_DefaultJson 15346
OpcUaNS0.EventNotificationList_Encoding_DefaultJson 15347
OpcUaNS0.EventFieldList_Encoding_DefaultJson 15348
OpcUaNS0.HistoryEventFieldList_Encoding_DefaultJson 15349
OpcUaNS0.StatusChangeNotification_Encoding_DefaultJson 15350
OpcUaNS0.SubscriptionAcknowledgement_Encoding_DefaultJson 15351
OpcUaNS0.PublishRequest_Encoding_DefaultJson 15352
OpcUaNS0.PublishResponse_Encoding_DefaultJson 15353
OpcUaNS0.RepublishRequest_Encoding_DefaultJson 15354
OpcUaNS0.RepublishResponse_Encoding_DefaultJson 15355
OpcUaNS0.TransferResult_Encoding_DefaultJson 15356
OpcUaNS0.TransferSubscriptionsRequest_Encoding_DefaultJson 15357
OpcUaNS0.TransferSubscriptionsResponse_Encoding_DefaultJson 15358
OpcUaNS0.DeleteSubscriptionsRequest_Encoding_DefaultJson 15359
OpcUaNS0.DeleteSubscriptionsResponse_Encoding_DefaultJson 15360
OpcUaNS0.BuildInfo_Encoding_DefaultJson 15361
OpcUaNS0.RedundantServerDataType_Encoding_DefaultJson 15362
OpcUaNS0.EndpointUrlListDataType_Encoding_DefaultJson 15363
OpcUaNS0.NetworkGroupDataType_Encoding_DefaultJson 15364
OpcUaNS0.SamplingIntervalDiagnosticsDataType_Encoding_DefaultJson 15365
OpcUaNS0.ServerDiagnosticsSummaryDataType_Encoding_DefaultJson 15366
OpcUaNS0.ServerStatusDataType_Encoding_DefaultJson 15367
OpcUaNS0.SessionDiagnosticsDataType_Encoding_DefaultJson 15368
OpcUaNS0.SessionSecurityDiagnosticsDataType_Encoding_DefaultJson 15369
OpcUaNS0.ServiceCounterDataType_Encoding_DefaultJson 15370
OpcUaNS0.StatusResult_Encoding_DefaultJson 15371
OpcUaNS0.SubscriptionDiagnosticsDataType_Encoding_DefaultJson 15372
OpcUaNS0.ModelChangeStructureDataType_Encoding_DefaultJson 15373
OpcUaNS0.SemanticChangeStructureDataType_Encoding_DefaultJson 15374
OpcUaNS0.Range_Encoding_DefaultJson 15375
OpcUaNS0.EUInformation_Encoding_DefaultJson 15376
OpcUaNS0.ComplexNumberType_Encoding_DefaultJson 15377
OpcUaNS0.DoubleComplexNumberType_Encoding_DefaultJson 15378
OpcUaNS0.AxisInformation_Encoding_DefaultJson 15379
OpcUaNS0.XVType_Encoding_DefaultJson 15380
OpcUaNS0.ProgramDiagnosticDataType_Encoding_DefaultJson 15381
OpcUaNS0.Annotation_Encoding_DefaultJson 15382
OpcUaNS0.ProgramDiagnostic2Type 15383
OpcUaNS0.ProgramDiagnostic2Type_CreateSessionId 15384
OpcUaNS0.ProgramDiagnostic2Type_CreateClientName 15385
OpcUaNS0.ProgramDiagnostic2Type_InvocationCreationTime 15386
OpcUaNS0.ProgramDiagnostic2Type_LastTransitionTime 15387
OpcUaNS0.ProgramDiagnostic2Type_LastMethodCall 15388
OpcUaNS0.ProgramDiagnostic2Type_LastMethodSessionId 15389
OpcUaNS0.ProgramDiagnostic2Type_LastMethodInputArguments 15390
OpcUaNS0.ProgramDiagnostic2Type_LastMethodOutputArguments 15391
OpcUaNS0.ProgramDiagnostic2Type_LastMethodInputValues 15392
OpcUaNS0.ProgramDiagnostic2Type_LastMethodOutputValues 15393
OpcUaNS0.ProgramDiagnostic2Type_LastMethodCallTime 15394
OpcUaNS0.ProgramDiagnostic2Type_LastMethodReturnStatus 15395
OpcUaNS0.ProgramDiagnostic2DataType 15396
OpcUaNS0.ProgramDiagnostic2DataType_Encoding_DefaultBinary 15397
OpcUaNS0.OpcUa_BinarySchema_ProgramDiagnostic2DataType 15398
OpcUaNS0.OpcUa_BinarySchema_ProgramDiagnostic2DataType_DataTypeVersion 15399
OpcUaNS0.OpcUa_BinarySchema_ProgramDiagnostic2DataType_DictionaryFragment 15400
OpcUaNS0.ProgramDiagnostic2DataType_Encoding_DefaultXml 15401
OpcUaNS0.OpcUa_XmlSchema_ProgramDiagnostic2DataType 15402
OpcUaNS0.OpcUa_XmlSchema_ProgramDiagnostic2DataType_DataTypeVersion 15403
OpcUaNS0.OpcUa_XmlSchema_ProgramDiagnostic2DataType_DictionaryFragment 15404
OpcUaNS0.ProgramDiagnostic2DataType_Encoding_DefaultJson 15405
OpcUaNS0.AccessLevelExType 15406
OpcUaNS0.AccessLevelExType_OptionSetValues 15407
OpcUaNS0.RoleSetType_RoleName_Placeholder_ApplicationsExclude 15408
OpcUaNS0.RoleSetType_RoleName_Placeholder_EndpointsExclude 15409
OpcUaNS0.RoleType_ApplicationsExclude 15410
OpcUaNS0.RoleType_EndpointsExclude 15411
OpcUaNS0.WellKnownRole_Anonymous_ApplicationsExclude 15412
OpcUaNS0.WellKnownRole_Anonymous_EndpointsExclude 15413
OpcUaNS0.WellKnownRole_AuthenticatedUser_ApplicationsExclude 15414
OpcUaNS0.WellKnownRole_AuthenticatedUser_EndpointsExclude 15415
OpcUaNS0.WellKnownRole_Observer_ApplicationsExclude 15416
OpcUaNS0.WellKnownRole_Observer_EndpointsExclude 15417
OpcUaNS0.WellKnownRole_Operator_ApplicationsExclude 15418
OpcUaNS0.BrokerDataSetReaderTransportType_AuthenticationProfileUri 15419
OpcUaNS0.BrokerDataSetReaderTransportType_RequestedDeliveryGuarantee 15420
OpcUaNS0.SimpleTypeDescription_Encoding_DefaultBinary 15421
OpcUaNS0.UABinaryFileDataType_Encoding_DefaultBinary 15422
OpcUaNS0.WellKnownRole_Operator_EndpointsExclude 15423
OpcUaNS0.WellKnownRole_Engineer_ApplicationsExclude 15424
OpcUaNS0.WellKnownRole_Engineer_EndpointsExclude 15425
OpcUaNS0.WellKnownRole_Supervisor_ApplicationsExclude 15426
OpcUaNS0.WellKnownRole_Supervisor_EndpointsExclude 15427
OpcUaNS0.WellKnownRole_ConfigureAdmin_ApplicationsExclude 15428
OpcUaNS0.WellKnownRole_ConfigureAdmin_EndpointsExclude 15429
OpcUaNS0.WellKnownRole_SecurityAdmin_ApplicationsExclude 15430
OpcUaNS0.PublishSubscribeType_GetSecurityGroup 15431
OpcUaNS0.PublishSubscribeType_GetSecurityGroup_InputArguments 15432
OpcUaNS0.PublishSubscribeType_GetSecurityGroup_OutputArguments 15433
OpcUaNS0.PublishSubscribeType_SecurityGroups 15434
OpcUaNS0.PublishSubscribeType_SecurityGroups_AddSecurityGroup 15435
OpcUaNS0.PublishSubscribeType_SecurityGroups_AddSecurityGroup_InputArguments 15436
OpcUaNS0.PublishSubscribeType_SecurityGroups_AddSecurityGroup_OutputArguments 15437
OpcUaNS0.PublishSubscribeType_SecurityGroups_RemoveSecurityGroup 15438
OpcUaNS0.PublishSubscribeType_SecurityGroups_RemoveSecurityGroup_InputArguments 15439
OpcUaNS0.PublishSubscribe_GetSecurityGroup 15440
OpcUaNS0.PublishSubscribe_GetSecurityGroup_InputArguments 15441
OpcUaNS0.PublishSubscribe_GetSecurityGroup_OutputArguments 15442
OpcUaNS0.PublishSubscribe_SecurityGroups 15443
OpcUaNS0.PublishSubscribe_SecurityGroups_AddSecurityGroup 15444
OpcUaNS0.PublishSubscribe_SecurityGroups_AddSecurityGroup_InputArguments 15445
OpcUaNS0.PublishSubscribe_SecurityGroups_AddSecurityGroup_OutputArguments 15446
OpcUaNS0.PublishSubscribe_SecurityGroups_RemoveSecurityGroup 15447
OpcUaNS0.PublishSubscribe_SecurityGroups_RemoveSecurityGroup_InputArguments 15448
OpcUaNS0.GetSecurityGroupMethodType 15449
OpcUaNS0.GetSecurityGroupMethodType_InputArguments 15450
OpcUaNS0.GetSecurityGroupMethodType_OutputArguments 15451
OpcUaNS0.SecurityGroupFolderType 15452
OpcUaNS0.SecurityGroupFolderType_SecurityGroupFolderName_Placeholder 15453
OpcUaNS0.SecurityGroupFolderType_SecurityGroupFolderName_Placeholder_AddSecurityGroup 15454
OpcUaNS0.SecurityGroupFolderType_SecurityGroupFolderName_Placeholder_AddSecurityGroup_InputArguments 15455
OpcUaNS0.SecurityGroupFolderType_SecurityGroupFolderName_Placeholder_AddSecurityGroup_OutputArguments 15456
OpcUaNS0.SecurityGroupFolderType_SecurityGroupFolderName_Placeholder_RemoveSecurityGroup 15457
OpcUaNS0.SecurityGroupFolderType_SecurityGroupFolderName_Placeholder_RemoveSecurityGroup_InputArguments 15458
OpcUaNS0.SecurityGroupFolderType_SecurityGroupName_Placeholder 15459
OpcUaNS0.SecurityGroupFolderType_SecurityGroupName_Placeholder_SecurityGroupId 15460
OpcUaNS0.SecurityGroupFolderType_AddSecurityGroup 15461
OpcUaNS0.SecurityGroupFolderType_AddSecurityGroup_InputArguments 15462
OpcUaNS0.SecurityGroupFolderType_AddSecurityGroup_OutputArguments 15463
OpcUaNS0.SecurityGroupFolderType_RemoveSecurityGroup 15464
OpcUaNS0.SecurityGroupFolderType_RemoveSecurityGroup_InputArguments 15465
OpcUaNS0.AddSecurityGroupMethodType 15466
OpcUaNS0.AddSecurityGroupMethodType_InputArguments 15467
OpcUaNS0.AddSecurityGroupMethodType_OutputArguments 15468
OpcUaNS0.RemoveSecurityGroupMethodType 15469
OpcUaNS0.RemoveSecurityGroupMethodType_InputArguments 15470
OpcUaNS0.SecurityGroupType 15471
OpcUaNS0.SecurityGroupType_SecurityGroupId 15472
OpcUaNS0.DataSetFolderType_PublishedDataSetName_Placeholder_ExtensionFields 15473
OpcUaNS0.DataSetFolderType_PublishedDataSetName_Placeholder_ExtensionFields_AddExtensionField 15474
OpcUaNS0.DataSetFolderType_PublishedDataSetName_Placeholder_ExtensionFields_AddExtensionField_InputArguments 15475
OpcUaNS0.DataSetFolderType_PublishedDataSetName_Placeholder_ExtensionFields_AddExtensionField_OutputArguments 15476
OpcUaNS0.DataSetFolderType_PublishedDataSetName_Placeholder_ExtensionFields_RemoveExtensionField 15477
OpcUaNS0.DataSetFolderType_PublishedDataSetName_Placeholder_ExtensionFields_RemoveExtensionField_InputArguments 15478
OpcUaNS0.BrokerConnectionTransportDataType_Encoding_DefaultBinary 15479
OpcUaNS0.WriterGroupDataType 15480
OpcUaNS0.PublishedDataSetType_ExtensionFields 15481
OpcUaNS0.PublishedDataSetType_ExtensionFields_AddExtensionField 15482
OpcUaNS0.PublishedDataSetType_ExtensionFields_AddExtensionField_InputArguments 15483
OpcUaNS0.PublishedDataSetType_ExtensionFields_AddExtensionField_OutputArguments 15484
OpcUaNS0.PublishedDataSetType_ExtensionFields_RemoveExtensionField 15485
OpcUaNS0.PublishedDataSetType_ExtensionFields_RemoveExtensionField_InputArguments 15486
OpcUaNS0.StructureDescription 15487
OpcUaNS0.EnumDescription 15488
OpcUaNS0.ExtensionFieldsType 15489
OpcUaNS0.ExtensionFieldsType_ExtensionFieldName_Placeholder 15490
OpcUaNS0.ExtensionFieldsType_AddExtensionField 15491
OpcUaNS0.ExtensionFieldsType_AddExtensionField_InputArguments 15492
OpcUaNS0.ExtensionFieldsType_AddExtensionField_OutputArguments 15493
OpcUaNS0.ExtensionFieldsType_RemoveExtensionField 15494
OpcUaNS0.ExtensionFieldsType_RemoveExtensionField_InputArguments 15495
OpcUaNS0.AddExtensionFieldMethodType 15496
OpcUaNS0.AddExtensionFieldMethodType_InputArguments 15497
OpcUaNS0.AddExtensionFieldMethodType_OutputArguments 15498
OpcUaNS0.RemoveExtensionFieldMethodType 15499
OpcUaNS0.RemoveExtensionFieldMethodType_InputArguments 15500
OpcUaNS0.OpcUa_BinarySchema_SimpleTypeDescription 15501
OpcUaNS0.NetworkAddressDataType 15502
OpcUaNS0.PublishedDataItemsType_ExtensionFields 15503
OpcUaNS0.PublishedDataItemsType_ExtensionFields_AddExtensionField 15504
OpcUaNS0.PublishedDataItemsType_ExtensionFields_AddExtensionField_InputArguments 15505
OpcUaNS0.PublishedDataItemsType_ExtensionFields_AddExtensionField_OutputArguments 15506
OpcUaNS0.PublishedDataItemsType_ExtensionFields_RemoveExtensionField 15507
OpcUaNS0.PublishedDataItemsType_ExtensionFields_RemoveExtensionField_InputArguments 15508
OpcUaNS0.OpcUa_BinarySchema_SimpleTypeDescription_DataTypeVersion 15509
OpcUaNS0.NetworkAddressUrlDataType 15510
OpcUaNS0.PublishedEventsType_ExtensionFields 15511
OpcUaNS0.PublishedEventsType_ExtensionFields_AddExtensionField 15512
OpcUaNS0.PublishedEventsType_ExtensionFields_AddExtensionField_InputArguments 15513
OpcUaNS0.PublishedEventsType_ExtensionFields_AddExtensionField_OutputArguments 15514
OpcUaNS0.PublishedEventsType_ExtensionFields_RemoveExtensionField 15515
OpcUaNS0.PublishedEventsType_ExtensionFields_RemoveExtensionField_InputArguments 15516
OpcUaNS0.PublishedEventsType_ModifyFieldSelection_OutputArguments 15517
OpcUaNS0.PublishedEventsTypeModifyFieldSelectionMethodType_OutputArguments 15518
OpcUaNS0.OpcUa_BinarySchema_SimpleTypeDescription_DictionaryFragment 15519
OpcUaNS0.ReaderGroupDataType 15520
OpcUaNS0.OpcUa_BinarySchema_UABinaryFileDataType 15521
OpcUaNS0.OpcUa_BinarySchema_UABinaryFileDataType_DataTypeVersion 15522
OpcUaNS0.OpcUa_BinarySchema_UABinaryFileDataType_DictionaryFragment 15523
OpcUaNS0.OpcUa_BinarySchema_BrokerConnectionTransportDataType 15524
OpcUaNS0.OpcUa_BinarySchema_BrokerConnectionTransportDataType_DataTypeVersion 15525
OpcUaNS0.OpcUa_BinarySchema_BrokerConnectionTransportDataType_DictionaryFragment 15526
OpcUaNS0.WellKnownRole_SecurityAdmin_EndpointsExclude 15527
OpcUaNS0.EndpointType 15528
OpcUaNS0.SimpleTypeDescription_Encoding_DefaultXml 15529
OpcUaNS0.PubSubConfigurationDataType 15530
OpcUaNS0.UABinaryFileDataType_Encoding_DefaultXml 15531
OpcUaNS0.DatagramWriterGroupTransportDataType 15532
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Address_NetworkInterface 15533
OpcUaNS0.DataTypeSchemaHeader 15534
OpcUaNS0.PubSubStatusEventType 15535
OpcUaNS0.PubSubStatusEventType_EventId 15536
OpcUaNS0.PubSubStatusEventType_EventType 15537
OpcUaNS0.PubSubStatusEventType_SourceNode 15538
OpcUaNS0.PubSubStatusEventType_SourceName 15539
OpcUaNS0.PubSubStatusEventType_Time 15540
OpcUaNS0.PubSubStatusEventType_ReceiveTime 15541
OpcUaNS0.PubSubStatusEventType_LocalTime 15542
OpcUaNS0.PubSubStatusEventType_Message 15543
OpcUaNS0.PubSubStatusEventType_Severity 15544
OpcUaNS0.PubSubStatusEventType_ConnectionId 15545
OpcUaNS0.PubSubStatusEventType_GroupId 15546
OpcUaNS0.PubSubStatusEventType_State 15547
OpcUaNS0.PubSubTransportLimitsExceedEventType 15548
OpcUaNS0.PubSubTransportLimitsExceedEventType_EventId 15549
OpcUaNS0.PubSubTransportLimitsExceedEventType_EventType 15550
OpcUaNS0.PubSubTransportLimitsExceedEventType_SourceNode 15551
OpcUaNS0.PubSubTransportLimitsExceedEventType_SourceName 15552
OpcUaNS0.PubSubTransportLimitsExceedEventType_Time 15553
OpcUaNS0.PubSubTransportLimitsExceedEventType_ReceiveTime 15554
OpcUaNS0.PubSubTransportLimitsExceedEventType_LocalTime 15555
OpcUaNS0.PubSubTransportLimitsExceedEventType_Message 15556
OpcUaNS0.PubSubTransportLimitsExceedEventType_Severity 15557
OpcUaNS0.PubSubTransportLimitsExceedEventType_ConnectionId 15558
OpcUaNS0.PubSubTransportLimitsExceedEventType_GroupId 15559
OpcUaNS0.PubSubTransportLimitsExceedEventType_State 15560
OpcUaNS0.PubSubTransportLimitsExceedEventType_Actual 15561
OpcUaNS0.PubSubTransportLimitsExceedEventType_Maximum 15562
OpcUaNS0.PubSubCommunicationFailureEventType 15563
OpcUaNS0.PubSubCommunicationFailureEventType_EventId 15564
OpcUaNS0.PubSubCommunicationFailureEventType_EventType 15565
OpcUaNS0.PubSubCommunicationFailureEventType_SourceNode 15566
OpcUaNS0.PubSubCommunicationFailureEventType_SourceName 15567
OpcUaNS0.PubSubCommunicationFailureEventType_Time 15568
OpcUaNS0.PubSubCommunicationFailureEventType_ReceiveTime 15569
OpcUaNS0.PubSubCommunicationFailureEventType_LocalTime 15570
OpcUaNS0.PubSubCommunicationFailureEventType_Message 15571
OpcUaNS0.PubSubCommunicationFailureEventType_Severity 15572
OpcUaNS0.PubSubCommunicationFailureEventType_ConnectionId 15573
OpcUaNS0.PubSubCommunicationFailureEventType_GroupId 15574
OpcUaNS0.PubSubCommunicationFailureEventType_State 15575
OpcUaNS0.PubSubCommunicationFailureEventType_Error 15576
OpcUaNS0.DataSetFieldFlags_OptionSetValues 15577
OpcUaNS0.PublishedDataSetDataType 15578
OpcUaNS0.BrokerConnectionTransportDataType_Encoding_DefaultXml 15579
OpcUaNS0.PublishedDataSetSourceDataType 15580
OpcUaNS0.PublishedDataItemsDataType 15581
OpcUaNS0.PublishedEventsDataType 15582
OpcUaNS0.DataSetFieldContentMask 15583
OpcUaNS0.DataSetFieldContentMask_OptionSetValues 15584
OpcUaNS0.OpcUa_XmlSchema_SimpleTypeDescription 15585
OpcUaNS0.OpcUa_XmlSchema_SimpleTypeDescription_DataTypeVersion 15586
OpcUaNS0.OpcUa_XmlSchema_SimpleTypeDescription_DictionaryFragment 15587
OpcUaNS0.OpcUa_XmlSchema_UABinaryFileDataType 15588
OpcUaNS0.StructureDescription_Encoding_DefaultXml 15589
OpcUaNS0.EnumDescription_Encoding_DefaultXml 15590
OpcUaNS0.OpcUa_XmlSchema_StructureDescription 15591
OpcUaNS0.OpcUa_XmlSchema_StructureDescription_DataTypeVersion 15592
OpcUaNS0.OpcUa_XmlSchema_StructureDescription_DictionaryFragment 15593
OpcUaNS0.OpcUa_XmlSchema_EnumDescription 15594
OpcUaNS0.OpcUa_XmlSchema_EnumDescription_DataTypeVersion 15595
OpcUaNS0.OpcUa_XmlSchema_EnumDescription_DictionaryFragment 15596
OpcUaNS0.DataSetWriterDataType 15597
OpcUaNS0.DataSetWriterTransportDataType 15598
OpcUaNS0.OpcUa_BinarySchema_StructureDescription 15599
OpcUaNS0.OpcUa_BinarySchema_StructureDescription_DataTypeVersion 15600
OpcUaNS0.OpcUa_BinarySchema_StructureDescription_DictionaryFragment 15601
OpcUaNS0.OpcUa_BinarySchema_EnumDescription 15602
OpcUaNS0.OpcUa_BinarySchema_EnumDescription_DataTypeVersion 15603
OpcUaNS0.OpcUa_BinarySchema_EnumDescription_DictionaryFragment 15604
OpcUaNS0.DataSetWriterMessageDataType 15605
OpcUaNS0.Server_ServerCapabilities_RoleSet 15606
OpcUaNS0.RoleSetType 15607
OpcUaNS0.RoleSetType_RoleName_Placeholder 15608
OpcUaNS0.PubSubGroupDataType 15609
OpcUaNS0.OpcUa_XmlSchema_UABinaryFileDataType_DataTypeVersion 15610
OpcUaNS0.WriterGroupTransportDataType 15611
OpcUaNS0.RoleSetType_RoleName_Placeholder_AddIdentity 15612
OpcUaNS0.RoleSetType_RoleName_Placeholder_AddIdentity_InputArguments 15613
OpcUaNS0.RoleSetType_RoleName_Placeholder_RemoveIdentity 15614
OpcUaNS0.RoleSetType_RoleName_Placeholder_RemoveIdentity_InputArguments 15615
OpcUaNS0.WriterGroupMessageDataType 15616
OpcUaNS0.PubSubConnectionDataType 15617
OpcUaNS0.ConnectionTransportDataType 15618
OpcUaNS0.OpcUa_XmlSchema_UABinaryFileDataType_DictionaryFragment 15619
OpcUaNS0.RoleType 15620
OpcUaNS0.ReaderGroupTransportDataType 15621
OpcUaNS0.ReaderGroupMessageDataType 15622
OpcUaNS0.DataSetReaderDataType 15623
OpcUaNS0.RoleType_AddIdentity 15624
OpcUaNS0.RoleType_AddIdentity_InputArguments 15625
OpcUaNS0.RoleType_RemoveIdentity 15626
OpcUaNS0.RoleType_RemoveIdentity_InputArguments 15627
OpcUaNS0.DataSetReaderTransportDataType 15628
OpcUaNS0.DataSetReaderMessageDataType 15629
OpcUaNS0.SubscribedDataSetDataType 15630
OpcUaNS0.TargetVariablesDataType 15631
OpcUaNS0.IdentityCriteriaType 15632
OpcUaNS0.IdentityCriteriaType_EnumValues 15633
OpcUaNS0.IdentityMappingRuleType 15634
OpcUaNS0.SubscribedDataSetMirrorDataType 15635
OpcUaNS0.AddIdentityMethodType 15636
OpcUaNS0.AddIdentityMethodType_InputArguments 15637
OpcUaNS0.RemoveIdentityMethodType 15638
OpcUaNS0.RemoveIdentityMethodType_InputArguments 15639
OpcUaNS0.OpcUa_XmlSchema_BrokerConnectionTransportDataType 15640
OpcUaNS0.DataSetOrderingType_EnumStrings 15641
OpcUaNS0.UadpNetworkMessageContentMask 15642
OpcUaNS0.UadpNetworkMessageContentMask_OptionSetValues 15643
OpcUaNS0.WellKnownRole_Anonymous 15644
OpcUaNS0.UadpWriterGroupMessageDataType 15645
OpcUaNS0.UadpDataSetMessageContentMask 15646
OpcUaNS0.UadpDataSetMessageContentMask_OptionSetValues 15647
OpcUaNS0.WellKnownRole_Anonymous_AddIdentity 15648
OpcUaNS0.WellKnownRole_Anonymous_AddIdentity_InputArguments 15649
OpcUaNS0.WellKnownRole_Anonymous_RemoveIdentity 15650
OpcUaNS0.WellKnownRole_Anonymous_RemoveIdentity_InputArguments 15651
OpcUaNS0.UadpDataSetWriterMessageDataType 15652
OpcUaNS0.UadpDataSetReaderMessageDataType 15653
OpcUaNS0.JsonNetworkMessageContentMask 15654
OpcUaNS0.JsonNetworkMessageContentMask_OptionSetValues 15655
OpcUaNS0.WellKnownRole_AuthenticatedUser 15656
OpcUaNS0.JsonWriterGroupMessageDataType 15657
OpcUaNS0.JsonDataSetMessageContentMask 15658
OpcUaNS0.JsonDataSetMessageContentMask_OptionSetValues 15659
OpcUaNS0.WellKnownRole_AuthenticatedUser_AddIdentity 15660
OpcUaNS0.WellKnownRole_AuthenticatedUser_AddIdentity_InputArguments 15661
OpcUaNS0.WellKnownRole_AuthenticatedUser_RemoveIdentity 15662
OpcUaNS0.WellKnownRole_AuthenticatedUser_RemoveIdentity_InputArguments 15663
OpcUaNS0.JsonDataSetWriterMessageDataType 15664
OpcUaNS0.JsonDataSetReaderMessageDataType 15665
OpcUaNS0.OpcUa_XmlSchema_BrokerConnectionTransportDataType_DataTypeVersion 15666
OpcUaNS0.BrokerWriterGroupTransportDataType 15667
OpcUaNS0.WellKnownRole_Observer 15668
OpcUaNS0.BrokerDataSetWriterTransportDataType 15669
OpcUaNS0.BrokerDataSetReaderTransportDataType 15670
OpcUaNS0.EndpointType_Encoding_DefaultBinary 15671
OpcUaNS0.WellKnownRole_Observer_AddIdentity 15672
OpcUaNS0.WellKnownRole_Observer_AddIdentity_InputArguments 15673
OpcUaNS0.WellKnownRole_Observer_RemoveIdentity 15674
OpcUaNS0.WellKnownRole_Observer_RemoveIdentity_InputArguments 15675
OpcUaNS0.DataTypeSchemaHeader_Encoding_DefaultBinary 15676
OpcUaNS0.PublishedDataSetDataType_Encoding_DefaultBinary 15677
OpcUaNS0.PublishedDataSetSourceDataType_Encoding_DefaultBinary 15678
OpcUaNS0.PublishedDataItemsDataType_Encoding_DefaultBinary 15679
OpcUaNS0.WellKnownRole_Operator 15680
OpcUaNS0.PublishedEventsDataType_Encoding_DefaultBinary 15681
OpcUaNS0.DataSetWriterDataType_Encoding_DefaultBinary 15682
OpcUaNS0.DataSetWriterTransportDataType_Encoding_DefaultBinary 15683
OpcUaNS0.WellKnownRole_Operator_AddIdentity 15684
OpcUaNS0.WellKnownRole_Operator_AddIdentity_InputArguments 15685
OpcUaNS0.WellKnownRole_Operator_RemoveIdentity 15686
OpcUaNS0.WellKnownRole_Operator_RemoveIdentity_InputArguments 15687
OpcUaNS0.DataSetWriterMessageDataType_Encoding_DefaultBinary 15688
OpcUaNS0.PubSubGroupDataType_Encoding_DefaultBinary 15689
OpcUaNS0.OpcUa_XmlSchema_BrokerConnectionTransportDataType_DictionaryFragment 15690
OpcUaNS0.WriterGroupTransportDataType_Encoding_DefaultBinary 15691
OpcUaNS0.WellKnownRole_Supervisor 15692
OpcUaNS0.WriterGroupMessageDataType_Encoding_DefaultBinary 15693
OpcUaNS0.PubSubConnectionDataType_Encoding_DefaultBinary 15694
OpcUaNS0.ConnectionTransportDataType_Encoding_DefaultBinary 15695
OpcUaNS0.WellKnownRole_Supervisor_AddIdentity 15696
OpcUaNS0.WellKnownRole_Supervisor_AddIdentity_InputArguments 15697
OpcUaNS0.WellKnownRole_Supervisor_RemoveIdentity 15698
OpcUaNS0.WellKnownRole_Supervisor_RemoveIdentity_InputArguments 15699
OpcUaNS0.SimpleTypeDescription_Encoding_DefaultJson 15700
OpcUaNS0.ReaderGroupTransportDataType_Encoding_DefaultBinary 15701
OpcUaNS0.ReaderGroupMessageDataType_Encoding_DefaultBinary 15702
OpcUaNS0.DataSetReaderDataType_Encoding_DefaultBinary 15703
OpcUaNS0.WellKnownRole_SecurityAdmin 15704
OpcUaNS0.DataSetReaderTransportDataType_Encoding_DefaultBinary 15705
OpcUaNS0.DataSetReaderMessageDataType_Encoding_DefaultBinary 15706
OpcUaNS0.SubscribedDataSetDataType_Encoding_DefaultBinary 15707
OpcUaNS0.WellKnownRole_SecurityAdmin_AddIdentity 15708
OpcUaNS0.WellKnownRole_SecurityAdmin_AddIdentity_InputArguments 15709
OpcUaNS0.WellKnownRole_SecurityAdmin_RemoveIdentity 15710
OpcUaNS0.WellKnownRole_SecurityAdmin_RemoveIdentity_InputArguments 15711
OpcUaNS0.TargetVariablesDataType_Encoding_DefaultBinary 15712
OpcUaNS0.SubscribedDataSetMirrorDataType_Encoding_DefaultBinary 15713
OpcUaNS0.UABinaryFileDataType_Encoding_DefaultJson 15714
OpcUaNS0.UadpWriterGroupMessageDataType_Encoding_DefaultBinary 15715
OpcUaNS0.WellKnownRole_ConfigureAdmin 15716
OpcUaNS0.UadpDataSetWriterMessageDataType_Encoding_DefaultBinary 15717
OpcUaNS0.UadpDataSetReaderMessageDataType_Encoding_DefaultBinary 15718
OpcUaNS0.JsonWriterGroupMessageDataType_Encoding_DefaultBinary 15719
OpcUaNS0.WellKnownRole_ConfigureAdmin_AddIdentity 15720
OpcUaNS0.WellKnownRole_ConfigureAdmin_AddIdentity_InputArguments 15721
OpcUaNS0.WellKnownRole_ConfigureAdmin_RemoveIdentity 15722
OpcUaNS0.WellKnownRole_ConfigureAdmin_RemoveIdentity_InputArguments 15723
OpcUaNS0.JsonDataSetWriterMessageDataType_Encoding_DefaultBinary 15724
OpcUaNS0.JsonDataSetReaderMessageDataType_Encoding_DefaultBinary 15725
OpcUaNS0.BrokerConnectionTransportDataType_Encoding_DefaultJson 15726
OpcUaNS0.BrokerWriterGroupTransportDataType_Encoding_DefaultBinary 15727
OpcUaNS0.IdentityMappingRuleType_Encoding_DefaultXml 15728
OpcUaNS0.BrokerDataSetWriterTransportDataType_Encoding_DefaultBinary 15729
OpcUaNS0.OpcUa_XmlSchema_IdentityMappingRuleType 15730
OpcUaNS0.OpcUa_XmlSchema_IdentityMappingRuleType_DataTypeVersion 15731
OpcUaNS0.OpcUa_XmlSchema_IdentityMappingRuleType_DictionaryFragment 15732
OpcUaNS0.BrokerDataSetReaderTransportDataType_Encoding_DefaultBinary 15733
OpcUaNS0.OpcUa_BinarySchema_EndpointType 15734
OpcUaNS0.OpcUa_BinarySchema_EndpointType_DataTypeVersion 15735
OpcUaNS0.IdentityMappingRuleType_Encoding_DefaultBinary 15736
OpcUaNS0.OpcUa_BinarySchema_EndpointType_DictionaryFragment 15737
OpcUaNS0.OpcUa_BinarySchema_IdentityMappingRuleType 15738
OpcUaNS0.OpcUa_BinarySchema_IdentityMappingRuleType_DataTypeVersion 15739
OpcUaNS0.OpcUa_BinarySchema_IdentityMappingRuleType_DictionaryFragment 15740
OpcUaNS0.OpcUa_BinarySchema_DataTypeSchemaHeader 15741
OpcUaNS0.OpcUa_BinarySchema_DataTypeSchemaHeader_DataTypeVersion 15742
OpcUaNS0.OpcUa_BinarySchema_DataTypeSchemaHeader_DictionaryFragment 15743
OpcUaNS0.TemporaryFileTransferType 15744
OpcUaNS0.TemporaryFileTransferType_ClientProcessingTimeout 15745
OpcUaNS0.TemporaryFileTransferType_GenerateFileForRead 15746
OpcUaNS0.TemporaryFileTransferType_GenerateFileForRead_InputArguments 15747
OpcUaNS0.TemporaryFileTransferType_GenerateFileForRead_OutputArguments 15748
OpcUaNS0.TemporaryFileTransferType_GenerateFileForWrite 15749
OpcUaNS0.TemporaryFileTransferType_GenerateFileForWrite_OutputArguments 15750
OpcUaNS0.TemporaryFileTransferType_CloseAndCommit 15751
OpcUaNS0.TemporaryFileTransferType_CloseAndCommit_InputArguments 15752
OpcUaNS0.TemporaryFileTransferType_CloseAndCommit_OutputArguments 15753
OpcUaNS0.TemporaryFileTransferType_TransferState_Placeholder 15754
OpcUaNS0.TemporaryFileTransferType_TransferState_Placeholder_CurrentState 15755
OpcUaNS0.TemporaryFileTransferType_TransferState_Placeholder_CurrentState_Id 15756
OpcUaNS0.TemporaryFileTransferType_TransferState_Placeholder_CurrentState_Name 15757
OpcUaNS0.TemporaryFileTransferType_TransferState_Placeholder_CurrentState_Number 15758
OpcUaNS0.TemporaryFileTransferType_TransferState_Placeholder_CurrentState_EffectiveDisplayName 15759
OpcUaNS0.TemporaryFileTransferType_TransferState_Placeholder_LastTransition 15760
OpcUaNS0.TemporaryFileTransferType_TransferState_Placeholder_LastTransition_Id 15761
OpcUaNS0.TemporaryFileTransferType_TransferState_Placeholder_LastTransition_Name 15762
OpcUaNS0.TemporaryFileTransferType_TransferState_Placeholder_LastTransition_Number 15763
OpcUaNS0.TemporaryFileTransferType_TransferState_Placeholder_LastTransition_TransitionTime 15764
OpcUaNS0.TemporaryFileTransferType_TransferState_Placeholder_LastTransition_EffectiveTransitionTime 15765
OpcUaNS0.OpcUa_BinarySchema_PublishedDataSetDataType 15766
OpcUaNS0.OpcUa_BinarySchema_PublishedDataSetDataType_DataTypeVersion 15767
OpcUaNS0.OpcUa_BinarySchema_PublishedDataSetDataType_DictionaryFragment 15768
OpcUaNS0.OpcUa_BinarySchema_PublishedDataSetSourceDataType 15769
OpcUaNS0.OpcUa_BinarySchema_PublishedDataSetSourceDataType_DataTypeVersion 15770
OpcUaNS0.OpcUa_BinarySchema_PublishedDataSetSourceDataType_DictionaryFragment 15771
OpcUaNS0.OpcUa_BinarySchema_PublishedDataItemsDataType 15772
OpcUaNS0.OpcUa_BinarySchema_PublishedDataItemsDataType_DataTypeVersion 15773
OpcUaNS0.OpcUa_BinarySchema_PublishedDataItemsDataType_DictionaryFragment 15774
OpcUaNS0.OpcUa_BinarySchema_PublishedEventsDataType 15775
OpcUaNS0.OpcUa_BinarySchema_PublishedEventsDataType_DataTypeVersion 15776
OpcUaNS0.OpcUa_BinarySchema_PublishedEventsDataType_DictionaryFragment 15777
OpcUaNS0.OpcUa_BinarySchema_DataSetWriterDataType 15778
OpcUaNS0.OpcUa_BinarySchema_DataSetWriterDataType_DataTypeVersion 15779
OpcUaNS0.OpcUa_BinarySchema_DataSetWriterDataType_DictionaryFragment 15780
OpcUaNS0.OpcUa_BinarySchema_DataSetWriterTransportDataType 15781
OpcUaNS0.OpcUa_BinarySchema_DataSetWriterTransportDataType_DataTypeVersion 15782
OpcUaNS0.OpcUa_BinarySchema_DataSetWriterTransportDataType_DictionaryFragment 15783
OpcUaNS0.OpcUa_BinarySchema_DataSetWriterMessageDataType 15784
OpcUaNS0.OpcUa_BinarySchema_DataSetWriterMessageDataType_DataTypeVersion 15785
OpcUaNS0.OpcUa_BinarySchema_DataSetWriterMessageDataType_DictionaryFragment 15786
OpcUaNS0.OpcUa_BinarySchema_PubSubGroupDataType 15787
OpcUaNS0.OpcUa_BinarySchema_PubSubGroupDataType_DataTypeVersion 15788
OpcUaNS0.OpcUa_BinarySchema_PubSubGroupDataType_DictionaryFragment 15789
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder 15790
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_PublisherId 15791
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_TransportProfileUri 15792
OpcUaNS0.OpcUa_BinarySchema_WriterGroupTransportDataType 15793
OpcUaNS0.TemporaryFileTransferType_TransferState_Placeholder_Reset 15794
OpcUaNS0.GenerateFileForReadMethodType 15795
OpcUaNS0.GenerateFileForReadMethodType_InputArguments 15796
OpcUaNS0.GenerateFileForReadMethodType_OutputArguments 15797
OpcUaNS0.GenerateFileForWriteMethodType 15798
OpcUaNS0.GenerateFileForWriteMethodType_OutputArguments 15799
OpcUaNS0.CloseAndCommitMethodType 15800
OpcUaNS0.CloseAndCommitMethodType_InputArguments 15801
OpcUaNS0.CloseAndCommitMethodType_OutputArguments 15802
OpcUaNS0.FileTransferStateMachineType 15803
OpcUaNS0.FileTransferStateMachineType_CurrentState 15804
OpcUaNS0.FileTransferStateMachineType_CurrentState_Id 15805
OpcUaNS0.FileTransferStateMachineType_CurrentState_Name 15806
OpcUaNS0.FileTransferStateMachineType_CurrentState_Number 15807
OpcUaNS0.FileTransferStateMachineType_CurrentState_EffectiveDisplayName 15808
OpcUaNS0.FileTransferStateMachineType_LastTransition 15809
OpcUaNS0.FileTransferStateMachineType_LastTransition_Id 15810
OpcUaNS0.FileTransferStateMachineType_LastTransition_Name 15811
OpcUaNS0.FileTransferStateMachineType_LastTransition_Number 15812
OpcUaNS0.FileTransferStateMachineType_LastTransition_TransitionTime 15813
OpcUaNS0.FileTransferStateMachineType_LastTransition_EffectiveTransitionTime 15814
OpcUaNS0.FileTransferStateMachineType_Idle 15815
OpcUaNS0.FileTransferStateMachineType_Idle_StateNumber 15816
OpcUaNS0.FileTransferStateMachineType_ReadPrepare 15817
OpcUaNS0.FileTransferStateMachineType_ReadPrepare_StateNumber 15818
OpcUaNS0.FileTransferStateMachineType_ReadTransfer 15819
OpcUaNS0.FileTransferStateMachineType_ReadTransfer_StateNumber 15820
OpcUaNS0.FileTransferStateMachineType_ApplyWrite 15821
OpcUaNS0.FileTransferStateMachineType_ApplyWrite_StateNumber 15822
OpcUaNS0.FileTransferStateMachineType_Error 15823
OpcUaNS0.FileTransferStateMachineType_Error_StateNumber 15824
OpcUaNS0.FileTransferStateMachineType_IdleToReadPrepare 15825
OpcUaNS0.FileTransferStateMachineType_IdleToReadPrepare_TransitionNumber 15826
OpcUaNS0.FileTransferStateMachineType_ReadPrepareToReadTransfer 15827
OpcUaNS0.FileTransferStateMachineType_ReadPrepareToReadTransfer_TransitionNumber 15828
OpcUaNS0.FileTransferStateMachineType_ReadTransferToIdle 15829
OpcUaNS0.FileTransferStateMachineType_ReadTransferToIdle_TransitionNumber 15830
OpcUaNS0.FileTransferStateMachineType_IdleToApplyWrite 15831
OpcUaNS0.FileTransferStateMachineType_IdleToApplyWrite_TransitionNumber 15832
OpcUaNS0.FileTransferStateMachineType_ApplyWriteToIdle 15833
OpcUaNS0.FileTransferStateMachineType_ApplyWriteToIdle_TransitionNumber 15834
OpcUaNS0.FileTransferStateMachineType_ReadPrepareToError 15835
OpcUaNS0.FileTransferStateMachineType_ReadPrepareToError_TransitionNumber 15836
OpcUaNS0.FileTransferStateMachineType_ReadTransferToError 15837
OpcUaNS0.FileTransferStateMachineType_ReadTransferToError_TransitionNumber 15838
OpcUaNS0.FileTransferStateMachineType_ApplyWriteToError 15839
OpcUaNS0.FileTransferStateMachineType_ApplyWriteToError_TransitionNumber 15840
OpcUaNS0.FileTransferStateMachineType_ErrorToIdle 15841
OpcUaNS0.FileTransferStateMachineType_ErrorToIdle_TransitionNumber 15842
OpcUaNS0.FileTransferStateMachineType_Reset 15843
OpcUaNS0.PublishSubscribeType_Status 15844
OpcUaNS0.PublishSubscribeType_Status_State 15845
OpcUaNS0.PublishSubscribeType_Status_Enable 15846
OpcUaNS0.PublishSubscribeType_Status_Disable 15847
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_TransportProfileUri_Selections 15848
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_TransportProfileUri_SelectionDescriptions 15849
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_TransportProfileUri_RestrictToList 15850
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Address 15851
OpcUaNS0.OpcUa_BinarySchema_WriterGroupTransportDataType_DataTypeVersion 15852
OpcUaNS0.OpcUa_BinarySchema_WriterGroupTransportDataType_DictionaryFragment 15853
OpcUaNS0.OpcUa_BinarySchema_WriterGroupMessageDataType 15854
OpcUaNS0.OpcUa_BinarySchema_WriterGroupMessageDataType_DataTypeVersion 15855
OpcUaNS0.OpcUa_BinarySchema_WriterGroupMessageDataType_DictionaryFragment 15856
OpcUaNS0.OpcUa_BinarySchema_PubSubConnectionDataType 15857
OpcUaNS0.OpcUa_BinarySchema_PubSubConnectionDataType_DataTypeVersion 15858
OpcUaNS0.OpcUa_BinarySchema_PubSubConnectionDataType_DictionaryFragment 15859
OpcUaNS0.OpcUa_BinarySchema_ConnectionTransportDataType 15860
OpcUaNS0.OpcUa_BinarySchema_ConnectionTransportDataType_DataTypeVersion 15861
OpcUaNS0.OpcUa_BinarySchema_ConnectionTransportDataType_DictionaryFragment 15862
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Address_NetworkInterface 15863
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_TransportSettings 15864
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Status 15865
OpcUaNS0.OpcUa_BinarySchema_ReaderGroupTransportDataType 15866
OpcUaNS0.OpcUa_BinarySchema_ReaderGroupTransportDataType_DataTypeVersion 15867
OpcUaNS0.OpcUa_BinarySchema_ReaderGroupTransportDataType_DictionaryFragment 15868
OpcUaNS0.OpcUa_BinarySchema_ReaderGroupMessageDataType 15869
OpcUaNS0.OpcUa_BinarySchema_ReaderGroupMessageDataType_DataTypeVersion 15870
OpcUaNS0.OpcUa_BinarySchema_ReaderGroupMessageDataType_DictionaryFragment 15871
OpcUaNS0.OpcUa_BinarySchema_DataSetReaderDataType 15872
OpcUaNS0.OpcUa_BinarySchema_DataSetReaderDataType_DataTypeVersion 15873
OpcUaNS0.OverrideValueHandling 15874
OpcUaNS0.OverrideValueHandling_EnumStrings 15875
OpcUaNS0.OpcUa_BinarySchema_DataSetReaderDataType_DictionaryFragment 15876
OpcUaNS0.OpcUa_BinarySchema_DataSetReaderTransportDataType 15877
OpcUaNS0.OpcUa_BinarySchema_DataSetReaderTransportDataType_DataTypeVersion 15878
OpcUaNS0.OpcUa_BinarySchema_DataSetReaderTransportDataType_DictionaryFragment 15879
OpcUaNS0.OpcUa_BinarySchema_DataSetReaderMessageDataType 15880
OpcUaNS0.OpcUa_BinarySchema_DataSetReaderMessageDataType_DataTypeVersion 15881
OpcUaNS0.OpcUa_BinarySchema_DataSetReaderMessageDataType_DictionaryFragment 15882
OpcUaNS0.OpcUa_BinarySchema_SubscribedDataSetDataType 15883
OpcUaNS0.OpcUa_BinarySchema_SubscribedDataSetDataType_DataTypeVersion 15884
OpcUaNS0.OpcUa_BinarySchema_SubscribedDataSetDataType_DictionaryFragment 15885
OpcUaNS0.OpcUa_BinarySchema_TargetVariablesDataType 15886
OpcUaNS0.OpcUa_BinarySchema_TargetVariablesDataType_DataTypeVersion 15887
OpcUaNS0.OpcUa_BinarySchema_TargetVariablesDataType_DictionaryFragment 15888
OpcUaNS0.OpcUa_BinarySchema_SubscribedDataSetMirrorDataType 15889
OpcUaNS0.OpcUa_BinarySchema_SubscribedDataSetMirrorDataType_DataTypeVersion 15890
OpcUaNS0.OpcUa_BinarySchema_SubscribedDataSetMirrorDataType_DictionaryFragment 15891
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Status_State 15892
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Status_Enable 15893
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Status_Disable 15894
OpcUaNS0.OpcUa_BinarySchema_UadpWriterGroupMessageDataType 15895
OpcUaNS0.OpcUa_BinarySchema_UadpWriterGroupMessageDataType_DataTypeVersion 15896
OpcUaNS0.OpcUa_BinarySchema_UadpWriterGroupMessageDataType_DictionaryFragment 15897
OpcUaNS0.OpcUa_BinarySchema_UadpDataSetWriterMessageDataType 15898
OpcUaNS0.OpcUa_BinarySchema_UadpDataSetWriterMessageDataType_DataTypeVersion 15899
OpcUaNS0.OpcUa_BinarySchema_UadpDataSetWriterMessageDataType_DictionaryFragment 15900
OpcUaNS0.SessionlessInvokeRequestType 15901
OpcUaNS0.SessionlessInvokeRequestType_Encoding_DefaultXml 15902
OpcUaNS0.SessionlessInvokeRequestType_Encoding_DefaultBinary 15903
OpcUaNS0.DataSetFieldFlags 15904
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_TransportSettings 15905
OpcUaNS0.PubSubKeyServiceType 15906
OpcUaNS0.PubSubKeyServiceType_GetSecurityKeys 15907
OpcUaNS0.PubSubKeyServiceType_GetSecurityKeys_InputArguments 15908
OpcUaNS0.PubSubKeyServiceType_GetSecurityKeys_OutputArguments 15909
OpcUaNS0.PubSubKeyServiceType_GetSecurityGroup 15910
OpcUaNS0.PubSubKeyServiceType_GetSecurityGroup_InputArguments 15911
OpcUaNS0.PubSubKeyServiceType_GetSecurityGroup_OutputArguments 15912
OpcUaNS0.PubSubKeyServiceType_SecurityGroups 15913
OpcUaNS0.PubSubKeyServiceType_SecurityGroups_AddSecurityGroup 15914
OpcUaNS0.PubSubKeyServiceType_SecurityGroups_AddSecurityGroup_InputArguments 15915
OpcUaNS0.PubSubKeyServiceType_SecurityGroups_AddSecurityGroup_OutputArguments 15916
OpcUaNS0.PubSubKeyServiceType_SecurityGroups_RemoveSecurityGroup 15917
OpcUaNS0.PubSubKeyServiceType_SecurityGroups_RemoveSecurityGroup_InputArguments 15918
OpcUaNS0.OpcUa_BinarySchema_UadpDataSetReaderMessageDataType 15919
OpcUaNS0.OpcUa_BinarySchema_UadpDataSetReaderMessageDataType_DataTypeVersion 15920
OpcUaNS0.OpcUa_BinarySchema_UadpDataSetReaderMessageDataType_DictionaryFragment 15921
OpcUaNS0.OpcUa_BinarySchema_JsonWriterGroupMessageDataType 15922
OpcUaNS0.OpcUa_BinarySchema_JsonWriterGroupMessageDataType_DataTypeVersion 15923
OpcUaNS0.OpcUa_BinarySchema_JsonWriterGroupMessageDataType_DictionaryFragment 15924
OpcUaNS0.OpcUa_BinarySchema_JsonDataSetWriterMessageDataType 15925
OpcUaNS0.PubSubGroupType_SecurityMode 15926
OpcUaNS0.PubSubGroupType_SecurityGroupId 15927
OpcUaNS0.PubSubGroupType_SecurityKeyServices 15928
OpcUaNS0.OpcUa_BinarySchema_JsonDataSetWriterMessageDataType_DataTypeVersion 15929
OpcUaNS0.OpcUa_BinarySchema_JsonDataSetWriterMessageDataType_DictionaryFragment 15930
OpcUaNS0.OpcUa_BinarySchema_JsonDataSetReaderMessageDataType 15931
OpcUaNS0.DataSetReaderType_SecurityMode 15932
OpcUaNS0.DataSetReaderType_SecurityGroupId 15933
OpcUaNS0.DataSetReaderType_SecurityKeyServices 15934
OpcUaNS0.OpcUa_BinarySchema_JsonDataSetReaderMessageDataType_DataTypeVersion 15935
OpcUaNS0.OpcUa_BinarySchema_JsonDataSetReaderMessageDataType_DictionaryFragment 15936
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics 15937
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_DiagnosticsLevel 15938
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalInformation 15939
OpcUaNS0.OpcUa_BinarySchema_BrokerWriterGroupTransportDataType 15940
OpcUaNS0.OpcUa_BinarySchema_BrokerWriterGroupTransportDataType_DataTypeVersion 15941
OpcUaNS0.OpcUa_BinarySchema_BrokerWriterGroupTransportDataType_DictionaryFragment 15942
OpcUaNS0.OpcUa_BinarySchema_BrokerDataSetWriterTransportDataType 15943
OpcUaNS0.OpcUa_BinarySchema_BrokerDataSetWriterTransportDataType_DataTypeVersion 15944
OpcUaNS0.OpcUa_BinarySchema_BrokerDataSetWriterTransportDataType_DictionaryFragment 15945
OpcUaNS0.OpcUa_BinarySchema_BrokerDataSetReaderTransportDataType 15946
OpcUaNS0.OpcUa_BinarySchema_BrokerDataSetReaderTransportDataType_DataTypeVersion 15947
OpcUaNS0.OpcUa_BinarySchema_BrokerDataSetReaderTransportDataType_DictionaryFragment 15948
OpcUaNS0.EndpointType_Encoding_DefaultXml 15949
OpcUaNS0.DataTypeSchemaHeader_Encoding_DefaultXml 15950
OpcUaNS0.PublishedDataSetDataType_Encoding_DefaultXml 15951
OpcUaNS0.PublishedDataSetSourceDataType_Encoding_DefaultXml 15952
OpcUaNS0.PublishedDataItemsDataType_Encoding_DefaultXml 15953
OpcUaNS0.PublishedEventsDataType_Encoding_DefaultXml 15954
OpcUaNS0.DataSetWriterDataType_Encoding_DefaultXml 15955
OpcUaNS0.DataSetWriterTransportDataType_Encoding_DefaultXml 15956
OpcUaNS0.OPCUANamespaceMetadata 15957
OpcUaNS0.OPCUANamespaceMetadata_NamespaceUri 15958
OpcUaNS0.OPCUANamespaceMetadata_NamespaceVersion 15959
OpcUaNS0.OPCUANamespaceMetadata_NamespacePublicationDate 15960
OpcUaNS0.OPCUANamespaceMetadata_IsNamespaceSubset 15961
OpcUaNS0.OPCUANamespaceMetadata_StaticNodeIdTypes 15962
OpcUaNS0.OPCUANamespaceMetadata_StaticNumericNodeIdRange 15963
OpcUaNS0.OPCUANamespaceMetadata_StaticStringNodeIdPattern 15964
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile 15965
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_Size 15966
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_Writable 15967
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_UserWritable 15968
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_OpenCount 15969
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_MimeType 15970
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_Open 15971
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_Open_InputArguments 15972
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_Open_OutputArguments 15973
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_Close 15974
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_Close_InputArguments 15975
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_Read 15976
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_Read_InputArguments 15977
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_Read_OutputArguments 15978
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_Write 15979
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_Write_InputArguments 15980
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_GetPosition 15981
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_GetPosition_InputArguments 15982
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_GetPosition_OutputArguments 15983
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_SetPosition 15984
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_SetPosition_InputArguments 15985
OpcUaNS0.OPCUANamespaceMetadata_NamespaceFile_ExportNamespace 15986
OpcUaNS0.DataSetWriterMessageDataType_Encoding_DefaultXml 15987
OpcUaNS0.PubSubGroupDataType_Encoding_DefaultXml 15988
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalInformation_Active 15989
OpcUaNS0.WriterGroupTransportDataType_Encoding_DefaultXml 15990
OpcUaNS0.WriterGroupMessageDataType_Encoding_DefaultXml 15991
OpcUaNS0.PubSubConnectionDataType_Encoding_DefaultXml 15992
OpcUaNS0.ConnectionTransportDataType_Encoding_DefaultXml 15993
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalInformation_Classification 15994
OpcUaNS0.ReaderGroupTransportDataType_Encoding_DefaultXml 15995
OpcUaNS0.ReaderGroupMessageDataType_Encoding_DefaultXml 15996
OpcUaNS0.RoleSetType_AddRole 15997
OpcUaNS0.RoleSetType_AddRole_InputArguments 15998
OpcUaNS0.RoleSetType_AddRole_OutputArguments 15999
OpcUaNS0.RoleSetType_RemoveRole 16000
OpcUaNS0.RoleSetType_RemoveRole_InputArguments 16001
OpcUaNS0.AddRoleMethodType 16002
OpcUaNS0.AddRoleMethodType_InputArguments 16003
OpcUaNS0.AddRoleMethodType_OutputArguments 16004
OpcUaNS0.RemoveRoleMethodType 16005
OpcUaNS0.RemoveRoleMethodType_InputArguments 16006
OpcUaNS0.DataSetReaderDataType_Encoding_DefaultXml 16007
OpcUaNS0.DataSetReaderTransportDataType_Encoding_DefaultXml 16008
OpcUaNS0.DataSetReaderMessageDataType_Encoding_DefaultXml 16009
OpcUaNS0.SubscribedDataSetDataType_Encoding_DefaultXml 16010
OpcUaNS0.TargetVariablesDataType_Encoding_DefaultXml 16011
OpcUaNS0.SubscribedDataSetMirrorDataType_Encoding_DefaultXml 16012
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalInformation_DiagnosticsLevel 16013
OpcUaNS0.UadpWriterGroupMessageDataType_Encoding_DefaultXml 16014
OpcUaNS0.UadpDataSetWriterMessageDataType_Encoding_DefaultXml 16015
OpcUaNS0.UadpDataSetReaderMessageDataType_Encoding_DefaultXml 16016
OpcUaNS0.JsonWriterGroupMessageDataType_Encoding_DefaultXml 16017
OpcUaNS0.JsonDataSetWriterMessageDataType_Encoding_DefaultXml 16018
OpcUaNS0.JsonDataSetReaderMessageDataType_Encoding_DefaultXml 16019
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalInformation_TimeFirstChange 16020
OpcUaNS0.BrokerWriterGroupTransportDataType_Encoding_DefaultXml 16021
OpcUaNS0.BrokerDataSetWriterTransportDataType_Encoding_DefaultXml 16022
OpcUaNS0.BrokerDataSetReaderTransportDataType_Encoding_DefaultXml 16023
OpcUaNS0.OpcUa_XmlSchema_EndpointType 16024
OpcUaNS0.OpcUa_XmlSchema_EndpointType_DataTypeVersion 16025
OpcUaNS0.OpcUa_XmlSchema_EndpointType_DictionaryFragment 16026
OpcUaNS0.OpcUa_XmlSchema_DataTypeSchemaHeader 16027
OpcUaNS0.OpcUa_XmlSchema_DataTypeSchemaHeader_DataTypeVersion 16028
OpcUaNS0.OpcUa_XmlSchema_DataTypeSchemaHeader_DictionaryFragment 16029
OpcUaNS0.OpcUa_XmlSchema_PublishedDataSetDataType 16030
OpcUaNS0.OpcUa_XmlSchema_PublishedDataSetDataType_DataTypeVersion 16031
OpcUaNS0.OpcUa_XmlSchema_PublishedDataSetDataType_DictionaryFragment 16032
OpcUaNS0.OpcUa_XmlSchema_PublishedDataSetSourceDataType 16033
OpcUaNS0.OpcUa_XmlSchema_PublishedDataSetSourceDataType_DataTypeVersion 16034
OpcUaNS0.OpcUa_XmlSchema_PublishedDataSetSourceDataType_DictionaryFragment 16035
OpcUaNS0.WellKnownRole_Engineer 16036
OpcUaNS0.OpcUa_XmlSchema_PublishedDataItemsDataType 16037
OpcUaNS0.OpcUa_XmlSchema_PublishedDataItemsDataType_DataTypeVersion 16038
OpcUaNS0.OpcUa_XmlSchema_PublishedDataItemsDataType_DictionaryFragment 16039
OpcUaNS0.OpcUa_XmlSchema_PublishedEventsDataType 16040
OpcUaNS0.WellKnownRole_Engineer_AddIdentity 16041
OpcUaNS0.WellKnownRole_Engineer_AddIdentity_InputArguments 16042
OpcUaNS0.WellKnownRole_Engineer_RemoveIdentity 16043
OpcUaNS0.WellKnownRole_Engineer_RemoveIdentity_InputArguments 16044
OpcUaNS0.OpcUa_XmlSchema_PublishedEventsDataType_DataTypeVersion 16045
OpcUaNS0.OpcUa_XmlSchema_PublishedEventsDataType_DictionaryFragment 16046
OpcUaNS0.OpcUa_XmlSchema_DataSetWriterDataType 16047
OpcUaNS0.OpcUa_XmlSchema_DataSetWriterDataType_DataTypeVersion 16048
OpcUaNS0.OpcUa_XmlSchema_DataSetWriterDataType_DictionaryFragment 16049
OpcUaNS0.OpcUa_XmlSchema_DataSetWriterTransportDataType 16050
OpcUaNS0.OpcUa_XmlSchema_DataSetWriterTransportDataType_DataTypeVersion 16051
OpcUaNS0.OpcUa_XmlSchema_DataSetWriterTransportDataType_DictionaryFragment 16052
OpcUaNS0.OpcUa_XmlSchema_DataSetWriterMessageDataType 16053
OpcUaNS0.OpcUa_XmlSchema_DataSetWriterMessageDataType_DataTypeVersion 16054
OpcUaNS0.OpcUa_XmlSchema_DataSetWriterMessageDataType_DictionaryFragment 16055
OpcUaNS0.OpcUa_XmlSchema_PubSubGroupDataType 16056
OpcUaNS0.OpcUa_XmlSchema_PubSubGroupDataType_DataTypeVersion 16057
OpcUaNS0.OpcUa_XmlSchema_PubSubGroupDataType_DictionaryFragment 16058
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalError 16059
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalError_Active 16060
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalError_Classification 16061
OpcUaNS0.OpcUa_XmlSchema_WriterGroupTransportDataType 16062
OpcUaNS0.OpcUa_XmlSchema_WriterGroupTransportDataType_DataTypeVersion 16063
OpcUaNS0.OpcUa_XmlSchema_WriterGroupTransportDataType_DictionaryFragment 16064
OpcUaNS0.OpcUa_XmlSchema_WriterGroupMessageDataType 16065
OpcUaNS0.OpcUa_XmlSchema_WriterGroupMessageDataType_DataTypeVersion 16066
OpcUaNS0.OpcUa_XmlSchema_WriterGroupMessageDataType_DictionaryFragment 16067
OpcUaNS0.OpcUa_XmlSchema_PubSubConnectionDataType 16068
OpcUaNS0.OpcUa_XmlSchema_PubSubConnectionDataType_DataTypeVersion 16069
OpcUaNS0.OpcUa_XmlSchema_PubSubConnectionDataType_DictionaryFragment 16070
OpcUaNS0.OpcUa_XmlSchema_ConnectionTransportDataType 16071
OpcUaNS0.OpcUa_XmlSchema_ConnectionTransportDataType_DataTypeVersion 16072
OpcUaNS0.OpcUa_XmlSchema_ConnectionTransportDataType_DictionaryFragment 16073
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalError_DiagnosticsLevel 16074
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalError_TimeFirstChange 16075
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Reset 16076
OpcUaNS0.OpcUa_XmlSchema_ReaderGroupTransportDataType 16077
OpcUaNS0.OpcUa_XmlSchema_ReaderGroupTransportDataType_DataTypeVersion 16078
OpcUaNS0.OpcUa_XmlSchema_ReaderGroupTransportDataType_DictionaryFragment 16079
OpcUaNS0.OpcUa_XmlSchema_ReaderGroupMessageDataType 16080
OpcUaNS0.OpcUa_XmlSchema_ReaderGroupMessageDataType_DataTypeVersion 16081
OpcUaNS0.OpcUa_XmlSchema_ReaderGroupMessageDataType_DictionaryFragment 16082
OpcUaNS0.OpcUa_XmlSchema_DataSetReaderDataType 16083
OpcUaNS0.OpcUa_XmlSchema_DataSetReaderDataType_DataTypeVersion 16084
OpcUaNS0.OpcUa_XmlSchema_DataSetReaderDataType_DictionaryFragment 16085
OpcUaNS0.OpcUa_XmlSchema_DataSetReaderTransportDataType 16086
OpcUaNS0.OpcUa_XmlSchema_DataSetReaderTransportDataType_DataTypeVersion 16087
OpcUaNS0.OpcUa_XmlSchema_DataSetReaderTransportDataType_DictionaryFragment 16088
OpcUaNS0.OpcUa_XmlSchema_DataSetReaderMessageDataType 16089
OpcUaNS0.OpcUa_XmlSchema_DataSetReaderMessageDataType_DataTypeVersion 16090
OpcUaNS0.OpcUa_XmlSchema_DataSetReaderMessageDataType_DictionaryFragment 16091
OpcUaNS0.OpcUa_XmlSchema_SubscribedDataSetDataType 16092
OpcUaNS0.OpcUa_XmlSchema_SubscribedDataSetDataType_DataTypeVersion 16093
OpcUaNS0.OpcUa_XmlSchema_SubscribedDataSetDataType_DictionaryFragment 16094
OpcUaNS0.OpcUa_XmlSchema_TargetVariablesDataType 16095
OpcUaNS0.OpcUa_XmlSchema_TargetVariablesDataType_DataTypeVersion 16096
OpcUaNS0.OpcUa_XmlSchema_TargetVariablesDataType_DictionaryFragment 16097
OpcUaNS0.OpcUa_XmlSchema_SubscribedDataSetMirrorDataType 16098
OpcUaNS0.OpcUa_XmlSchema_SubscribedDataSetMirrorDataType_DataTypeVersion 16099
OpcUaNS0.OpcUa_XmlSchema_SubscribedDataSetMirrorDataType_DictionaryFragment 16100
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_SubError 16101
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters 16102
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateError 16103
OpcUaNS0.OpcUa_XmlSchema_UadpWriterGroupMessageDataType 16104
OpcUaNS0.OpcUa_XmlSchema_UadpWriterGroupMessageDataType_DataTypeVersion 16105
OpcUaNS0.OpcUa_XmlSchema_UadpWriterGroupMessageDataType_DictionaryFragment 16106
OpcUaNS0.OpcUa_XmlSchema_UadpDataSetWriterMessageDataType 16107
OpcUaNS0.OpcUa_XmlSchema_UadpDataSetWriterMessageDataType_DataTypeVersion 16108
OpcUaNS0.OpcUa_XmlSchema_UadpDataSetWriterMessageDataType_DictionaryFragment 16109
OpcUaNS0.OpcUa_XmlSchema_UadpDataSetReaderMessageDataType 16110
OpcUaNS0.OpcUa_XmlSchema_UadpDataSetReaderMessageDataType_DataTypeVersion 16111
OpcUaNS0.OpcUa_XmlSchema_UadpDataSetReaderMessageDataType_DictionaryFragment 16112
OpcUaNS0.OpcUa_XmlSchema_JsonWriterGroupMessageDataType 16113
OpcUaNS0.OpcUa_XmlSchema_JsonWriterGroupMessageDataType_DataTypeVersion 16114
OpcUaNS0.OpcUa_XmlSchema_JsonWriterGroupMessageDataType_DictionaryFragment 16115
OpcUaNS0.OpcUa_XmlSchema_JsonDataSetWriterMessageDataType 16116
OpcUaNS0.OpcUa_XmlSchema_JsonDataSetWriterMessageDataType_DataTypeVersion 16117
OpcUaNS0.OpcUa_XmlSchema_JsonDataSetWriterMessageDataType_DictionaryFragment 16118
OpcUaNS0.OpcUa_XmlSchema_JsonDataSetReaderMessageDataType 16119
OpcUaNS0.OpcUa_XmlSchema_JsonDataSetReaderMessageDataType_DataTypeVersion 16120
OpcUaNS0.OpcUa_XmlSchema_JsonDataSetReaderMessageDataType_DictionaryFragment 16121
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateError_Active 16122
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateError_Classification 16123
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateError_DiagnosticsLevel 16124
OpcUaNS0.OpcUa_XmlSchema_BrokerWriterGroupTransportDataType 16125
OpcUaNS0.RolePermissionType_Encoding_DefaultXml 16126
OpcUaNS0.OpcUa_XmlSchema_RolePermissionType 16127
OpcUaNS0.OpcUa_XmlSchema_RolePermissionType_DataTypeVersion 16128
OpcUaNS0.OpcUa_XmlSchema_RolePermissionType_DictionaryFragment 16129
OpcUaNS0.OpcUa_XmlSchema_BrokerWriterGroupTransportDataType_DataTypeVersion 16130
OpcUaNS0.OpcUa_BinarySchema_RolePermissionType 16131
OpcUaNS0.OpcUa_BinarySchema_RolePermissionType_DataTypeVersion 16132
OpcUaNS0.OpcUa_BinarySchema_RolePermissionType_DictionaryFragment 16133
OpcUaNS0.OPCUANamespaceMetadata_DefaultRolePermissions 16134
OpcUaNS0.OPCUANamespaceMetadata_DefaultUserRolePermissions 16135
OpcUaNS0.OPCUANamespaceMetadata_DefaultAccessRestrictions 16136
OpcUaNS0.NamespaceMetadataType_DefaultRolePermissions 16137
OpcUaNS0.NamespaceMetadataType_DefaultUserRolePermissions 16138
OpcUaNS0.NamespaceMetadataType_DefaultAccessRestrictions 16139
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_DefaultRolePermissions 16140
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_DefaultUserRolePermissions 16141
OpcUaNS0.NamespacesType_NamespaceIdentifier_Placeholder_DefaultAccessRestrictions 16142
OpcUaNS0.OpcUa_XmlSchema_BrokerWriterGroupTransportDataType_DictionaryFragment 16143
OpcUaNS0.OpcUa_XmlSchema_BrokerDataSetWriterTransportDataType 16144
OpcUaNS0.OpcUa_XmlSchema_BrokerDataSetWriterTransportDataType_DataTypeVersion 16145
OpcUaNS0.OpcUa_XmlSchema_BrokerDataSetWriterTransportDataType_DictionaryFragment 16146
OpcUaNS0.OpcUa_XmlSchema_BrokerDataSetReaderTransportDataType 16147
OpcUaNS0.OpcUa_XmlSchema_BrokerDataSetReaderTransportDataType_DataTypeVersion 16148
OpcUaNS0.OpcUa_XmlSchema_BrokerDataSetReaderTransportDataType_DictionaryFragment 16149
OpcUaNS0.EndpointType_Encoding_DefaultJson 16150
OpcUaNS0.DataTypeSchemaHeader_Encoding_DefaultJson 16151
OpcUaNS0.PublishedDataSetDataType_Encoding_DefaultJson 16152
OpcUaNS0.PublishedDataSetSourceDataType_Encoding_DefaultJson 16153
OpcUaNS0.PublishedDataItemsDataType_Encoding_DefaultJson 16154
OpcUaNS0.PublishedEventsDataType_Encoding_DefaultJson 16155
OpcUaNS0.DataSetWriterDataType_Encoding_DefaultJson 16156
OpcUaNS0.DataSetWriterTransportDataType_Encoding_DefaultJson 16157
OpcUaNS0.DataSetWriterMessageDataType_Encoding_DefaultJson 16158
OpcUaNS0.PubSubGroupDataType_Encoding_DefaultJson 16159
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateError_TimeFirstChange 16160
OpcUaNS0.WriterGroupTransportDataType_Encoding_DefaultJson 16161
OpcUaNS0.RoleSetType_RoleName_Placeholder_Identities 16162
OpcUaNS0.RoleSetType_RoleName_Placeholder_Applications 16163
OpcUaNS0.RoleSetType_RoleName_Placeholder_Endpoints 16164
OpcUaNS0.RoleSetType_RoleName_Placeholder_AddApplication 16165
OpcUaNS0.RoleSetType_RoleName_Placeholder_AddApplication_InputArguments 16166
OpcUaNS0.RoleSetType_RoleName_Placeholder_RemoveApplication 16167
OpcUaNS0.RoleSetType_RoleName_Placeholder_RemoveApplication_InputArguments 16168
OpcUaNS0.RoleSetType_RoleName_Placeholder_AddEndpoint 16169
OpcUaNS0.RoleSetType_RoleName_Placeholder_AddEndpoint_InputArguments 16170
OpcUaNS0.RoleSetType_RoleName_Placeholder_RemoveEndpoint 16171
OpcUaNS0.RoleSetType_RoleName_Placeholder_RemoveEndpoint_InputArguments 16172
OpcUaNS0.RoleType_Identities 16173
OpcUaNS0.RoleType_Applications 16174
OpcUaNS0.RoleType_Endpoints 16175
OpcUaNS0.RoleType_AddApplication 16176
OpcUaNS0.RoleType_AddApplication_InputArguments 16177
OpcUaNS0.RoleType_RemoveApplication 16178
OpcUaNS0.RoleType_RemoveApplication_InputArguments 16179
OpcUaNS0.RoleType_AddEndpoint 16180
OpcUaNS0.RoleType_AddEndpoint_InputArguments 16181
OpcUaNS0.RoleType_RemoveEndpoint 16182
OpcUaNS0.RoleType_RemoveEndpoint_InputArguments 16183
OpcUaNS0.AddApplicationMethodType 16184
OpcUaNS0.AddApplicationMethodType_InputArguments 16185
OpcUaNS0.RemoveApplicationMethodType 16186
OpcUaNS0.RemoveApplicationMethodType_InputArguments 16187
OpcUaNS0.AddEndpointMethodType 16188
OpcUaNS0.AddEndpointMethodType_InputArguments 16189
OpcUaNS0.RemoveEndpointMethodType 16190
OpcUaNS0.RemoveEndpointMethodType_InputArguments 16191
OpcUaNS0.WellKnownRole_Anonymous_Identities 16192
OpcUaNS0.WellKnownRole_Anonymous_Applications 16193
OpcUaNS0.WellKnownRole_Anonymous_Endpoints 16194
OpcUaNS0.WellKnownRole_Anonymous_AddApplication 16195
OpcUaNS0.WellKnownRole_Anonymous_AddApplication_InputArguments 16196
OpcUaNS0.WellKnownRole_Anonymous_RemoveApplication 16197
OpcUaNS0.WellKnownRole_Anonymous_RemoveApplication_InputArguments 16198
OpcUaNS0.WellKnownRole_Anonymous_AddEndpoint 16199
OpcUaNS0.WellKnownRole_Anonymous_AddEndpoint_InputArguments 16200
OpcUaNS0.WellKnownRole_Anonymous_RemoveEndpoint 16201
OpcUaNS0.WellKnownRole_Anonymous_RemoveEndpoint_InputArguments 16202
OpcUaNS0.WellKnownRole_AuthenticatedUser_Identities 16203
OpcUaNS0.WellKnownRole_AuthenticatedUser_Applications 16204
OpcUaNS0.WellKnownRole_AuthenticatedUser_Endpoints 16205
OpcUaNS0.WellKnownRole_AuthenticatedUser_AddApplication 16206
OpcUaNS0.WellKnownRole_AuthenticatedUser_AddApplication_InputArguments 16207
OpcUaNS0.WellKnownRole_AuthenticatedUser_RemoveApplication 16208
OpcUaNS0.WellKnownRole_AuthenticatedUser_RemoveApplication_InputArguments 16209
OpcUaNS0.WellKnownRole_AuthenticatedUser_AddEndpoint 16210
OpcUaNS0.WellKnownRole_AuthenticatedUser_AddEndpoint_InputArguments 16211
OpcUaNS0.WellKnownRole_AuthenticatedUser_RemoveEndpoint 16212
OpcUaNS0.WellKnownRole_AuthenticatedUser_RemoveEndpoint_InputArguments 16213
OpcUaNS0.WellKnownRole_Observer_Identities 16214
OpcUaNS0.WellKnownRole_Observer_Applications 16215
OpcUaNS0.WellKnownRole_Observer_Endpoints 16216
OpcUaNS0.WellKnownRole_Observer_AddApplication 16217
OpcUaNS0.WellKnownRole_Observer_AddApplication_InputArguments 16218
OpcUaNS0.WellKnownRole_Observer_RemoveApplication 16219
OpcUaNS0.WellKnownRole_Observer_RemoveApplication_InputArguments 16220
OpcUaNS0.WellKnownRole_Observer_AddEndpoint 16221
OpcUaNS0.WellKnownRole_Observer_AddEndpoint_InputArguments 16222
OpcUaNS0.WellKnownRole_Observer_RemoveEndpoint 16223
OpcUaNS0.WellKnownRole_Observer_RemoveEndpoint_InputArguments 16224
OpcUaNS0.WellKnownRole_Operator_Identities 16225
OpcUaNS0.WellKnownRole_Operator_Applications 16226
OpcUaNS0.WellKnownRole_Operator_Endpoints 16227
OpcUaNS0.WellKnownRole_Operator_AddApplication 16228
OpcUaNS0.WellKnownRole_Operator_AddApplication_InputArguments 16229
OpcUaNS0.WellKnownRole_Operator_RemoveApplication 16230
OpcUaNS0.WellKnownRole_Operator_RemoveApplication_InputArguments 16231
OpcUaNS0.WellKnownRole_Operator_AddEndpoint 16232
OpcUaNS0.WellKnownRole_Operator_AddEndpoint_InputArguments 16233
OpcUaNS0.WellKnownRole_Operator_RemoveEndpoint 16234
OpcUaNS0.WellKnownRole_Operator_RemoveEndpoint_InputArguments 16235
OpcUaNS0.WellKnownRole_Engineer_Identities 16236
OpcUaNS0.WellKnownRole_Engineer_Applications 16237
OpcUaNS0.WellKnownRole_Engineer_Endpoints 16238
OpcUaNS0.WellKnownRole_Engineer_AddApplication 16239
OpcUaNS0.WellKnownRole_Engineer_AddApplication_InputArguments 16240
OpcUaNS0.WellKnownRole_Engineer_RemoveApplication 16241
OpcUaNS0.WellKnownRole_Engineer_RemoveApplication_InputArguments 16242
OpcUaNS0.WellKnownRole_Engineer_AddEndpoint 16243
OpcUaNS0.WellKnownRole_Engineer_AddEndpoint_InputArguments 16244
OpcUaNS0.WellKnownRole_Engineer_RemoveEndpoint 16245
OpcUaNS0.WellKnownRole_Engineer_RemoveEndpoint_InputArguments 16246
OpcUaNS0.WellKnownRole_Supervisor_Identities 16247
OpcUaNS0.WellKnownRole_Supervisor_Applications 16248
OpcUaNS0.WellKnownRole_Supervisor_Endpoints 16249
OpcUaNS0.WellKnownRole_Supervisor_AddApplication 16250
OpcUaNS0.WellKnownRole_Supervisor_AddApplication_InputArguments 16251
OpcUaNS0.WellKnownRole_Supervisor_RemoveApplication 16252
OpcUaNS0.WellKnownRole_Supervisor_RemoveApplication_InputArguments 16253
OpcUaNS0.WellKnownRole_Supervisor_AddEndpoint 16254
OpcUaNS0.WellKnownRole_Supervisor_AddEndpoint_InputArguments 16255
OpcUaNS0.WellKnownRole_Supervisor_RemoveEndpoint 16256
OpcUaNS0.WellKnownRole_Supervisor_RemoveEndpoint_InputArguments 16257
OpcUaNS0.WellKnownRole_SecurityAdmin_Identities 16258
OpcUaNS0.WellKnownRole_SecurityAdmin_Applications 16259
OpcUaNS0.WellKnownRole_SecurityAdmin_Endpoints 16260
OpcUaNS0.WellKnownRole_SecurityAdmin_AddApplication 16261
OpcUaNS0.WellKnownRole_SecurityAdmin_AddApplication_InputArguments 16262
OpcUaNS0.WellKnownRole_SecurityAdmin_RemoveApplication 16263
OpcUaNS0.WellKnownRole_SecurityAdmin_RemoveApplication_InputArguments 16264
OpcUaNS0.WellKnownRole_SecurityAdmin_AddEndpoint 16265
OpcUaNS0.WellKnownRole_SecurityAdmin_AddEndpoint_InputArguments 16266
OpcUaNS0.WellKnownRole_SecurityAdmin_RemoveEndpoint 16267
OpcUaNS0.WellKnownRole_SecurityAdmin_RemoveEndpoint_InputArguments 16268
OpcUaNS0.WellKnownRole_ConfigureAdmin_Identities 16269
OpcUaNS0.WellKnownRole_ConfigureAdmin_Applications 16270
OpcUaNS0.WellKnownRole_ConfigureAdmin_Endpoints 16271
OpcUaNS0.WellKnownRole_ConfigureAdmin_AddApplication 16272
OpcUaNS0.WellKnownRole_ConfigureAdmin_AddApplication_InputArguments 16273
OpcUaNS0.WellKnownRole_ConfigureAdmin_RemoveApplication 16274
OpcUaNS0.WellKnownRole_ConfigureAdmin_RemoveApplication_InputArguments 16275
OpcUaNS0.WellKnownRole_ConfigureAdmin_AddEndpoint 16276
OpcUaNS0.WellKnownRole_ConfigureAdmin_AddEndpoint_InputArguments 16277
OpcUaNS0.WellKnownRole_ConfigureAdmin_RemoveEndpoint 16278
OpcUaNS0.WellKnownRole_ConfigureAdmin_RemoveEndpoint_InputArguments 16279
OpcUaNS0.WriterGroupMessageDataType_Encoding_DefaultJson 16280
OpcUaNS0.PubSubConnectionDataType_Encoding_DefaultJson 16281
OpcUaNS0.ConnectionTransportDataType_Encoding_DefaultJson 16282
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod 16283
OpcUaNS0.ReaderGroupTransportDataType_Encoding_DefaultJson 16284
OpcUaNS0.ReaderGroupMessageDataType_Encoding_DefaultJson 16285
OpcUaNS0.DataSetReaderDataType_Encoding_DefaultJson 16286
OpcUaNS0.DataSetReaderTransportDataType_Encoding_DefaultJson 16287
OpcUaNS0.DataSetReaderMessageDataType_Encoding_DefaultJson 16288
OpcUaNS0.ServerType_ServerCapabilities_RoleSet 16289
OpcUaNS0.ServerType_ServerCapabilities_RoleSet_AddRole 16290
OpcUaNS0.ServerType_ServerCapabilities_RoleSet_AddRole_InputArguments 16291
OpcUaNS0.ServerType_ServerCapabilities_RoleSet_AddRole_OutputArguments 16292
OpcUaNS0.ServerType_ServerCapabilities_RoleSet_RemoveRole 16293
OpcUaNS0.ServerType_ServerCapabilities_RoleSet_RemoveRole_InputArguments 16294
OpcUaNS0.ServerCapabilitiesType_RoleSet 16295
OpcUaNS0.ServerCapabilitiesType_RoleSet_AddRole 16296
OpcUaNS0.ServerCapabilitiesType_RoleSet_AddRole_InputArguments 16297
OpcUaNS0.ServerCapabilitiesType_RoleSet_AddRole_OutputArguments 16298
OpcUaNS0.ServerCapabilitiesType_RoleSet_RemoveRole 16299
OpcUaNS0.ServerCapabilitiesType_RoleSet_RemoveRole_InputArguments 16300
OpcUaNS0.Server_ServerCapabilities_RoleSet_AddRole 16301
OpcUaNS0.Server_ServerCapabilities_RoleSet_AddRole_InputArguments 16302
OpcUaNS0.Server_ServerCapabilities_RoleSet_AddRole_OutputArguments 16303
OpcUaNS0.Server_ServerCapabilities_RoleSet_RemoveRole 16304
OpcUaNS0.Server_ServerCapabilities_RoleSet_RemoveRole_InputArguments 16305
OpcUaNS0.AudioDataType 16307
OpcUaNS0.SubscribedDataSetDataType_Encoding_DefaultJson 16308
OpcUaNS0.SelectionListType 16309
OpcUaNS0.TargetVariablesDataType_Encoding_DefaultJson 16310
OpcUaNS0.SubscribedDataSetMirrorDataType_Encoding_DefaultJson 16311
OpcUaNS0.SelectionListType_RestrictToList 16312
OpcUaNS0.AdditionalParametersType 16313
OpcUaNS0.FileSystem 16314
OpcUaNS0.FileSystem_FileDirectoryName_Placeholder 16315
OpcUaNS0.FileSystem_FileDirectoryName_Placeholder_CreateDirectory 16316
OpcUaNS0.FileSystem_FileDirectoryName_Placeholder_CreateDirectory_InputArguments 16317
OpcUaNS0.FileSystem_FileDirectoryName_Placeholder_CreateDirectory_OutputArguments 16318
OpcUaNS0.FileSystem_FileDirectoryName_Placeholder_CreateFile 16319
OpcUaNS0.FileSystem_FileDirectoryName_Placeholder_CreateFile_InputArguments 16320
OpcUaNS0.FileSystem_FileDirectoryName_Placeholder_CreateFile_OutputArguments 16321
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Active 16322
OpcUaNS0.UadpWriterGroupMessageDataType_Encoding_DefaultJson 16323
OpcUaNS0.FileSystem_FileDirectoryName_Placeholder_MoveOrCopy 16324
OpcUaNS0.FileSystem_FileDirectoryName_Placeholder_MoveOrCopy_InputArguments 16325
OpcUaNS0.FileSystem_FileDirectoryName_Placeholder_MoveOrCopy_OutputArguments 16326
OpcUaNS0.FileSystem_FileName_Placeholder 16327
OpcUaNS0.FileSystem_FileName_Placeholder_Size 16328
OpcUaNS0.FileSystem_FileName_Placeholder_Writable 16329
OpcUaNS0.FileSystem_FileName_Placeholder_UserWritable 16330
OpcUaNS0.FileSystem_FileName_Placeholder_OpenCount 16331
OpcUaNS0.FileSystem_FileName_Placeholder_MimeType 16332
OpcUaNS0.FileSystem_FileName_Placeholder_Open 16333
OpcUaNS0.FileSystem_FileName_Placeholder_Open_InputArguments 16334
OpcUaNS0.FileSystem_FileName_Placeholder_Open_OutputArguments 16335
OpcUaNS0.FileSystem_FileName_Placeholder_Close 16336
OpcUaNS0.FileSystem_FileName_Placeholder_Close_InputArguments 16337
OpcUaNS0.FileSystem_FileName_Placeholder_Read 16338
OpcUaNS0.FileSystem_FileName_Placeholder_Read_InputArguments 16339
OpcUaNS0.FileSystem_FileName_Placeholder_Read_OutputArguments 16340
OpcUaNS0.FileSystem_FileName_Placeholder_Write 16341
OpcUaNS0.FileSystem_FileName_Placeholder_Write_InputArguments 16342
OpcUaNS0.FileSystem_FileName_Placeholder_GetPosition 16343
OpcUaNS0.FileSystem_FileName_Placeholder_GetPosition_InputArguments 16344
OpcUaNS0.FileSystem_FileName_Placeholder_GetPosition_OutputArguments 16345
OpcUaNS0.FileSystem_FileName_Placeholder_SetPosition 16346
OpcUaNS0.FileSystem_FileName_Placeholder_SetPosition_InputArguments 16347
OpcUaNS0.FileSystem_CreateDirectory 16348
OpcUaNS0.FileSystem_CreateDirectory_InputArguments 16349
OpcUaNS0.FileSystem_CreateDirectory_OutputArguments 16350
OpcUaNS0.FileSystem_CreateFile 16351
OpcUaNS0.FileSystem_CreateFile_InputArguments 16352
OpcUaNS0.FileSystem_CreateFile_OutputArguments 16353
OpcUaNS0.FileSystem_DeleteFileSystemObject 16354
OpcUaNS0.FileSystem_DeleteFileSystemObject_InputArguments 16355
OpcUaNS0.FileSystem_MoveOrCopy 16356
OpcUaNS0.FileSystem_MoveOrCopy_InputArguments 16357
OpcUaNS0.FileSystem_MoveOrCopy_OutputArguments 16358
OpcUaNS0.TemporaryFileTransferType_GenerateFileForWrite_InputArguments 16359
OpcUaNS0.GenerateFileForWriteMethodType_InputArguments 16360
OpcUaNS0.HasAlarmSuppressionGroup 16361
OpcUaNS0.AlarmGroupMember 16362
OpcUaNS0.ConditionType_ConditionSubClassId 16363
OpcUaNS0.ConditionType_ConditionSubClassName 16364
OpcUaNS0.DialogConditionType_ConditionSubClassId 16365
OpcUaNS0.DialogConditionType_ConditionSubClassName 16366
OpcUaNS0.AcknowledgeableConditionType_ConditionSubClassId 16367
OpcUaNS0.AcknowledgeableConditionType_ConditionSubClassName 16368
OpcUaNS0.AlarmConditionType_ConditionSubClassId 16369
OpcUaNS0.AlarmConditionType_ConditionSubClassName 16370
OpcUaNS0.AlarmConditionType_OutOfServiceState 16371
OpcUaNS0.AlarmConditionType_OutOfServiceState_Id 16372
OpcUaNS0.AlarmConditionType_OutOfServiceState_Name 16373
OpcUaNS0.AlarmConditionType_OutOfServiceState_Number 16374
OpcUaNS0.AlarmConditionType_OutOfServiceState_EffectiveDisplayName 16375
OpcUaNS0.AlarmConditionType_OutOfServiceState_TransitionTime 16376
OpcUaNS0.AlarmConditionType_OutOfServiceState_EffectiveTransitionTime 16377
OpcUaNS0.AlarmConditionType_OutOfServiceState_TrueState 16378
OpcUaNS0.AlarmConditionType_OutOfServiceState_FalseState 16379
OpcUaNS0.AlarmConditionType_SilenceState 16380
OpcUaNS0.AlarmConditionType_SilenceState_Id 16381
OpcUaNS0.AlarmConditionType_SilenceState_Name 16382
OpcUaNS0.AlarmConditionType_SilenceState_Number 16383
OpcUaNS0.AlarmConditionType_SilenceState_EffectiveDisplayName 16384
OpcUaNS0.AlarmConditionType_SilenceState_TransitionTime 16385
OpcUaNS0.AlarmConditionType_SilenceState_EffectiveTransitionTime 16386
OpcUaNS0.AlarmConditionType_SilenceState_TrueState 16387
OpcUaNS0.AlarmConditionType_SilenceState_FalseState 16388
OpcUaNS0.AlarmConditionType_AudibleEnabled 16389
OpcUaNS0.AlarmConditionType_AudibleSound 16390
OpcUaNS0.UadpDataSetWriterMessageDataType_Encoding_DefaultJson 16391
OpcUaNS0.UadpDataSetReaderMessageDataType_Encoding_DefaultJson 16392
OpcUaNS0.JsonWriterGroupMessageDataType_Encoding_DefaultJson 16393
OpcUaNS0.JsonDataSetWriterMessageDataType_Encoding_DefaultJson 16394
OpcUaNS0.AlarmConditionType_OnDelay 16395
OpcUaNS0.AlarmConditionType_OffDelay 16396
OpcUaNS0.AlarmConditionType_FirstInGroupFlag 16397
OpcUaNS0.AlarmConditionType_FirstInGroup 16398
OpcUaNS0.AlarmConditionType_AlarmGroup_Placeholder 16399
OpcUaNS0.AlarmConditionType_ReAlarmTime 16400
OpcUaNS0.AlarmConditionType_ReAlarmRepeatCount 16401
OpcUaNS0.AlarmConditionType_Silence 16402
OpcUaNS0.AlarmConditionType_Suppress 16403
OpcUaNS0.JsonDataSetReaderMessageDataType_Encoding_DefaultJson 16404
OpcUaNS0.AlarmGroupType 16405
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder 16406
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_EventId 16407
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_EventType 16408
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SourceNode 16409
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SourceName 16410
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Time 16411
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ReceiveTime 16412
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_LocalTime 16413
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Message 16414
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Severity 16415
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ConditionClassId 16416
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ConditionClassName 16417
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ConditionSubClassId 16418
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ConditionSubClassName 16419
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ConditionName 16420
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_BranchId 16421
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Retain 16422
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_EnabledState 16423
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_EnabledState_Id 16424
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_EnabledState_Name 16425
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_EnabledState_Number 16426
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_EnabledState_EffectiveDisplayName 16427
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_EnabledState_TransitionTime 16428
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_EnabledState_EffectiveTransitionTime 16429
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_EnabledState_TrueState 16430
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_EnabledState_FalseState 16431
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Quality 16432
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Quality_SourceTimestamp 16433
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_LastSeverity 16434
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_LastSeverity_SourceTimestamp 16435
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Comment 16436
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Comment_SourceTimestamp 16437
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ClientUserId 16438
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Disable 16439
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Enable 16440
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AddComment 16441
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AddComment_InputArguments 16442
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AckedState 16443
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AckedState_Id 16444
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AckedState_Name 16445
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AckedState_Number 16446
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AckedState_EffectiveDisplayName 16447
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AckedState_TransitionTime 16448
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AckedState_EffectiveTransitionTime 16449
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AckedState_TrueState 16450
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AckedState_FalseState 16451
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ConfirmedState 16452
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ConfirmedState_Id 16453
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ConfirmedState_Name 16454
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ConfirmedState_Number 16455
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ConfirmedState_EffectiveDisplayName 16456
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ConfirmedState_TransitionTime 16457
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ConfirmedState_EffectiveTransitionTime 16458
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ConfirmedState_TrueState 16459
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ConfirmedState_FalseState 16460
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Acknowledge 16461
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Acknowledge_InputArguments 16462
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Confirm 16463
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Confirm_InputArguments 16464
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ActiveState 16465
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ActiveState_Id 16466
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ActiveState_Name 16467
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ActiveState_Number 16468
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ActiveState_EffectiveDisplayName 16469
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ActiveState_TransitionTime 16470
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ActiveState_EffectiveTransitionTime 16471
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ActiveState_TrueState 16472
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ActiveState_FalseState 16473
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_InputNode 16474
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SuppressedState 16475
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SuppressedState_Id 16476
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SuppressedState_Name 16477
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SuppressedState_Number 16478
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SuppressedState_EffectiveDisplayName 16479
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SuppressedState_TransitionTime 16480
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SuppressedState_EffectiveTransitionTime 16481
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SuppressedState_TrueState 16482
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SuppressedState_FalseState 16483
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_OutOfServiceState 16484
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_OutOfServiceState_Id 16485
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_OutOfServiceState_Name 16486
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_OutOfServiceState_Number 16487
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_OutOfServiceState_EffectiveDisplayName 16488
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_OutOfServiceState_TransitionTime 16489
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_OutOfServiceState_EffectiveTransitionTime 16490
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_OutOfServiceState_TrueState 16491
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_OutOfServiceState_FalseState 16492
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SilenceState 16493
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SilenceState_Id 16494
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SilenceState_Name 16495
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SilenceState_Number 16496
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SilenceState_EffectiveDisplayName 16497
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SilenceState_TransitionTime 16498
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SilenceState_EffectiveTransitionTime 16499
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SilenceState_TrueState 16500
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SilenceState_FalseState 16501
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState 16502
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_CurrentState 16503
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_CurrentState_Id 16504
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_CurrentState_Name 16505
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_CurrentState_Number 16506
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_CurrentState_EffectiveDisplayName 16507
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_LastTransition 16508
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_LastTransition_Id 16509
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_LastTransition_Name 16510
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_LastTransition_Number 16511
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_LastTransition_TransitionTime 16512
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_LastTransition_EffectiveTransitionTime 16513
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_UnshelveTime 16514
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_Unshelve 16515
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_OneShotShelve 16516
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_TimedShelve 16517
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_TimedShelve_InputArguments 16518
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_SuppressedOrShelved 16519
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_MaxTimeShelved 16520
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AudibleEnabled 16521
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AudibleSound 16522
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Classification 16523
OpcUaNS0.BrokerWriterGroupTransportDataType_Encoding_DefaultJson 16524
OpcUaNS0.BrokerDataSetWriterTransportDataType_Encoding_DefaultJson 16525
OpcUaNS0.BrokerDataSetReaderTransportDataType_Encoding_DefaultJson 16526
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_OnDelay 16527
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_OffDelay 16528
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_FirstInGroupFlag 16529
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_FirstInGroup 16530
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ReAlarmTime 16531
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ReAlarmRepeatCount 16532
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Silence 16533
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Suppress 16534
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_AddWriterGroup 16535
OpcUaNS0.LimitAlarmType_ConditionSubClassId 16536
OpcUaNS0.LimitAlarmType_ConditionSubClassName 16537
OpcUaNS0.LimitAlarmType_OutOfServiceState 16538
OpcUaNS0.LimitAlarmType_OutOfServiceState_Id 16539
OpcUaNS0.LimitAlarmType_OutOfServiceState_Name 16540
OpcUaNS0.LimitAlarmType_OutOfServiceState_Number 16541
OpcUaNS0.LimitAlarmType_OutOfServiceState_EffectiveDisplayName 16542
OpcUaNS0.LimitAlarmType_OutOfServiceState_TransitionTime 16543
OpcUaNS0.LimitAlarmType_OutOfServiceState_EffectiveTransitionTime 16544
OpcUaNS0.LimitAlarmType_OutOfServiceState_TrueState 16545
OpcUaNS0.LimitAlarmType_OutOfServiceState_FalseState 16546
OpcUaNS0.LimitAlarmType_SilenceState 16547
OpcUaNS0.LimitAlarmType_SilenceState_Id 16548
OpcUaNS0.LimitAlarmType_SilenceState_Name 16549
OpcUaNS0.LimitAlarmType_SilenceState_Number 16550
OpcUaNS0.LimitAlarmType_SilenceState_EffectiveDisplayName 16551
OpcUaNS0.LimitAlarmType_SilenceState_TransitionTime 16552
OpcUaNS0.LimitAlarmType_SilenceState_EffectiveTransitionTime 16553
OpcUaNS0.LimitAlarmType_SilenceState_TrueState 16554
OpcUaNS0.LimitAlarmType_SilenceState_FalseState 16555
OpcUaNS0.LimitAlarmType_AudibleEnabled 16556
OpcUaNS0.LimitAlarmType_AudibleSound 16557
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_AddWriterGroup_InputArguments 16558
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_AddWriterGroup_OutputArguments 16559
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_AddReaderGroup 16560
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_AddReaderGroup_InputArguments 16561
OpcUaNS0.LimitAlarmType_OnDelay 16562
OpcUaNS0.LimitAlarmType_OffDelay 16563
OpcUaNS0.LimitAlarmType_FirstInGroupFlag 16564
OpcUaNS0.LimitAlarmType_FirstInGroup 16565
OpcUaNS0.LimitAlarmType_AlarmGroup_Placeholder 16566
OpcUaNS0.LimitAlarmType_ReAlarmTime 16567
OpcUaNS0.LimitAlarmType_ReAlarmRepeatCount 16568
OpcUaNS0.LimitAlarmType_Silence 16569
OpcUaNS0.LimitAlarmType_Suppress 16570
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_AddReaderGroup_OutputArguments 16571
OpcUaNS0.LimitAlarmType_BaseHighHighLimit 16572
OpcUaNS0.LimitAlarmType_BaseHighLimit 16573
OpcUaNS0.LimitAlarmType_BaseLowLimit 16574
OpcUaNS0.LimitAlarmType_BaseLowLowLimit 16575
OpcUaNS0.ExclusiveLimitAlarmType_ConditionSubClassId 16576
OpcUaNS0.ExclusiveLimitAlarmType_ConditionSubClassName 16577
OpcUaNS0.ExclusiveLimitAlarmType_OutOfServiceState 16578
OpcUaNS0.ExclusiveLimitAlarmType_OutOfServiceState_Id 16579
OpcUaNS0.ExclusiveLimitAlarmType_OutOfServiceState_Name 16580
OpcUaNS0.ExclusiveLimitAlarmType_OutOfServiceState_Number 16581
OpcUaNS0.ExclusiveLimitAlarmType_OutOfServiceState_EffectiveDisplayName 16582
OpcUaNS0.ExclusiveLimitAlarmType_OutOfServiceState_TransitionTime 16583
OpcUaNS0.ExclusiveLimitAlarmType_OutOfServiceState_EffectiveTransitionTime 16584
OpcUaNS0.ExclusiveLimitAlarmType_OutOfServiceState_TrueState 16585
OpcUaNS0.ExclusiveLimitAlarmType_OutOfServiceState_FalseState 16586
OpcUaNS0.ExclusiveLimitAlarmType_SilenceState 16587
OpcUaNS0.ExclusiveLimitAlarmType_SilenceState_Id 16588
OpcUaNS0.ExclusiveLimitAlarmType_SilenceState_Name 16589
OpcUaNS0.ExclusiveLimitAlarmType_SilenceState_Number 16590
OpcUaNS0.ExclusiveLimitAlarmType_SilenceState_EffectiveDisplayName 16591
OpcUaNS0.ExclusiveLimitAlarmType_SilenceState_TransitionTime 16592
OpcUaNS0.ExclusiveLimitAlarmType_SilenceState_EffectiveTransitionTime 16593
OpcUaNS0.ExclusiveLimitAlarmType_SilenceState_TrueState 16594
OpcUaNS0.ExclusiveLimitAlarmType_SilenceState_FalseState 16595
OpcUaNS0.ExclusiveLimitAlarmType_AudibleEnabled 16596
OpcUaNS0.ExclusiveLimitAlarmType_AudibleSound 16597
OpcUaNS0.PublishSubscribeType_AddConnection 16598
OpcUaNS0.PublishSubscribeType_AddConnection_InputArguments 16599
OpcUaNS0.PublishSubscribeType_AddConnection_OutputArguments 16600
OpcUaNS0.PublishSubscribeType_PublishedDataSets_AddPublishedDataItemsTemplate 16601
OpcUaNS0.ExclusiveLimitAlarmType_OnDelay 16602
OpcUaNS0.ExclusiveLimitAlarmType_OffDelay 16603
OpcUaNS0.ExclusiveLimitAlarmType_FirstInGroupFlag 16604
OpcUaNS0.ExclusiveLimitAlarmType_FirstInGroup 16605
OpcUaNS0.ExclusiveLimitAlarmType_AlarmGroup_Placeholder 16606
OpcUaNS0.ExclusiveLimitAlarmType_ReAlarmTime 16607
OpcUaNS0.ExclusiveLimitAlarmType_ReAlarmRepeatCount 16608
OpcUaNS0.ExclusiveLimitAlarmType_Silence 16609
OpcUaNS0.ExclusiveLimitAlarmType_Suppress 16610
OpcUaNS0.PublishSubscribeType_PublishedDataSets_AddPublishedDataItemsTemplate_InputArguments 16611
OpcUaNS0.ExclusiveLimitAlarmType_BaseHighHighLimit 16612
OpcUaNS0.ExclusiveLimitAlarmType_BaseHighLimit 16613
OpcUaNS0.ExclusiveLimitAlarmType_BaseLowLimit 16614
OpcUaNS0.ExclusiveLimitAlarmType_BaseLowLowLimit 16615
OpcUaNS0.NonExclusiveLimitAlarmType_ConditionSubClassId 16616
OpcUaNS0.NonExclusiveLimitAlarmType_ConditionSubClassName 16617
OpcUaNS0.NonExclusiveLimitAlarmType_OutOfServiceState 16618
OpcUaNS0.NonExclusiveLimitAlarmType_OutOfServiceState_Id 16619
OpcUaNS0.NonExclusiveLimitAlarmType_OutOfServiceState_Name 16620
OpcUaNS0.NonExclusiveLimitAlarmType_OutOfServiceState_Number 16621
OpcUaNS0.NonExclusiveLimitAlarmType_OutOfServiceState_EffectiveDisplayName 16622
OpcUaNS0.NonExclusiveLimitAlarmType_OutOfServiceState_TransitionTime 16623
OpcUaNS0.NonExclusiveLimitAlarmType_OutOfServiceState_EffectiveTransitionTime 16624
OpcUaNS0.NonExclusiveLimitAlarmType_OutOfServiceState_TrueState 16625
OpcUaNS0.NonExclusiveLimitAlarmType_OutOfServiceState_FalseState 16626
OpcUaNS0.NonExclusiveLimitAlarmType_SilenceState 16627
OpcUaNS0.NonExclusiveLimitAlarmType_SilenceState_Id 16628
OpcUaNS0.NonExclusiveLimitAlarmType_SilenceState_Name 16629
OpcUaNS0.NonExclusiveLimitAlarmType_SilenceState_Number 16630
OpcUaNS0.NonExclusiveLimitAlarmType_SilenceState_EffectiveDisplayName 16631
OpcUaNS0.NonExclusiveLimitAlarmType_SilenceState_TransitionTime 16632
OpcUaNS0.NonExclusiveLimitAlarmType_SilenceState_EffectiveTransitionTime 16633
OpcUaNS0.NonExclusiveLimitAlarmType_SilenceState_TrueState 16634
OpcUaNS0.NonExclusiveLimitAlarmType_SilenceState_FalseState 16635
OpcUaNS0.NonExclusiveLimitAlarmType_AudibleEnabled 16636
OpcUaNS0.NonExclusiveLimitAlarmType_AudibleSound 16637
OpcUaNS0.PublishSubscribeType_PublishedDataSets_AddPublishedDataItemsTemplate_OutputArguments 16638
OpcUaNS0.PublishSubscribeType_PublishedDataSets_AddPublishedEventsTemplate 16639
OpcUaNS0.PublishSubscribeType_PublishedDataSets_AddPublishedEventsTemplate_InputArguments 16640
OpcUaNS0.PublishSubscribeType_PublishedDataSets_AddPublishedEventsTemplate_OutputArguments 16641
OpcUaNS0.NonExclusiveLimitAlarmType_OnDelay 16642
OpcUaNS0.NonExclusiveLimitAlarmType_OffDelay 16643
OpcUaNS0.NonExclusiveLimitAlarmType_FirstInGroupFlag 16644
OpcUaNS0.NonExclusiveLimitAlarmType_FirstInGroup 16645
OpcUaNS0.NonExclusiveLimitAlarmType_AlarmGroup_Placeholder 16646
OpcUaNS0.NonExclusiveLimitAlarmType_ReAlarmTime 16647
OpcUaNS0.NonExclusiveLimitAlarmType_ReAlarmRepeatCount 16648
OpcUaNS0.NonExclusiveLimitAlarmType_Silence 16649
OpcUaNS0.NonExclusiveLimitAlarmType_Suppress 16650
OpcUaNS0.PublishSubscribeType_PublishedDataSets_AddDataSetFolder 16651
OpcUaNS0.NonExclusiveLimitAlarmType_BaseHighHighLimit 16652
OpcUaNS0.NonExclusiveLimitAlarmType_BaseHighLimit 16653
OpcUaNS0.NonExclusiveLimitAlarmType_BaseLowLimit 16654
OpcUaNS0.NonExclusiveLimitAlarmType_BaseLowLowLimit 16655
OpcUaNS0.NonExclusiveLevelAlarmType_ConditionSubClassId 16656
OpcUaNS0.NonExclusiveLevelAlarmType_ConditionSubClassName 16657
OpcUaNS0.NonExclusiveLevelAlarmType_OutOfServiceState 16658
OpcUaNS0.NonExclusiveLevelAlarmType_OutOfServiceState_Id 16659
OpcUaNS0.NonExclusiveLevelAlarmType_OutOfServiceState_Name 16660
OpcUaNS0.NonExclusiveLevelAlarmType_OutOfServiceState_Number 16661
OpcUaNS0.NonExclusiveLevelAlarmType_OutOfServiceState_EffectiveDisplayName 16662
OpcUaNS0.NonExclusiveLevelAlarmType_OutOfServiceState_TransitionTime 16663
OpcUaNS0.NonExclusiveLevelAlarmType_OutOfServiceState_EffectiveTransitionTime 16664
OpcUaNS0.NonExclusiveLevelAlarmType_OutOfServiceState_TrueState 16665
OpcUaNS0.NonExclusiveLevelAlarmType_OutOfServiceState_FalseState 16666
OpcUaNS0.NonExclusiveLevelAlarmType_SilenceState 16667
OpcUaNS0.NonExclusiveLevelAlarmType_SilenceState_Id 16668
OpcUaNS0.NonExclusiveLevelAlarmType_SilenceState_Name 16669
OpcUaNS0.NonExclusiveLevelAlarmType_SilenceState_Number 16670
OpcUaNS0.NonExclusiveLevelAlarmType_SilenceState_EffectiveDisplayName 16671
OpcUaNS0.NonExclusiveLevelAlarmType_SilenceState_TransitionTime 16672
OpcUaNS0.NonExclusiveLevelAlarmType_SilenceState_EffectiveTransitionTime 16673
OpcUaNS0.NonExclusiveLevelAlarmType_SilenceState_TrueState 16674
OpcUaNS0.NonExclusiveLevelAlarmType_SilenceState_FalseState 16675
OpcUaNS0.NonExclusiveLevelAlarmType_AudibleEnabled 16676
OpcUaNS0.NonExclusiveLevelAlarmType_AudibleSound 16677
OpcUaNS0.PublishSubscribeType_PublishedDataSets_AddDataSetFolder_InputArguments 16678
OpcUaNS0.PublishSubscribeType_PublishedDataSets_AddDataSetFolder_OutputArguments 16679
OpcUaNS0.PublishSubscribeType_PublishedDataSets_RemoveDataSetFolder 16680
OpcUaNS0.PublishSubscribeType_PublishedDataSets_RemoveDataSetFolder_InputArguments 16681
OpcUaNS0.NonExclusiveLevelAlarmType_OnDelay 16682
OpcUaNS0.NonExclusiveLevelAlarmType_OffDelay 16683
OpcUaNS0.NonExclusiveLevelAlarmType_FirstInGroupFlag 16684
OpcUaNS0.NonExclusiveLevelAlarmType_FirstInGroup 16685
OpcUaNS0.NonExclusiveLevelAlarmType_AlarmGroup_Placeholder 16686
OpcUaNS0.NonExclusiveLevelAlarmType_ReAlarmTime 16687
OpcUaNS0.NonExclusiveLevelAlarmType_ReAlarmRepeatCount 16688
OpcUaNS0.NonExclusiveLevelAlarmType_Silence 16689
OpcUaNS0.NonExclusiveLevelAlarmType_Suppress 16690
OpcUaNS0.AddConnectionMethodType 16691
OpcUaNS0.NonExclusiveLevelAlarmType_BaseHighHighLimit 16692
OpcUaNS0.NonExclusiveLevelAlarmType_BaseHighLimit 16693
OpcUaNS0.NonExclusiveLevelAlarmType_BaseLowLimit 16694
OpcUaNS0.NonExclusiveLevelAlarmType_BaseLowLowLimit 16695
OpcUaNS0.ExclusiveLevelAlarmType_ConditionSubClassId 16696
OpcUaNS0.ExclusiveLevelAlarmType_ConditionSubClassName 16697
OpcUaNS0.ExclusiveLevelAlarmType_OutOfServiceState 16698
OpcUaNS0.ExclusiveLevelAlarmType_OutOfServiceState_Id 16699
OpcUaNS0.ExclusiveLevelAlarmType_OutOfServiceState_Name 16700
OpcUaNS0.ExclusiveLevelAlarmType_OutOfServiceState_Number 16701
OpcUaNS0.ExclusiveLevelAlarmType_OutOfServiceState_EffectiveDisplayName 16702
OpcUaNS0.ExclusiveLevelAlarmType_OutOfServiceState_TransitionTime 16703
OpcUaNS0.ExclusiveLevelAlarmType_OutOfServiceState_EffectiveTransitionTime 16704
OpcUaNS0.ExclusiveLevelAlarmType_OutOfServiceState_TrueState 16705
OpcUaNS0.ExclusiveLevelAlarmType_OutOfServiceState_FalseState 16706
OpcUaNS0.ExclusiveLevelAlarmType_SilenceState 16707
OpcUaNS0.ExclusiveLevelAlarmType_SilenceState_Id 16708
OpcUaNS0.ExclusiveLevelAlarmType_SilenceState_Name 16709
OpcUaNS0.ExclusiveLevelAlarmType_SilenceState_Number 16710
OpcUaNS0.ExclusiveLevelAlarmType_SilenceState_EffectiveDisplayName 16711
OpcUaNS0.ExclusiveLevelAlarmType_SilenceState_TransitionTime 16712
OpcUaNS0.ExclusiveLevelAlarmType_SilenceState_EffectiveTransitionTime 16713
OpcUaNS0.ExclusiveLevelAlarmType_SilenceState_TrueState 16714
OpcUaNS0.ExclusiveLevelAlarmType_SilenceState_FalseState 16715
OpcUaNS0.ExclusiveLevelAlarmType_AudibleEnabled 16716
OpcUaNS0.ExclusiveLevelAlarmType_AudibleSound 16717
OpcUaNS0.AddConnectionMethodType_InputArguments 16718
OpcUaNS0.AddConnectionMethodType_OutputArguments 16719
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_DataSetWriterId 16720
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_DataSetFieldContentMask 16721
OpcUaNS0.ExclusiveLevelAlarmType_OnDelay 16722
OpcUaNS0.ExclusiveLevelAlarmType_OffDelay 16723
OpcUaNS0.ExclusiveLevelAlarmType_FirstInGroupFlag 16724
OpcUaNS0.ExclusiveLevelAlarmType_FirstInGroup 16725
OpcUaNS0.ExclusiveLevelAlarmType_AlarmGroup_Placeholder 16726
OpcUaNS0.ExclusiveLevelAlarmType_ReAlarmTime 16727
OpcUaNS0.ExclusiveLevelAlarmType_ReAlarmRepeatCount 16728
OpcUaNS0.ExclusiveLevelAlarmType_Silence 16729
OpcUaNS0.ExclusiveLevelAlarmType_Suppress 16730
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_KeyFrameCount 16731
OpcUaNS0.ExclusiveLevelAlarmType_BaseHighHighLimit 16732
OpcUaNS0.ExclusiveLevelAlarmType_BaseHighLimit 16733
OpcUaNS0.ExclusiveLevelAlarmType_BaseLowLimit 16734
OpcUaNS0.ExclusiveLevelAlarmType_BaseLowLowLimit 16735
OpcUaNS0.NonExclusiveDeviationAlarmType_ConditionSubClassId 16736
OpcUaNS0.NonExclusiveDeviationAlarmType_ConditionSubClassName 16737
OpcUaNS0.NonExclusiveDeviationAlarmType_OutOfServiceState 16738
OpcUaNS0.NonExclusiveDeviationAlarmType_OutOfServiceState_Id 16739
OpcUaNS0.NonExclusiveDeviationAlarmType_OutOfServiceState_Name 16740
OpcUaNS0.NonExclusiveDeviationAlarmType_OutOfServiceState_Number 16741
OpcUaNS0.NonExclusiveDeviationAlarmType_OutOfServiceState_EffectiveDisplayName 16742
OpcUaNS0.NonExclusiveDeviationAlarmType_OutOfServiceState_TransitionTime 16743
OpcUaNS0.NonExclusiveDeviationAlarmType_OutOfServiceState_EffectiveTransitionTime 16744
OpcUaNS0.NonExclusiveDeviationAlarmType_OutOfServiceState_TrueState 16745
OpcUaNS0.NonExclusiveDeviationAlarmType_OutOfServiceState_FalseState 16746
OpcUaNS0.NonExclusiveDeviationAlarmType_SilenceState 16747
OpcUaNS0.NonExclusiveDeviationAlarmType_SilenceState_Id 16748
OpcUaNS0.NonExclusiveDeviationAlarmType_SilenceState_Name 16749
OpcUaNS0.NonExclusiveDeviationAlarmType_SilenceState_Number 16750
OpcUaNS0.NonExclusiveDeviationAlarmType_SilenceState_EffectiveDisplayName 16751
OpcUaNS0.NonExclusiveDeviationAlarmType_SilenceState_TransitionTime 16752
OpcUaNS0.NonExclusiveDeviationAlarmType_SilenceState_EffectiveTransitionTime 16753
OpcUaNS0.NonExclusiveDeviationAlarmType_SilenceState_TrueState 16754
OpcUaNS0.NonExclusiveDeviationAlarmType_SilenceState_FalseState 16755
OpcUaNS0.NonExclusiveDeviationAlarmType_AudibleEnabled 16756
OpcUaNS0.NonExclusiveDeviationAlarmType_AudibleSound 16757
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_MessageSettings 16758
OpcUaNS0.PublishedDataSetType_DataSetClassId 16759
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_DataSetWriterId 16760
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_DataSetFieldContentMask 16761
OpcUaNS0.NonExclusiveDeviationAlarmType_OnDelay 16762
OpcUaNS0.NonExclusiveDeviationAlarmType_OffDelay 16763
OpcUaNS0.NonExclusiveDeviationAlarmType_FirstInGroupFlag 16764
OpcUaNS0.NonExclusiveDeviationAlarmType_FirstInGroup 16765
OpcUaNS0.NonExclusiveDeviationAlarmType_AlarmGroup_Placeholder 16766
OpcUaNS0.NonExclusiveDeviationAlarmType_ReAlarmTime 16767
OpcUaNS0.NonExclusiveDeviationAlarmType_ReAlarmRepeatCount 16768
OpcUaNS0.NonExclusiveDeviationAlarmType_Silence 16769
OpcUaNS0.NonExclusiveDeviationAlarmType_Suppress 16770
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_KeyFrameCount 16771
OpcUaNS0.NonExclusiveDeviationAlarmType_BaseHighHighLimit 16772
OpcUaNS0.NonExclusiveDeviationAlarmType_BaseHighLimit 16773
OpcUaNS0.NonExclusiveDeviationAlarmType_BaseLowLimit 16774
OpcUaNS0.NonExclusiveDeviationAlarmType_BaseLowLowLimit 16775
OpcUaNS0.NonExclusiveDeviationAlarmType_BaseSetpointNode 16776
OpcUaNS0.ExclusiveDeviationAlarmType_ConditionSubClassId 16777
OpcUaNS0.ExclusiveDeviationAlarmType_ConditionSubClassName 16778
OpcUaNS0.ExclusiveDeviationAlarmType_OutOfServiceState 16779
OpcUaNS0.ExclusiveDeviationAlarmType_OutOfServiceState_Id 16780
OpcUaNS0.ExclusiveDeviationAlarmType_OutOfServiceState_Name 16781
OpcUaNS0.ExclusiveDeviationAlarmType_OutOfServiceState_Number 16782
OpcUaNS0.ExclusiveDeviationAlarmType_OutOfServiceState_EffectiveDisplayName 16783
OpcUaNS0.ExclusiveDeviationAlarmType_OutOfServiceState_TransitionTime 16784
OpcUaNS0.ExclusiveDeviationAlarmType_OutOfServiceState_EffectiveTransitionTime 16785
OpcUaNS0.ExclusiveDeviationAlarmType_OutOfServiceState_TrueState 16786
OpcUaNS0.ExclusiveDeviationAlarmType_OutOfServiceState_FalseState 16787
OpcUaNS0.ExclusiveDeviationAlarmType_SilenceState 16788
OpcUaNS0.ExclusiveDeviationAlarmType_SilenceState_Id 16789
OpcUaNS0.ExclusiveDeviationAlarmType_SilenceState_Name 16790
OpcUaNS0.ExclusiveDeviationAlarmType_SilenceState_Number 16791
OpcUaNS0.ExclusiveDeviationAlarmType_SilenceState_EffectiveDisplayName 16792
OpcUaNS0.ExclusiveDeviationAlarmType_SilenceState_TransitionTime 16793
OpcUaNS0.ExclusiveDeviationAlarmType_SilenceState_EffectiveTransitionTime 16794
OpcUaNS0.ExclusiveDeviationAlarmType_SilenceState_TrueState 16795
OpcUaNS0.ExclusiveDeviationAlarmType_SilenceState_FalseState 16796
OpcUaNS0.ExclusiveDeviationAlarmType_AudibleEnabled 16797
OpcUaNS0.ExclusiveDeviationAlarmType_AudibleSound 16798
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_MessageSettings 16799
OpcUaNS0.PublishedDataItemsType_DataSetClassId 16800
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_DataSetWriterId 16801
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_DataSetFieldContentMask 16802
OpcUaNS0.ExclusiveDeviationAlarmType_OnDelay 16803
OpcUaNS0.ExclusiveDeviationAlarmType_OffDelay 16804
OpcUaNS0.ExclusiveDeviationAlarmType_FirstInGroupFlag 16805
OpcUaNS0.ExclusiveDeviationAlarmType_FirstInGroup 16806
OpcUaNS0.ExclusiveDeviationAlarmType_AlarmGroup_Placeholder 16807
OpcUaNS0.ExclusiveDeviationAlarmType_ReAlarmTime 16808
OpcUaNS0.ExclusiveDeviationAlarmType_ReAlarmRepeatCount 16809
OpcUaNS0.ExclusiveDeviationAlarmType_Silence 16810
OpcUaNS0.ExclusiveDeviationAlarmType_Suppress 16811
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_KeyFrameCount 16812
OpcUaNS0.ExclusiveDeviationAlarmType_BaseHighHighLimit 16813
OpcUaNS0.ExclusiveDeviationAlarmType_BaseHighLimit 16814
OpcUaNS0.ExclusiveDeviationAlarmType_BaseLowLimit 16815
OpcUaNS0.ExclusiveDeviationAlarmType_BaseLowLowLimit 16816
OpcUaNS0.ExclusiveDeviationAlarmType_BaseSetpointNode 16817
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConditionSubClassId 16818
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ConditionSubClassName 16819
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_OutOfServiceState 16820
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_OutOfServiceState_Id 16821
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_OutOfServiceState_Name 16822
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_OutOfServiceState_Number 16823
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_OutOfServiceState_EffectiveDisplayName 16824
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_OutOfServiceState_TransitionTime 16825
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_OutOfServiceState_EffectiveTransitionTime 16826
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_OutOfServiceState_TrueState 16827
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_OutOfServiceState_FalseState 16828
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SilenceState 16829
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SilenceState_Id 16830
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SilenceState_Name 16831
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SilenceState_Number 16832
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SilenceState_EffectiveDisplayName 16833
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SilenceState_TransitionTime 16834
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SilenceState_EffectiveTransitionTime 16835
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SilenceState_TrueState 16836
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_SilenceState_FalseState 16837
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AudibleEnabled 16838
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AudibleSound 16839
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_MessageSettings 16840
OpcUaNS0.PublishedEventsType_DataSetClassId 16841
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedDataItemsTemplate 16842
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedDataItemsTemplate_InputArguments 16843
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_OnDelay 16844
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_OffDelay 16845
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_FirstInGroupFlag 16846
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_FirstInGroup 16847
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AlarmGroup_Placeholder 16848
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ReAlarmTime 16849
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ReAlarmRepeatCount 16850
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Silence 16851
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Suppress 16852
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedDataItemsTemplate_OutputArguments 16853
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_BaseHighHighLimit 16854
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_BaseHighLimit 16855
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_BaseLowLimit 16856
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_BaseLowLowLimit 16857
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_EngineeringUnits 16858
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConditionSubClassId 16859
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ConditionSubClassName 16860
OpcUaNS0.ExclusiveRateOfChangeAlarmType_OutOfServiceState 16861
OpcUaNS0.ExclusiveRateOfChangeAlarmType_OutOfServiceState_Id 16862
OpcUaNS0.ExclusiveRateOfChangeAlarmType_OutOfServiceState_Name 16863
OpcUaNS0.ExclusiveRateOfChangeAlarmType_OutOfServiceState_Number 16864
OpcUaNS0.ExclusiveRateOfChangeAlarmType_OutOfServiceState_EffectiveDisplayName 16865
OpcUaNS0.ExclusiveRateOfChangeAlarmType_OutOfServiceState_TransitionTime 16866
OpcUaNS0.ExclusiveRateOfChangeAlarmType_OutOfServiceState_EffectiveTransitionTime 16867
OpcUaNS0.ExclusiveRateOfChangeAlarmType_OutOfServiceState_TrueState 16868
OpcUaNS0.ExclusiveRateOfChangeAlarmType_OutOfServiceState_FalseState 16869
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SilenceState 16870
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SilenceState_Id 16871
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SilenceState_Name 16872
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SilenceState_Number 16873
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SilenceState_EffectiveDisplayName 16874
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SilenceState_TransitionTime 16875
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SilenceState_EffectiveTransitionTime 16876
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SilenceState_TrueState 16877
OpcUaNS0.ExclusiveRateOfChangeAlarmType_SilenceState_FalseState 16878
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AudibleEnabled 16879
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AudibleSound 16880
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedEventsTemplate 16881
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedEventsTemplate_InputArguments 16882
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedEventsTemplate_OutputArguments 16883
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_AddDataSetFolder 16884
OpcUaNS0.ExclusiveRateOfChangeAlarmType_OnDelay 16885
OpcUaNS0.ExclusiveRateOfChangeAlarmType_OffDelay 16886
OpcUaNS0.ExclusiveRateOfChangeAlarmType_FirstInGroupFlag 16887
OpcUaNS0.ExclusiveRateOfChangeAlarmType_FirstInGroup 16888
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AlarmGroup_Placeholder 16889
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ReAlarmTime 16890
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ReAlarmRepeatCount 16891
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Silence 16892
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Suppress 16893
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_AddDataSetFolder_InputArguments 16894
OpcUaNS0.ExclusiveRateOfChangeAlarmType_BaseHighHighLimit 16895
OpcUaNS0.ExclusiveRateOfChangeAlarmType_BaseHighLimit 16896
OpcUaNS0.ExclusiveRateOfChangeAlarmType_BaseLowLimit 16897
OpcUaNS0.ExclusiveRateOfChangeAlarmType_BaseLowLowLimit 16898
OpcUaNS0.ExclusiveRateOfChangeAlarmType_EngineeringUnits 16899
OpcUaNS0.DiscreteAlarmType_ConditionSubClassId 16900
OpcUaNS0.DiscreteAlarmType_ConditionSubClassName 16901
OpcUaNS0.DiscreteAlarmType_OutOfServiceState 16902
OpcUaNS0.DiscreteAlarmType_OutOfServiceState_Id 16903
OpcUaNS0.DiscreteAlarmType_OutOfServiceState_Name 16904
OpcUaNS0.DiscreteAlarmType_OutOfServiceState_Number 16905
OpcUaNS0.DiscreteAlarmType_OutOfServiceState_EffectiveDisplayName 16906
OpcUaNS0.DiscreteAlarmType_OutOfServiceState_TransitionTime 16907
OpcUaNS0.DiscreteAlarmType_OutOfServiceState_EffectiveTransitionTime 16908
OpcUaNS0.DiscreteAlarmType_OutOfServiceState_TrueState 16909
OpcUaNS0.DiscreteAlarmType_OutOfServiceState_FalseState 16910
OpcUaNS0.DiscreteAlarmType_SilenceState 16911
OpcUaNS0.DiscreteAlarmType_SilenceState_Id 16912
OpcUaNS0.DiscreteAlarmType_SilenceState_Name 16913
OpcUaNS0.DiscreteAlarmType_SilenceState_Number 16914
OpcUaNS0.DiscreteAlarmType_SilenceState_EffectiveDisplayName 16915
OpcUaNS0.DiscreteAlarmType_SilenceState_TransitionTime 16916
OpcUaNS0.DiscreteAlarmType_SilenceState_EffectiveTransitionTime 16917
OpcUaNS0.DiscreteAlarmType_SilenceState_TrueState 16918
OpcUaNS0.DiscreteAlarmType_SilenceState_FalseState 16919
OpcUaNS0.DiscreteAlarmType_AudibleEnabled 16920
OpcUaNS0.DiscreteAlarmType_AudibleSound 16921
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_AddDataSetFolder_OutputArguments 16922
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_RemoveDataSetFolder 16923
OpcUaNS0.DataSetFolderType_DataSetFolderName_Placeholder_RemoveDataSetFolder_InputArguments 16924
OpcUaNS0.DataSetFolderType_PublishedDataSetName_Placeholder_DataSetClassId 16925
OpcUaNS0.DiscreteAlarmType_OnDelay 16926
OpcUaNS0.DiscreteAlarmType_OffDelay 16927
OpcUaNS0.DiscreteAlarmType_FirstInGroupFlag 16928
OpcUaNS0.DiscreteAlarmType_FirstInGroup 16929
OpcUaNS0.DiscreteAlarmType_AlarmGroup_Placeholder 16930
OpcUaNS0.DiscreteAlarmType_ReAlarmTime 16931
OpcUaNS0.DiscreteAlarmType_ReAlarmRepeatCount 16932
OpcUaNS0.DiscreteAlarmType_Silence 16933
OpcUaNS0.DiscreteAlarmType_Suppress 16934
OpcUaNS0.DataSetFolderType_AddPublishedDataItemsTemplate 16935
OpcUaNS0.OffNormalAlarmType_ConditionSubClassId 16936
OpcUaNS0.OffNormalAlarmType_ConditionSubClassName 16937
OpcUaNS0.OffNormalAlarmType_OutOfServiceState 16938
OpcUaNS0.OffNormalAlarmType_OutOfServiceState_Id 16939
OpcUaNS0.OffNormalAlarmType_OutOfServiceState_Name 16940
OpcUaNS0.OffNormalAlarmType_OutOfServiceState_Number 16941
OpcUaNS0.OffNormalAlarmType_OutOfServiceState_EffectiveDisplayName 16942
OpcUaNS0.OffNormalAlarmType_OutOfServiceState_TransitionTime 16943
OpcUaNS0.OffNormalAlarmType_OutOfServiceState_EffectiveTransitionTime 16944
OpcUaNS0.OffNormalAlarmType_OutOfServiceState_TrueState 16945
OpcUaNS0.OffNormalAlarmType_OutOfServiceState_FalseState 16946
OpcUaNS0.OffNormalAlarmType_SilenceState 16947
OpcUaNS0.OffNormalAlarmType_SilenceState_Id 16948
OpcUaNS0.OffNormalAlarmType_SilenceState_Name 16949
OpcUaNS0.OffNormalAlarmType_SilenceState_Number 16950
OpcUaNS0.OffNormalAlarmType_SilenceState_EffectiveDisplayName 16951
OpcUaNS0.OffNormalAlarmType_SilenceState_TransitionTime 16952
OpcUaNS0.OffNormalAlarmType_SilenceState_EffectiveTransitionTime 16953
OpcUaNS0.OffNormalAlarmType_SilenceState_TrueState 16954
OpcUaNS0.OffNormalAlarmType_SilenceState_FalseState 16955
OpcUaNS0.OffNormalAlarmType_AudibleEnabled 16956
OpcUaNS0.OffNormalAlarmType_AudibleSound 16957
OpcUaNS0.DataSetFolderType_AddPublishedDataItemsTemplate_InputArguments 16958
OpcUaNS0.DataSetFolderType_AddPublishedDataItemsTemplate_OutputArguments 16959
OpcUaNS0.DataSetFolderType_AddPublishedEventsTemplate 16960
OpcUaNS0.DataSetFolderType_AddPublishedEventsTemplate_InputArguments 16961
OpcUaNS0.OffNormalAlarmType_OnDelay 16962
OpcUaNS0.OffNormalAlarmType_OffDelay 16963
OpcUaNS0.OffNormalAlarmType_FirstInGroupFlag 16964
OpcUaNS0.OffNormalAlarmType_FirstInGroup 16965
OpcUaNS0.OffNormalAlarmType_AlarmGroup_Placeholder 16966
OpcUaNS0.OffNormalAlarmType_ReAlarmTime 16967
OpcUaNS0.OffNormalAlarmType_ReAlarmRepeatCount 16968
OpcUaNS0.OffNormalAlarmType_Silence 16969
OpcUaNS0.OffNormalAlarmType_Suppress 16970
OpcUaNS0.DataSetFolderType_AddPublishedEventsTemplate_OutputArguments 16971
OpcUaNS0.SystemOffNormalAlarmType_ConditionSubClassId 16972
OpcUaNS0.SystemOffNormalAlarmType_ConditionSubClassName 16973
OpcUaNS0.SystemOffNormalAlarmType_OutOfServiceState 16974
OpcUaNS0.SystemOffNormalAlarmType_OutOfServiceState_Id 16975
OpcUaNS0.SystemOffNormalAlarmType_OutOfServiceState_Name 16976
OpcUaNS0.SystemOffNormalAlarmType_OutOfServiceState_Number 16977
OpcUaNS0.SystemOffNormalAlarmType_OutOfServiceState_EffectiveDisplayName 16978
OpcUaNS0.SystemOffNormalAlarmType_OutOfServiceState_TransitionTime 16979
OpcUaNS0.SystemOffNormalAlarmType_OutOfServiceState_EffectiveTransitionTime 16980
OpcUaNS0.SystemOffNormalAlarmType_OutOfServiceState_TrueState 16981
OpcUaNS0.SystemOffNormalAlarmType_OutOfServiceState_FalseState 16982
OpcUaNS0.SystemOffNormalAlarmType_SilenceState 16983
OpcUaNS0.SystemOffNormalAlarmType_SilenceState_Id 16984
OpcUaNS0.SystemOffNormalAlarmType_SilenceState_Name 16985
OpcUaNS0.SystemOffNormalAlarmType_SilenceState_Number 16986
OpcUaNS0.SystemOffNormalAlarmType_SilenceState_EffectiveDisplayName 16987
OpcUaNS0.SystemOffNormalAlarmType_SilenceState_TransitionTime 16988
OpcUaNS0.SystemOffNormalAlarmType_SilenceState_EffectiveTransitionTime 16989
OpcUaNS0.SystemOffNormalAlarmType_SilenceState_TrueState 16990
OpcUaNS0.SystemOffNormalAlarmType_SilenceState_FalseState 16991
OpcUaNS0.SystemOffNormalAlarmType_AudibleEnabled 16992
OpcUaNS0.SystemOffNormalAlarmType_AudibleSound 16993
OpcUaNS0.DataSetFolderType_AddDataSetFolder 16994
OpcUaNS0.DataSetFolderType_AddDataSetFolder_InputArguments 16995
OpcUaNS0.DataSetFolderType_AddDataSetFolder_OutputArguments 16996
OpcUaNS0.DataSetFolderType_RemoveDataSetFolder 16997
OpcUaNS0.SystemOffNormalAlarmType_OnDelay 16998
OpcUaNS0.SystemOffNormalAlarmType_OffDelay 16999
OpcUaNS0.SystemOffNormalAlarmType_FirstInGroupFlag 17000
OpcUaNS0.SystemOffNormalAlarmType_FirstInGroup 17001
OpcUaNS0.SystemOffNormalAlarmType_AlarmGroup_Placeholder 17002
OpcUaNS0.SystemOffNormalAlarmType_ReAlarmTime 17003
OpcUaNS0.SystemOffNormalAlarmType_ReAlarmRepeatCount 17004
OpcUaNS0.SystemOffNormalAlarmType_Silence 17005
OpcUaNS0.SystemOffNormalAlarmType_Suppress 17006
OpcUaNS0.DataSetFolderType_RemoveDataSetFolder_InputArguments 17007
OpcUaNS0.TripAlarmType_ConditionSubClassId 17008
OpcUaNS0.TripAlarmType_ConditionSubClassName 17009
OpcUaNS0.TripAlarmType_OutOfServiceState 17010
OpcUaNS0.TripAlarmType_OutOfServiceState_Id 17011
OpcUaNS0.TripAlarmType_OutOfServiceState_Name 17012
OpcUaNS0.TripAlarmType_OutOfServiceState_Number 17013
OpcUaNS0.TripAlarmType_OutOfServiceState_EffectiveDisplayName 17014
OpcUaNS0.TripAlarmType_OutOfServiceState_TransitionTime 17015
OpcUaNS0.TripAlarmType_OutOfServiceState_EffectiveTransitionTime 17016
OpcUaNS0.TripAlarmType_OutOfServiceState_TrueState 17017
OpcUaNS0.TripAlarmType_OutOfServiceState_FalseState 17018
OpcUaNS0.TripAlarmType_SilenceState 17019
OpcUaNS0.TripAlarmType_SilenceState_Id 17020
OpcUaNS0.TripAlarmType_SilenceState_Name 17021
OpcUaNS0.TripAlarmType_SilenceState_Number 17022
OpcUaNS0.TripAlarmType_SilenceState_EffectiveDisplayName 17023
OpcUaNS0.TripAlarmType_SilenceState_TransitionTime 17024
OpcUaNS0.TripAlarmType_SilenceState_EffectiveTransitionTime 17025
OpcUaNS0.TripAlarmType_SilenceState_TrueState 17026
OpcUaNS0.TripAlarmType_SilenceState_FalseState 17027
OpcUaNS0.TripAlarmType_AudibleEnabled 17028
OpcUaNS0.TripAlarmType_AudibleSound 17029
OpcUaNS0.AddPublishedDataItemsTemplateMethodType 17030
OpcUaNS0.AddPublishedDataItemsTemplateMethodType_InputArguments 17031
OpcUaNS0.AddPublishedDataItemsTemplateMethodType_OutputArguments 17032
OpcUaNS0.AddPublishedEventsTemplateMethodType 17033
OpcUaNS0.TripAlarmType_OnDelay 17034
OpcUaNS0.TripAlarmType_OffDelay 17035
OpcUaNS0.TripAlarmType_FirstInGroupFlag 17036
OpcUaNS0.TripAlarmType_FirstInGroup 17037
OpcUaNS0.TripAlarmType_AlarmGroup_Placeholder 17038
OpcUaNS0.TripAlarmType_ReAlarmTime 17039
OpcUaNS0.TripAlarmType_ReAlarmRepeatCount 17040
OpcUaNS0.TripAlarmType_Silence 17041
OpcUaNS0.TripAlarmType_Suppress 17042
OpcUaNS0.AddPublishedEventsTemplateMethodType_InputArguments 17043
OpcUaNS0.CertificateExpirationAlarmType_ConditionSubClassId 17044
OpcUaNS0.CertificateExpirationAlarmType_ConditionSubClassName 17045
OpcUaNS0.CertificateExpirationAlarmType_OutOfServiceState 17046
OpcUaNS0.CertificateExpirationAlarmType_OutOfServiceState_Id 17047
OpcUaNS0.CertificateExpirationAlarmType_OutOfServiceState_Name 17048
OpcUaNS0.CertificateExpirationAlarmType_OutOfServiceState_Number 17049
OpcUaNS0.CertificateExpirationAlarmType_OutOfServiceState_EffectiveDisplayName 17050
OpcUaNS0.CertificateExpirationAlarmType_OutOfServiceState_TransitionTime 17051
OpcUaNS0.CertificateExpirationAlarmType_OutOfServiceState_EffectiveTransitionTime 17052
OpcUaNS0.CertificateExpirationAlarmType_OutOfServiceState_TrueState 17053
OpcUaNS0.CertificateExpirationAlarmType_OutOfServiceState_FalseState 17054
OpcUaNS0.CertificateExpirationAlarmType_SilenceState 17055
OpcUaNS0.CertificateExpirationAlarmType_SilenceState_Id 17056
OpcUaNS0.CertificateExpirationAlarmType_SilenceState_Name 17057
OpcUaNS0.CertificateExpirationAlarmType_SilenceState_Number 17058
OpcUaNS0.CertificateExpirationAlarmType_SilenceState_EffectiveDisplayName 17059
OpcUaNS0.CertificateExpirationAlarmType_SilenceState_TransitionTime 17060
OpcUaNS0.CertificateExpirationAlarmType_SilenceState_EffectiveTransitionTime 17061
OpcUaNS0.CertificateExpirationAlarmType_SilenceState_TrueState 17062
OpcUaNS0.CertificateExpirationAlarmType_SilenceState_FalseState 17063
OpcUaNS0.CertificateExpirationAlarmType_AudibleEnabled 17064
OpcUaNS0.CertificateExpirationAlarmType_AudibleSound 17065
OpcUaNS0.AddPublishedEventsTemplateMethodType_OutputArguments 17066
OpcUaNS0.AddDataSetFolderMethodType 17067
OpcUaNS0.AddDataSetFolderMethodType_InputArguments 17068
OpcUaNS0.AddDataSetFolderMethodType_OutputArguments 17069
OpcUaNS0.CertificateExpirationAlarmType_OnDelay 17070
OpcUaNS0.CertificateExpirationAlarmType_OffDelay 17071
OpcUaNS0.CertificateExpirationAlarmType_FirstInGroupFlag 17072
OpcUaNS0.CertificateExpirationAlarmType_FirstInGroup 17073
OpcUaNS0.CertificateExpirationAlarmType_AlarmGroup_Placeholder 17074
OpcUaNS0.CertificateExpirationAlarmType_ReAlarmTime 17075
OpcUaNS0.CertificateExpirationAlarmType_ReAlarmRepeatCount 17076
OpcUaNS0.CertificateExpirationAlarmType_Silence 17077
OpcUaNS0.CertificateExpirationAlarmType_Suppress 17078
OpcUaNS0.RemoveDataSetFolderMethodType 17079
OpcUaNS0.DiscrepancyAlarmType 17080
OpcUaNS0.DiscrepancyAlarmType_EventId 17081
OpcUaNS0.DiscrepancyAlarmType_EventType 17082
OpcUaNS0.DiscrepancyAlarmType_SourceNode 17083
OpcUaNS0.DiscrepancyAlarmType_SourceName 17084
OpcUaNS0.DiscrepancyAlarmType_Time 17085
OpcUaNS0.DiscrepancyAlarmType_ReceiveTime 17086
OpcUaNS0.DiscrepancyAlarmType_LocalTime 17087
OpcUaNS0.DiscrepancyAlarmType_Message 17088
OpcUaNS0.DiscrepancyAlarmType_Severity 17089
OpcUaNS0.DiscrepancyAlarmType_ConditionClassId 17090
OpcUaNS0.DiscrepancyAlarmType_ConditionClassName 17091
OpcUaNS0.DiscrepancyAlarmType_ConditionSubClassId 17092
OpcUaNS0.DiscrepancyAlarmType_ConditionSubClassName 17093
OpcUaNS0.DiscrepancyAlarmType_ConditionName 17094
OpcUaNS0.DiscrepancyAlarmType_BranchId 17095
OpcUaNS0.DiscrepancyAlarmType_Retain 17096
OpcUaNS0.DiscrepancyAlarmType_EnabledState 17097
OpcUaNS0.DiscrepancyAlarmType_EnabledState_Id 17098
OpcUaNS0.DiscrepancyAlarmType_EnabledState_Name 17099
OpcUaNS0.DiscrepancyAlarmType_EnabledState_Number 17100
OpcUaNS0.DiscrepancyAlarmType_EnabledState_EffectiveDisplayName 17101
OpcUaNS0.DiscrepancyAlarmType_EnabledState_TransitionTime 17102
OpcUaNS0.DiscrepancyAlarmType_EnabledState_EffectiveTransitionTime 17103
OpcUaNS0.DiscrepancyAlarmType_EnabledState_TrueState 17104
OpcUaNS0.DiscrepancyAlarmType_EnabledState_FalseState 17105
OpcUaNS0.DiscrepancyAlarmType_Quality 17106
OpcUaNS0.DiscrepancyAlarmType_Quality_SourceTimestamp 17107
OpcUaNS0.DiscrepancyAlarmType_LastSeverity 17108
OpcUaNS0.DiscrepancyAlarmType_LastSeverity_SourceTimestamp 17109
OpcUaNS0.DiscrepancyAlarmType_Comment 17110
OpcUaNS0.DiscrepancyAlarmType_Comment_SourceTimestamp 17111
OpcUaNS0.DiscrepancyAlarmType_ClientUserId 17112
OpcUaNS0.DiscrepancyAlarmType_Disable 17113
OpcUaNS0.DiscrepancyAlarmType_Enable 17114
OpcUaNS0.DiscrepancyAlarmType_AddComment 17115
OpcUaNS0.DiscrepancyAlarmType_AddComment_InputArguments 17116
OpcUaNS0.DiscrepancyAlarmType_ConditionRefresh 17117
OpcUaNS0.DiscrepancyAlarmType_ConditionRefresh_InputArguments 17118
OpcUaNS0.DiscrepancyAlarmType_ConditionRefresh2 17119
OpcUaNS0.DiscrepancyAlarmType_ConditionRefresh2_InputArguments 17120
OpcUaNS0.DiscrepancyAlarmType_AckedState 17121
OpcUaNS0.DiscrepancyAlarmType_AckedState_Id 17122
OpcUaNS0.DiscrepancyAlarmType_AckedState_Name 17123
OpcUaNS0.DiscrepancyAlarmType_AckedState_Number 17124
OpcUaNS0.DiscrepancyAlarmType_AckedState_EffectiveDisplayName 17125
OpcUaNS0.DiscrepancyAlarmType_AckedState_TransitionTime 17126
OpcUaNS0.DiscrepancyAlarmType_AckedState_EffectiveTransitionTime 17127
OpcUaNS0.DiscrepancyAlarmType_AckedState_TrueState 17128
OpcUaNS0.DiscrepancyAlarmType_AckedState_FalseState 17129
OpcUaNS0.DiscrepancyAlarmType_ConfirmedState 17130
OpcUaNS0.DiscrepancyAlarmType_ConfirmedState_Id 17131
OpcUaNS0.DiscrepancyAlarmType_ConfirmedState_Name 17132
OpcUaNS0.DiscrepancyAlarmType_ConfirmedState_Number 17133
OpcUaNS0.DiscrepancyAlarmType_ConfirmedState_EffectiveDisplayName 17134
OpcUaNS0.DiscrepancyAlarmType_ConfirmedState_TransitionTime 17135
OpcUaNS0.DiscrepancyAlarmType_ConfirmedState_EffectiveTransitionTime 17136
OpcUaNS0.DiscrepancyAlarmType_ConfirmedState_TrueState 17137
OpcUaNS0.DiscrepancyAlarmType_ConfirmedState_FalseState 17138
OpcUaNS0.DiscrepancyAlarmType_Acknowledge 17139
OpcUaNS0.DiscrepancyAlarmType_Acknowledge_InputArguments 17140
OpcUaNS0.DiscrepancyAlarmType_Confirm 17141
OpcUaNS0.DiscrepancyAlarmType_Confirm_InputArguments 17142
OpcUaNS0.DiscrepancyAlarmType_ActiveState 17143
OpcUaNS0.DiscrepancyAlarmType_ActiveState_Id 17144
OpcUaNS0.DiscrepancyAlarmType_ActiveState_Name 17145
OpcUaNS0.DiscrepancyAlarmType_ActiveState_Number 17146
OpcUaNS0.DiscrepancyAlarmType_ActiveState_EffectiveDisplayName 17147
OpcUaNS0.DiscrepancyAlarmType_ActiveState_TransitionTime 17148
OpcUaNS0.DiscrepancyAlarmType_ActiveState_EffectiveTransitionTime 17149
OpcUaNS0.DiscrepancyAlarmType_ActiveState_TrueState 17150
OpcUaNS0.DiscrepancyAlarmType_ActiveState_FalseState 17151
OpcUaNS0.DiscrepancyAlarmType_InputNode 17152
OpcUaNS0.DiscrepancyAlarmType_SuppressedState 17153
OpcUaNS0.DiscrepancyAlarmType_SuppressedState_Id 17154
OpcUaNS0.DiscrepancyAlarmType_SuppressedState_Name 17155
OpcUaNS0.DiscrepancyAlarmType_SuppressedState_Number 17156
OpcUaNS0.DiscrepancyAlarmType_SuppressedState_EffectiveDisplayName 17157
OpcUaNS0.DiscrepancyAlarmType_SuppressedState_TransitionTime 17158
OpcUaNS0.DiscrepancyAlarmType_SuppressedState_EffectiveTransitionTime 17159
OpcUaNS0.DiscrepancyAlarmType_SuppressedState_TrueState 17160
OpcUaNS0.DiscrepancyAlarmType_SuppressedState_FalseState 17161
OpcUaNS0.DiscrepancyAlarmType_OutOfServiceState 17162
OpcUaNS0.DiscrepancyAlarmType_OutOfServiceState_Id 17163
OpcUaNS0.DiscrepancyAlarmType_OutOfServiceState_Name 17164
OpcUaNS0.DiscrepancyAlarmType_OutOfServiceState_Number 17165
OpcUaNS0.DiscrepancyAlarmType_OutOfServiceState_EffectiveDisplayName 17166
OpcUaNS0.DiscrepancyAlarmType_OutOfServiceState_TransitionTime 17167
OpcUaNS0.DiscrepancyAlarmType_OutOfServiceState_EffectiveTransitionTime 17168
OpcUaNS0.DiscrepancyAlarmType_OutOfServiceState_TrueState 17169
OpcUaNS0.DiscrepancyAlarmType_OutOfServiceState_FalseState 17170
OpcUaNS0.DiscrepancyAlarmType_SilenceState 17171
OpcUaNS0.DiscrepancyAlarmType_SilenceState_Id 17172
OpcUaNS0.DiscrepancyAlarmType_SilenceState_Name 17173
OpcUaNS0.DiscrepancyAlarmType_SilenceState_Number 17174
OpcUaNS0.DiscrepancyAlarmType_SilenceState_EffectiveDisplayName 17175
OpcUaNS0.DiscrepancyAlarmType_SilenceState_TransitionTime 17176
OpcUaNS0.DiscrepancyAlarmType_SilenceState_EffectiveTransitionTime 17177
OpcUaNS0.DiscrepancyAlarmType_SilenceState_TrueState 17178
OpcUaNS0.DiscrepancyAlarmType_SilenceState_FalseState 17179
OpcUaNS0.DiscrepancyAlarmType_ShelvingState 17180
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_CurrentState 17181
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_CurrentState_Id 17182
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_CurrentState_Name 17183
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_CurrentState_Number 17184
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 17185
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_LastTransition 17186
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_LastTransition_Id 17187
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_LastTransition_Name 17188
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_LastTransition_Number 17189
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_LastTransition_TransitionTime 17190
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 17191
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_UnshelveTime 17192
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_Unshelve 17193
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_OneShotShelve 17194
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_TimedShelve 17195
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_TimedShelve_InputArguments 17196
OpcUaNS0.DiscrepancyAlarmType_SuppressedOrShelved 17197
OpcUaNS0.DiscrepancyAlarmType_MaxTimeShelved 17198
OpcUaNS0.DiscrepancyAlarmType_AudibleEnabled 17199
OpcUaNS0.DiscrepancyAlarmType_AudibleSound 17200
OpcUaNS0.RemoveDataSetFolderMethodType_InputArguments 17201
OpcUaNS0.PubSubConnectionType_Address_NetworkInterface 17202
OpcUaNS0.PubSubConnectionType_TransportSettings 17203
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_MaxNetworkMessageSize 17204
OpcUaNS0.DiscrepancyAlarmType_OnDelay 17205
OpcUaNS0.DiscrepancyAlarmType_OffDelay 17206
OpcUaNS0.DiscrepancyAlarmType_FirstInGroupFlag 17207
OpcUaNS0.DiscrepancyAlarmType_FirstInGroup 17208
OpcUaNS0.DiscrepancyAlarmType_AlarmGroup_Placeholder 17209
OpcUaNS0.DiscrepancyAlarmType_ReAlarmTime 17210
OpcUaNS0.DiscrepancyAlarmType_ReAlarmRepeatCount 17211
OpcUaNS0.DiscrepancyAlarmType_Silence 17212
OpcUaNS0.DiscrepancyAlarmType_Suppress 17213
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_WriterGroupId 17214
OpcUaNS0.DiscrepancyAlarmType_TargetValueNode 17215
OpcUaNS0.DiscrepancyAlarmType_ExpectedTime 17216
OpcUaNS0.DiscrepancyAlarmType_Tolerance 17217
OpcUaNS0.SafetyConditionClassType 17218
OpcUaNS0.HighlyManagedAlarmConditionClassType 17219
OpcUaNS0.TrainingConditionClassType 17220
OpcUaNS0.TestingConditionSubClassType 17221
OpcUaNS0.AuditConditionCommentEventType_ConditionEventId 17222
OpcUaNS0.AuditConditionAcknowledgeEventType_ConditionEventId 17223
OpcUaNS0.AuditConditionConfirmEventType_ConditionEventId 17224
OpcUaNS0.AuditConditionSuppressionEventType 17225
OpcUaNS0.AuditConditionSuppressionEventType_EventId 17226
OpcUaNS0.AuditConditionSuppressionEventType_EventType 17227
OpcUaNS0.AuditConditionSuppressionEventType_SourceNode 17228
OpcUaNS0.AuditConditionSuppressionEventType_SourceName 17229
OpcUaNS0.AuditConditionSuppressionEventType_Time 17230
OpcUaNS0.AuditConditionSuppressionEventType_ReceiveTime 17231
OpcUaNS0.AuditConditionSuppressionEventType_LocalTime 17232
OpcUaNS0.AuditConditionSuppressionEventType_Message 17233
OpcUaNS0.AuditConditionSuppressionEventType_Severity 17234
OpcUaNS0.AuditConditionSuppressionEventType_ActionTimeStamp 17235
OpcUaNS0.AuditConditionSuppressionEventType_Status 17236
OpcUaNS0.AuditConditionSuppressionEventType_ServerId 17237
OpcUaNS0.AuditConditionSuppressionEventType_ClientAuditEntryId 17238
OpcUaNS0.AuditConditionSuppressionEventType_ClientUserId 17239
OpcUaNS0.AuditConditionSuppressionEventType_MethodId 17240
OpcUaNS0.AuditConditionSuppressionEventType_InputArguments 17241
OpcUaNS0.AuditConditionSilenceEventType 17242
OpcUaNS0.AuditConditionSilenceEventType_EventId 17243
OpcUaNS0.AuditConditionSilenceEventType_EventType 17244
OpcUaNS0.AuditConditionSilenceEventType_SourceNode 17245
OpcUaNS0.AuditConditionSilenceEventType_SourceName 17246
OpcUaNS0.AuditConditionSilenceEventType_Time 17247
OpcUaNS0.AuditConditionSilenceEventType_ReceiveTime 17248
OpcUaNS0.AuditConditionSilenceEventType_LocalTime 17249
OpcUaNS0.AuditConditionSilenceEventType_Message 17250
OpcUaNS0.AuditConditionSilenceEventType_Severity 17251
OpcUaNS0.AuditConditionSilenceEventType_ActionTimeStamp 17252
OpcUaNS0.AuditConditionSilenceEventType_Status 17253
OpcUaNS0.AuditConditionSilenceEventType_ServerId 17254
OpcUaNS0.AuditConditionSilenceEventType_ClientAuditEntryId 17255
OpcUaNS0.AuditConditionSilenceEventType_ClientUserId 17256
OpcUaNS0.AuditConditionSilenceEventType_MethodId 17257
OpcUaNS0.AuditConditionSilenceEventType_InputArguments 17258
OpcUaNS0.AuditConditionOutOfServiceEventType 17259
OpcUaNS0.AuditConditionOutOfServiceEventType_EventId 17260
OpcUaNS0.AuditConditionOutOfServiceEventType_EventType 17261
OpcUaNS0.AuditConditionOutOfServiceEventType_SourceNode 17262
OpcUaNS0.AuditConditionOutOfServiceEventType_SourceName 17263
OpcUaNS0.AuditConditionOutOfServiceEventType_Time 17264
OpcUaNS0.AuditConditionOutOfServiceEventType_ReceiveTime 17265
OpcUaNS0.AuditConditionOutOfServiceEventType_LocalTime 17266
OpcUaNS0.AuditConditionOutOfServiceEventType_Message 17267
OpcUaNS0.AuditConditionOutOfServiceEventType_Severity 17268
OpcUaNS0.AuditConditionOutOfServiceEventType_ActionTimeStamp 17269
OpcUaNS0.AuditConditionOutOfServiceEventType_Status 17270
OpcUaNS0.AuditConditionOutOfServiceEventType_ServerId 17271
OpcUaNS0.AuditConditionOutOfServiceEventType_ClientAuditEntryId 17272
OpcUaNS0.AuditConditionOutOfServiceEventType_ClientUserId 17273
OpcUaNS0.AuditConditionOutOfServiceEventType_MethodId 17274
OpcUaNS0.AuditConditionOutOfServiceEventType_InputArguments 17275
OpcUaNS0.HasEffectDisable 17276
OpcUaNS0.AlarmRateVariableType 17277
OpcUaNS0.AlarmRateVariableType_Rate 17278
OpcUaNS0.AlarmMetricsType 17279
OpcUaNS0.AlarmMetricsType_AlarmCount 17280
OpcUaNS0.AlarmMetricsType_MaximumActiveState 17281
OpcUaNS0.AlarmMetricsType_MaximumUnAck 17282
OpcUaNS0.AlarmMetricsType_MaximumReAlarmCount 17283
OpcUaNS0.AlarmMetricsType_CurrentAlarmRate 17284
OpcUaNS0.AlarmMetricsType_CurrentAlarmRate_Rate 17285
OpcUaNS0.AlarmMetricsType_MaximumAlarmRate 17286
OpcUaNS0.AlarmMetricsType_MaximumAlarmRate_Rate 17287
OpcUaNS0.AlarmMetricsType_AverageAlarmRate 17288
OpcUaNS0.AlarmMetricsType_AverageAlarmRate_Rate 17289
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_TransportSettings 17290
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_MessageSettings 17291
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_TransportProfileUri 17292
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_AddDataSetWriter 17293
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_AddDataSetWriter_InputArguments 17294
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_TransportProfileUri_RestrictToList 17295
OpcUaNS0.PublishSubscribeType_SetSecurityKeys 17296
OpcUaNS0.PublishSubscribeType_SetSecurityKeys_InputArguments 17297
OpcUaNS0.SetSecurityKeysMethodType 17298
OpcUaNS0.SetSecurityKeysMethodType_InputArguments 17299
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 17300
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_AddDataSetWriter_OutputArguments 17301
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_MaxNetworkMessageSize 17302
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 17303
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent 17304
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Active 17305
OpcUaNS0.PubSubConnectionType_TransportProfileUri 17306
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_TransportSettings 17307
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_MessageSettings 17308
OpcUaNS0.PubSubConnectionType_TransportProfileUri_RestrictToList 17309
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder 17310
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_SecurityMode 17311
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_SecurityGroupId 17312
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_SecurityKeyServices 17313
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Status 17314
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Status_State 17315
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Status_Enable 17316
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Status_Disable 17317
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_PublishingInterval 17318
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_KeepAliveTime 17319
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Classification 17320
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Priority 17321
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_LocaleIds 17322
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_RemoveDataSetWriter 17323
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_RemoveDataSetWriter_InputArguments 17324
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder 17325
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_SecurityMode 17326
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_SecurityGroupId 17327
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_SecurityKeyServices 17328
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Status 17329
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Status_State 17330
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Status_Enable 17331
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Status_Disable 17332
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_RemoveDataSetReader 17333
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_RemoveDataSetReader_InputArguments 17334
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 17335
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 17336
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError 17337
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Active 17338
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Classification 17339
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 17340
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 17341
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent 17342
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent_Active 17343
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent_Classification 17344
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 17345
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 17346
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod 17347
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Active 17348
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Classification 17349
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 17350
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 17351
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_LiveValues 17352
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_LiveValues_ResolvedAddress 17353
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Diagnostics_LiveValues_ResolvedAddress_DiagnosticsLevel 17354
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_AddDataSetReader 17355
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_AddWriterGroup 17356
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_AddWriterGroup_InputArguments 17357
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_AddWriterGroup_OutputArguments 17358
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_AddReaderGroup 17359
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_AddReaderGroup_InputArguments 17360
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_AddReaderGroup_OutputArguments 17361
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_RemoveGroup 17362
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_RemoveGroup_InputArguments 17363
OpcUaNS0.PublishSubscribe_SetSecurityKeys 17364
OpcUaNS0.PublishSubscribe_SetSecurityKeys_InputArguments 17365
OpcUaNS0.PublishSubscribe_AddConnection 17366
OpcUaNS0.PublishSubscribe_AddConnection_InputArguments 17367
OpcUaNS0.PublishSubscribe_AddConnection_OutputArguments 17368
OpcUaNS0.PublishSubscribe_RemoveConnection 17369
OpcUaNS0.PublishSubscribe_RemoveConnection_InputArguments 17370
OpcUaNS0.PublishSubscribe_PublishedDataSets 17371
OpcUaNS0.PublishSubscribe_PublishedDataSets_AddPublishedDataItems 17372
OpcUaNS0.PublishSubscribe_PublishedDataSets_AddPublishedDataItems_InputArguments 17373
OpcUaNS0.PublishSubscribe_PublishedDataSets_AddPublishedDataItems_OutputArguments 17374
OpcUaNS0.PublishSubscribe_PublishedDataSets_AddPublishedEvents 17375
OpcUaNS0.PublishSubscribe_PublishedDataSets_AddPublishedEvents_InputArguments 17376
OpcUaNS0.PublishSubscribe_PublishedDataSets_AddPublishedEvents_OutputArguments 17377
OpcUaNS0.PublishSubscribe_PublishedDataSets_AddPublishedDataItemsTemplate 17378
OpcUaNS0.PublishSubscribe_PublishedDataSets_AddPublishedDataItemsTemplate_InputArguments 17379
OpcUaNS0.PublishSubscribe_PublishedDataSets_AddPublishedDataItemsTemplate_OutputArguments 17380
OpcUaNS0.PublishSubscribe_PublishedDataSets_AddPublishedEventsTemplate 17381
OpcUaNS0.PublishSubscribe_PublishedDataSets_AddPublishedEventsTemplate_InputArguments 17382
OpcUaNS0.PublishSubscribe_PublishedDataSets_AddPublishedEventsTemplate_OutputArguments 17383
OpcUaNS0.PublishSubscribe_PublishedDataSets_RemovePublishedDataSet 17384
OpcUaNS0.PublishSubscribe_PublishedDataSets_RemovePublishedDataSet_InputArguments 17385
OpcUaNS0.DataSetReaderType_CreateTargetVariables 17386
OpcUaNS0.DataSetReaderType_CreateTargetVariables_InputArguments 17387
OpcUaNS0.DataSetReaderType_CreateTargetVariables_OutputArguments 17388
OpcUaNS0.DataSetReaderType_CreateDataSetMirror 17389
OpcUaNS0.DataSetReaderType_CreateDataSetMirror_InputArguments 17390
OpcUaNS0.DataSetReaderType_CreateDataSetMirror_OutputArguments 17391
OpcUaNS0.DataSetReaderTypeCreateTargetVariablesMethodType 17392
OpcUaNS0.DataSetReaderTypeCreateTargetVariablesMethodType_InputArguments 17393
OpcUaNS0.DataSetReaderTypeCreateTargetVariablesMethodType_OutputArguments 17394
OpcUaNS0.DataSetReaderTypeCreateDataSetMirrorMethodType 17395
OpcUaNS0.DataSetReaderTypeCreateDataSetMirrorMethodType_InputArguments 17396
OpcUaNS0.DataSetReaderTypeCreateDataSetMirrorMethodType_OutputArguments 17397
OpcUaNS0.PublishSubscribe_PublishedDataSets_AddDataSetFolder 17398
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_AddDataSetReader_InputArguments 17399
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_AddDataSetReader_OutputArguments 17400
OpcUaNS0.PublishSubscribe_PublishedDataSets_AddDataSetFolder_InputArguments 17401
OpcUaNS0.PublishSubscribe_PublishedDataSets_AddDataSetFolder_OutputArguments 17402
OpcUaNS0.PublishSubscribe_PublishedDataSets_RemoveDataSetFolder 17403
OpcUaNS0.PublishSubscribe_PublishedDataSets_RemoveDataSetFolder_InputArguments 17404
OpcUaNS0.PublishSubscribe_Status 17405
OpcUaNS0.PublishSubscribe_Status_State 17406
OpcUaNS0.PublishSubscribe_Status_Enable 17407
OpcUaNS0.PublishSubscribe_Status_Disable 17408
OpcUaNS0.PublishSubscribe_Diagnostics 17409
OpcUaNS0.PublishSubscribe_Diagnostics_DiagnosticsLevel 17410
OpcUaNS0.PublishSubscribe_Diagnostics_TotalInformation 17411
OpcUaNS0.PublishSubscribe_Diagnostics_TotalInformation_Active 17412
OpcUaNS0.PublishSubscribe_Diagnostics_TotalInformation_Classification 17413
OpcUaNS0.PublishSubscribe_Diagnostics_TotalInformation_DiagnosticsLevel 17414
OpcUaNS0.PublishSubscribe_Diagnostics_TotalInformation_TimeFirstChange 17415
OpcUaNS0.PublishSubscribe_Diagnostics_TotalError 17416
OpcUaNS0.PublishSubscribe_Diagnostics_TotalError_Active 17417
OpcUaNS0.PublishSubscribe_Diagnostics_TotalError_Classification 17418
OpcUaNS0.PublishSubscribe_Diagnostics_TotalError_DiagnosticsLevel 17419
OpcUaNS0.PublishSubscribe_Diagnostics_TotalError_TimeFirstChange 17420
OpcUaNS0.PublishSubscribe_Diagnostics_Reset 17421
OpcUaNS0.PublishSubscribe_Diagnostics_SubError 17422
OpcUaNS0.PublishSubscribe_Diagnostics_Counters 17423
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateError 17424
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateError_Active 17425
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateError_Classification 17426
OpcUaNS0.PubSubConnectionType_AddWriterGroup 17427
OpcUaNS0.PubSubConnectionType_AddWriterGroup_InputArguments 17428
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateError_DiagnosticsLevel 17429
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateError_TimeFirstChange 17430
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateOperationalByMethod 17431
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateOperationalByMethod_Active 17432
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateOperationalByMethod_Classification 17433
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 17434
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 17435
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateOperationalByParent 17436
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateOperationalByParent_Active 17437
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateOperationalByParent_Classification 17438
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 17439
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 17440
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateOperationalFromError 17441
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateOperationalFromError_Active 17442
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateOperationalFromError_Classification 17443
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 17444
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 17445
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StatePausedByParent 17446
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StatePausedByParent_Active 17447
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StatePausedByParent_Classification 17448
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 17449
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 17450
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateDisabledByMethod 17451
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateDisabledByMethod_Active 17452
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateDisabledByMethod_Classification 17453
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 17454
OpcUaNS0.PublishSubscribe_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 17455
OpcUaNS0.PubSubConnectionType_AddWriterGroup_OutputArguments 17456
OpcUaNS0.PublishSubscribe_Diagnostics_LiveValues 17457
OpcUaNS0.PublishSubscribe_Diagnostics_LiveValues_ConfiguredDataSetWriters 17458
OpcUaNS0.PublishSubscribe_Diagnostics_LiveValues_ConfiguredDataSetWriters_DiagnosticsLevel 17459
OpcUaNS0.PublishSubscribe_Diagnostics_LiveValues_ConfiguredDataSetReaders 17460
OpcUaNS0.PublishSubscribe_Diagnostics_LiveValues_ConfiguredDataSetReaders_DiagnosticsLevel 17461
OpcUaNS0.PublishSubscribe_Diagnostics_LiveValues_OperationalDataSetWriters 17462
OpcUaNS0.PublishSubscribe_Diagnostics_LiveValues_OperationalDataSetWriters_DiagnosticsLevel 17463
OpcUaNS0.PublishSubscribe_Diagnostics_LiveValues_OperationalDataSetReaders 17464
OpcUaNS0.PubSubConnectionType_AddReaderGroup 17465
OpcUaNS0.PublishSubscribe_Diagnostics_LiveValues_OperationalDataSetReaders_DiagnosticsLevel 17466
OpcUaNS0.DatagramConnectionTransportDataType 17467
OpcUaNS0.DatagramConnectionTransportDataType_Encoding_DefaultBinary 17468
OpcUaNS0.OpcUa_BinarySchema_DatagramConnectionTransportDataType 17469
OpcUaNS0.OpcUa_BinarySchema_DatagramConnectionTransportDataType_DataTypeVersion 17470
OpcUaNS0.OpcUa_BinarySchema_DatagramConnectionTransportDataType_DictionaryFragment 17471
OpcUaNS0.DatagramConnectionTransportDataType_Encoding_DefaultXml 17472
OpcUaNS0.OpcUa_XmlSchema_DatagramConnectionTransportDataType 17473
OpcUaNS0.OpcUa_XmlSchema_DatagramConnectionTransportDataType_DataTypeVersion 17474
OpcUaNS0.OpcUa_XmlSchema_DatagramConnectionTransportDataType_DictionaryFragment 17475
OpcUaNS0.DatagramConnectionTransportDataType_Encoding_DefaultJson 17476
OpcUaNS0.UadpDataSetReaderMessageType_DataSetOffset 17477
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_ConnectionProperties 17478
OpcUaNS0.PublishSubscribeType_SupportedTransportProfiles 17479
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_ConnectionProperties 17480
OpcUaNS0.PublishSubscribe_SupportedTransportProfiles 17481
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_DataSetWriterProperties 17482
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_DataSetWriterProperties 17483
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_DataSetWriterProperties 17484
OpcUaNS0.PubSubConnectionType_ConnectionProperties 17485
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_GroupProperties 17486
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_GroupProperties 17487
OpcUaNS0.PubSubGroupType_GroupProperties 17488
OpcUaNS0.WriterGroupType_GroupProperties 17489
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_DataSetWriterProperties 17490
OpcUaNS0.ReaderGroupType_GroupProperties 17491
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_DataSetReaderProperties 17492
OpcUaNS0.DataSetWriterType_DataSetWriterProperties 17493
OpcUaNS0.DataSetReaderType_DataSetReaderProperties 17494
OpcUaNS0.CreateCredentialMethodType_OutputArguments 17495
OpcUaNS0.KeyCredentialConfigurationFolderType 17496
OpcUaNS0.AnalogUnitType 17497
OpcUaNS0.AnalogUnitType_Definition 17498
OpcUaNS0.AnalogUnitType_ValuePrecision 17499
OpcUaNS0.AnalogUnitType_InstrumentRange 17500
OpcUaNS0.AnalogUnitType_EURange 17501
OpcUaNS0.AnalogUnitType_EngineeringUnits 17502
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Address_NetworkInterface_Selections 17503
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Address_NetworkInterface_SelectionDescriptions 17504
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Address_NetworkInterface_RestrictToList 17505
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Address_NetworkInterface_Selections 17506
OpcUaNS0.PubSubConnectionType_AddReaderGroup_InputArguments 17507
OpcUaNS0.PubSubConnectionType_AddReaderGroup_OutputArguments 17508
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Address_NetworkInterface_SelectionDescriptions 17509
OpcUaNS0.PublishSubscribe_ConnectionName_Placeholder_Address_NetworkInterface_RestrictToList 17510
OpcUaNS0.KeyCredentialConfigurationFolderType_ServiceName_Placeholder 17511
OpcUaNS0.KeyCredentialConfigurationFolderType_ServiceName_Placeholder_ResourceUri 17512
OpcUaNS0.KeyCredentialConfigurationFolderType_ServiceName_Placeholder_ProfileUri 17513
OpcUaNS0.KeyCredentialConfigurationFolderType_ServiceName_Placeholder_EndpointUrls 17514
OpcUaNS0.KeyCredentialConfigurationFolderType_ServiceName_Placeholder_ServiceStatus 17515
OpcUaNS0.KeyCredentialConfigurationFolderType_ServiceName_Placeholder_GetEncryptingKey 17516
OpcUaNS0.KeyCredentialConfigurationFolderType_ServiceName_Placeholder_GetEncryptingKey_InputArguments 17517
OpcUaNS0.KeyCredentialConfigurationFolderType_ServiceName_Placeholder_GetEncryptingKey_OutputArguments 17518
OpcUaNS0.KeyCredentialConfigurationFolderType_ServiceName_Placeholder_UpdateCredential 17519
OpcUaNS0.KeyCredentialConfigurationFolderType_ServiceName_Placeholder_UpdateCredential_InputArguments 17520
OpcUaNS0.KeyCredentialConfigurationFolderType_ServiceName_Placeholder_DeleteCredential 17521
OpcUaNS0.KeyCredentialConfigurationFolderType_CreateCredential 17522
OpcUaNS0.KeyCredentialConfigurationFolderType_CreateCredential_InputArguments 17523
OpcUaNS0.KeyCredentialConfigurationFolderType_CreateCredential_OutputArguments 17524
OpcUaNS0.KeyCredentialConfiguration_ServiceName_Placeholder_GetEncryptingKey 17525
OpcUaNS0.KeyCredentialConfiguration_ServiceName_Placeholder_GetEncryptingKey_InputArguments 17526
OpcUaNS0.KeyCredentialConfiguration_ServiceName_Placeholder_GetEncryptingKey_OutputArguments 17527
OpcUaNS0.KeyCredentialConfiguration_CreateCredential 17528
OpcUaNS0.KeyCredentialConfiguration_CreateCredential_InputArguments 17529
OpcUaNS0.KeyCredentialConfiguration_CreateCredential_OutputArguments 17530
OpcUaNS0.GetEncryptingKeyMethodType 17531
OpcUaNS0.GetEncryptingKeyMethodType_InputArguments 17532
OpcUaNS0.GetEncryptingKeyMethodType_OutputArguments 17533
OpcUaNS0.KeyCredentialConfigurationType_GetEncryptingKey 17534
OpcUaNS0.KeyCredentialConfigurationType_GetEncryptingKey_InputArguments 17535
OpcUaNS0.KeyCredentialConfigurationType_GetEncryptingKey_OutputArguments 17536
OpcUaNS0.AdditionalParametersType_Encoding_DefaultBinary 17537
OpcUaNS0.OpcUa_BinarySchema_AdditionalParametersType 17538
OpcUaNS0.OpcUa_BinarySchema_AdditionalParametersType_DataTypeVersion 17539
OpcUaNS0.OpcUa_BinarySchema_AdditionalParametersType_DictionaryFragment 17540
OpcUaNS0.AdditionalParametersType_Encoding_DefaultXml 17541
OpcUaNS0.OpcUa_XmlSchema_AdditionalParametersType 17542
OpcUaNS0.OpcUa_XmlSchema_AdditionalParametersType_DataTypeVersion 17543
OpcUaNS0.OpcUa_XmlSchema_AdditionalParametersType_DictionaryFragment 17544
OpcUaNS0.RsaEncryptedSecret 17545
OpcUaNS0.EccEncryptedSecret 17546
OpcUaNS0.AdditionalParametersType_Encoding_DefaultJson 17547
OpcUaNS0.EphemeralKeyType 17548
OpcUaNS0.EphemeralKeyType_Encoding_DefaultBinary 17549
OpcUaNS0.OpcUa_BinarySchema_EphemeralKeyType 17550
OpcUaNS0.OpcUa_BinarySchema_EphemeralKeyType_DataTypeVersion 17551
OpcUaNS0.OpcUa_BinarySchema_EphemeralKeyType_DictionaryFragment 17552
OpcUaNS0.EphemeralKeyType_Encoding_DefaultXml 17553
OpcUaNS0.OpcUa_XmlSchema_EphemeralKeyType 17554
OpcUaNS0.OpcUa_XmlSchema_EphemeralKeyType_DataTypeVersion 17555
OpcUaNS0.OpcUa_XmlSchema_EphemeralKeyType_DictionaryFragment 17556
OpcUaNS0.EphemeralKeyType_Encoding_DefaultJson 17557
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_HeaderLayoutUri 17558
OpcUaNS0.WriterGroupType_HeaderLayoutUri 17559
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_KeyFrameCount 17560
OpcUaNS0.PubSubConnectionTypeAddWriterGroupMethodType 17561
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_HeaderLayoutUri 17562
OpcUaNS0.DataSetReaderType_KeyFrameCount 17563
OpcUaNS0.DataSetReaderType_HeaderLayoutUri 17564
OpcUaNS0.BaseAnalogType_Definition 17565
OpcUaNS0.BaseAnalogType_ValuePrecision 17566
OpcUaNS0.BaseAnalogType_InstrumentRange 17567
OpcUaNS0.BaseAnalogType_EURange 17568
OpcUaNS0.BaseAnalogType_EngineeringUnits 17569
OpcUaNS0.AnalogUnitRangeType 17570
OpcUaNS0.AnalogUnitRangeType_Definition 17571
OpcUaNS0.AnalogUnitRangeType_ValuePrecision 17572
OpcUaNS0.AnalogUnitRangeType_InstrumentRange 17573
OpcUaNS0.AnalogUnitRangeType_EURange 17574
OpcUaNS0.AnalogUnitRangeType_EngineeringUnits 17575
OpcUaNS0.PubSubConnectionType_Address_NetworkInterface_Selections 17576
OpcUaNS0.PubSubConnectionType_Address_NetworkInterface_SelectionDescriptions 17577
OpcUaNS0.PubSubConnectionType_Address_NetworkInterface_RestrictToList 17578
OpcUaNS0.DatagramConnectionTransportType_DiscoveryAddress_NetworkInterface_Selections 17579
OpcUaNS0.DatagramConnectionTransportType_DiscoveryAddress_NetworkInterface_SelectionDescriptions 17580
OpcUaNS0.DatagramConnectionTransportType_DiscoveryAddress_NetworkInterface_RestrictToList 17581
OpcUaNS0.NetworkAddressType_NetworkInterface_Selections 17582
OpcUaNS0.NetworkAddressType_NetworkInterface_SelectionDescriptions 17583
OpcUaNS0.NetworkAddressType_NetworkInterface_RestrictToList 17584
OpcUaNS0.NetworkAddressUrlType_NetworkInterface_Selections 17585
OpcUaNS0.NetworkAddressUrlType_NetworkInterface_SelectionDescriptions 17586
OpcUaNS0.NetworkAddressUrlType_NetworkInterface_RestrictToList 17587
OpcUaNS0.Index 17588
OpcUaNS0.DictionaryEntryType 17589
OpcUaNS0.DictionaryEntryType_DictionaryEntryName_Placeholder 17590
OpcUaNS0.DictionaryFolderType 17591
OpcUaNS0.DictionaryFolderType_DictionaryFolderName_Placeholder 17592
OpcUaNS0.DictionaryFolderType_DictionaryEntryName_Placeholder 17593
OpcUaNS0.Dictionaries 17594
OpcUaNS0.Dictionaries_DictionaryFolderName_Placeholder 17595
OpcUaNS0.Dictionaries_DictionaryEntryName_Placeholder 17596
OpcUaNS0.HasDictionaryEntry 17597
OpcUaNS0.IrdiDictionaryEntryType 17598
OpcUaNS0.IrdiDictionaryEntryType_DictionaryEntryName_Placeholder 17599
OpcUaNS0.UriDictionaryEntryType 17600
OpcUaNS0.UriDictionaryEntryType_DictionaryEntryName_Placeholder 17601
OpcUaNS0.BaseInterfaceType 17602
OpcUaNS0.HasInterface 17603
OpcUaNS0.HasAddIn 17604
OpcUaNS0.DefaultInstanceBrowseName 17605
OpcUaNS0.GenericAttributeValue 17606
OpcUaNS0.GenericAttributes 17607
OpcUaNS0.GenericAttributeValue_Encoding_DefaultXml 17608
OpcUaNS0.GenericAttributes_Encoding_DefaultXml 17609
OpcUaNS0.GenericAttributeValue_Encoding_DefaultBinary 17610
OpcUaNS0.GenericAttributes_Encoding_DefaultBinary 17611
OpcUaNS0.ServerType_LocalTime 17612
OpcUaNS0.PubSubConnectionTypeAddWriterGroupMethodType_InputArguments 17613
OpcUaNS0.PubSubConnectionTypeAddWriterGroupMethodType_OutputArguments 17614
OpcUaNS0.AuditSecurityEventType_StatusCodeId 17615
OpcUaNS0.AuditChannelEventType_StatusCodeId 17616
OpcUaNS0.AuditOpenSecureChannelEventType_StatusCodeId 17617
OpcUaNS0.AuditSessionEventType_StatusCodeId 17618
OpcUaNS0.AuditCreateSessionEventType_StatusCodeId 17619
OpcUaNS0.AuditUrlMismatchEventType_StatusCodeId 17620
OpcUaNS0.AuditActivateSessionEventType_StatusCodeId 17621
OpcUaNS0.AuditCancelEventType_StatusCodeId 17622
OpcUaNS0.AuditCertificateEventType_StatusCodeId 17623
OpcUaNS0.AuditCertificateDataMismatchEventType_StatusCodeId 17624
OpcUaNS0.AuditCertificateExpiredEventType_StatusCodeId 17625
OpcUaNS0.AuditCertificateInvalidEventType_StatusCodeId 17626
OpcUaNS0.AuditCertificateUntrustedEventType_StatusCodeId 17627
OpcUaNS0.AuditCertificateRevokedEventType_StatusCodeId 17628
OpcUaNS0.AuditCertificateMismatchEventType_StatusCodeId 17629
OpcUaNS0.PubSubConnectionAddReaderGroupGroupMethodType 17630
OpcUaNS0.PubSubConnectionAddReaderGroupGroupMethodType_InputArguments 17631
OpcUaNS0.SelectionListType_Selections 17632
OpcUaNS0.SelectionListType_SelectionDescriptions 17633
OpcUaNS0.Server_LocalTime 17634
OpcUaNS0.FiniteStateMachineType_AvailableStates 17635
OpcUaNS0.FiniteStateMachineType_AvailableTransitions 17636
OpcUaNS0.TemporaryFileTransferType_TransferState_Placeholder_AvailableStates 17637
OpcUaNS0.TemporaryFileTransferType_TransferState_Placeholder_AvailableTransitions 17638
OpcUaNS0.FileTransferStateMachineType_AvailableStates 17639
OpcUaNS0.FileTransferStateMachineType_AvailableTransitions 17640
OpcUaNS0.RoleMappingRuleChangedAuditEventType 17641
OpcUaNS0.RoleMappingRuleChangedAuditEventType_EventId 17642
OpcUaNS0.RoleMappingRuleChangedAuditEventType_EventType 17643
OpcUaNS0.RoleMappingRuleChangedAuditEventType_SourceNode 17644
OpcUaNS0.RoleMappingRuleChangedAuditEventType_SourceName 17645
OpcUaNS0.RoleMappingRuleChangedAuditEventType_Time 17646
OpcUaNS0.RoleMappingRuleChangedAuditEventType_ReceiveTime 17647
OpcUaNS0.RoleMappingRuleChangedAuditEventType_LocalTime 17648
OpcUaNS0.RoleMappingRuleChangedAuditEventType_Message 17649
OpcUaNS0.RoleMappingRuleChangedAuditEventType_Severity 17650
OpcUaNS0.RoleMappingRuleChangedAuditEventType_ActionTimeStamp 17651
OpcUaNS0.RoleMappingRuleChangedAuditEventType_Status 17652
OpcUaNS0.RoleMappingRuleChangedAuditEventType_ServerId 17653
OpcUaNS0.RoleMappingRuleChangedAuditEventType_ClientAuditEntryId 17654
OpcUaNS0.RoleMappingRuleChangedAuditEventType_ClientUserId 17655
OpcUaNS0.RoleMappingRuleChangedAuditEventType_MethodId 17656
OpcUaNS0.RoleMappingRuleChangedAuditEventType_InputArguments 17657
OpcUaNS0.AlarmConditionType_ShelvingState_AvailableStates 17658
OpcUaNS0.AlarmConditionType_ShelvingState_AvailableTransitions 17659
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_AvailableStates 17660
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_AvailableTransitions 17661
OpcUaNS0.ShelvedStateMachineType_AvailableStates 17662
OpcUaNS0.ShelvedStateMachineType_AvailableTransitions 17663
OpcUaNS0.LimitAlarmType_ShelvingState_AvailableStates 17664
OpcUaNS0.LimitAlarmType_ShelvingState_AvailableTransitions 17665
OpcUaNS0.ExclusiveLimitStateMachineType_AvailableStates 17666
OpcUaNS0.ExclusiveLimitStateMachineType_AvailableTransitions 17667
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_AvailableStates 17668
OpcUaNS0.ExclusiveLimitAlarmType_ShelvingState_AvailableTransitions 17669
OpcUaNS0.ExclusiveLimitAlarmType_LimitState_AvailableStates 17670
OpcUaNS0.ExclusiveLimitAlarmType_LimitState_AvailableTransitions 17671
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_AvailableStates 17672
OpcUaNS0.NonExclusiveLimitAlarmType_ShelvingState_AvailableTransitions 17673
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_AvailableStates 17674
OpcUaNS0.NonExclusiveLevelAlarmType_ShelvingState_AvailableTransitions 17675
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_AvailableStates 17676
OpcUaNS0.ExclusiveLevelAlarmType_ShelvingState_AvailableTransitions 17677
OpcUaNS0.ExclusiveLevelAlarmType_LimitState_AvailableStates 17678
OpcUaNS0.ExclusiveLevelAlarmType_LimitState_AvailableTransitions 17679
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_AvailableStates 17680
OpcUaNS0.NonExclusiveDeviationAlarmType_ShelvingState_AvailableTransitions 17681
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_AvailableStates 17682
OpcUaNS0.ExclusiveDeviationAlarmType_ShelvingState_AvailableTransitions 17683
OpcUaNS0.ExclusiveDeviationAlarmType_LimitState_AvailableStates 17684
OpcUaNS0.ExclusiveDeviationAlarmType_LimitState_AvailableTransitions 17685
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_AvailableStates 17686
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_ShelvingState_AvailableTransitions 17687
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_AvailableStates 17688
OpcUaNS0.ExclusiveRateOfChangeAlarmType_ShelvingState_AvailableTransitions 17689
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LimitState_AvailableStates 17690
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LimitState_AvailableTransitions 17691
OpcUaNS0.DiscreteAlarmType_ShelvingState_AvailableStates 17692
OpcUaNS0.DiscreteAlarmType_ShelvingState_AvailableTransitions 17693
OpcUaNS0.OffNormalAlarmType_ShelvingState_AvailableStates 17694
OpcUaNS0.OffNormalAlarmType_ShelvingState_AvailableTransitions 17695
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_AvailableStates 17696
OpcUaNS0.SystemOffNormalAlarmType_ShelvingState_AvailableTransitions 17697
OpcUaNS0.TripAlarmType_ShelvingState_AvailableStates 17698
OpcUaNS0.TripAlarmType_ShelvingState_AvailableTransitions 17699
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_AvailableStates 17700
OpcUaNS0.CertificateExpirationAlarmType_ShelvingState_AvailableTransitions 17701
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_AvailableStates 17702
OpcUaNS0.DiscrepancyAlarmType_ShelvingState_AvailableTransitions 17703
OpcUaNS0.ProgramStateMachineType_AvailableStates 17704
OpcUaNS0.ProgramStateMachineType_AvailableTransitions 17705
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_TransportProfileUri_Selections 17706
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_TransportProfileUri_SelectionDescriptions 17707
OpcUaNS0.InterfaceTypes 17708
OpcUaNS0.RationalNumberType 17709
OpcUaNS0.PubSubConnectionType_TransportProfileUri_Selections 17710
OpcUaNS0.PubSubConnectionType_TransportProfileUri_SelectionDescriptions 17711
OpcUaNS0.RationalNumberType_Numerator 17712
OpcUaNS0.RationalNumberType_Denominator 17713
OpcUaNS0.VectorType 17714
OpcUaNS0.VectorType_VectorUnit 17715
OpcUaNS0.ThreeDVectorType 17716
OpcUaNS0.ThreeDVectorType_VectorUnit 17717
OpcUaNS0.FileDirectoryType_FileDirectoryName_Placeholder_DeleteFileSystemObject 17718
OpcUaNS0.FileDirectoryType_FileDirectoryName_Placeholder_DeleteFileSystemObject_InputArguments 17719
OpcUaNS0.PubSubConnectionAddReaderGroupGroupMethodType_OutputArguments 17720
OpcUaNS0.ConnectionTransportType 17721
OpcUaNS0.FileSystem_FileDirectoryName_Placeholder_DeleteFileSystemObject 17722
OpcUaNS0.FileSystem_FileDirectoryName_Placeholder_DeleteFileSystemObject_InputArguments 17723
OpcUaNS0.PubSubGroupType_MaxNetworkMessageSize 17724
OpcUaNS0.WriterGroupType 17725
OpcUaNS0.WriterGroupType_SecurityMode 17726
OpcUaNS0.WriterGroupType_SecurityGroupId 17727
OpcUaNS0.WriterGroupType_SecurityKeyServices 17728
OpcUaNS0.WriterGroupType_MaxNetworkMessageSize 17729
OpcUaNS0.WriterGroupType_Status 17730
OpcUaNS0.WriterGroupType_Status_State 17731
OpcUaNS0.AuthorizationServices 17732
OpcUaNS0.WriterGroupType_Status_Enable 17734
OpcUaNS0.WriterGroupType_Status_Disable 17735
OpcUaNS0.WriterGroupType_WriterGroupId 17736
OpcUaNS0.WriterGroupType_PublishingInterval 17737
OpcUaNS0.WriterGroupType_KeepAliveTime 17738
OpcUaNS0.WriterGroupType_Priority 17739
OpcUaNS0.WriterGroupType_LocaleIds 17740
OpcUaNS0.WriterGroupType_TransportSettings 17741
OpcUaNS0.WriterGroupType_MessageSettings 17742
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder 17743
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_DataSetWriterId 17744
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_DataSetFieldContentMask 17745
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_KeyFrameCount 17746
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_TransportSettings 17747
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_MessageSettings 17748
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Status 17749
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Status_State 17750
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Status_Enable 17751
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Status_Disable 17752
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics 17753
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_DiagnosticsLevel 17754
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation 17755
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_Active 17756
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_Classification 17757
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_DiagnosticsLevel 17758
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_TimeFirstChange 17759
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_TotalError 17760
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_TotalError_Active 17761
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_TotalError_Classification 17762
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_TotalError_DiagnosticsLevel 17763
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_TotalError_TimeFirstChange 17764
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Reset 17765
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_SubError 17766
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters 17767
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError 17768
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_Active 17769
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_Classification 17770
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_DiagnosticsLevel 17771
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_TimeFirstChange 17772
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod 17773
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Active 17774
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Classification 17775
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 17776
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 17777
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent 17778
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Active 17779
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Classification 17780
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 17781
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 17782
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError 17783
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Active 17784
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Classification 17785
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 17786
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 17787
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent 17788
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_Active 17789
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_Classification 17790
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 17791
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 17792
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod 17793
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Active 17794
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Classification 17795
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 17796
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 17797
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_LiveValues 17798
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages 17799
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Active 17800
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Classification 17801
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_DiagnosticsLevel 17802
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_TimeFirstChange 17803
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MessageSequenceNumber 17804
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MessageSequenceNumber_DiagnosticsLevel 17805
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_StatusCode 17806
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_StatusCode_DiagnosticsLevel 17807
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MajorVersion 17808
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MajorVersion_DiagnosticsLevel 17809
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MinorVersion 17810
OpcUaNS0.WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MinorVersion_DiagnosticsLevel 17811
OpcUaNS0.WriterGroupType_Diagnostics 17812
OpcUaNS0.WriterGroupType_Diagnostics_DiagnosticsLevel 17813
OpcUaNS0.WriterGroupType_Diagnostics_TotalInformation 17814
OpcUaNS0.WriterGroupType_Diagnostics_TotalInformation_Active 17815
OpcUaNS0.WriterGroupType_Diagnostics_TotalInformation_Classification 17816
OpcUaNS0.WriterGroupType_Diagnostics_TotalInformation_DiagnosticsLevel 17817
OpcUaNS0.WriterGroupType_Diagnostics_TotalInformation_TimeFirstChange 17818
OpcUaNS0.WriterGroupType_Diagnostics_TotalError 17819
OpcUaNS0.WriterGroupType_Diagnostics_TotalError_Active 17820
OpcUaNS0.WriterGroupType_Diagnostics_TotalError_Classification 17821
OpcUaNS0.WriterGroupType_Diagnostics_TotalError_DiagnosticsLevel 17822
OpcUaNS0.WriterGroupType_Diagnostics_TotalError_TimeFirstChange 17823
OpcUaNS0.WriterGroupType_Diagnostics_Reset 17824
OpcUaNS0.WriterGroupType_Diagnostics_SubError 17825
OpcUaNS0.WriterGroupType_Diagnostics_Counters 17826
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateError 17827
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateError_Active 17828
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateError_Classification 17829
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateError_DiagnosticsLevel 17830
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateError_TimeFirstChange 17831
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateOperationalByMethod 17832
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateOperationalByMethod_Active 17833
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateOperationalByMethod_Classification 17834
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 17835
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 17836
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateOperationalByParent 17837
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateOperationalByParent_Active 17838
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateOperationalByParent_Classification 17839
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 17840
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 17841
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateOperationalFromError 17842
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateOperationalFromError_Active 17843
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateOperationalFromError_Classification 17844
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 17845
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 17846
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StatePausedByParent 17847
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StatePausedByParent_Active 17848
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StatePausedByParent_Classification 17849
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 17850
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 17851
OpcUaNS0.AuthorizationServiceConfigurationType 17852
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateDisabledByMethod 17853
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateDisabledByMethod_Active 17854
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateDisabledByMethod_Classification 17855
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 17856
OpcUaNS0.WriterGroupType_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 17857
OpcUaNS0.WriterGroupType_Diagnostics_LiveValues 17858
OpcUaNS0.WriterGroupType_Diagnostics_Counters_SentNetworkMessages 17859
OpcUaNS0.AuthorizationServiceConfigurationType_ServiceCertificate 17860
OpcUaNS0.DecimalDataType 17861
OpcUaNS0.DecimalDataType_Encoding_DefaultXml 17862
OpcUaNS0.DecimalDataType_Encoding_DefaultBinary 17863
OpcUaNS0.WriterGroupType_Diagnostics_Counters_SentNetworkMessages_Active 17864
OpcUaNS0.AlarmConditionType_AudibleSound_ListId 17865
OpcUaNS0.AlarmConditionType_AudibleSound_AgencyId 17866
OpcUaNS0.AlarmConditionType_AudibleSound_VersionId 17867
OpcUaNS0.AlarmConditionType_Unsuppress 17868
OpcUaNS0.AlarmConditionType_RemoveFromService 17869
OpcUaNS0.AlarmConditionType_PlaceInService 17870
OpcUaNS0.WriterGroupType_Diagnostics_Counters_SentNetworkMessages_Classification 17871
OpcUaNS0.WriterGroupType_Diagnostics_Counters_SentNetworkMessages_DiagnosticsLevel 17872
OpcUaNS0.WriterGroupType_Diagnostics_Counters_SentNetworkMessages_TimeFirstChange 17873
OpcUaNS0.WriterGroupType_Diagnostics_Counters_FailedTransmissions 17874
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Unsuppress 17875
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_RemoveFromService 17876
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_PlaceInService 17877
OpcUaNS0.WriterGroupType_Diagnostics_Counters_FailedTransmissions_Active 17878
OpcUaNS0.LimitAlarmType_AudibleSound_ListId 17879
OpcUaNS0.LimitAlarmType_AudibleSound_AgencyId 17880
OpcUaNS0.LimitAlarmType_AudibleSound_VersionId 17881
OpcUaNS0.LimitAlarmType_Unsuppress 17882
OpcUaNS0.LimitAlarmType_RemoveFromService 17883
OpcUaNS0.LimitAlarmType_PlaceInService 17884
OpcUaNS0.WriterGroupType_Diagnostics_Counters_FailedTransmissions_Classification 17885
OpcUaNS0.ExclusiveLimitAlarmType_AudibleSound_ListId 17886
OpcUaNS0.ExclusiveLimitAlarmType_AudibleSound_AgencyId 17887
OpcUaNS0.ExclusiveLimitAlarmType_AudibleSound_VersionId 17888
OpcUaNS0.ExclusiveLimitAlarmType_Unsuppress 17889
OpcUaNS0.ExclusiveLimitAlarmType_RemoveFromService 17890
OpcUaNS0.ExclusiveLimitAlarmType_PlaceInService 17891
OpcUaNS0.WriterGroupType_Diagnostics_Counters_FailedTransmissions_DiagnosticsLevel 17892
OpcUaNS0.NonExclusiveLimitAlarmType_AudibleSound_ListId 17893
OpcUaNS0.NonExclusiveLimitAlarmType_AudibleSound_AgencyId 17894
OpcUaNS0.NonExclusiveLimitAlarmType_AudibleSound_VersionId 17895
OpcUaNS0.NonExclusiveLimitAlarmType_Unsuppress 17896
OpcUaNS0.NonExclusiveLimitAlarmType_RemoveFromService 17897
OpcUaNS0.NonExclusiveLimitAlarmType_PlaceInService 17898
OpcUaNS0.WriterGroupType_Diagnostics_Counters_FailedTransmissions_TimeFirstChange 17899
OpcUaNS0.WriterGroupType_Diagnostics_Counters_EncryptionErrors 17900
OpcUaNS0.WriterGroupType_Diagnostics_Counters_EncryptionErrors_Active 17901
OpcUaNS0.WriterGroupType_Diagnostics_Counters_EncryptionErrors_Classification 17902
OpcUaNS0.WriterGroupType_Diagnostics_Counters_EncryptionErrors_DiagnosticsLevel 17903
OpcUaNS0.NonExclusiveLevelAlarmType_RemoveFromService 17904
OpcUaNS0.NonExclusiveLevelAlarmType_PlaceInService 17905
OpcUaNS0.WriterGroupType_Diagnostics_Counters_EncryptionErrors_TimeFirstChange 17906
OpcUaNS0.ExclusiveLevelAlarmType_AudibleSound_ListId 17907
OpcUaNS0.ExclusiveLevelAlarmType_AudibleSound_AgencyId 17908
OpcUaNS0.ExclusiveLevelAlarmType_AudibleSound_VersionId 17909
OpcUaNS0.ExclusiveLevelAlarmType_Unsuppress 17910
OpcUaNS0.ExclusiveLevelAlarmType_RemoveFromService 17911
OpcUaNS0.ExclusiveLevelAlarmType_PlaceInService 17912
OpcUaNS0.WriterGroupType_Diagnostics_LiveValues_ConfiguredDataSetWriters 17913
OpcUaNS0.NonExclusiveDeviationAlarmType_AudibleSound_ListId 17914
OpcUaNS0.NonExclusiveDeviationAlarmType_AudibleSound_AgencyId 17915
OpcUaNS0.NonExclusiveDeviationAlarmType_AudibleSound_VersionId 17916
OpcUaNS0.NonExclusiveDeviationAlarmType_Unsuppress 17917
OpcUaNS0.NonExclusiveDeviationAlarmType_RemoveFromService 17918
OpcUaNS0.NonExclusiveDeviationAlarmType_PlaceInService 17919
OpcUaNS0.WriterGroupType_Diagnostics_LiveValues_ConfiguredDataSetWriters_DiagnosticsLevel 17920
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AudibleSound_ListId 17921
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AudibleSound_AgencyId 17922
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_AudibleSound_VersionId 17923
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Unsuppress 17924
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_RemoveFromService 17925
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_PlaceInService 17926
OpcUaNS0.WriterGroupType_Diagnostics_LiveValues_OperationalDataSetWriters 17927
OpcUaNS0.ExclusiveDeviationAlarmType_AudibleSound_ListId 17928
OpcUaNS0.ExclusiveDeviationAlarmType_AudibleSound_AgencyId 17929
OpcUaNS0.ExclusiveDeviationAlarmType_AudibleSound_VersionId 17930
OpcUaNS0.ExclusiveDeviationAlarmType_Unsuppress 17931
OpcUaNS0.ExclusiveDeviationAlarmType_RemoveFromService 17932
OpcUaNS0.ExclusiveDeviationAlarmType_PlaceInService 17933
OpcUaNS0.WriterGroupType_Diagnostics_LiveValues_OperationalDataSetWriters_DiagnosticsLevel 17934
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AudibleSound_ListId 17935
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AudibleSound_AgencyId 17936
OpcUaNS0.ExclusiveRateOfChangeAlarmType_AudibleSound_VersionId 17937
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Unsuppress 17938
OpcUaNS0.ExclusiveRateOfChangeAlarmType_RemoveFromService 17939
OpcUaNS0.ExclusiveRateOfChangeAlarmType_PlaceInService 17940
OpcUaNS0.WriterGroupType_Diagnostics_LiveValues_SecurityTokenID 17941
OpcUaNS0.DiscreteAlarmType_AudibleSound_ListId 17942
OpcUaNS0.DiscreteAlarmType_AudibleSound_AgencyId 17943
OpcUaNS0.DiscreteAlarmType_AudibleSound_VersionId 17944
OpcUaNS0.DiscreteAlarmType_Unsuppress 17945
OpcUaNS0.DiscreteAlarmType_RemoveFromService 17946
OpcUaNS0.DiscreteAlarmType_PlaceInService 17947
OpcUaNS0.WriterGroupType_Diagnostics_LiveValues_SecurityTokenID_DiagnosticsLevel 17948
OpcUaNS0.OffNormalAlarmType_AudibleSound_ListId 17949
OpcUaNS0.OffNormalAlarmType_AudibleSound_AgencyId 17950
OpcUaNS0.OffNormalAlarmType_AudibleSound_VersionId 17951
OpcUaNS0.OffNormalAlarmType_Unsuppress 17952
OpcUaNS0.OffNormalAlarmType_RemoveFromService 17953
OpcUaNS0.OffNormalAlarmType_PlaceInService 17954
OpcUaNS0.WriterGroupType_Diagnostics_LiveValues_TimeToNextTokenID 17955
OpcUaNS0.SystemOffNormalAlarmType_AudibleSound_ListId 17956
OpcUaNS0.SystemOffNormalAlarmType_AudibleSound_AgencyId 17957
OpcUaNS0.SystemOffNormalAlarmType_AudibleSound_VersionId 17958
OpcUaNS0.SystemOffNormalAlarmType_Unsuppress 17959
OpcUaNS0.SystemOffNormalAlarmType_RemoveFromService 17960
OpcUaNS0.SystemOffNormalAlarmType_PlaceInService 17961
OpcUaNS0.WriterGroupType_Diagnostics_LiveValues_TimeToNextTokenID_DiagnosticsLevel 17962
OpcUaNS0.TripAlarmType_AudibleSound_ListId 17963
OpcUaNS0.TripAlarmType_AudibleSound_AgencyId 17964
OpcUaNS0.TripAlarmType_AudibleSound_VersionId 17965
OpcUaNS0.TripAlarmType_Unsuppress 17966
OpcUaNS0.TripAlarmType_RemoveFromService 17967
OpcUaNS0.TripAlarmType_PlaceInService 17968
OpcUaNS0.WriterGroupType_AddDataSetWriter 17969
OpcUaNS0.CertificateExpirationAlarmType_AudibleSound_ListId 17970
OpcUaNS0.CertificateExpirationAlarmType_AudibleSound_AgencyId 17971
OpcUaNS0.CertificateExpirationAlarmType_AudibleSound_VersionId 17972
OpcUaNS0.CertificateExpirationAlarmType_Unsuppress 17973
OpcUaNS0.CertificateExpirationAlarmType_RemoveFromService 17974
OpcUaNS0.CertificateExpirationAlarmType_PlaceInService 17975
OpcUaNS0.WriterGroupType_AddDataSetWriter_InputArguments 17976
OpcUaNS0.DiscrepancyAlarmType_AudibleSound_ListId 17977
OpcUaNS0.DiscrepancyAlarmType_AudibleSound_AgencyId 17978
OpcUaNS0.DiscrepancyAlarmType_AudibleSound_VersionId 17979
OpcUaNS0.DiscrepancyAlarmType_Unsuppress 17980
OpcUaNS0.DiscrepancyAlarmType_RemoveFromService 17981
OpcUaNS0.DiscrepancyAlarmType_PlaceInService 17982
OpcUaNS0.HasEffectEnable 17983
OpcUaNS0.HasEffectSuppressed 17984
OpcUaNS0.HasEffectUnsuppressed 17985
OpcUaNS0.AudioVariableType 17986
OpcUaNS0.WriterGroupType_AddDataSetWriter_OutputArguments 17987
OpcUaNS0.AudioVariableType_ListId 17988
OpcUaNS0.AudioVariableType_AgencyId 17989
OpcUaNS0.AudioVariableType_VersionId 17990
OpcUaNS0.AlarmMetricsType_StartTime 17991
OpcUaNS0.WriterGroupType_RemoveDataSetWriter 17992
OpcUaNS0.WriterGroupType_RemoveDataSetWriter_InputArguments 17993
OpcUaNS0.PubSubGroupTypeAddWriterrMethodType 17994
OpcUaNS0.PubSubGroupTypeAddWriterrMethodType_InputArguments 17995
OpcUaNS0.PubSubGroupTypeAddWriterrMethodType_OutputArguments 17996
OpcUaNS0.WriterGroupTransportType 17997
OpcUaNS0.WriterGroupMessageType 17998
OpcUaNS0.ReaderGroupType 17999
OpcUaNS0.ReaderGroupType_SecurityMode 18000
OpcUaNS0.KeyCredentialConfigurationType 18001
OpcUaNS0.ReaderGroupType_SecurityGroupId 18002
OpcUaNS0.ReaderGroupType_SecurityKeyServices 18003
OpcUaNS0.KeyCredentialConfigurationType_EndpointUrls 18004
OpcUaNS0.KeyCredentialConfigurationType_ServiceStatus 18005
OpcUaNS0.KeyCredentialConfigurationType_UpdateCredential 18006
OpcUaNS0.KeyCredentialConfigurationType_UpdateCredential_InputArguments 18007
OpcUaNS0.KeyCredentialConfigurationType_DeleteCredential 18008
OpcUaNS0.KeyCredentialUpdateMethodType 18009
OpcUaNS0.KeyCredentialUpdateMethodType_InputArguments 18010
OpcUaNS0.KeyCredentialAuditEventType 18011
OpcUaNS0.KeyCredentialAuditEventType_EventId 18012
OpcUaNS0.KeyCredentialAuditEventType_EventType 18013
OpcUaNS0.KeyCredentialAuditEventType_SourceNode 18014
OpcUaNS0.KeyCredentialAuditEventType_SourceName 18015
OpcUaNS0.KeyCredentialAuditEventType_Time 18016
OpcUaNS0.KeyCredentialAuditEventType_ReceiveTime 18017
OpcUaNS0.KeyCredentialAuditEventType_LocalTime 18018
OpcUaNS0.KeyCredentialAuditEventType_Message 18019
OpcUaNS0.KeyCredentialAuditEventType_Severity 18020
OpcUaNS0.KeyCredentialAuditEventType_ActionTimeStamp 18021
OpcUaNS0.KeyCredentialAuditEventType_Status 18022
OpcUaNS0.KeyCredentialAuditEventType_ServerId 18023
OpcUaNS0.KeyCredentialAuditEventType_ClientAuditEntryId 18024
OpcUaNS0.KeyCredentialAuditEventType_ClientUserId 18025
OpcUaNS0.KeyCredentialAuditEventType_MethodId 18026
OpcUaNS0.KeyCredentialAuditEventType_InputArguments 18027
OpcUaNS0.KeyCredentialAuditEventType_ResourceUri 18028
OpcUaNS0.KeyCredentialUpdatedAuditEventType 18029
OpcUaNS0.KeyCredentialUpdatedAuditEventType_EventId 18030
OpcUaNS0.KeyCredentialUpdatedAuditEventType_EventType 18031
OpcUaNS0.KeyCredentialUpdatedAuditEventType_SourceNode 18032
OpcUaNS0.KeyCredentialUpdatedAuditEventType_SourceName 18033
OpcUaNS0.KeyCredentialUpdatedAuditEventType_Time 18034
OpcUaNS0.KeyCredentialUpdatedAuditEventType_ReceiveTime 18035
OpcUaNS0.KeyCredentialUpdatedAuditEventType_LocalTime 18036
OpcUaNS0.KeyCredentialUpdatedAuditEventType_Message 18037
OpcUaNS0.KeyCredentialUpdatedAuditEventType_Severity 18038
OpcUaNS0.KeyCredentialUpdatedAuditEventType_ActionTimeStamp 18039
OpcUaNS0.KeyCredentialUpdatedAuditEventType_Status 18040
OpcUaNS0.KeyCredentialUpdatedAuditEventType_ServerId 18041
OpcUaNS0.KeyCredentialUpdatedAuditEventType_ClientAuditEntryId 18042
OpcUaNS0.KeyCredentialUpdatedAuditEventType_ClientUserId 18043
OpcUaNS0.KeyCredentialUpdatedAuditEventType_MethodId 18044
OpcUaNS0.KeyCredentialUpdatedAuditEventType_InputArguments 18045
OpcUaNS0.KeyCredentialUpdatedAuditEventType_ResourceUri 18046
OpcUaNS0.KeyCredentialDeletedAuditEventType 18047
OpcUaNS0.KeyCredentialDeletedAuditEventType_EventId 18048
OpcUaNS0.KeyCredentialDeletedAuditEventType_EventType 18049
OpcUaNS0.KeyCredentialDeletedAuditEventType_SourceNode 18050
OpcUaNS0.KeyCredentialDeletedAuditEventType_SourceName 18051
OpcUaNS0.KeyCredentialDeletedAuditEventType_Time 18052
OpcUaNS0.KeyCredentialDeletedAuditEventType_ReceiveTime 18053
OpcUaNS0.KeyCredentialDeletedAuditEventType_LocalTime 18054
OpcUaNS0.KeyCredentialDeletedAuditEventType_Message 18055
OpcUaNS0.KeyCredentialDeletedAuditEventType_Severity 18056
OpcUaNS0.KeyCredentialDeletedAuditEventType_ActionTimeStamp 18057
OpcUaNS0.KeyCredentialDeletedAuditEventType_Status 18058
OpcUaNS0.KeyCredentialDeletedAuditEventType_ServerId 18059
OpcUaNS0.KeyCredentialDeletedAuditEventType_ClientAuditEntryId 18060
OpcUaNS0.KeyCredentialDeletedAuditEventType_ClientUserId 18061
OpcUaNS0.KeyCredentialDeletedAuditEventType_MethodId 18062
OpcUaNS0.KeyCredentialDeletedAuditEventType_InputArguments 18063
OpcUaNS0.KeyCredentialDeletedAuditEventType_ResourceUri 18064
OpcUaNS0.ReaderGroupType_MaxNetworkMessageSize 18065
OpcUaNS0.ReaderGroupType_Status 18067
OpcUaNS0.ReaderGroupType_Status_State 18068
OpcUaNS0.KeyCredentialConfigurationType_ResourceUri 18069
OpcUaNS0.AuthorizationServiceConfigurationType_ServiceUri 18072
OpcUaNS0.AuthorizationServiceConfigurationType_IssuerEndpointUrl 18073
OpcUaNS0.ReaderGroupType_Status_Enable 18074
OpcUaNS0.ReaderGroupType_Status_Disable 18075
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder 18076
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_PublisherId 18077
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_WriterGroupId 18078
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_DataSetWriterId 18079
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_DataSetMetaData 18080
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_DataSetFieldContentMask 18081
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_MessageReceiveTimeout 18082
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_SecurityMode 18083
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_SecurityGroupId 18084
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_SecurityKeyServices 18085
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_TransportSettings 18086
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_MessageSettings 18087
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Status 18088
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Status_State 18089
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Status_Enable 18090
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Status_Disable 18091
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics 18092
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_DiagnosticsLevel 18093
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_TotalInformation 18094
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_TotalInformation_Active 18095
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_TotalInformation_Classification 18096
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_TotalInformation_DiagnosticsLevel 18097
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_TotalInformation_TimeFirstChange 18098
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_TotalError 18099
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_TotalError_Active 18100
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_TotalError_Classification 18101
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_TotalError_DiagnosticsLevel 18102
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_TotalError_TimeFirstChange 18103
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Reset 18104
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_SubError 18105
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters 18106
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateError 18107
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateError_Active 18108
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateError_Classification 18109
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateError_DiagnosticsLevel 18110
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateError_TimeFirstChange 18111
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateOperationalByMethod 18112
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Active 18113
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Classification 18114
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 18115
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 18116
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateOperationalByParent 18117
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Active 18118
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Classification 18119
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 18120
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 18121
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateOperationalFromError 18122
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Active 18123
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Classification 18124
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 18125
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 18126
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StatePausedByParent 18127
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StatePausedByParent_Active 18128
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StatePausedByParent_Classification 18129
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 18130
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 18131
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateDisabledByMethod 18132
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Active 18133
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Classification 18134
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 18135
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 18136
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_LiveValues 18137
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_FailedDataSetMessages 18138
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Active 18139
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Classification 18140
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_DiagnosticsLevel 18141
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_TimeFirstChange 18142
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_DecryptionErrors 18143
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_DecryptionErrors_Active 18144
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_DecryptionErrors_Classification 18145
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_DecryptionErrors_DiagnosticsLevel 18146
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters_DecryptionErrors_TimeFirstChange 18147
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_LiveValues_MessageSequenceNumber 18148
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_LiveValues_MessageSequenceNumber_DiagnosticsLevel 18149
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_LiveValues_StatusCode 18150
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_LiveValues_StatusCode_DiagnosticsLevel 18151
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_LiveValues_MajorVersion 18152
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_LiveValues_MajorVersion_DiagnosticsLevel 18153
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_LiveValues_MinorVersion 18154
OpcUaNS0.KeyCredentialConfiguration 18155
OpcUaNS0.KeyCredentialConfiguration_ServiceName_Placeholder 18156
OpcUaNS0.KeyCredentialConfiguration_ServiceName_Placeholder_ResourceUri 18157
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_LiveValues_MinorVersion_DiagnosticsLevel 18158
OpcUaNS0.KeyCredentialConfiguration_ServiceName_Placeholder_EndpointUrls 18159
OpcUaNS0.KeyCredentialConfiguration_ServiceName_Placeholder_ServiceStatus 18160
OpcUaNS0.KeyCredentialConfiguration_ServiceName_Placeholder_UpdateCredential 18161
OpcUaNS0.KeyCredentialConfiguration_ServiceName_Placeholder_UpdateCredential_InputArguments 18162
OpcUaNS0.KeyCredentialConfiguration_ServiceName_Placeholder_DeleteCredential 18163
OpcUaNS0.KeyCredentialConfiguration_ServiceName_Placeholder_ProfileUri 18164
OpcUaNS0.KeyCredentialConfigurationType_ProfileUri 18165
OpcUaNS0.OpcUa_XmlSchema_DataTypeDefinition 18166
OpcUaNS0.OpcUa_XmlSchema_DataTypeDefinition_DataTypeVersion 18167
OpcUaNS0.OpcUa_XmlSchema_DataTypeDefinition_DictionaryFragment 18168
OpcUaNS0.OpcUa_XmlSchema_StructureField 18169
OpcUaNS0.OpcUa_XmlSchema_StructureField_DataTypeVersion 18170
OpcUaNS0.OpcUa_XmlSchema_StructureField_DictionaryFragment 18171
OpcUaNS0.OpcUa_XmlSchema_StructureDefinition 18172
OpcUaNS0.OpcUa_XmlSchema_StructureDefinition_DataTypeVersion 18173
OpcUaNS0.OpcUa_XmlSchema_StructureDefinition_DictionaryFragment 18174
OpcUaNS0.OpcUa_XmlSchema_EnumDefinition 18175
OpcUaNS0.OpcUa_XmlSchema_EnumDefinition_DataTypeVersion 18176
OpcUaNS0.OpcUa_XmlSchema_EnumDefinition_DictionaryFragment 18177
OpcUaNS0.OpcUa_BinarySchema_DataTypeDefinition 18178
OpcUaNS0.OpcUa_BinarySchema_DataTypeDefinition_DataTypeVersion 18179
OpcUaNS0.OpcUa_BinarySchema_DataTypeDefinition_DictionaryFragment 18180
OpcUaNS0.OpcUa_BinarySchema_StructureField 18181
OpcUaNS0.OpcUa_BinarySchema_StructureField_DataTypeVersion 18182
OpcUaNS0.OpcUa_BinarySchema_StructureField_DictionaryFragment 18183
OpcUaNS0.OpcUa_BinarySchema_StructureDefinition 18184
OpcUaNS0.OpcUa_BinarySchema_StructureDefinition_DataTypeVersion 18185
OpcUaNS0.OpcUa_BinarySchema_StructureDefinition_DictionaryFragment 18186
OpcUaNS0.OpcUa_BinarySchema_EnumDefinition 18187
OpcUaNS0.OpcUa_BinarySchema_EnumDefinition_DataTypeVersion 18188
OpcUaNS0.OpcUa_BinarySchema_EnumDefinition_DictionaryFragment 18189
OpcUaNS0.AlarmConditionType_LatchedState 18190
OpcUaNS0.AlarmConditionType_LatchedState_Id 18191
OpcUaNS0.AlarmConditionType_LatchedState_Name 18192
OpcUaNS0.AlarmConditionType_LatchedState_Number 18193
OpcUaNS0.AlarmConditionType_LatchedState_EffectiveDisplayName 18194
OpcUaNS0.AlarmConditionType_LatchedState_TransitionTime 18195
OpcUaNS0.AlarmConditionType_LatchedState_EffectiveTransitionTime 18196
OpcUaNS0.AlarmConditionType_LatchedState_TrueState 18197
OpcUaNS0.AlarmConditionType_LatchedState_FalseState 18198
OpcUaNS0.AlarmConditionType_Reset 18199
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AudibleSound_ListId 18200
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AudibleSound_AgencyId 18201
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_AudibleSound_VersionId 18202
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_LatchedState 18203
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_LatchedState_Id 18204
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_LatchedState_Name 18205
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_LatchedState_Number 18206
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_LatchedState_EffectiveDisplayName 18207
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_LatchedState_TransitionTime 18208
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_LatchedState_EffectiveTransitionTime 18209
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_LatchedState_TrueState 18210
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_LatchedState_FalseState 18211
OpcUaNS0.AlarmGroupType_AlarmConditionInstance_Placeholder_Reset 18212
OpcUaNS0.LimitAlarmType_LatchedState 18213
OpcUaNS0.LimitAlarmType_LatchedState_Id 18214
OpcUaNS0.LimitAlarmType_LatchedState_Name 18215
OpcUaNS0.LimitAlarmType_LatchedState_Number 18216
OpcUaNS0.LimitAlarmType_LatchedState_EffectiveDisplayName 18217
OpcUaNS0.LimitAlarmType_LatchedState_TransitionTime 18218
OpcUaNS0.LimitAlarmType_LatchedState_EffectiveTransitionTime 18219
OpcUaNS0.LimitAlarmType_LatchedState_TrueState 18220
OpcUaNS0.LimitAlarmType_LatchedState_FalseState 18221
OpcUaNS0.LimitAlarmType_Reset 18222
OpcUaNS0.ExclusiveLimitAlarmType_LatchedState 18223
OpcUaNS0.ExclusiveLimitAlarmType_LatchedState_Id 18224
OpcUaNS0.ExclusiveLimitAlarmType_LatchedState_Name 18225
OpcUaNS0.ExclusiveLimitAlarmType_LatchedState_Number 18226
OpcUaNS0.ExclusiveLimitAlarmType_LatchedState_EffectiveDisplayName 18227
OpcUaNS0.ExclusiveLimitAlarmType_LatchedState_TransitionTime 18228
OpcUaNS0.ExclusiveLimitAlarmType_LatchedState_EffectiveTransitionTime 18229
OpcUaNS0.ExclusiveLimitAlarmType_LatchedState_TrueState 18230
OpcUaNS0.ExclusiveLimitAlarmType_LatchedState_FalseState 18231
OpcUaNS0.ExclusiveLimitAlarmType_Reset 18232
OpcUaNS0.NonExclusiveLimitAlarmType_LatchedState 18233
OpcUaNS0.NonExclusiveLimitAlarmType_LatchedState_Id 18234
OpcUaNS0.NonExclusiveLimitAlarmType_LatchedState_Name 18235
OpcUaNS0.NonExclusiveLimitAlarmType_LatchedState_Number 18236
OpcUaNS0.NonExclusiveLimitAlarmType_LatchedState_EffectiveDisplayName 18237
OpcUaNS0.NonExclusiveLimitAlarmType_LatchedState_TransitionTime 18238
OpcUaNS0.NonExclusiveLimitAlarmType_LatchedState_EffectiveTransitionTime 18239
OpcUaNS0.NonExclusiveLimitAlarmType_LatchedState_TrueState 18240
OpcUaNS0.NonExclusiveLimitAlarmType_LatchedState_FalseState 18241
OpcUaNS0.NonExclusiveLimitAlarmType_Reset 18242
OpcUaNS0.NonExclusiveLevelAlarmType_AudibleSound_ListId 18243
OpcUaNS0.NonExclusiveLevelAlarmType_AudibleSound_AgencyId 18244
OpcUaNS0.NonExclusiveLevelAlarmType_AudibleSound_VersionId 18245
OpcUaNS0.NonExclusiveLevelAlarmType_LatchedState 18246
OpcUaNS0.NonExclusiveLevelAlarmType_LatchedState_Id 18247
OpcUaNS0.NonExclusiveLevelAlarmType_LatchedState_Name 18248
OpcUaNS0.NonExclusiveLevelAlarmType_LatchedState_Number 18249
OpcUaNS0.NonExclusiveLevelAlarmType_LatchedState_EffectiveDisplayName 18250
OpcUaNS0.NonExclusiveLevelAlarmType_LatchedState_TransitionTime 18251
OpcUaNS0.NonExclusiveLevelAlarmType_LatchedState_EffectiveTransitionTime 18252
OpcUaNS0.NonExclusiveLevelAlarmType_LatchedState_TrueState 18253
OpcUaNS0.NonExclusiveLevelAlarmType_LatchedState_FalseState 18254
OpcUaNS0.NonExclusiveLevelAlarmType_Unsuppress 18255
OpcUaNS0.NonExclusiveLevelAlarmType_Reset 18256
OpcUaNS0.ExclusiveLevelAlarmType_LatchedState 18257
OpcUaNS0.ExclusiveLevelAlarmType_LatchedState_Id 18258
OpcUaNS0.ExclusiveLevelAlarmType_LatchedState_Name 18259
OpcUaNS0.ExclusiveLevelAlarmType_LatchedState_Number 18260
OpcUaNS0.ExclusiveLevelAlarmType_LatchedState_EffectiveDisplayName 18261
OpcUaNS0.ExclusiveLevelAlarmType_LatchedState_TransitionTime 18262
OpcUaNS0.ExclusiveLevelAlarmType_LatchedState_EffectiveTransitionTime 18263
OpcUaNS0.ExclusiveLevelAlarmType_LatchedState_TrueState 18264
OpcUaNS0.ExclusiveLevelAlarmType_LatchedState_FalseState 18265
OpcUaNS0.ExclusiveLevelAlarmType_Reset 18266
OpcUaNS0.NonExclusiveDeviationAlarmType_LatchedState 18267
OpcUaNS0.NonExclusiveDeviationAlarmType_LatchedState_Id 18268
OpcUaNS0.NonExclusiveDeviationAlarmType_LatchedState_Name 18269
OpcUaNS0.NonExclusiveDeviationAlarmType_LatchedState_Number 18270
OpcUaNS0.NonExclusiveDeviationAlarmType_LatchedState_EffectiveDisplayName 18271
OpcUaNS0.NonExclusiveDeviationAlarmType_LatchedState_TransitionTime 18272
OpcUaNS0.NonExclusiveDeviationAlarmType_LatchedState_EffectiveTransitionTime 18273
OpcUaNS0.NonExclusiveDeviationAlarmType_LatchedState_TrueState 18274
OpcUaNS0.NonExclusiveDeviationAlarmType_LatchedState_FalseState 18275
OpcUaNS0.NonExclusiveDeviationAlarmType_Reset 18276
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LatchedState 18277
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LatchedState_Id 18278
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LatchedState_Name 18279
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LatchedState_Number 18280
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LatchedState_EffectiveDisplayName 18281
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LatchedState_TransitionTime 18282
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LatchedState_EffectiveTransitionTime 18283
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LatchedState_TrueState 18284
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_LatchedState_FalseState 18285
OpcUaNS0.NonExclusiveRateOfChangeAlarmType_Reset 18286
OpcUaNS0.ExclusiveDeviationAlarmType_LatchedState 18287
OpcUaNS0.ExclusiveDeviationAlarmType_LatchedState_Id 18288
OpcUaNS0.ExclusiveDeviationAlarmType_LatchedState_Name 18289
OpcUaNS0.ExclusiveDeviationAlarmType_LatchedState_Number 18290
OpcUaNS0.ExclusiveDeviationAlarmType_LatchedState_EffectiveDisplayName 18291
OpcUaNS0.ExclusiveDeviationAlarmType_LatchedState_TransitionTime 18292
OpcUaNS0.ExclusiveDeviationAlarmType_LatchedState_EffectiveTransitionTime 18293
OpcUaNS0.ExclusiveDeviationAlarmType_LatchedState_TrueState 18294
OpcUaNS0.ExclusiveDeviationAlarmType_LatchedState_FalseState 18295
OpcUaNS0.ExclusiveDeviationAlarmType_Reset 18296
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LatchedState 18297
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LatchedState_Id 18298
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LatchedState_Name 18299
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LatchedState_Number 18300
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LatchedState_EffectiveDisplayName 18301
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LatchedState_TransitionTime 18302
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LatchedState_EffectiveTransitionTime 18303
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LatchedState_TrueState 18304
OpcUaNS0.ExclusiveRateOfChangeAlarmType_LatchedState_FalseState 18305
OpcUaNS0.ExclusiveRateOfChangeAlarmType_Reset 18306
OpcUaNS0.DiscreteAlarmType_LatchedState 18307
OpcUaNS0.DiscreteAlarmType_LatchedState_Id 18308
OpcUaNS0.DiscreteAlarmType_LatchedState_Name 18309
OpcUaNS0.DiscreteAlarmType_LatchedState_Number 18310
OpcUaNS0.DiscreteAlarmType_LatchedState_EffectiveDisplayName 18311
OpcUaNS0.DiscreteAlarmType_LatchedState_TransitionTime 18312
OpcUaNS0.DiscreteAlarmType_LatchedState_EffectiveTransitionTime 18313
OpcUaNS0.DiscreteAlarmType_LatchedState_TrueState 18314
OpcUaNS0.DiscreteAlarmType_LatchedState_FalseState 18315
OpcUaNS0.DiscreteAlarmType_Reset 18316
OpcUaNS0.OffNormalAlarmType_LatchedState 18317
OpcUaNS0.OffNormalAlarmType_LatchedState_Id 18318
OpcUaNS0.OffNormalAlarmType_LatchedState_Name 18319
OpcUaNS0.OffNormalAlarmType_LatchedState_Number 18320
OpcUaNS0.OffNormalAlarmType_LatchedState_EffectiveDisplayName 18321
OpcUaNS0.OffNormalAlarmType_LatchedState_TransitionTime 18322
OpcUaNS0.OffNormalAlarmType_LatchedState_EffectiveTransitionTime 18323
OpcUaNS0.OffNormalAlarmType_LatchedState_TrueState 18324
OpcUaNS0.OffNormalAlarmType_LatchedState_FalseState 18325
OpcUaNS0.OffNormalAlarmType_Reset 18326
OpcUaNS0.SystemOffNormalAlarmType_LatchedState 18327
OpcUaNS0.SystemOffNormalAlarmType_LatchedState_Id 18328
OpcUaNS0.SystemOffNormalAlarmType_LatchedState_Name 18329
OpcUaNS0.SystemOffNormalAlarmType_LatchedState_Number 18330
OpcUaNS0.SystemOffNormalAlarmType_LatchedState_EffectiveDisplayName 18331
OpcUaNS0.SystemOffNormalAlarmType_LatchedState_TransitionTime 18332
OpcUaNS0.SystemOffNormalAlarmType_LatchedState_EffectiveTransitionTime 18333
OpcUaNS0.SystemOffNormalAlarmType_LatchedState_TrueState 18334
OpcUaNS0.SystemOffNormalAlarmType_LatchedState_FalseState 18335
OpcUaNS0.SystemOffNormalAlarmType_Reset 18336
OpcUaNS0.TripAlarmType_LatchedState 18337
OpcUaNS0.TripAlarmType_LatchedState_Id 18338
OpcUaNS0.TripAlarmType_LatchedState_Name 18339
OpcUaNS0.TripAlarmType_LatchedState_Number 18340
OpcUaNS0.TripAlarmType_LatchedState_EffectiveDisplayName 18341
OpcUaNS0.TripAlarmType_LatchedState_TransitionTime 18342
OpcUaNS0.TripAlarmType_LatchedState_EffectiveTransitionTime 18343
OpcUaNS0.TripAlarmType_LatchedState_TrueState 18344
OpcUaNS0.TripAlarmType_LatchedState_FalseState 18345
OpcUaNS0.TripAlarmType_Reset 18346
OpcUaNS0.InstrumentDiagnosticAlarmType 18347
OpcUaNS0.InstrumentDiagnosticAlarmType_EventId 18348
OpcUaNS0.InstrumentDiagnosticAlarmType_EventType 18349
OpcUaNS0.InstrumentDiagnosticAlarmType_SourceNode 18350
OpcUaNS0.InstrumentDiagnosticAlarmType_SourceName 18351
OpcUaNS0.InstrumentDiagnosticAlarmType_Time 18352
OpcUaNS0.InstrumentDiagnosticAlarmType_ReceiveTime 18353
OpcUaNS0.InstrumentDiagnosticAlarmType_LocalTime 18354
OpcUaNS0.InstrumentDiagnosticAlarmType_Message 18355
OpcUaNS0.InstrumentDiagnosticAlarmType_Severity 18356
OpcUaNS0.InstrumentDiagnosticAlarmType_ConditionClassId 18357
OpcUaNS0.InstrumentDiagnosticAlarmType_ConditionClassName 18358
OpcUaNS0.InstrumentDiagnosticAlarmType_ConditionSubClassId 18359
OpcUaNS0.InstrumentDiagnosticAlarmType_ConditionSubClassName 18360
OpcUaNS0.InstrumentDiagnosticAlarmType_ConditionName 18361
OpcUaNS0.InstrumentDiagnosticAlarmType_BranchId 18362
OpcUaNS0.InstrumentDiagnosticAlarmType_Retain 18363
OpcUaNS0.InstrumentDiagnosticAlarmType_EnabledState 18364
OpcUaNS0.InstrumentDiagnosticAlarmType_EnabledState_Id 18365
OpcUaNS0.InstrumentDiagnosticAlarmType_EnabledState_Name 18366
OpcUaNS0.InstrumentDiagnosticAlarmType_EnabledState_Number 18367
OpcUaNS0.InstrumentDiagnosticAlarmType_EnabledState_EffectiveDisplayName 18368
OpcUaNS0.InstrumentDiagnosticAlarmType_EnabledState_TransitionTime 18369
OpcUaNS0.InstrumentDiagnosticAlarmType_EnabledState_EffectiveTransitionTime 18370
OpcUaNS0.InstrumentDiagnosticAlarmType_EnabledState_TrueState 18371
OpcUaNS0.InstrumentDiagnosticAlarmType_EnabledState_FalseState 18372
OpcUaNS0.InstrumentDiagnosticAlarmType_Quality 18373
OpcUaNS0.InstrumentDiagnosticAlarmType_Quality_SourceTimestamp 18374
OpcUaNS0.InstrumentDiagnosticAlarmType_LastSeverity 18375
OpcUaNS0.InstrumentDiagnosticAlarmType_LastSeverity_SourceTimestamp 18376
OpcUaNS0.InstrumentDiagnosticAlarmType_Comment 18377
OpcUaNS0.InstrumentDiagnosticAlarmType_Comment_SourceTimestamp 18378
OpcUaNS0.InstrumentDiagnosticAlarmType_ClientUserId 18379
OpcUaNS0.InstrumentDiagnosticAlarmType_Disable 18380
OpcUaNS0.InstrumentDiagnosticAlarmType_Enable 18381
OpcUaNS0.InstrumentDiagnosticAlarmType_AddComment 18382
OpcUaNS0.InstrumentDiagnosticAlarmType_AddComment_InputArguments 18383
OpcUaNS0.InstrumentDiagnosticAlarmType_ConditionRefresh 18384
OpcUaNS0.InstrumentDiagnosticAlarmType_ConditionRefresh_InputArguments 18385
OpcUaNS0.InstrumentDiagnosticAlarmType_ConditionRefresh2 18386
OpcUaNS0.InstrumentDiagnosticAlarmType_ConditionRefresh2_InputArguments 18387
OpcUaNS0.InstrumentDiagnosticAlarmType_AckedState 18388
OpcUaNS0.InstrumentDiagnosticAlarmType_AckedState_Id 18389
OpcUaNS0.InstrumentDiagnosticAlarmType_AckedState_Name 18390
OpcUaNS0.InstrumentDiagnosticAlarmType_AckedState_Number 18391
OpcUaNS0.InstrumentDiagnosticAlarmType_AckedState_EffectiveDisplayName 18392
OpcUaNS0.InstrumentDiagnosticAlarmType_AckedState_TransitionTime 18393
OpcUaNS0.InstrumentDiagnosticAlarmType_AckedState_EffectiveTransitionTime 18394
OpcUaNS0.InstrumentDiagnosticAlarmType_AckedState_TrueState 18395
OpcUaNS0.InstrumentDiagnosticAlarmType_AckedState_FalseState 18396
OpcUaNS0.InstrumentDiagnosticAlarmType_ConfirmedState 18397
OpcUaNS0.InstrumentDiagnosticAlarmType_ConfirmedState_Id 18398
OpcUaNS0.InstrumentDiagnosticAlarmType_ConfirmedState_Name 18399
OpcUaNS0.InstrumentDiagnosticAlarmType_ConfirmedState_Number 18400
OpcUaNS0.InstrumentDiagnosticAlarmType_ConfirmedState_EffectiveDisplayName 18401
OpcUaNS0.InstrumentDiagnosticAlarmType_ConfirmedState_TransitionTime 18402
OpcUaNS0.InstrumentDiagnosticAlarmType_ConfirmedState_EffectiveTransitionTime 18403
OpcUaNS0.InstrumentDiagnosticAlarmType_ConfirmedState_TrueState 18404
OpcUaNS0.InstrumentDiagnosticAlarmType_ConfirmedState_FalseState 18405
OpcUaNS0.InstrumentDiagnosticAlarmType_Acknowledge 18406
OpcUaNS0.InstrumentDiagnosticAlarmType_Acknowledge_InputArguments 18407
OpcUaNS0.InstrumentDiagnosticAlarmType_Confirm 18408
OpcUaNS0.InstrumentDiagnosticAlarmType_Confirm_InputArguments 18409
OpcUaNS0.InstrumentDiagnosticAlarmType_ActiveState 18410
OpcUaNS0.InstrumentDiagnosticAlarmType_ActiveState_Id 18411
OpcUaNS0.InstrumentDiagnosticAlarmType_ActiveState_Name 18412
OpcUaNS0.InstrumentDiagnosticAlarmType_ActiveState_Number 18413
OpcUaNS0.InstrumentDiagnosticAlarmType_ActiveState_EffectiveDisplayName 18414
OpcUaNS0.InstrumentDiagnosticAlarmType_ActiveState_TransitionTime 18415
OpcUaNS0.InstrumentDiagnosticAlarmType_ActiveState_EffectiveTransitionTime 18416
OpcUaNS0.InstrumentDiagnosticAlarmType_ActiveState_TrueState 18417
OpcUaNS0.InstrumentDiagnosticAlarmType_ActiveState_FalseState 18418
OpcUaNS0.InstrumentDiagnosticAlarmType_InputNode 18419
OpcUaNS0.InstrumentDiagnosticAlarmType_SuppressedState 18420
OpcUaNS0.InstrumentDiagnosticAlarmType_SuppressedState_Id 18421
OpcUaNS0.InstrumentDiagnosticAlarmType_SuppressedState_Name 18422
OpcUaNS0.InstrumentDiagnosticAlarmType_SuppressedState_Number 18423
OpcUaNS0.InstrumentDiagnosticAlarmType_SuppressedState_EffectiveDisplayName 18424
OpcUaNS0.InstrumentDiagnosticAlarmType_SuppressedState_TransitionTime 18425
OpcUaNS0.InstrumentDiagnosticAlarmType_SuppressedState_EffectiveTransitionTime 18426
OpcUaNS0.InstrumentDiagnosticAlarmType_SuppressedState_TrueState 18427
OpcUaNS0.InstrumentDiagnosticAlarmType_SuppressedState_FalseState 18428
OpcUaNS0.InstrumentDiagnosticAlarmType_OutOfServiceState 18429
OpcUaNS0.InstrumentDiagnosticAlarmType_OutOfServiceState_Id 18430
OpcUaNS0.InstrumentDiagnosticAlarmType_OutOfServiceState_Name 18431
OpcUaNS0.InstrumentDiagnosticAlarmType_OutOfServiceState_Number 18432
OpcUaNS0.InstrumentDiagnosticAlarmType_OutOfServiceState_EffectiveDisplayName 18433
OpcUaNS0.InstrumentDiagnosticAlarmType_OutOfServiceState_TransitionTime 18434
OpcUaNS0.InstrumentDiagnosticAlarmType_OutOfServiceState_EffectiveTransitionTime 18435
OpcUaNS0.InstrumentDiagnosticAlarmType_OutOfServiceState_TrueState 18436
OpcUaNS0.InstrumentDiagnosticAlarmType_OutOfServiceState_FalseState 18437
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState 18438
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_CurrentState 18439
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_CurrentState_Id 18440
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_CurrentState_Name 18441
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_CurrentState_Number 18442
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 18443
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_LastTransition 18444
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_LastTransition_Id 18445
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_LastTransition_Name 18446
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_LastTransition_Number 18447
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_LastTransition_TransitionTime 18448
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 18449
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_AvailableStates 18450
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_AvailableTransitions 18451
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_UnshelveTime 18452
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_TimedShelve 18453
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_TimedShelve_InputArguments 18454
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_Unshelve 18455
OpcUaNS0.InstrumentDiagnosticAlarmType_ShelvingState_OneShotShelve 18456
OpcUaNS0.InstrumentDiagnosticAlarmType_SuppressedOrShelved 18457
OpcUaNS0.InstrumentDiagnosticAlarmType_MaxTimeShelved 18458
OpcUaNS0.InstrumentDiagnosticAlarmType_AudibleEnabled 18459
OpcUaNS0.InstrumentDiagnosticAlarmType_AudibleSound 18460
OpcUaNS0.InstrumentDiagnosticAlarmType_AudibleSound_ListId 18461
OpcUaNS0.InstrumentDiagnosticAlarmType_AudibleSound_AgencyId 18462
OpcUaNS0.InstrumentDiagnosticAlarmType_AudibleSound_VersionId 18463
OpcUaNS0.InstrumentDiagnosticAlarmType_SilenceState 18464
OpcUaNS0.InstrumentDiagnosticAlarmType_SilenceState_Id 18465
OpcUaNS0.InstrumentDiagnosticAlarmType_SilenceState_Name 18466
OpcUaNS0.InstrumentDiagnosticAlarmType_SilenceState_Number 18467
OpcUaNS0.InstrumentDiagnosticAlarmType_SilenceState_EffectiveDisplayName 18468
OpcUaNS0.InstrumentDiagnosticAlarmType_SilenceState_TransitionTime 18469
OpcUaNS0.InstrumentDiagnosticAlarmType_SilenceState_EffectiveTransitionTime 18470
OpcUaNS0.InstrumentDiagnosticAlarmType_SilenceState_TrueState 18471
OpcUaNS0.InstrumentDiagnosticAlarmType_SilenceState_FalseState 18472
OpcUaNS0.InstrumentDiagnosticAlarmType_OnDelay 18473
OpcUaNS0.InstrumentDiagnosticAlarmType_OffDelay 18474
OpcUaNS0.InstrumentDiagnosticAlarmType_FirstInGroupFlag 18475
OpcUaNS0.InstrumentDiagnosticAlarmType_FirstInGroup 18476
OpcUaNS0.InstrumentDiagnosticAlarmType_LatchedState 18477
OpcUaNS0.InstrumentDiagnosticAlarmType_LatchedState_Id 18478
OpcUaNS0.InstrumentDiagnosticAlarmType_LatchedState_Name 18479
OpcUaNS0.InstrumentDiagnosticAlarmType_LatchedState_Number 18480
OpcUaNS0.InstrumentDiagnosticAlarmType_LatchedState_EffectiveDisplayName 18481
OpcUaNS0.InstrumentDiagnosticAlarmType_LatchedState_TransitionTime 18482
OpcUaNS0.InstrumentDiagnosticAlarmType_LatchedState_EffectiveTransitionTime 18483
OpcUaNS0.InstrumentDiagnosticAlarmType_LatchedState_TrueState 18484
OpcUaNS0.InstrumentDiagnosticAlarmType_LatchedState_FalseState 18485
OpcUaNS0.InstrumentDiagnosticAlarmType_AlarmGroup_Placeholder 18486
OpcUaNS0.InstrumentDiagnosticAlarmType_ReAlarmTime 18487
OpcUaNS0.InstrumentDiagnosticAlarmType_ReAlarmRepeatCount 18488
OpcUaNS0.InstrumentDiagnosticAlarmType_Silence 18489
OpcUaNS0.InstrumentDiagnosticAlarmType_Suppress 18490
OpcUaNS0.InstrumentDiagnosticAlarmType_Unsuppress 18491
OpcUaNS0.InstrumentDiagnosticAlarmType_RemoveFromService 18492
OpcUaNS0.InstrumentDiagnosticAlarmType_PlaceInService 18493
OpcUaNS0.InstrumentDiagnosticAlarmType_Reset 18494
OpcUaNS0.InstrumentDiagnosticAlarmType_NormalState 18495
OpcUaNS0.SystemDiagnosticAlarmType 18496
OpcUaNS0.SystemDiagnosticAlarmType_EventId 18497
OpcUaNS0.SystemDiagnosticAlarmType_EventType 18498
OpcUaNS0.SystemDiagnosticAlarmType_SourceNode 18499
OpcUaNS0.SystemDiagnosticAlarmType_SourceName 18500
OpcUaNS0.SystemDiagnosticAlarmType_Time 18501
OpcUaNS0.SystemDiagnosticAlarmType_ReceiveTime 18502
OpcUaNS0.SystemDiagnosticAlarmType_LocalTime 18503
OpcUaNS0.SystemDiagnosticAlarmType_Message 18504
OpcUaNS0.SystemDiagnosticAlarmType_Severity 18505
OpcUaNS0.SystemDiagnosticAlarmType_ConditionClassId 18506
OpcUaNS0.SystemDiagnosticAlarmType_ConditionClassName 18507
OpcUaNS0.SystemDiagnosticAlarmType_ConditionSubClassId 18508
OpcUaNS0.SystemDiagnosticAlarmType_ConditionSubClassName 18509
OpcUaNS0.SystemDiagnosticAlarmType_ConditionName 18510
OpcUaNS0.SystemDiagnosticAlarmType_BranchId 18511
OpcUaNS0.SystemDiagnosticAlarmType_Retain 18512
OpcUaNS0.SystemDiagnosticAlarmType_EnabledState 18513
OpcUaNS0.SystemDiagnosticAlarmType_EnabledState_Id 18514
OpcUaNS0.SystemDiagnosticAlarmType_EnabledState_Name 18515
OpcUaNS0.SystemDiagnosticAlarmType_EnabledState_Number 18516
OpcUaNS0.SystemDiagnosticAlarmType_EnabledState_EffectiveDisplayName 18517
OpcUaNS0.SystemDiagnosticAlarmType_EnabledState_TransitionTime 18518
OpcUaNS0.SystemDiagnosticAlarmType_EnabledState_EffectiveTransitionTime 18519
OpcUaNS0.SystemDiagnosticAlarmType_EnabledState_TrueState 18520
OpcUaNS0.SystemDiagnosticAlarmType_EnabledState_FalseState 18521
OpcUaNS0.SystemDiagnosticAlarmType_Quality 18522
OpcUaNS0.SystemDiagnosticAlarmType_Quality_SourceTimestamp 18523
OpcUaNS0.SystemDiagnosticAlarmType_LastSeverity 18524
OpcUaNS0.SystemDiagnosticAlarmType_LastSeverity_SourceTimestamp 18525
OpcUaNS0.SystemDiagnosticAlarmType_Comment 18526
OpcUaNS0.SystemDiagnosticAlarmType_Comment_SourceTimestamp 18527
OpcUaNS0.SystemDiagnosticAlarmType_ClientUserId 18528
OpcUaNS0.SystemDiagnosticAlarmType_Disable 18529
OpcUaNS0.SystemDiagnosticAlarmType_Enable 18530
OpcUaNS0.SystemDiagnosticAlarmType_AddComment 18531
OpcUaNS0.SystemDiagnosticAlarmType_AddComment_InputArguments 18532
OpcUaNS0.SystemDiagnosticAlarmType_ConditionRefresh 18533
OpcUaNS0.SystemDiagnosticAlarmType_ConditionRefresh_InputArguments 18534
OpcUaNS0.SystemDiagnosticAlarmType_ConditionRefresh2 18535
OpcUaNS0.SystemDiagnosticAlarmType_ConditionRefresh2_InputArguments 18536
OpcUaNS0.SystemDiagnosticAlarmType_AckedState 18537
OpcUaNS0.SystemDiagnosticAlarmType_AckedState_Id 18538
OpcUaNS0.SystemDiagnosticAlarmType_AckedState_Name 18539
OpcUaNS0.SystemDiagnosticAlarmType_AckedState_Number 18540
OpcUaNS0.SystemDiagnosticAlarmType_AckedState_EffectiveDisplayName 18541
OpcUaNS0.SystemDiagnosticAlarmType_AckedState_TransitionTime 18542
OpcUaNS0.SystemDiagnosticAlarmType_AckedState_EffectiveTransitionTime 18543
OpcUaNS0.SystemDiagnosticAlarmType_AckedState_TrueState 18544
OpcUaNS0.SystemDiagnosticAlarmType_AckedState_FalseState 18545
OpcUaNS0.SystemDiagnosticAlarmType_ConfirmedState 18546
OpcUaNS0.SystemDiagnosticAlarmType_ConfirmedState_Id 18547
OpcUaNS0.SystemDiagnosticAlarmType_ConfirmedState_Name 18548
OpcUaNS0.SystemDiagnosticAlarmType_ConfirmedState_Number 18549
OpcUaNS0.SystemDiagnosticAlarmType_ConfirmedState_EffectiveDisplayName 18550
OpcUaNS0.SystemDiagnosticAlarmType_ConfirmedState_TransitionTime 18551
OpcUaNS0.SystemDiagnosticAlarmType_ConfirmedState_EffectiveTransitionTime 18552
OpcUaNS0.SystemDiagnosticAlarmType_ConfirmedState_TrueState 18553
OpcUaNS0.SystemDiagnosticAlarmType_ConfirmedState_FalseState 18554
OpcUaNS0.SystemDiagnosticAlarmType_Acknowledge 18555
OpcUaNS0.SystemDiagnosticAlarmType_Acknowledge_InputArguments 18556
OpcUaNS0.SystemDiagnosticAlarmType_Confirm 18557
OpcUaNS0.SystemDiagnosticAlarmType_Confirm_InputArguments 18558
OpcUaNS0.SystemDiagnosticAlarmType_ActiveState 18559
OpcUaNS0.SystemDiagnosticAlarmType_ActiveState_Id 18560
OpcUaNS0.SystemDiagnosticAlarmType_ActiveState_Name 18561
OpcUaNS0.SystemDiagnosticAlarmType_ActiveState_Number 18562
OpcUaNS0.SystemDiagnosticAlarmType_ActiveState_EffectiveDisplayName 18563
OpcUaNS0.SystemDiagnosticAlarmType_ActiveState_TransitionTime 18564
OpcUaNS0.SystemDiagnosticAlarmType_ActiveState_EffectiveTransitionTime 18565
OpcUaNS0.SystemDiagnosticAlarmType_ActiveState_TrueState 18566
OpcUaNS0.SystemDiagnosticAlarmType_ActiveState_FalseState 18567
OpcUaNS0.SystemDiagnosticAlarmType_InputNode 18568
OpcUaNS0.SystemDiagnosticAlarmType_SuppressedState 18569
OpcUaNS0.SystemDiagnosticAlarmType_SuppressedState_Id 18570
OpcUaNS0.SystemDiagnosticAlarmType_SuppressedState_Name 18571
OpcUaNS0.SystemDiagnosticAlarmType_SuppressedState_Number 18572
OpcUaNS0.SystemDiagnosticAlarmType_SuppressedState_EffectiveDisplayName 18573
OpcUaNS0.SystemDiagnosticAlarmType_SuppressedState_TransitionTime 18574
OpcUaNS0.SystemDiagnosticAlarmType_SuppressedState_EffectiveTransitionTime 18575
OpcUaNS0.SystemDiagnosticAlarmType_SuppressedState_TrueState 18576
OpcUaNS0.SystemDiagnosticAlarmType_SuppressedState_FalseState 18577
OpcUaNS0.SystemDiagnosticAlarmType_OutOfServiceState 18578
OpcUaNS0.SystemDiagnosticAlarmType_OutOfServiceState_Id 18579
OpcUaNS0.SystemDiagnosticAlarmType_OutOfServiceState_Name 18580
OpcUaNS0.SystemDiagnosticAlarmType_OutOfServiceState_Number 18581
OpcUaNS0.SystemDiagnosticAlarmType_OutOfServiceState_EffectiveDisplayName 18582
OpcUaNS0.SystemDiagnosticAlarmType_OutOfServiceState_TransitionTime 18583
OpcUaNS0.SystemDiagnosticAlarmType_OutOfServiceState_EffectiveTransitionTime 18584
OpcUaNS0.SystemDiagnosticAlarmType_OutOfServiceState_TrueState 18585
OpcUaNS0.SystemDiagnosticAlarmType_OutOfServiceState_FalseState 18586
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState 18587
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_CurrentState 18588
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_CurrentState_Id 18589
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_CurrentState_Name 18590
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_CurrentState_Number 18591
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 18592
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_LastTransition 18593
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_LastTransition_Id 18594
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_LastTransition_Name 18595
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_LastTransition_Number 18596
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_LastTransition_TransitionTime 18597
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 18598
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_AvailableStates 18599
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_AvailableTransitions 18600
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_UnshelveTime 18601
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_TimedShelve 18602
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_TimedShelve_InputArguments 18603
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_Unshelve 18604
OpcUaNS0.SystemDiagnosticAlarmType_ShelvingState_OneShotShelve 18605
OpcUaNS0.SystemDiagnosticAlarmType_SuppressedOrShelved 18606
OpcUaNS0.SystemDiagnosticAlarmType_MaxTimeShelved 18607
OpcUaNS0.SystemDiagnosticAlarmType_AudibleEnabled 18608
OpcUaNS0.SystemDiagnosticAlarmType_AudibleSound 18609
OpcUaNS0.SystemDiagnosticAlarmType_AudibleSound_ListId 18610
OpcUaNS0.SystemDiagnosticAlarmType_AudibleSound_AgencyId 18611
OpcUaNS0.SystemDiagnosticAlarmType_AudibleSound_VersionId 18612
OpcUaNS0.SystemDiagnosticAlarmType_SilenceState 18613
OpcUaNS0.SystemDiagnosticAlarmType_SilenceState_Id 18614
OpcUaNS0.SystemDiagnosticAlarmType_SilenceState_Name 18615
OpcUaNS0.SystemDiagnosticAlarmType_SilenceState_Number 18616
OpcUaNS0.SystemDiagnosticAlarmType_SilenceState_EffectiveDisplayName 18617
OpcUaNS0.SystemDiagnosticAlarmType_SilenceState_TransitionTime 18618
OpcUaNS0.SystemDiagnosticAlarmType_SilenceState_EffectiveTransitionTime 18619
OpcUaNS0.SystemDiagnosticAlarmType_SilenceState_TrueState 18620
OpcUaNS0.SystemDiagnosticAlarmType_SilenceState_FalseState 18621
OpcUaNS0.SystemDiagnosticAlarmType_OnDelay 18622
OpcUaNS0.SystemDiagnosticAlarmType_OffDelay 18623
OpcUaNS0.SystemDiagnosticAlarmType_FirstInGroupFlag 18624
OpcUaNS0.SystemDiagnosticAlarmType_FirstInGroup 18625
OpcUaNS0.SystemDiagnosticAlarmType_LatchedState 18626
OpcUaNS0.SystemDiagnosticAlarmType_LatchedState_Id 18627
OpcUaNS0.SystemDiagnosticAlarmType_LatchedState_Name 18628
OpcUaNS0.SystemDiagnosticAlarmType_LatchedState_Number 18629
OpcUaNS0.SystemDiagnosticAlarmType_LatchedState_EffectiveDisplayName 18630
OpcUaNS0.SystemDiagnosticAlarmType_LatchedState_TransitionTime 18631
OpcUaNS0.SystemDiagnosticAlarmType_LatchedState_EffectiveTransitionTime 18632
OpcUaNS0.SystemDiagnosticAlarmType_LatchedState_TrueState 18633
OpcUaNS0.SystemDiagnosticAlarmType_LatchedState_FalseState 18634
OpcUaNS0.SystemDiagnosticAlarmType_AlarmGroup_Placeholder 18635
OpcUaNS0.SystemDiagnosticAlarmType_ReAlarmTime 18636
OpcUaNS0.SystemDiagnosticAlarmType_ReAlarmRepeatCount 18637
OpcUaNS0.SystemDiagnosticAlarmType_Silence 18638
OpcUaNS0.SystemDiagnosticAlarmType_Suppress 18639
OpcUaNS0.SystemDiagnosticAlarmType_Unsuppress 18640
OpcUaNS0.SystemDiagnosticAlarmType_RemoveFromService 18641
OpcUaNS0.SystemDiagnosticAlarmType_PlaceInService 18642
OpcUaNS0.SystemDiagnosticAlarmType_Reset 18643
OpcUaNS0.SystemDiagnosticAlarmType_NormalState 18644
OpcUaNS0.CertificateExpirationAlarmType_LatchedState 18645
OpcUaNS0.CertificateExpirationAlarmType_LatchedState_Id 18646
OpcUaNS0.CertificateExpirationAlarmType_LatchedState_Name 18647
OpcUaNS0.CertificateExpirationAlarmType_LatchedState_Number 18648
OpcUaNS0.CertificateExpirationAlarmType_LatchedState_EffectiveDisplayName 18649
OpcUaNS0.CertificateExpirationAlarmType_LatchedState_TransitionTime 18650
OpcUaNS0.CertificateExpirationAlarmType_LatchedState_EffectiveTransitionTime 18651
OpcUaNS0.CertificateExpirationAlarmType_LatchedState_TrueState 18652
OpcUaNS0.CertificateExpirationAlarmType_LatchedState_FalseState 18653
OpcUaNS0.CertificateExpirationAlarmType_Reset 18654
OpcUaNS0.DiscrepancyAlarmType_LatchedState 18655
OpcUaNS0.DiscrepancyAlarmType_LatchedState_Id 18656
OpcUaNS0.DiscrepancyAlarmType_LatchedState_Name 18657
OpcUaNS0.DiscrepancyAlarmType_LatchedState_Number 18658
OpcUaNS0.DiscrepancyAlarmType_LatchedState_EffectiveDisplayName 18659
OpcUaNS0.DiscrepancyAlarmType_LatchedState_TransitionTime 18660
OpcUaNS0.DiscrepancyAlarmType_LatchedState_EffectiveTransitionTime 18661
OpcUaNS0.DiscrepancyAlarmType_LatchedState_TrueState 18662
OpcUaNS0.DiscrepancyAlarmType_LatchedState_FalseState 18663
OpcUaNS0.DiscrepancyAlarmType_Reset 18664
OpcUaNS0.StatisticalConditionClassType 18665
OpcUaNS0.AlarmMetricsType_Reset 18666
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics 18667
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_DiagnosticsLevel 18668
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalInformation 18669
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalInformation_Active 18670
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalInformation_Classification 18671
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalInformation_DiagnosticsLevel 18672
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalInformation_TimeFirstChange 18673
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalError 18674
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalError_Active 18675
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalError_Classification 18676
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalError_DiagnosticsLevel 18677
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalError_TimeFirstChange 18678
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Reset 18679
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_SubError 18680
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters 18681
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateError 18682
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateError_Active 18683
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateError_Classification 18684
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateError_DiagnosticsLevel 18685
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateError_TimeFirstChange 18686
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod 18687
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Active 18688
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Classification 18689
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 18690
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 18691
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent 18692
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Active 18693
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Classification 18694
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 18695
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 18696
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError 18697
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Active 18698
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Classification 18699
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 18700
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 18701
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent 18702
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent_Active 18703
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent_Classification 18704
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 18705
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 18706
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod 18707
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Active 18708
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Classification 18709
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 18710
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 18711
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_LiveValues 18712
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_LiveValues_ResolvedAddress 18713
OpcUaNS0.PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_LiveValues_ResolvedAddress_DiagnosticsLevel 18714
OpcUaNS0.PublishSubscribeType_Diagnostics 18715
OpcUaNS0.PublishSubscribeType_Diagnostics_DiagnosticsLevel 18716
OpcUaNS0.PublishSubscribeType_Diagnostics_TotalInformation 18717
OpcUaNS0.PublishSubscribeType_Diagnostics_TotalInformation_Active 18718
OpcUaNS0.PublishSubscribeType_Diagnostics_TotalInformation_Classification 18719
OpcUaNS0.PublishSubscribeType_Diagnostics_TotalInformation_DiagnosticsLevel 18720
OpcUaNS0.PublishSubscribeType_Diagnostics_TotalInformation_TimeFirstChange 18721
OpcUaNS0.PublishSubscribeType_Diagnostics_TotalError 18722
OpcUaNS0.PublishSubscribeType_Diagnostics_TotalError_Active 18723
OpcUaNS0.PublishSubscribeType_Diagnostics_TotalError_Classification 18724
OpcUaNS0.PublishSubscribeType_Diagnostics_TotalError_DiagnosticsLevel 18725
OpcUaNS0.PublishSubscribeType_Diagnostics_TotalError_TimeFirstChange 18726
OpcUaNS0.PublishSubscribeType_Diagnostics_Reset 18727
OpcUaNS0.PublishSubscribeType_Diagnostics_SubError 18728
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters 18729
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateError 18730
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateError_Active 18731
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateError_Classification 18732
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateError_DiagnosticsLevel 18733
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateError_TimeFirstChange 18734
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateOperationalByMethod 18735
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateOperationalByMethod_Active 18736
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateOperationalByMethod_Classification 18737
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 18738
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 18739
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateOperationalByParent 18740
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateOperationalByParent_Active 18741
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateOperationalByParent_Classification 18742
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 18743
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 18744
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateOperationalFromError 18745
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateOperationalFromError_Active 18746
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateOperationalFromError_Classification 18747
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 18748
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 18749
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StatePausedByParent 18750
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StatePausedByParent_Active 18751
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StatePausedByParent_Classification 18752
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 18753
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 18754
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateDisabledByMethod 18755
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateDisabledByMethod_Active 18756
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateDisabledByMethod_Classification 18757
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 18758
OpcUaNS0.PublishSubscribeType_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 18759
OpcUaNS0.PublishSubscribeType_Diagnostics_LiveValues 18760
OpcUaNS0.PublishSubscribeType_Diagnostics_LiveValues_ConfiguredDataSetWriters 18761
OpcUaNS0.PublishSubscribeType_Diagnostics_LiveValues_ConfiguredDataSetWriters_DiagnosticsLevel 18762
OpcUaNS0.PublishSubscribeType_Diagnostics_LiveValues_ConfiguredDataSetReaders 18763
OpcUaNS0.PublishSubscribeType_Diagnostics_LiveValues_ConfiguredDataSetReaders_DiagnosticsLevel 18764
OpcUaNS0.PublishSubscribeType_Diagnostics_LiveValues_OperationalDataSetWriters 18765
OpcUaNS0.PublishSubscribeType_Diagnostics_LiveValues_OperationalDataSetWriters_DiagnosticsLevel 18766
OpcUaNS0.PublishSubscribeType_Diagnostics_LiveValues_OperationalDataSetReaders 18767
OpcUaNS0.PublishSubscribeType_Diagnostics_LiveValues_OperationalDataSetReaders_DiagnosticsLevel 18768
OpcUaNS0.ThreeDVectorType_X 18769
OpcUaNS0.ThreeDVectorType_Y 18770
OpcUaNS0.ThreeDVectorType_Z 18771
OpcUaNS0.CartesianCoordinatesType 18772
OpcUaNS0.CartesianCoordinatesType_LengthUnit 18773
OpcUaNS0.ThreeDCartesianCoordinatesType 18774
OpcUaNS0.ThreeDCartesianCoordinatesType_LengthUnit 18775
OpcUaNS0.ThreeDCartesianCoordinatesType_X 18776
OpcUaNS0.ThreeDCartesianCoordinatesType_Y 18777
OpcUaNS0.ThreeDCartesianCoordinatesType_Z 18778
OpcUaNS0.OrientationType 18779
OpcUaNS0.OrientationType_AngleUnit 18780
OpcUaNS0.ThreeDOrientationType 18781
OpcUaNS0.ThreeDOrientationType_AngleUnit 18782
OpcUaNS0.ThreeDOrientationType_A 18783
OpcUaNS0.ThreeDOrientationType_B 18784
OpcUaNS0.ThreeDOrientationType_C 18785
OpcUaNS0.FrameType 18786
OpcUaNS0.FrameType_Orientation 18787
OpcUaNS0.FrameType_Constant 18788
OpcUaNS0.FrameType_BaseFrame 18789
OpcUaNS0.FrameType_FixedBase 18790
OpcUaNS0.ThreeDFrameType 18791
OpcUaNS0.ThreeDFrameType_Orientation 18792
OpcUaNS0.ThreeDFrameType_Constant 18793
OpcUaNS0.ThreeDFrameType_BaseFrame 18794
OpcUaNS0.ThreeDFrameType_FixedBase 18795
OpcUaNS0.ThreeDFrameType_CartesianCoordinates 18796
OpcUaNS0.ThreeDFrameType_CartesianCoordinates_LengthUnit 18797
OpcUaNS0.ThreeDFrameType_CartesianCoordinates_X 18798
OpcUaNS0.ThreeDFrameType_CartesianCoordinates_Y 18799
OpcUaNS0.ThreeDFrameType_CartesianCoordinates_Z 18800
OpcUaNS0.FrameType_CartesianCoordinates 18801
OpcUaNS0.FrameType_CartesianCoordinates_LengthUnit 18802
OpcUaNS0.FrameType_Orientation_AngleUnit 18803
OpcUaNS0.HasWriterGroup 18804
OpcUaNS0.HasReaderGroup 18805
OpcUaNS0.RationalNumber 18806
OpcUaNS0.Vector 18807
OpcUaNS0.ThreeDVector 18808
OpcUaNS0.CartesianCoordinates 18809
OpcUaNS0.ThreeDCartesianCoordinates 18810
OpcUaNS0.Orientation 18811
OpcUaNS0.ThreeDOrientation 18812
OpcUaNS0.Frame 18813
OpcUaNS0.ThreeDFrame 18814
OpcUaNS0.RationalNumber_Encoding_DefaultBinary 18815
OpcUaNS0.Vector_Encoding_DefaultBinary 18816
OpcUaNS0.ThreeDVector_Encoding_DefaultBinary 18817
OpcUaNS0.CartesianCoordinates_Encoding_DefaultBinary 18818
OpcUaNS0.ThreeDCartesianCoordinates_Encoding_DefaultBinary 18819
OpcUaNS0.Orientation_Encoding_DefaultBinary 18820
OpcUaNS0.ThreeDOrientation_Encoding_DefaultBinary 18821
OpcUaNS0.Frame_Encoding_DefaultBinary 18822
OpcUaNS0.ThreeDFrame_Encoding_DefaultBinary 18823
OpcUaNS0.OpcUa_BinarySchema_RationalNumber 18824
OpcUaNS0.OpcUa_BinarySchema_RationalNumber_DataTypeVersion 18825
OpcUaNS0.OpcUa_BinarySchema_RationalNumber_DictionaryFragment 18826
OpcUaNS0.OpcUa_BinarySchema_Vector 18827
OpcUaNS0.OpcUa_BinarySchema_Vector_DataTypeVersion 18828
OpcUaNS0.OpcUa_BinarySchema_Vector_DictionaryFragment 18829
OpcUaNS0.OpcUa_BinarySchema_ThreeDVector 18830
OpcUaNS0.OpcUa_BinarySchema_ThreeDVector_DataTypeVersion 18831
OpcUaNS0.OpcUa_BinarySchema_ThreeDVector_DictionaryFragment 18832
OpcUaNS0.OpcUa_BinarySchema_CartesianCoordinates 18833
OpcUaNS0.OpcUa_BinarySchema_CartesianCoordinates_DataTypeVersion 18834
OpcUaNS0.OpcUa_BinarySchema_CartesianCoordinates_DictionaryFragment 18835
OpcUaNS0.OpcUa_BinarySchema_ThreeDCartesianCoordinates 18836
OpcUaNS0.OpcUa_BinarySchema_ThreeDCartesianCoordinates_DataTypeVersion 18837
OpcUaNS0.OpcUa_BinarySchema_ThreeDCartesianCoordinates_DictionaryFragment 18838
OpcUaNS0.OpcUa_BinarySchema_Orientation 18839
OpcUaNS0.OpcUa_BinarySchema_Orientation_DataTypeVersion 18840
OpcUaNS0.OpcUa_BinarySchema_Orientation_DictionaryFragment 18841
OpcUaNS0.OpcUa_BinarySchema_ThreeDOrientation 18842
OpcUaNS0.OpcUa_BinarySchema_ThreeDOrientation_DataTypeVersion 18843
OpcUaNS0.OpcUa_BinarySchema_ThreeDOrientation_DictionaryFragment 18844
OpcUaNS0.OpcUa_BinarySchema_Frame 18845
OpcUaNS0.OpcUa_BinarySchema_Frame_DataTypeVersion 18846
OpcUaNS0.OpcUa_BinarySchema_Frame_DictionaryFragment 18847
OpcUaNS0.OpcUa_BinarySchema_ThreeDFrame 18848
OpcUaNS0.OpcUa_BinarySchema_ThreeDFrame_DataTypeVersion 18849
OpcUaNS0.OpcUa_BinarySchema_ThreeDFrame_DictionaryFragment 18850
OpcUaNS0.RationalNumber_Encoding_DefaultXml 18851
OpcUaNS0.Vector_Encoding_DefaultXml 18852
OpcUaNS0.ThreeDVector_Encoding_DefaultXml 18853
OpcUaNS0.CartesianCoordinates_Encoding_DefaultXml 18854
OpcUaNS0.ThreeDCartesianCoordinates_Encoding_DefaultXml 18855
OpcUaNS0.Orientation_Encoding_DefaultXml 18856
OpcUaNS0.ThreeDOrientation_Encoding_DefaultXml 18857
OpcUaNS0.Frame_Encoding_DefaultXml 18858
OpcUaNS0.ThreeDFrame_Encoding_DefaultXml 18859
OpcUaNS0.OpcUa_XmlSchema_RationalNumber 18860
OpcUaNS0.OpcUa_XmlSchema_RationalNumber_DataTypeVersion 18861
OpcUaNS0.OpcUa_XmlSchema_RationalNumber_DictionaryFragment 18862
OpcUaNS0.OpcUa_XmlSchema_Vector 18863
OpcUaNS0.OpcUa_XmlSchema_Vector_DataTypeVersion 18864
OpcUaNS0.OpcUa_XmlSchema_Vector_DictionaryFragment 18865
OpcUaNS0.OpcUa_XmlSchema_ThreeDVector 18866
OpcUaNS0.OpcUa_XmlSchema_ThreeDVector_DataTypeVersion 18867
OpcUaNS0.OpcUa_XmlSchema_ThreeDVector_DictionaryFragment 18868
OpcUaNS0.OpcUa_XmlSchema_CartesianCoordinates 18869
OpcUaNS0.OpcUa_XmlSchema_CartesianCoordinates_DataTypeVersion 18870
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics 18871
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_DiagnosticsLevel 18872
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation 18873
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_Active 18874
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_Classification 18875
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_DiagnosticsLevel 18876
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_TimeFirstChange 18877
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalError 18878
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalError_Active 18879
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalError_Classification 18880
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalError_DiagnosticsLevel 18881
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalError_TimeFirstChange 18882
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Reset 18883
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_SubError 18884
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters 18885
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError 18886
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_Active 18887
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_Classification 18888
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_DiagnosticsLevel 18889
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_TimeFirstChange 18890
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod 18891
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Active 18892
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Classification 18893
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 18894
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 18895
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent 18896
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Active 18897
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Classification 18898
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 18899
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 18900
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError 18901
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Active 18902
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Classification 18903
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 18904
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 18905
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent 18906
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_Active 18907
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_Classification 18908
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 18909
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 18910
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod 18911
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Active 18912
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Classification 18913
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 18914
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 18915
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_LiveValues 18916
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages 18917
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Active 18918
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Classification 18919
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_DiagnosticsLevel 18920
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_TimeFirstChange 18921
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MessageSequenceNumber 18922
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MessageSequenceNumber_DiagnosticsLevel 18923
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_StatusCode 18924
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_StatusCode_DiagnosticsLevel 18925
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MajorVersion 18926
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MajorVersion_DiagnosticsLevel 18927
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MinorVersion 18928
OpcUaNS0.PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MinorVersion_DiagnosticsLevel 18929
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics 18930
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_DiagnosticsLevel 18931
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation 18932
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_Active 18933
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_Classification 18934
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_DiagnosticsLevel 18935
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_TimeFirstChange 18936
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalError 18937
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalError_Active 18938
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalError_Classification 18939
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalError_DiagnosticsLevel 18940
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalError_TimeFirstChange 18941
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Reset 18942
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_SubError 18943
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters 18944
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError 18945
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_Active 18946
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_Classification 18947
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_DiagnosticsLevel 18948
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_TimeFirstChange 18949
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod 18950
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Active 18951
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Classification 18952
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 18953
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 18954
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent 18955
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Active 18956
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Classification 18957
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 18958
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 18959
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError 18960
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Active 18961
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Classification 18962
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 18963
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 18964
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent 18965
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_Active 18966
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_Classification 18967
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 18968
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 18969
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod 18970
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Active 18971
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Classification 18972
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 18973
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 18974
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues 18975
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages 18976
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Active 18977
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Classification 18978
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_DiagnosticsLevel 18979
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_TimeFirstChange 18980
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MessageSequenceNumber 18981
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MessageSequenceNumber_DiagnosticsLevel 18982
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_StatusCode 18983
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_StatusCode_DiagnosticsLevel 18984
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MajorVersion 18985
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MajorVersion_DiagnosticsLevel 18986
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MinorVersion 18987
OpcUaNS0.PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MinorVersion_DiagnosticsLevel 18988
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics 18989
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_DiagnosticsLevel 18990
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation 18991
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_Active 18992
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_Classification 18993
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_DiagnosticsLevel 18994
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_TimeFirstChange 18995
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalError 18996
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalError_Active 18997
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalError_Classification 18998
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalError_DiagnosticsLevel 18999
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalError_TimeFirstChange 19000
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Reset 19001
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_SubError 19002
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters 19003
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError 19004
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_Active 19005
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_Classification 19006
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_DiagnosticsLevel 19007
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_TimeFirstChange 19008
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod 19009
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Active 19010
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Classification 19011
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 19012
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 19013
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent 19014
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Active 19015
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Classification 19016
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 19017
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 19018
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError 19019
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Active 19020
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Classification 19021
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 19022
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 19023
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent 19024
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_Active 19025
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_Classification 19026
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 19027
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 19028
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod 19029
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Active 19030
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Classification 19031
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 19032
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 19033
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues 19034
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages 19035
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Active 19036
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Classification 19037
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_DiagnosticsLevel 19038
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_TimeFirstChange 19039
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MessageSequenceNumber 19040
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MessageSequenceNumber_DiagnosticsLevel 19041
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_StatusCode 19042
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_StatusCode_DiagnosticsLevel 19043
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MajorVersion 19044
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MajorVersion_DiagnosticsLevel 19045
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MinorVersion 19046
OpcUaNS0.PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MinorVersion_DiagnosticsLevel 19047
OpcUaNS0.OpcUa_XmlSchema_CartesianCoordinates_DictionaryFragment 19048
OpcUaNS0.OpcUa_XmlSchema_ThreeDCartesianCoordinates 19049
OpcUaNS0.OpcUa_XmlSchema_ThreeDCartesianCoordinates_DataTypeVersion 19050
OpcUaNS0.OpcUa_XmlSchema_ThreeDCartesianCoordinates_DictionaryFragment 19051
OpcUaNS0.OpcUa_XmlSchema_Orientation 19052
OpcUaNS0.OpcUa_XmlSchema_Orientation_DataTypeVersion 19053
OpcUaNS0.OpcUa_XmlSchema_Orientation_DictionaryFragment 19054
OpcUaNS0.OpcUa_XmlSchema_ThreeDOrientation 19055
OpcUaNS0.OpcUa_XmlSchema_ThreeDOrientation_DataTypeVersion 19056
OpcUaNS0.OpcUa_XmlSchema_ThreeDOrientation_DictionaryFragment 19057
OpcUaNS0.OpcUa_XmlSchema_Frame 19058
OpcUaNS0.OpcUa_XmlSchema_Frame_DataTypeVersion 19059
OpcUaNS0.OpcUa_XmlSchema_Frame_DictionaryFragment 19060
OpcUaNS0.OpcUa_XmlSchema_ThreeDFrame 19061
OpcUaNS0.OpcUa_XmlSchema_ThreeDFrame_DataTypeVersion 19062
OpcUaNS0.OpcUa_XmlSchema_ThreeDFrame_DictionaryFragment 19063
OpcUaNS0.RationalNumber_Encoding_DefaultJson 19064
OpcUaNS0.Vector_Encoding_DefaultJson 19065
OpcUaNS0.ThreeDVector_Encoding_DefaultJson 19066
OpcUaNS0.CartesianCoordinates_Encoding_DefaultJson 19067
OpcUaNS0.ThreeDCartesianCoordinates_Encoding_DefaultJson 19068
OpcUaNS0.Orientation_Encoding_DefaultJson 19069
OpcUaNS0.ThreeDOrientation_Encoding_DefaultJson 19070
OpcUaNS0.Frame_Encoding_DefaultJson 19071
OpcUaNS0.ThreeDFrame_Encoding_DefaultJson 19072
OpcUaNS0.ThreeDFrameType_Orientation_AngleUnit 19073
OpcUaNS0.ThreeDFrameType_Orientation_A 19074
OpcUaNS0.ThreeDFrameType_Orientation_B 19075
OpcUaNS0.ThreeDFrameType_Orientation_C 19076
OpcUaNS0.MultiStateDictionaryEntryDiscreteBaseType 19077
OpcUaNS0.MultiStateDictionaryEntryDiscreteBaseType_Definition 19078
OpcUaNS0.MultiStateDictionaryEntryDiscreteBaseType_ValuePrecision 19079
OpcUaNS0.MultiStateDictionaryEntryDiscreteBaseType_EnumValues 19080
OpcUaNS0.MultiStateDictionaryEntryDiscreteBaseType_ValueAsText 19081
OpcUaNS0.MultiStateDictionaryEntryDiscreteBaseType_EnumDictionaryEntries 19082
OpcUaNS0.MultiStateDictionaryEntryDiscreteBaseType_ValueAsDictionaryEntries 19083
OpcUaNS0.MultiStateDictionaryEntryDiscreteType 19084
OpcUaNS0.MultiStateDictionaryEntryDiscreteType_Definition 19085
OpcUaNS0.MultiStateDictionaryEntryDiscreteType_ValuePrecision 19086
OpcUaNS0.MultiStateDictionaryEntryDiscreteType_EnumValues 19087
OpcUaNS0.MultiStateDictionaryEntryDiscreteType_ValueAsText 19088
OpcUaNS0.MultiStateDictionaryEntryDiscreteType_EnumDictionaryEntries 19089
OpcUaNS0.MultiStateDictionaryEntryDiscreteType_ValueAsDictionaryEntries 19090
OpcUaNS0.HistoryServerCapabilities_ServerTimestampSupported 19091
OpcUaNS0.HistoricalDataConfigurationType_ServerTimestampSupported 19092
OpcUaNS0.HAConfiguration_ServerTimestampSupported 19093
OpcUaNS0.HistoryServerCapabilitiesType_ServerTimestampSupported 19094
OpcUaNS0.AuditHistoryAnnotationUpdateEventType 19095
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_EventId 19096
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_EventType 19097
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_SourceNode 19098
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_SourceName 19099
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_Time 19100
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_ReceiveTime 19101
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_LocalTime 19102
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_Message 19103
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_Severity 19104
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_ActionTimeStamp 19105
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_Status 19106
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics 19107
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_DiagnosticsLevel 19108
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_TotalInformation 19109
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_TotalInformation_Active 19110
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_TotalInformation_Classification 19111
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_TotalInformation_DiagnosticsLevel 19112
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_TotalInformation_TimeFirstChange 19113
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_TotalError 19114
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_TotalError_Active 19115
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_TotalError_Classification 19116
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_TotalError_DiagnosticsLevel 19117
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_TotalError_TimeFirstChange 19118
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Reset 19119
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_SubError 19120
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters 19121
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateError 19122
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateError_Active 19123
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateError_Classification 19124
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateError_DiagnosticsLevel 19125
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateError_TimeFirstChange 19126
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateOperationalByMethod 19127
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Active 19128
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Classification 19129
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 19130
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 19131
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateOperationalByParent 19132
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Active 19133
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Classification 19134
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 19135
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 19136
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateOperationalFromError 19137
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Active 19138
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Classification 19139
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 19140
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 19141
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StatePausedByParent 19142
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StatePausedByParent_Active 19143
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StatePausedByParent_Classification 19144
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 19145
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 19146
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateDisabledByMethod 19147
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Active 19148
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Classification 19149
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 19150
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 19151
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_LiveValues 19152
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_SentNetworkMessages 19153
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_SentNetworkMessages_Active 19154
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_SentNetworkMessages_Classification 19155
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_SentNetworkMessages_DiagnosticsLevel 19156
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_SentNetworkMessages_TimeFirstChange 19157
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_FailedTransmissions 19158
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_FailedTransmissions_Active 19159
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_FailedTransmissions_Classification 19160
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_FailedTransmissions_DiagnosticsLevel 19161
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_FailedTransmissions_TimeFirstChange 19162
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_EncryptionErrors 19163
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_EncryptionErrors_Active 19164
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_EncryptionErrors_Classification 19165
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_EncryptionErrors_DiagnosticsLevel 19166
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters_EncryptionErrors_TimeFirstChange 19167
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_LiveValues_ConfiguredDataSetWriters 19168
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_LiveValues_ConfiguredDataSetWriters_DiagnosticsLevel 19169
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_LiveValues_OperationalDataSetWriters 19170
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_LiveValues_OperationalDataSetWriters_DiagnosticsLevel 19171
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_LiveValues_SecurityTokenID 19172
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_LiveValues_SecurityTokenID_DiagnosticsLevel 19173
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_LiveValues_TimeToNextTokenID 19174
OpcUaNS0.PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_LiveValues_TimeToNextTokenID_DiagnosticsLevel 19175
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics 19176
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_DiagnosticsLevel 19177
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_TotalInformation 19178
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_TotalInformation_Active 19179
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_TotalInformation_Classification 19180
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_TotalInformation_DiagnosticsLevel 19181
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_TotalInformation_TimeFirstChange 19182
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_TotalError 19183
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_TotalError_Active 19184
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_TotalError_Classification 19185
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_TotalError_DiagnosticsLevel 19186
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_TotalError_TimeFirstChange 19187
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Reset 19188
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_SubError 19189
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters 19190
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateError 19191
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateError_Active 19192
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateError_Classification 19193
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateError_DiagnosticsLevel 19194
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateError_TimeFirstChange 19195
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateOperationalByMethod 19196
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Active 19197
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Classification 19198
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 19199
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 19200
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateOperationalByParent 19201
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Active 19202
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Classification 19203
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 19204
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 19205
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateOperationalFromError 19206
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Active 19207
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Classification 19208
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 19209
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 19210
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StatePausedByParent 19211
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StatePausedByParent_Active 19212
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StatePausedByParent_Classification 19213
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 19214
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 19215
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateDisabledByMethod 19216
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Active 19217
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Classification 19218
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 19219
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 19220
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_LiveValues 19221
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_ReceivedNetworkMessages 19222
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_ReceivedNetworkMessages_Active 19223
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_ReceivedNetworkMessages_Classification 19224
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_ReceivedNetworkMessages_DiagnosticsLevel 19225
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_ReceivedNetworkMessages_TimeFirstChange 19226
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_ReceivedInvalidNetworkMessages 19227
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_ReceivedInvalidNetworkMessages_Active 19228
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_ReceivedInvalidNetworkMessages_Classification 19229
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_ReceivedInvalidNetworkMessages_DiagnosticsLevel 19230
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_ReceivedInvalidNetworkMessages_TimeFirstChange 19231
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_DecryptionErrors 19232
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_DecryptionErrors_Active 19233
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_DecryptionErrors_Classification 19234
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_DecryptionErrors_DiagnosticsLevel 19235
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters_DecryptionErrors_TimeFirstChange 19236
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_LiveValues_ConfiguredDataSetReaders 19237
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_LiveValues_ConfiguredDataSetReaders_DiagnosticsLevel 19238
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_LiveValues_OperationalDataSetReaders 19239
OpcUaNS0.PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_LiveValues_OperationalDataSetReaders_DiagnosticsLevel 19240
OpcUaNS0.PubSubConnectionType_Diagnostics 19241
OpcUaNS0.PubSubConnectionType_Diagnostics_DiagnosticsLevel 19242
OpcUaNS0.PubSubConnectionType_Diagnostics_TotalInformation 19243
OpcUaNS0.PubSubConnectionType_Diagnostics_TotalInformation_Active 19244
OpcUaNS0.PubSubConnectionType_Diagnostics_TotalInformation_Classification 19245
OpcUaNS0.PubSubConnectionType_Diagnostics_TotalInformation_DiagnosticsLevel 19246
OpcUaNS0.PubSubConnectionType_Diagnostics_TotalInformation_TimeFirstChange 19247
OpcUaNS0.PubSubConnectionType_Diagnostics_TotalError 19248
OpcUaNS0.PubSubConnectionType_Diagnostics_TotalError_Active 19249
OpcUaNS0.PubSubConnectionType_Diagnostics_TotalError_Classification 19250
OpcUaNS0.PubSubConnectionType_Diagnostics_TotalError_DiagnosticsLevel 19251
OpcUaNS0.PubSubConnectionType_Diagnostics_TotalError_TimeFirstChange 19252
OpcUaNS0.PubSubConnectionType_Diagnostics_Reset 19253
OpcUaNS0.PubSubConnectionType_Diagnostics_SubError 19254
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters 19255
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateError 19256
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateError_Active 19257
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateError_Classification 19258
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateError_DiagnosticsLevel 19259
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateError_TimeFirstChange 19260
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateOperationalByMethod 19261
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateOperationalByMethod_Active 19262
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateOperationalByMethod_Classification 19263
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 19264
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 19265
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateOperationalByParent 19266
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateOperationalByParent_Active 19267
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateOperationalByParent_Classification 19268
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 19269
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 19270
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateOperationalFromError 19271
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateOperationalFromError_Active 19272
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateOperationalFromError_Classification 19273
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 19274
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 19275
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StatePausedByParent 19276
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StatePausedByParent_Active 19277
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StatePausedByParent_Classification 19278
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 19279
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 19280
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateDisabledByMethod 19281
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateDisabledByMethod_Active 19282
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateDisabledByMethod_Classification 19283
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 19284
OpcUaNS0.PubSubConnectionType_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 19285
OpcUaNS0.PubSubConnectionType_Diagnostics_LiveValues 19286
OpcUaNS0.PubSubConnectionType_Diagnostics_LiveValues_ResolvedAddress 19287
OpcUaNS0.PubSubConnectionType_Diagnostics_LiveValues_ResolvedAddress_DiagnosticsLevel 19288
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_ServerId 19289
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_ClientAuditEntryId 19290
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_ClientUserId 19291
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_ParameterDataTypeId 19292
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_PerformInsertReplace 19293
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_NewValues 19294
OpcUaNS0.AuditHistoryAnnotationUpdateEventType_OldValues 19295
OpcUaNS0.TrustListType_UpdateFrequency 19296
OpcUaNS0.TrustListOutOfDateAlarmType 19297
OpcUaNS0.TrustListOutOfDateAlarmType_EventId 19298
OpcUaNS0.TrustListOutOfDateAlarmType_EventType 19299
OpcUaNS0.TrustListOutOfDateAlarmType_SourceNode 19300
OpcUaNS0.TrustListOutOfDateAlarmType_SourceName 19301
OpcUaNS0.TrustListOutOfDateAlarmType_Time 19302
OpcUaNS0.TrustListOutOfDateAlarmType_ReceiveTime 19303
OpcUaNS0.TrustListOutOfDateAlarmType_LocalTime 19304
OpcUaNS0.TrustListOutOfDateAlarmType_Message 19305
OpcUaNS0.TrustListOutOfDateAlarmType_Severity 19306
OpcUaNS0.TrustListOutOfDateAlarmType_ConditionClassId 19307
OpcUaNS0.TrustListOutOfDateAlarmType_ConditionClassName 19308
OpcUaNS0.TrustListOutOfDateAlarmType_ConditionSubClassId 19309
OpcUaNS0.TrustListOutOfDateAlarmType_ConditionSubClassName 19310
OpcUaNS0.TrustListOutOfDateAlarmType_ConditionName 19311
OpcUaNS0.TrustListOutOfDateAlarmType_BranchId 19312
OpcUaNS0.TrustListOutOfDateAlarmType_Retain 19313
OpcUaNS0.TrustListOutOfDateAlarmType_EnabledState 19314
OpcUaNS0.TrustListOutOfDateAlarmType_EnabledState_Id 19315
OpcUaNS0.TrustListOutOfDateAlarmType_EnabledState_Name 19316
OpcUaNS0.TrustListOutOfDateAlarmType_EnabledState_Number 19317
OpcUaNS0.TrustListOutOfDateAlarmType_EnabledState_EffectiveDisplayName 19318
OpcUaNS0.TrustListOutOfDateAlarmType_EnabledState_TransitionTime 19319
OpcUaNS0.TrustListOutOfDateAlarmType_EnabledState_EffectiveTransitionTime 19320
OpcUaNS0.TrustListOutOfDateAlarmType_EnabledState_TrueState 19321
OpcUaNS0.TrustListOutOfDateAlarmType_EnabledState_FalseState 19322
OpcUaNS0.TrustListOutOfDateAlarmType_Quality 19323
OpcUaNS0.TrustListOutOfDateAlarmType_Quality_SourceTimestamp 19324
OpcUaNS0.TrustListOutOfDateAlarmType_LastSeverity 19325
OpcUaNS0.TrustListOutOfDateAlarmType_LastSeverity_SourceTimestamp 19326
OpcUaNS0.TrustListOutOfDateAlarmType_Comment 19327
OpcUaNS0.TrustListOutOfDateAlarmType_Comment_SourceTimestamp 19328
OpcUaNS0.TrustListOutOfDateAlarmType_ClientUserId 19329
OpcUaNS0.TrustListOutOfDateAlarmType_Disable 19330
OpcUaNS0.TrustListOutOfDateAlarmType_Enable 19331
OpcUaNS0.TrustListOutOfDateAlarmType_AddComment 19332
OpcUaNS0.TrustListOutOfDateAlarmType_AddComment_InputArguments 19333
OpcUaNS0.TrustListOutOfDateAlarmType_ConditionRefresh 19334
OpcUaNS0.TrustListOutOfDateAlarmType_ConditionRefresh_InputArguments 19335
OpcUaNS0.TrustListOutOfDateAlarmType_ConditionRefresh2 19336
OpcUaNS0.TrustListOutOfDateAlarmType_ConditionRefresh2_InputArguments 19337
OpcUaNS0.TrustListOutOfDateAlarmType_AckedState 19338
OpcUaNS0.TrustListOutOfDateAlarmType_AckedState_Id 19339
OpcUaNS0.TrustListOutOfDateAlarmType_AckedState_Name 19340
OpcUaNS0.TrustListOutOfDateAlarmType_AckedState_Number 19341
OpcUaNS0.TrustListOutOfDateAlarmType_AckedState_EffectiveDisplayName 19342
OpcUaNS0.TrustListOutOfDateAlarmType_AckedState_TransitionTime 19343
OpcUaNS0.TrustListOutOfDateAlarmType_AckedState_EffectiveTransitionTime 19344
OpcUaNS0.TrustListOutOfDateAlarmType_AckedState_TrueState 19345
OpcUaNS0.TrustListOutOfDateAlarmType_AckedState_FalseState 19346
OpcUaNS0.TrustListOutOfDateAlarmType_ConfirmedState 19347
OpcUaNS0.TrustListOutOfDateAlarmType_ConfirmedState_Id 19348
OpcUaNS0.TrustListOutOfDateAlarmType_ConfirmedState_Name 19349
OpcUaNS0.TrustListOutOfDateAlarmType_ConfirmedState_Number 19350
OpcUaNS0.TrustListOutOfDateAlarmType_ConfirmedState_EffectiveDisplayName 19351
OpcUaNS0.TrustListOutOfDateAlarmType_ConfirmedState_TransitionTime 19352
OpcUaNS0.TrustListOutOfDateAlarmType_ConfirmedState_EffectiveTransitionTime 19353
OpcUaNS0.TrustListOutOfDateAlarmType_ConfirmedState_TrueState 19354
OpcUaNS0.TrustListOutOfDateAlarmType_ConfirmedState_FalseState 19355
OpcUaNS0.TrustListOutOfDateAlarmType_Acknowledge 19356
OpcUaNS0.TrustListOutOfDateAlarmType_Acknowledge_InputArguments 19357
OpcUaNS0.TrustListOutOfDateAlarmType_Confirm 19358
OpcUaNS0.TrustListOutOfDateAlarmType_Confirm_InputArguments 19359
OpcUaNS0.TrustListOutOfDateAlarmType_ActiveState 19360
OpcUaNS0.TrustListOutOfDateAlarmType_ActiveState_Id 19361
OpcUaNS0.TrustListOutOfDateAlarmType_ActiveState_Name 19362
OpcUaNS0.TrustListOutOfDateAlarmType_ActiveState_Number 19363
OpcUaNS0.TrustListOutOfDateAlarmType_ActiveState_EffectiveDisplayName 19364
OpcUaNS0.TrustListOutOfDateAlarmType_ActiveState_TransitionTime 19365
OpcUaNS0.TrustListOutOfDateAlarmType_ActiveState_EffectiveTransitionTime 19366
OpcUaNS0.TrustListOutOfDateAlarmType_ActiveState_TrueState 19367
OpcUaNS0.TrustListOutOfDateAlarmType_ActiveState_FalseState 19368
OpcUaNS0.TrustListOutOfDateAlarmType_InputNode 19369
OpcUaNS0.TrustListOutOfDateAlarmType_SuppressedState 19370
OpcUaNS0.TrustListOutOfDateAlarmType_SuppressedState_Id 19371
OpcUaNS0.TrustListOutOfDateAlarmType_SuppressedState_Name 19372
OpcUaNS0.TrustListOutOfDateAlarmType_SuppressedState_Number 19373
OpcUaNS0.TrustListOutOfDateAlarmType_SuppressedState_EffectiveDisplayName 19374
OpcUaNS0.TrustListOutOfDateAlarmType_SuppressedState_TransitionTime 19375
OpcUaNS0.TrustListOutOfDateAlarmType_SuppressedState_EffectiveTransitionTime 19376
OpcUaNS0.TrustListOutOfDateAlarmType_SuppressedState_TrueState 19377
OpcUaNS0.TrustListOutOfDateAlarmType_SuppressedState_FalseState 19378
OpcUaNS0.TrustListOutOfDateAlarmType_OutOfServiceState 19379
OpcUaNS0.TrustListOutOfDateAlarmType_OutOfServiceState_Id 19380
OpcUaNS0.TrustListOutOfDateAlarmType_OutOfServiceState_Name 19381
OpcUaNS0.TrustListOutOfDateAlarmType_OutOfServiceState_Number 19382
OpcUaNS0.TrustListOutOfDateAlarmType_OutOfServiceState_EffectiveDisplayName 19383
OpcUaNS0.TrustListOutOfDateAlarmType_OutOfServiceState_TransitionTime 19384
OpcUaNS0.TrustListOutOfDateAlarmType_OutOfServiceState_EffectiveTransitionTime 19385
OpcUaNS0.TrustListOutOfDateAlarmType_OutOfServiceState_TrueState 19386
OpcUaNS0.TrustListOutOfDateAlarmType_OutOfServiceState_FalseState 19387
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState 19388
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_CurrentState 19389
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_CurrentState_Id 19390
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_CurrentState_Name 19391
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_CurrentState_Number 19392
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_CurrentState_EffectiveDisplayName 19393
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_LastTransition 19394
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_LastTransition_Id 19395
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_LastTransition_Name 19396
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_LastTransition_Number 19397
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_LastTransition_TransitionTime 19398
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_LastTransition_EffectiveTransitionTime 19399
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_AvailableStates 19400
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_AvailableTransitions 19401
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_UnshelveTime 19402
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_TimedShelve 19403
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_TimedShelve_InputArguments 19404
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_Unshelve 19405
OpcUaNS0.TrustListOutOfDateAlarmType_ShelvingState_OneShotShelve 19406
OpcUaNS0.TrustListOutOfDateAlarmType_SuppressedOrShelved 19407
OpcUaNS0.TrustListOutOfDateAlarmType_MaxTimeShelved 19408
OpcUaNS0.TrustListOutOfDateAlarmType_AudibleEnabled 19409
OpcUaNS0.TrustListOutOfDateAlarmType_AudibleSound 19410
OpcUaNS0.TrustListOutOfDateAlarmType_AudibleSound_ListId 19411
OpcUaNS0.TrustListOutOfDateAlarmType_AudibleSound_AgencyId 19412
OpcUaNS0.TrustListOutOfDateAlarmType_AudibleSound_VersionId 19413
OpcUaNS0.TrustListOutOfDateAlarmType_SilenceState 19414
OpcUaNS0.TrustListOutOfDateAlarmType_SilenceState_Id 19415
OpcUaNS0.TrustListOutOfDateAlarmType_SilenceState_Name 19416
OpcUaNS0.TrustListOutOfDateAlarmType_SilenceState_Number 19417
OpcUaNS0.TrustListOutOfDateAlarmType_SilenceState_EffectiveDisplayName 19418
OpcUaNS0.TrustListOutOfDateAlarmType_SilenceState_TransitionTime 19419
OpcUaNS0.TrustListOutOfDateAlarmType_SilenceState_EffectiveTransitionTime 19420
OpcUaNS0.TrustListOutOfDateAlarmType_SilenceState_TrueState 19421
OpcUaNS0.TrustListOutOfDateAlarmType_SilenceState_FalseState 19422
OpcUaNS0.TrustListOutOfDateAlarmType_OnDelay 19423
OpcUaNS0.TrustListOutOfDateAlarmType_OffDelay 19424
OpcUaNS0.TrustListOutOfDateAlarmType_FirstInGroupFlag 19425
OpcUaNS0.TrustListOutOfDateAlarmType_FirstInGroup 19426
OpcUaNS0.TrustListOutOfDateAlarmType_LatchedState 19427
OpcUaNS0.TrustListOutOfDateAlarmType_LatchedState_Id 19428
OpcUaNS0.TrustListOutOfDateAlarmType_LatchedState_Name 19429
OpcUaNS0.TrustListOutOfDateAlarmType_LatchedState_Number 19430
OpcUaNS0.TrustListOutOfDateAlarmType_LatchedState_EffectiveDisplayName 19431
OpcUaNS0.TrustListOutOfDateAlarmType_LatchedState_TransitionTime 19432
OpcUaNS0.TrustListOutOfDateAlarmType_LatchedState_EffectiveTransitionTime 19433
OpcUaNS0.TrustListOutOfDateAlarmType_LatchedState_TrueState 19434
OpcUaNS0.TrustListOutOfDateAlarmType_LatchedState_FalseState 19435
OpcUaNS0.TrustListOutOfDateAlarmType_AlarmGroup_Placeholder 19436
OpcUaNS0.TrustListOutOfDateAlarmType_ReAlarmTime 19437
OpcUaNS0.TrustListOutOfDateAlarmType_ReAlarmRepeatCount 19438
OpcUaNS0.TrustListOutOfDateAlarmType_Silence 19439
OpcUaNS0.TrustListOutOfDateAlarmType_Suppress 19440
OpcUaNS0.TrustListOutOfDateAlarmType_Unsuppress 19441
OpcUaNS0.TrustListOutOfDateAlarmType_RemoveFromService 19442
OpcUaNS0.TrustListOutOfDateAlarmType_PlaceInService 19443
OpcUaNS0.TrustListOutOfDateAlarmType_Reset 19444
OpcUaNS0.TrustListOutOfDateAlarmType_NormalState 19445
OpcUaNS0.TrustListOutOfDateAlarmType_TrustListId 19446
OpcUaNS0.TrustListOutOfDateAlarmType_LastUpdateTime 19447
OpcUaNS0.TrustListOutOfDateAlarmType_UpdateFrequency 19448
OpcUaNS0.CertificateGroupType_TrustList_UpdateFrequency 19449
OpcUaNS0.CertificateGroupType_CertificateExpired 19450
OpcUaNS0.CertificateGroupType_CertificateExpired_EventId 19451
OpcUaNS0.CertificateGroupType_CertificateExpired_EventType 19452
OpcUaNS0.CertificateGroupType_CertificateExpired_SourceNode 19453
OpcUaNS0.CertificateGroupType_CertificateExpired_SourceName 19454
OpcUaNS0.CertificateGroupType_CertificateExpired_Time 19455
OpcUaNS0.CertificateGroupType_CertificateExpired_ReceiveTime 19456
OpcUaNS0.CertificateGroupType_CertificateExpired_LocalTime 19457
OpcUaNS0.CertificateGroupType_CertificateExpired_Message 19458
OpcUaNS0.CertificateGroupType_CertificateExpired_Severity 19459
OpcUaNS0.CertificateGroupType_CertificateExpired_ConditionClassId 19460
OpcUaNS0.CertificateGroupType_CertificateExpired_ConditionClassName 19461
OpcUaNS0.CertificateGroupType_CertificateExpired_ConditionSubClassId 19462
OpcUaNS0.CertificateGroupType_CertificateExpired_ConditionSubClassName 19463
OpcUaNS0.CertificateGroupType_CertificateExpired_ConditionName 19464
OpcUaNS0.CertificateGroupType_CertificateExpired_BranchId 19465
OpcUaNS0.CertificateGroupType_CertificateExpired_Retain 19466
OpcUaNS0.CertificateGroupType_CertificateExpired_EnabledState 19467
OpcUaNS0.CertificateGroupType_CertificateExpired_EnabledState_Id 19468
OpcUaNS0.CertificateGroupType_CertificateExpired_EnabledState_Name 19469
OpcUaNS0.CertificateGroupType_CertificateExpired_EnabledState_Number 19470
OpcUaNS0.CertificateGroupType_CertificateExpired_EnabledState_EffectiveDisplayName 19471
OpcUaNS0.CertificateGroupType_CertificateExpired_EnabledState_TransitionTime 19472
OpcUaNS0.CertificateGroupType_CertificateExpired_EnabledState_EffectiveTransitionTime 19473
OpcUaNS0.CertificateGroupType_CertificateExpired_EnabledState_TrueState 19474
OpcUaNS0.CertificateGroupType_CertificateExpired_EnabledState_FalseState 19475
OpcUaNS0.CertificateGroupType_CertificateExpired_Quality 19476
OpcUaNS0.CertificateGroupType_CertificateExpired_Quality_SourceTimestamp 19477
OpcUaNS0.CertificateGroupType_CertificateExpired_LastSeverity 19478
OpcUaNS0.CertificateGroupType_CertificateExpired_LastSeverity_SourceTimestamp 19479
OpcUaNS0.CertificateGroupType_CertificateExpired_Comment 19480
OpcUaNS0.CertificateGroupType_CertificateExpired_Comment_SourceTimestamp 19481
OpcUaNS0.CertificateGroupType_CertificateExpired_ClientUserId 19482
OpcUaNS0.CertificateGroupType_CertificateExpired_Disable 19483
OpcUaNS0.CertificateGroupType_CertificateExpired_Enable 19484
OpcUaNS0.CertificateGroupType_CertificateExpired_AddComment 19485
OpcUaNS0.CertificateGroupType_CertificateExpired_AddComment_InputArguments 19486
OpcUaNS0.CertificateGroupType_CertificateExpired_AckedState 19487
OpcUaNS0.CertificateGroupType_CertificateExpired_AckedState_Id 19488
OpcUaNS0.CertificateGroupType_CertificateExpired_AckedState_Name 19489
OpcUaNS0.CertificateGroupType_CertificateExpired_AckedState_Number 19490
OpcUaNS0.CertificateGroupType_CertificateExpired_AckedState_EffectiveDisplayName 19491
OpcUaNS0.CertificateGroupType_CertificateExpired_AckedState_TransitionTime 19492
OpcUaNS0.CertificateGroupType_CertificateExpired_AckedState_EffectiveTransitionTime 19493
OpcUaNS0.CertificateGroupType_CertificateExpired_AckedState_TrueState 19494
OpcUaNS0.CertificateGroupType_CertificateExpired_AckedState_FalseState 19495
OpcUaNS0.CertificateGroupType_CertificateExpired_ConfirmedState 19496
OpcUaNS0.CertificateGroupType_CertificateExpired_ConfirmedState_Id 19497
OpcUaNS0.CertificateGroupType_CertificateExpired_ConfirmedState_Name 19498
OpcUaNS0.CertificateGroupType_CertificateExpired_ConfirmedState_Number 19499
OpcUaNS0.CertificateGroupType_CertificateExpired_ConfirmedState_EffectiveDisplayName 19500
OpcUaNS0.CertificateGroupType_CertificateExpired_ConfirmedState_TransitionTime 19501
OpcUaNS0.CertificateGroupType_CertificateExpired_ConfirmedState_EffectiveTransitionTime 19502
OpcUaNS0.CertificateGroupType_CertificateExpired_ConfirmedState_TrueState 19503
OpcUaNS0.CertificateGroupType_CertificateExpired_ConfirmedState_FalseState 19504
OpcUaNS0.CertificateGroupType_CertificateExpired_Acknowledge 19505
OpcUaNS0.CertificateGroupType_CertificateExpired_Acknowledge_InputArguments 19506
OpcUaNS0.CertificateGroupType_CertificateExpired_Confirm 19507
OpcUaNS0.CertificateGroupType_CertificateExpired_Confirm_InputArguments 19508
OpcUaNS0.CertificateGroupType_CertificateExpired_ActiveState 19509
OpcUaNS0.CertificateGroupType_CertificateExpired_ActiveState_Id 19510
OpcUaNS0.CertificateGroupType_CertificateExpired_ActiveState_Name 19511
OpcUaNS0.CertificateGroupType_CertificateExpired_ActiveState_Number 19512
OpcUaNS0.CertificateGroupType_CertificateExpired_ActiveState_EffectiveDisplayName 19513
OpcUaNS0.CertificateGroupType_CertificateExpired_ActiveState_TransitionTime 19514
OpcUaNS0.CertificateGroupType_CertificateExpired_ActiveState_EffectiveTransitionTime 19515
OpcUaNS0.CertificateGroupType_CertificateExpired_ActiveState_TrueState 19516
OpcUaNS0.CertificateGroupType_CertificateExpired_ActiveState_FalseState 19517
OpcUaNS0.CertificateGroupType_CertificateExpired_InputNode 19518
OpcUaNS0.CertificateGroupType_CertificateExpired_SuppressedState 19519
OpcUaNS0.CertificateGroupType_CertificateExpired_SuppressedState_Id 19520
OpcUaNS0.CertificateGroupType_CertificateExpired_SuppressedState_Name 19521
OpcUaNS0.CertificateGroupType_CertificateExpired_SuppressedState_Number 19522
OpcUaNS0.CertificateGroupType_CertificateExpired_SuppressedState_EffectiveDisplayName 19523
OpcUaNS0.CertificateGroupType_CertificateExpired_SuppressedState_TransitionTime 19524
OpcUaNS0.CertificateGroupType_CertificateExpired_SuppressedState_EffectiveTransitionTime 19525
OpcUaNS0.CertificateGroupType_CertificateExpired_SuppressedState_TrueState 19526
OpcUaNS0.CertificateGroupType_CertificateExpired_SuppressedState_FalseState 19527
OpcUaNS0.CertificateGroupType_CertificateExpired_OutOfServiceState 19528
OpcUaNS0.CertificateGroupType_CertificateExpired_OutOfServiceState_Id 19529
OpcUaNS0.CertificateGroupType_CertificateExpired_OutOfServiceState_Name 19530
OpcUaNS0.CertificateGroupType_CertificateExpired_OutOfServiceState_Number 19531
OpcUaNS0.CertificateGroupType_CertificateExpired_OutOfServiceState_EffectiveDisplayName 19532
OpcUaNS0.CertificateGroupType_CertificateExpired_OutOfServiceState_TransitionTime 19533
OpcUaNS0.CertificateGroupType_CertificateExpired_OutOfServiceState_EffectiveTransitionTime 19534
OpcUaNS0.CertificateGroupType_CertificateExpired_OutOfServiceState_TrueState 19535
OpcUaNS0.CertificateGroupType_CertificateExpired_OutOfServiceState_FalseState 19536
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState 19537
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_CurrentState 19538
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_CurrentState_Id 19539
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_CurrentState_Name 19540
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_CurrentState_Number 19541
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_CurrentState_EffectiveDisplayName 19542
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_LastTransition 19543
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_LastTransition_Id 19544
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_LastTransition_Name 19545
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_LastTransition_Number 19546
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_LastTransition_TransitionTime 19547
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_LastTransition_EffectiveTransitionTime 19548
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_AvailableStates 19549
OpcUaNS0.DataSetWriterType_Diagnostics 19550
OpcUaNS0.DataSetWriterType_Diagnostics_DiagnosticsLevel 19551
OpcUaNS0.DataSetWriterType_Diagnostics_TotalInformation 19552
OpcUaNS0.DataSetWriterType_Diagnostics_TotalInformation_Active 19553
OpcUaNS0.DataSetWriterType_Diagnostics_TotalInformation_Classification 19554
OpcUaNS0.DataSetWriterType_Diagnostics_TotalInformation_DiagnosticsLevel 19555
OpcUaNS0.DataSetWriterType_Diagnostics_TotalInformation_TimeFirstChange 19556
OpcUaNS0.DataSetWriterType_Diagnostics_TotalError 19557
OpcUaNS0.DataSetWriterType_Diagnostics_TotalError_Active 19558
OpcUaNS0.DataSetWriterType_Diagnostics_TotalError_Classification 19559
OpcUaNS0.DataSetWriterType_Diagnostics_TotalError_DiagnosticsLevel 19560
OpcUaNS0.DataSetWriterType_Diagnostics_TotalError_TimeFirstChange 19561
OpcUaNS0.DataSetWriterType_Diagnostics_Reset 19562
OpcUaNS0.DataSetWriterType_Diagnostics_SubError 19563
OpcUaNS0.DataSetWriterType_Diagnostics_Counters 19564
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateError 19565
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateError_Active 19566
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateError_Classification 19567
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateError_DiagnosticsLevel 19568
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateError_TimeFirstChange 19569
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateOperationalByMethod 19570
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateOperationalByMethod_Active 19571
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateOperationalByMethod_Classification 19572
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 19573
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 19574
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateOperationalByParent 19575
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateOperationalByParent_Active 19576
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateOperationalByParent_Classification 19577
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 19578
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 19579
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateOperationalFromError 19580
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateOperationalFromError_Active 19581
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateOperationalFromError_Classification 19582
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 19583
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 19584
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StatePausedByParent 19585
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StatePausedByParent_Active 19586
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StatePausedByParent_Classification 19587
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 19588
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 19589
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateDisabledByMethod 19590
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateDisabledByMethod_Active 19591
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateDisabledByMethod_Classification 19592
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 19593
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 19594
OpcUaNS0.DataSetWriterType_Diagnostics_LiveValues 19595
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_FailedDataSetMessages 19596
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_FailedDataSetMessages_Active 19597
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_FailedDataSetMessages_Classification 19598
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_FailedDataSetMessages_DiagnosticsLevel 19599
OpcUaNS0.DataSetWriterType_Diagnostics_Counters_FailedDataSetMessages_TimeFirstChange 19600
OpcUaNS0.DataSetWriterType_Diagnostics_LiveValues_MessageSequenceNumber 19601
OpcUaNS0.DataSetWriterType_Diagnostics_LiveValues_MessageSequenceNumber_DiagnosticsLevel 19602
OpcUaNS0.DataSetWriterType_Diagnostics_LiveValues_StatusCode 19603
OpcUaNS0.DataSetWriterType_Diagnostics_LiveValues_StatusCode_DiagnosticsLevel 19604
OpcUaNS0.DataSetWriterType_Diagnostics_LiveValues_MajorVersion 19605
OpcUaNS0.DataSetWriterType_Diagnostics_LiveValues_MajorVersion_DiagnosticsLevel 19606
OpcUaNS0.DataSetWriterType_Diagnostics_LiveValues_MinorVersion 19607
OpcUaNS0.DataSetWriterType_Diagnostics_LiveValues_MinorVersion_DiagnosticsLevel 19608
OpcUaNS0.DataSetReaderType_Diagnostics 19609
OpcUaNS0.DataSetReaderType_Diagnostics_DiagnosticsLevel 19610
OpcUaNS0.DataSetReaderType_Diagnostics_TotalInformation 19611
OpcUaNS0.DataSetReaderType_Diagnostics_TotalInformation_Active 19612
OpcUaNS0.DataSetReaderType_Diagnostics_TotalInformation_Classification 19613
OpcUaNS0.DataSetReaderType_Diagnostics_TotalInformation_DiagnosticsLevel 19614
OpcUaNS0.DataSetReaderType_Diagnostics_TotalInformation_TimeFirstChange 19615
OpcUaNS0.DataSetReaderType_Diagnostics_TotalError 19616
OpcUaNS0.DataSetReaderType_Diagnostics_TotalError_Active 19617
OpcUaNS0.DataSetReaderType_Diagnostics_TotalError_Classification 19618
OpcUaNS0.DataSetReaderType_Diagnostics_TotalError_DiagnosticsLevel 19619
OpcUaNS0.DataSetReaderType_Diagnostics_TotalError_TimeFirstChange 19620
OpcUaNS0.DataSetReaderType_Diagnostics_Reset 19621
OpcUaNS0.DataSetReaderType_Diagnostics_SubError 19622
OpcUaNS0.DataSetReaderType_Diagnostics_Counters 19623
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateError 19624
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateError_Active 19625
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateError_Classification 19626
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateError_DiagnosticsLevel 19627
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateError_TimeFirstChange 19628
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateOperationalByMethod 19629
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateOperationalByMethod_Active 19630
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateOperationalByMethod_Classification 19631
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 19632
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 19633
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateOperationalByParent 19634
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateOperationalByParent_Active 19635
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateOperationalByParent_Classification 19636
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 19637
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 19638
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateOperationalFromError 19639
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateOperationalFromError_Active 19640
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateOperationalFromError_Classification 19641
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 19642
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 19643
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StatePausedByParent 19644
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StatePausedByParent_Active 19645
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StatePausedByParent_Classification 19646
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 19647
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 19648
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateDisabledByMethod 19649
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateDisabledByMethod_Active 19650
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateDisabledByMethod_Classification 19651
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 19652
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 19653
OpcUaNS0.DataSetReaderType_Diagnostics_LiveValues 19654
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_FailedDataSetMessages 19655
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_FailedDataSetMessages_Active 19656
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_FailedDataSetMessages_Classification 19657
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_FailedDataSetMessages_DiagnosticsLevel 19658
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_FailedDataSetMessages_TimeFirstChange 19659
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_DecryptionErrors 19660
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_DecryptionErrors_Active 19661
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_DecryptionErrors_Classification 19662
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_DecryptionErrors_DiagnosticsLevel 19663
OpcUaNS0.DataSetReaderType_Diagnostics_Counters_DecryptionErrors_TimeFirstChange 19664
OpcUaNS0.DataSetReaderType_Diagnostics_LiveValues_MessageSequenceNumber 19665
OpcUaNS0.DataSetReaderType_Diagnostics_LiveValues_MessageSequenceNumber_DiagnosticsLevel 19666
OpcUaNS0.DataSetReaderType_Diagnostics_LiveValues_StatusCode 19667
OpcUaNS0.DataSetReaderType_Diagnostics_LiveValues_StatusCode_DiagnosticsLevel 19668
OpcUaNS0.DataSetReaderType_Diagnostics_LiveValues_MajorVersion 19669
OpcUaNS0.DataSetReaderType_Diagnostics_LiveValues_MajorVersion_DiagnosticsLevel 19670
OpcUaNS0.DataSetReaderType_Diagnostics_LiveValues_MinorVersion 19671
OpcUaNS0.DataSetReaderType_Diagnostics_LiveValues_MinorVersion_DiagnosticsLevel 19672
OpcUaNS0.DataSetReaderType_Diagnostics_LiveValues_SecurityTokenID 19673
OpcUaNS0.DataSetReaderType_Diagnostics_LiveValues_SecurityTokenID_DiagnosticsLevel 19674
OpcUaNS0.DataSetReaderType_Diagnostics_LiveValues_TimeToNextTokenID 19675
OpcUaNS0.DataSetReaderType_Diagnostics_LiveValues_TimeToNextTokenID_DiagnosticsLevel 19676
OpcUaNS0.PubSubDiagnosticsType 19677
OpcUaNS0.PubSubDiagnosticsType_DiagnosticsLevel 19678
OpcUaNS0.PubSubDiagnosticsType_TotalInformation 19679
OpcUaNS0.PubSubDiagnosticsType_TotalInformation_Active 19680
OpcUaNS0.PubSubDiagnosticsType_TotalInformation_Classification 19681
OpcUaNS0.PubSubDiagnosticsType_TotalInformation_DiagnosticsLevel 19682
OpcUaNS0.PubSubDiagnosticsType_TotalInformation_TimeFirstChange 19683
OpcUaNS0.PubSubDiagnosticsType_TotalError 19684
OpcUaNS0.PubSubDiagnosticsType_TotalError_Active 19685
OpcUaNS0.PubSubDiagnosticsType_TotalError_Classification 19686
OpcUaNS0.PubSubDiagnosticsType_TotalError_DiagnosticsLevel 19687
OpcUaNS0.PubSubDiagnosticsType_TotalError_TimeFirstChange 19688
OpcUaNS0.PubSubDiagnosticsType_Reset 19689
OpcUaNS0.PubSubDiagnosticsType_SubError 19690
OpcUaNS0.PubSubDiagnosticsType_Counters 19691
OpcUaNS0.PubSubDiagnosticsType_Counters_StateError 19692
OpcUaNS0.PubSubDiagnosticsType_Counters_StateError_Active 19693
OpcUaNS0.PubSubDiagnosticsType_Counters_StateError_Classification 19694
OpcUaNS0.PubSubDiagnosticsType_Counters_StateError_DiagnosticsLevel 19695
OpcUaNS0.PubSubDiagnosticsType_Counters_StateError_TimeFirstChange 19696
OpcUaNS0.PubSubDiagnosticsType_Counters_StateOperationalByMethod 19697
OpcUaNS0.PubSubDiagnosticsType_Counters_StateOperationalByMethod_Active 19698
OpcUaNS0.PubSubDiagnosticsType_Counters_StateOperationalByMethod_Classification 19699
OpcUaNS0.PubSubDiagnosticsType_Counters_StateOperationalByMethod_DiagnosticsLevel 19700
OpcUaNS0.PubSubDiagnosticsType_Counters_StateOperationalByMethod_TimeFirstChange 19701
OpcUaNS0.PubSubDiagnosticsType_Counters_StateOperationalByParent 19702
OpcUaNS0.PubSubDiagnosticsType_Counters_StateOperationalByParent_Active 19703
OpcUaNS0.PubSubDiagnosticsType_Counters_StateOperationalByParent_Classification 19704
OpcUaNS0.PubSubDiagnosticsType_Counters_StateOperationalByParent_DiagnosticsLevel 19705
OpcUaNS0.PubSubDiagnosticsType_Counters_StateOperationalByParent_TimeFirstChange 19706
OpcUaNS0.PubSubDiagnosticsType_Counters_StateOperationalFromError 19707
OpcUaNS0.PubSubDiagnosticsType_Counters_StateOperationalFromError_Active 19708
OpcUaNS0.PubSubDiagnosticsType_Counters_StateOperationalFromError_Classification 19709
OpcUaNS0.PubSubDiagnosticsType_Counters_StateOperationalFromError_DiagnosticsLevel 19710
OpcUaNS0.PubSubDiagnosticsType_Counters_StateOperationalFromError_TimeFirstChange 19711
OpcUaNS0.PubSubDiagnosticsType_Counters_StatePausedByParent 19712
OpcUaNS0.PubSubDiagnosticsType_Counters_StatePausedByParent_Active 19713
OpcUaNS0.PubSubDiagnosticsType_Counters_StatePausedByParent_Classification 19714
OpcUaNS0.PubSubDiagnosticsType_Counters_StatePausedByParent_DiagnosticsLevel 19715
OpcUaNS0.PubSubDiagnosticsType_Counters_StatePausedByParent_TimeFirstChange 19716
OpcUaNS0.PubSubDiagnosticsType_Counters_StateDisabledByMethod 19717
OpcUaNS0.PubSubDiagnosticsType_Counters_StateDisabledByMethod_Active 19718
OpcUaNS0.PubSubDiagnosticsType_Counters_StateDisabledByMethod_Classification 19719
OpcUaNS0.PubSubDiagnosticsType_Counters_StateDisabledByMethod_DiagnosticsLevel 19720
OpcUaNS0.PubSubDiagnosticsType_Counters_StateDisabledByMethod_TimeFirstChange 19721
OpcUaNS0.PubSubDiagnosticsType_LiveValues 19722
OpcUaNS0.DiagnosticsLevel 19723
OpcUaNS0.DiagnosticsLevel_EnumStrings 19724
OpcUaNS0.PubSubDiagnosticsCounterType 19725
OpcUaNS0.PubSubDiagnosticsCounterType_Active 19726
OpcUaNS0.PubSubDiagnosticsCounterType_Classification 19727
OpcUaNS0.PubSubDiagnosticsCounterType_DiagnosticsLevel 19728
OpcUaNS0.PubSubDiagnosticsCounterType_TimeFirstChange 19729
OpcUaNS0.PubSubDiagnosticsCounterClassification 19730
OpcUaNS0.PubSubDiagnosticsCounterClassification_EnumStrings 19731
OpcUaNS0.PubSubDiagnosticsRootType 19732
OpcUaNS0.PubSubDiagnosticsRootType_DiagnosticsLevel 19733
OpcUaNS0.PubSubDiagnosticsRootType_TotalInformation 19734
OpcUaNS0.PubSubDiagnosticsRootType_TotalInformation_Active 19735
OpcUaNS0.PubSubDiagnosticsRootType_TotalInformation_Classification 19736
OpcUaNS0.PubSubDiagnosticsRootType_TotalInformation_DiagnosticsLevel 19737
OpcUaNS0.PubSubDiagnosticsRootType_TotalInformation_TimeFirstChange 19738
OpcUaNS0.PubSubDiagnosticsRootType_TotalError 19739
OpcUaNS0.PubSubDiagnosticsRootType_TotalError_Active 19740
OpcUaNS0.PubSubDiagnosticsRootType_TotalError_Classification 19741
OpcUaNS0.PubSubDiagnosticsRootType_TotalError_DiagnosticsLevel 19742
OpcUaNS0.PubSubDiagnosticsRootType_TotalError_TimeFirstChange 19743
OpcUaNS0.PubSubDiagnosticsRootType_Reset 19744
OpcUaNS0.PubSubDiagnosticsRootType_SubError 19745
OpcUaNS0.PubSubDiagnosticsRootType_Counters 19746
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateError 19747
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateError_Active 19748
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateError_Classification 19749
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateError_DiagnosticsLevel 19750
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateError_TimeFirstChange 19751
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateOperationalByMethod 19752
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateOperationalByMethod_Active 19753
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateOperationalByMethod_Classification 19754
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateOperationalByMethod_DiagnosticsLevel 19755
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateOperationalByMethod_TimeFirstChange 19756
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateOperationalByParent 19757
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateOperationalByParent_Active 19758
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateOperationalByParent_Classification 19759
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateOperationalByParent_DiagnosticsLevel 19760
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateOperationalByParent_TimeFirstChange 19761
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateOperationalFromError 19762
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateOperationalFromError_Active 19763
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateOperationalFromError_Classification 19764
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateOperationalFromError_DiagnosticsLevel 19765
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateOperationalFromError_TimeFirstChange 19766
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StatePausedByParent 19767
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StatePausedByParent_Active 19768
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StatePausedByParent_Classification 19769
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StatePausedByParent_DiagnosticsLevel 19770
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StatePausedByParent_TimeFirstChange 19771
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateDisabledByMethod 19772
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateDisabledByMethod_Active 19773
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateDisabledByMethod_Classification 19774
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateDisabledByMethod_DiagnosticsLevel 19775
OpcUaNS0.PubSubDiagnosticsRootType_Counters_StateDisabledByMethod_TimeFirstChange 19776
OpcUaNS0.PubSubDiagnosticsRootType_LiveValues 19777
OpcUaNS0.PubSubDiagnosticsRootType_LiveValues_ConfiguredDataSetWriters 19778
OpcUaNS0.PubSubDiagnosticsRootType_LiveValues_ConfiguredDataSetWriters_DiagnosticsLevel 19779
OpcUaNS0.PubSubDiagnosticsRootType_LiveValues_ConfiguredDataSetReaders 19780
OpcUaNS0.PubSubDiagnosticsRootType_LiveValues_ConfiguredDataSetReaders_DiagnosticsLevel 19781
OpcUaNS0.PubSubDiagnosticsRootType_LiveValues_OperationalDataSetWriters 19782
OpcUaNS0.PubSubDiagnosticsRootType_LiveValues_OperationalDataSetWriters_DiagnosticsLevel 19783
OpcUaNS0.PubSubDiagnosticsRootType_LiveValues_OperationalDataSetReaders 19784
OpcUaNS0.PubSubDiagnosticsRootType_LiveValues_OperationalDataSetReaders_DiagnosticsLevel 19785
OpcUaNS0.PubSubDiagnosticsConnectionType 19786
OpcUaNS0.PubSubDiagnosticsConnectionType_DiagnosticsLevel 19787
OpcUaNS0.PubSubDiagnosticsConnectionType_TotalInformation 19788
OpcUaNS0.PubSubDiagnosticsConnectionType_TotalInformation_Active 19789
OpcUaNS0.PubSubDiagnosticsConnectionType_TotalInformation_Classification 19790
OpcUaNS0.PubSubDiagnosticsConnectionType_TotalInformation_DiagnosticsLevel 19791
OpcUaNS0.PubSubDiagnosticsConnectionType_TotalInformation_TimeFirstChange 19792
OpcUaNS0.PubSubDiagnosticsConnectionType_TotalError 19793
OpcUaNS0.PubSubDiagnosticsConnectionType_TotalError_Active 19794
OpcUaNS0.PubSubDiagnosticsConnectionType_TotalError_Classification 19795
OpcUaNS0.PubSubDiagnosticsConnectionType_TotalError_DiagnosticsLevel 19796
OpcUaNS0.PubSubDiagnosticsConnectionType_TotalError_TimeFirstChange 19797
OpcUaNS0.PubSubDiagnosticsConnectionType_Reset 19798
OpcUaNS0.PubSubDiagnosticsConnectionType_SubError 19799
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters 19800
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateError 19801
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateError_Active 19802
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateError_Classification 19803
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateError_DiagnosticsLevel 19804
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateError_TimeFirstChange 19805
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateOperationalByMethod 19806
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateOperationalByMethod_Active 19807
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateOperationalByMethod_Classification 19808
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateOperationalByMethod_DiagnosticsLevel 19809
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateOperationalByMethod_TimeFirstChange 19810
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateOperationalByParent 19811
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateOperationalByParent_Active 19812
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateOperationalByParent_Classification 19813
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateOperationalByParent_DiagnosticsLevel 19814
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateOperationalByParent_TimeFirstChange 19815
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateOperationalFromError 19816
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateOperationalFromError_Active 19817
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateOperationalFromError_Classification 19818
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateOperationalFromError_DiagnosticsLevel 19819
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateOperationalFromError_TimeFirstChange 19820
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StatePausedByParent 19821
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StatePausedByParent_Active 19822
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StatePausedByParent_Classification 19823
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StatePausedByParent_DiagnosticsLevel 19824
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StatePausedByParent_TimeFirstChange 19825
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateDisabledByMethod 19826
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateDisabledByMethod_Active 19827
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateDisabledByMethod_Classification 19828
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateDisabledByMethod_DiagnosticsLevel 19829
OpcUaNS0.PubSubDiagnosticsConnectionType_Counters_StateDisabledByMethod_TimeFirstChange 19830
OpcUaNS0.PubSubDiagnosticsConnectionType_LiveValues 19831
OpcUaNS0.PubSubDiagnosticsConnectionType_LiveValues_ResolvedAddress 19832
OpcUaNS0.PubSubDiagnosticsConnectionType_LiveValues_ResolvedAddress_DiagnosticsLevel 19833
OpcUaNS0.PubSubDiagnosticsWriterGroupType 19834
OpcUaNS0.PubSubDiagnosticsWriterGroupType_DiagnosticsLevel 19835
OpcUaNS0.PubSubDiagnosticsWriterGroupType_TotalInformation 19836
OpcUaNS0.PubSubDiagnosticsWriterGroupType_TotalInformation_Active 19837
OpcUaNS0.PubSubDiagnosticsWriterGroupType_TotalInformation_Classification 19838
OpcUaNS0.PubSubDiagnosticsWriterGroupType_TotalInformation_DiagnosticsLevel 19839
OpcUaNS0.PubSubDiagnosticsWriterGroupType_TotalInformation_TimeFirstChange 19840
OpcUaNS0.PubSubDiagnosticsWriterGroupType_TotalError 19841
OpcUaNS0.PubSubDiagnosticsWriterGroupType_TotalError_Active 19842
OpcUaNS0.PubSubDiagnosticsWriterGroupType_TotalError_Classification 19843
OpcUaNS0.PubSubDiagnosticsWriterGroupType_TotalError_DiagnosticsLevel 19844
OpcUaNS0.PubSubDiagnosticsWriterGroupType_TotalError_TimeFirstChange 19845
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Reset 19846
OpcUaNS0.PubSubDiagnosticsWriterGroupType_SubError 19847
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters 19848
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateError 19849
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateError_Active 19850
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateError_Classification 19851
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateError_DiagnosticsLevel 19852
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateError_TimeFirstChange 19853
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateOperationalByMethod 19854
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateOperationalByMethod_Active 19855
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateOperationalByMethod_Classification 19856
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateOperationalByMethod_DiagnosticsLevel 19857
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateOperationalByMethod_TimeFirstChange 19858
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateOperationalByParent 19859
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateOperationalByParent_Active 19860
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateOperationalByParent_Classification 19861
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateOperationalByParent_DiagnosticsLevel 19862
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateOperationalByParent_TimeFirstChange 19863
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateOperationalFromError 19864
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateOperationalFromError_Active 19865
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateOperationalFromError_Classification 19866
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateOperationalFromError_DiagnosticsLevel 19867
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateOperationalFromError_TimeFirstChange 19868
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StatePausedByParent 19869
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StatePausedByParent_Active 19870
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StatePausedByParent_Classification 19871
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StatePausedByParent_DiagnosticsLevel 19872
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StatePausedByParent_TimeFirstChange 19873
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateDisabledByMethod 19874
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateDisabledByMethod_Active 19875
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateDisabledByMethod_Classification 19876
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateDisabledByMethod_DiagnosticsLevel 19877
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_StateDisabledByMethod_TimeFirstChange 19878
OpcUaNS0.PubSubDiagnosticsWriterGroupType_LiveValues 19879
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_SentNetworkMessages 19880
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_SentNetworkMessages_Active 19881
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_SentNetworkMessages_Classification 19882
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_SentNetworkMessages_DiagnosticsLevel 19883
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_SentNetworkMessages_TimeFirstChange 19884
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_FailedTransmissions 19885
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_FailedTransmissions_Active 19886
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_FailedTransmissions_Classification 19887
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_FailedTransmissions_DiagnosticsLevel 19888
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_FailedTransmissions_TimeFirstChange 19889
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_EncryptionErrors 19890
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_EncryptionErrors_Active 19891
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_EncryptionErrors_Classification 19892
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_EncryptionErrors_DiagnosticsLevel 19893
OpcUaNS0.PubSubDiagnosticsWriterGroupType_Counters_EncryptionErrors_TimeFirstChange 19894
OpcUaNS0.PubSubDiagnosticsWriterGroupType_LiveValues_ConfiguredDataSetWriters 19895
OpcUaNS0.PubSubDiagnosticsWriterGroupType_LiveValues_ConfiguredDataSetWriters_DiagnosticsLevel 19896
OpcUaNS0.PubSubDiagnosticsWriterGroupType_LiveValues_OperationalDataSetWriters 19897
OpcUaNS0.PubSubDiagnosticsWriterGroupType_LiveValues_OperationalDataSetWriters_DiagnosticsLevel 19898
OpcUaNS0.PubSubDiagnosticsWriterGroupType_LiveValues_SecurityTokenID 19899
OpcUaNS0.PubSubDiagnosticsWriterGroupType_LiveValues_SecurityTokenID_DiagnosticsLevel 19900
OpcUaNS0.PubSubDiagnosticsWriterGroupType_LiveValues_TimeToNextTokenID 19901
OpcUaNS0.PubSubDiagnosticsWriterGroupType_LiveValues_TimeToNextTokenID_DiagnosticsLevel 19902
OpcUaNS0.PubSubDiagnosticsReaderGroupType 19903
OpcUaNS0.PubSubDiagnosticsReaderGroupType_DiagnosticsLevel 19904
OpcUaNS0.PubSubDiagnosticsReaderGroupType_TotalInformation 19905
OpcUaNS0.PubSubDiagnosticsReaderGroupType_TotalInformation_Active 19906
OpcUaNS0.PubSubDiagnosticsReaderGroupType_TotalInformation_Classification 19907
OpcUaNS0.PubSubDiagnosticsReaderGroupType_TotalInformation_DiagnosticsLevel 19908
OpcUaNS0.PubSubDiagnosticsReaderGroupType_TotalInformation_TimeFirstChange 19909
OpcUaNS0.PubSubDiagnosticsReaderGroupType_TotalError 19910
OpcUaNS0.PubSubDiagnosticsReaderGroupType_TotalError_Active 19911
OpcUaNS0.PubSubDiagnosticsReaderGroupType_TotalError_Classification 19912
OpcUaNS0.PubSubDiagnosticsReaderGroupType_TotalError_DiagnosticsLevel 19913
OpcUaNS0.PubSubDiagnosticsReaderGroupType_TotalError_TimeFirstChange 19914
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Reset 19915
OpcUaNS0.PubSubDiagnosticsReaderGroupType_SubError 19916
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters 19917
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateError 19918
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateError_Active 19919
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateError_Classification 19920
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateError_DiagnosticsLevel 19921
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateError_TimeFirstChange 19922
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateOperationalByMethod 19923
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateOperationalByMethod_Active 19924
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateOperationalByMethod_Classification 19925
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateOperationalByMethod_DiagnosticsLevel 19926
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateOperationalByMethod_TimeFirstChange 19927
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateOperationalByParent 19928
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateOperationalByParent_Active 19929
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateOperationalByParent_Classification 19930
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateOperationalByParent_DiagnosticsLevel 19931
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateOperationalByParent_TimeFirstChange 19932
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateOperationalFromError 19933
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateOperationalFromError_Active 19934
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateOperationalFromError_Classification 19935
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateOperationalFromError_DiagnosticsLevel 19936
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateOperationalFromError_TimeFirstChange 19937
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StatePausedByParent 19938
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StatePausedByParent_Active 19939
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StatePausedByParent_Classification 19940
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StatePausedByParent_DiagnosticsLevel 19941
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StatePausedByParent_TimeFirstChange 19942
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateDisabledByMethod 19943
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateDisabledByMethod_Active 19944
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateDisabledByMethod_Classification 19945
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateDisabledByMethod_DiagnosticsLevel 19946
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_StateDisabledByMethod_TimeFirstChange 19947
OpcUaNS0.PubSubDiagnosticsReaderGroupType_LiveValues 19948
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_ReceivedNetworkMessages 19949
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_ReceivedNetworkMessages_Active 19950
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_ReceivedNetworkMessages_Classification 19951
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_ReceivedNetworkMessages_DiagnosticsLevel 19952
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_ReceivedNetworkMessages_TimeFirstChange 19953
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_ReceivedInvalidNetworkMessages 19954
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_ReceivedInvalidNetworkMessages_Active 19955
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_ReceivedInvalidNetworkMessages_Classification 19956
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_ReceivedInvalidNetworkMessages_DiagnosticsLevel 19957
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_ReceivedInvalidNetworkMessages_TimeFirstChange 19958
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_DecryptionErrors 19959
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_DecryptionErrors_Active 19960
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_DecryptionErrors_Classification 19961
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_DecryptionErrors_DiagnosticsLevel 19962
OpcUaNS0.PubSubDiagnosticsReaderGroupType_Counters_DecryptionErrors_TimeFirstChange 19963
OpcUaNS0.PubSubDiagnosticsReaderGroupType_LiveValues_ConfiguredDataSetReaders 19964
OpcUaNS0.PubSubDiagnosticsReaderGroupType_LiveValues_ConfiguredDataSetReaders_DiagnosticsLevel 19965
OpcUaNS0.PubSubDiagnosticsReaderGroupType_LiveValues_OperationalDataSetReaders 19966
OpcUaNS0.PubSubDiagnosticsReaderGroupType_LiveValues_OperationalDataSetReaders_DiagnosticsLevel 19967
OpcUaNS0.PubSubDiagnosticsDataSetWriterType 19968
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_DiagnosticsLevel 19969
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_TotalInformation 19970
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_TotalInformation_Active 19971
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_TotalInformation_Classification 19972
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_TotalInformation_DiagnosticsLevel 19973
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_TotalInformation_TimeFirstChange 19974
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_TotalError 19975
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_TotalError_Active 19976
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_TotalError_Classification 19977
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_TotalError_DiagnosticsLevel 19978
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_TotalError_TimeFirstChange 19979
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Reset 19980
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_SubError 19981
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters 19982
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateError 19983
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateError_Active 19984
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateError_Classification 19985
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateError_DiagnosticsLevel 19986
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateError_TimeFirstChange 19987
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateOperationalByMethod 19988
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateOperationalByMethod_Active 19989
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateOperationalByMethod_Classification 19990
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateOperationalByMethod_DiagnosticsLevel 19991
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateOperationalByMethod_TimeFirstChange 19992
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateOperationalByParent 19993
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateOperationalByParent_Active 19994
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateOperationalByParent_Classification 19995
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateOperationalByParent_DiagnosticsLevel 19996
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateOperationalByParent_TimeFirstChange 19997
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateOperationalFromError 19998
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateOperationalFromError_Active 19999
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateOperationalFromError_Classification 20000
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateOperationalFromError_DiagnosticsLevel 20001
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateOperationalFromError_TimeFirstChange 20002
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StatePausedByParent 20003
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StatePausedByParent_Active 20004
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StatePausedByParent_Classification 20005
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StatePausedByParent_DiagnosticsLevel 20006
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StatePausedByParent_TimeFirstChange 20007
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateDisabledByMethod 20008
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateDisabledByMethod_Active 20009
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateDisabledByMethod_Classification 20010
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateDisabledByMethod_DiagnosticsLevel 20011
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_StateDisabledByMethod_TimeFirstChange 20012
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_LiveValues 20013
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_FailedDataSetMessages 20014
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_FailedDataSetMessages_Active 20015
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_FailedDataSetMessages_Classification 20016
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_FailedDataSetMessages_DiagnosticsLevel 20017
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_Counters_FailedDataSetMessages_TimeFirstChange 20018
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_LiveValues_MessageSequenceNumber 20019
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_LiveValues_MessageSequenceNumber_DiagnosticsLevel 20020
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_LiveValues_StatusCode 20021
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_LiveValues_StatusCode_DiagnosticsLevel 20022
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_LiveValues_MajorVersion 20023
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_LiveValues_MajorVersion_DiagnosticsLevel 20024
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_LiveValues_MinorVersion 20025
OpcUaNS0.PubSubDiagnosticsDataSetWriterType_LiveValues_MinorVersion_DiagnosticsLevel 20026
OpcUaNS0.PubSubDiagnosticsDataSetReaderType 20027
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_DiagnosticsLevel 20028
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_TotalInformation 20029
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_TotalInformation_Active 20030
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_TotalInformation_Classification 20031
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_TotalInformation_DiagnosticsLevel 20032
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_TotalInformation_TimeFirstChange 20033
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_TotalError 20034
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_TotalError_Active 20035
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_TotalError_Classification 20036
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_TotalError_DiagnosticsLevel 20037
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_TotalError_TimeFirstChange 20038
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Reset 20039
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_SubError 20040
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters 20041
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateError 20042
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateError_Active 20043
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateError_Classification 20044
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateError_DiagnosticsLevel 20045
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateError_TimeFirstChange 20046
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateOperationalByMethod 20047
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateOperationalByMethod_Active 20048
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateOperationalByMethod_Classification 20049
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateOperationalByMethod_DiagnosticsLevel 20050
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateOperationalByMethod_TimeFirstChange 20051
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateOperationalByParent 20052
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateOperationalByParent_Active 20053
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateOperationalByParent_Classification 20054
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateOperationalByParent_DiagnosticsLevel 20055
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateOperationalByParent_TimeFirstChange 20056
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateOperationalFromError 20057
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateOperationalFromError_Active 20058
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateOperationalFromError_Classification 20059
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateOperationalFromError_DiagnosticsLevel 20060
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateOperationalFromError_TimeFirstChange 20061
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StatePausedByParent 20062
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StatePausedByParent_Active 20063
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StatePausedByParent_Classification 20064
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StatePausedByParent_DiagnosticsLevel 20065
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StatePausedByParent_TimeFirstChange 20066
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateDisabledByMethod 20067
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateDisabledByMethod_Active 20068
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateDisabledByMethod_Classification 20069
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateDisabledByMethod_DiagnosticsLevel 20070
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_StateDisabledByMethod_TimeFirstChange 20071
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_LiveValues 20072
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_FailedDataSetMessages 20073
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_FailedDataSetMessages_Active 20074
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_FailedDataSetMessages_Classification 20075
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_FailedDataSetMessages_DiagnosticsLevel 20076
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_FailedDataSetMessages_TimeFirstChange 20077
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_DecryptionErrors 20078
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_DecryptionErrors_Active 20079
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_DecryptionErrors_Classification 20080
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_DecryptionErrors_DiagnosticsLevel 20081
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_Counters_DecryptionErrors_TimeFirstChange 20082
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_LiveValues_MessageSequenceNumber 20083
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_LiveValues_MessageSequenceNumber_DiagnosticsLevel 20084
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_LiveValues_StatusCode 20085
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_LiveValues_StatusCode_DiagnosticsLevel 20086
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_LiveValues_MajorVersion 20087
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_LiveValues_MajorVersion_DiagnosticsLevel 20088
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_LiveValues_MinorVersion 20089
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_LiveValues_MinorVersion_DiagnosticsLevel 20090
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_LiveValues_SecurityTokenID 20091
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_LiveValues_SecurityTokenID_DiagnosticsLevel 20092
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_LiveValues_TimeToNextTokenID 20093
OpcUaNS0.PubSubDiagnosticsDataSetReaderType_LiveValues_TimeToNextTokenID_DiagnosticsLevel 20094
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_AvailableTransitions 20095
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_UnshelveTime 20096
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_TimedShelve 20097
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_TimedShelve_InputArguments 20098
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_Unshelve 20099
OpcUaNS0.CertificateGroupType_CertificateExpired_ShelvingState_OneShotShelve 20100
OpcUaNS0.CertificateGroupType_CertificateExpired_SuppressedOrShelved 20101
OpcUaNS0.CertificateGroupType_CertificateExpired_MaxTimeShelved 20102
OpcUaNS0.CertificateGroupType_CertificateExpired_AudibleEnabled 20103
OpcUaNS0.CertificateGroupType_CertificateExpired_AudibleSound 20104
OpcUaNS0.CertificateGroupType_CertificateExpired_AudibleSound_ListId 20105
OpcUaNS0.CertificateGroupType_CertificateExpired_AudibleSound_AgencyId 20106
OpcUaNS0.CertificateGroupType_CertificateExpired_AudibleSound_VersionId 20107
OpcUaNS0.CertificateGroupType_CertificateExpired_SilenceState 20108
OpcUaNS0.CertificateGroupType_CertificateExpired_SilenceState_Id 20109
OpcUaNS0.CertificateGroupType_CertificateExpired_SilenceState_Name 20110
OpcUaNS0.CertificateGroupType_CertificateExpired_SilenceState_Number 20111
OpcUaNS0.CertificateGroupType_CertificateExpired_SilenceState_EffectiveDisplayName 20112
OpcUaNS0.CertificateGroupType_CertificateExpired_SilenceState_TransitionTime 20113
OpcUaNS0.CertificateGroupType_CertificateExpired_SilenceState_EffectiveTransitionTime 20114
OpcUaNS0.CertificateGroupType_CertificateExpired_SilenceState_TrueState 20115
OpcUaNS0.CertificateGroupType_CertificateExpired_SilenceState_FalseState 20116
OpcUaNS0.CertificateGroupType_CertificateExpired_OnDelay 20117
OpcUaNS0.CertificateGroupType_CertificateExpired_OffDelay 20118
OpcUaNS0.CertificateGroupType_CertificateExpired_FirstInGroupFlag 20119
OpcUaNS0.CertificateGroupType_CertificateExpired_FirstInGroup 20120
OpcUaNS0.CertificateGroupType_CertificateExpired_LatchedState 20121
OpcUaNS0.CertificateGroupType_CertificateExpired_LatchedState_Id 20122
OpcUaNS0.CertificateGroupType_CertificateExpired_LatchedState_Name 20123
OpcUaNS0.CertificateGroupType_CertificateExpired_LatchedState_Number 20124
OpcUaNS0.CertificateGroupType_CertificateExpired_LatchedState_EffectiveDisplayName 20125
OpcUaNS0.CertificateGroupType_CertificateExpired_LatchedState_TransitionTime 20126
OpcUaNS0.CertificateGroupType_CertificateExpired_LatchedState_EffectiveTransitionTime 20127
OpcUaNS0.CertificateGroupType_CertificateExpired_LatchedState_TrueState 20128
OpcUaNS0.CertificateGroupType_CertificateExpired_LatchedState_FalseState 20129
OpcUaNS0.CertificateGroupType_CertificateExpired_ReAlarmTime 20130
OpcUaNS0.CertificateGroupType_CertificateExpired_ReAlarmRepeatCount 20131
OpcUaNS0.CertificateGroupType_CertificateExpired_Silence 20132
OpcUaNS0.CertificateGroupType_CertificateExpired_Suppress 20133
OpcUaNS0.CertificateGroupType_CertificateExpired_Unsuppress 20134
OpcUaNS0.CertificateGroupType_CertificateExpired_RemoveFromService 20135
OpcUaNS0.CertificateGroupType_CertificateExpired_PlaceInService 20136
OpcUaNS0.CertificateGroupType_CertificateExpired_Reset 20137
OpcUaNS0.CertificateGroupType_CertificateExpired_NormalState 20138
OpcUaNS0.CertificateGroupType_CertificateExpired_ExpirationDate 20139
OpcUaNS0.CertificateGroupType_CertificateExpired_ExpirationLimit 20140
OpcUaNS0.CertificateGroupType_CertificateExpired_CertificateType 20141
OpcUaNS0.CertificateGroupType_CertificateExpired_Certificate 20142
OpcUaNS0.CertificateGroupType_TrustListOutOfDate 20143
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_EventId 20144
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_EventType 20145
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SourceNode 20146
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SourceName 20147
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Time 20148
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ReceiveTime 20149
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_LocalTime 20150
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Message 20151
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Severity 20152
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ConditionClassId 20153
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ConditionClassName 20154
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ConditionSubClassId 20155
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ConditionSubClassName 20156
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ConditionName 20157
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_BranchId 20158
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Retain 20159
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_EnabledState 20160
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_EnabledState_Id 20161
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_EnabledState_Name 20162
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_EnabledState_Number 20163
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_EnabledState_EffectiveDisplayName 20164
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_EnabledState_TransitionTime 20165
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_EnabledState_EffectiveTransitionTime 20166
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_EnabledState_TrueState 20167
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_EnabledState_FalseState 20168
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Quality 20169
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Quality_SourceTimestamp 20170
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_LastSeverity 20171
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_LastSeverity_SourceTimestamp 20172
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Comment 20173
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Comment_SourceTimestamp 20174
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ClientUserId 20175
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Disable 20176
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Enable 20177
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AddComment 20178
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AddComment_InputArguments 20179
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AckedState 20180
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AckedState_Id 20181
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AckedState_Name 20182
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AckedState_Number 20183
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AckedState_EffectiveDisplayName 20184
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AckedState_TransitionTime 20185
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AckedState_EffectiveTransitionTime 20186
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AckedState_TrueState 20187
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AckedState_FalseState 20188
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ConfirmedState 20189
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ConfirmedState_Id 20190
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ConfirmedState_Name 20191
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ConfirmedState_Number 20192
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ConfirmedState_EffectiveDisplayName 20193
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ConfirmedState_TransitionTime 20194
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ConfirmedState_EffectiveTransitionTime 20195
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ConfirmedState_TrueState 20196
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ConfirmedState_FalseState 20197
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Acknowledge 20198
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Acknowledge_InputArguments 20199
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Confirm 20200
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Confirm_InputArguments 20201
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ActiveState 20202
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ActiveState_Id 20203
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ActiveState_Name 20204
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ActiveState_Number 20205
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ActiveState_EffectiveDisplayName 20206
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ActiveState_TransitionTime 20207
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ActiveState_EffectiveTransitionTime 20208
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ActiveState_TrueState 20209
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ActiveState_FalseState 20210
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_InputNode 20211
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SuppressedState 20212
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SuppressedState_Id 20213
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SuppressedState_Name 20214
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SuppressedState_Number 20215
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SuppressedState_EffectiveDisplayName 20216
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SuppressedState_TransitionTime 20217
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SuppressedState_EffectiveTransitionTime 20218
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SuppressedState_TrueState 20219
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SuppressedState_FalseState 20220
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_OutOfServiceState 20221
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_OutOfServiceState_Id 20222
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_OutOfServiceState_Name 20223
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_OutOfServiceState_Number 20224
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_OutOfServiceState_EffectiveDisplayName 20225
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_OutOfServiceState_TransitionTime 20226
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_OutOfServiceState_EffectiveTransitionTime 20227
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_OutOfServiceState_TrueState 20228
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_OutOfServiceState_FalseState 20229
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState 20230
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_CurrentState 20231
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_CurrentState_Id 20232
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_CurrentState_Name 20233
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_CurrentState_Number 20234
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_CurrentState_EffectiveDisplayName 20235
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_LastTransition 20236
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_LastTransition_Id 20237
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_LastTransition_Name 20238
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_LastTransition_Number 20239
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_LastTransition_TransitionTime 20240
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_LastTransition_EffectiveTransitionTime 20241
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_AvailableStates 20242
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_AvailableTransitions 20243
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_UnshelveTime 20244
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_TimedShelve 20245
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_TimedShelve_InputArguments 20246
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_Unshelve 20247
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ShelvingState_OneShotShelve 20248
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SuppressedOrShelved 20249
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_MaxTimeShelved 20250
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AudibleEnabled 20251
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AudibleSound 20252
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AudibleSound_ListId 20253
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AudibleSound_AgencyId 20254
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_AudibleSound_VersionId 20255
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SilenceState 20256
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SilenceState_Id 20257
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SilenceState_Name 20258
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SilenceState_Number 20259
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SilenceState_EffectiveDisplayName 20260
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SilenceState_TransitionTime 20261
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SilenceState_EffectiveTransitionTime 20262
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SilenceState_TrueState 20263
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_SilenceState_FalseState 20264
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_OnDelay 20265
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_OffDelay 20266
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_FirstInGroupFlag 20267
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_FirstInGroup 20268
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_LatchedState 20269
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_LatchedState_Id 20270
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_LatchedState_Name 20271
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_LatchedState_Number 20272
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_LatchedState_EffectiveDisplayName 20273
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_LatchedState_TransitionTime 20274
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_LatchedState_EffectiveTransitionTime 20275
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_LatchedState_TrueState 20276
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_LatchedState_FalseState 20277
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ReAlarmTime 20278
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_ReAlarmRepeatCount 20279
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Silence 20280
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Suppress 20281
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Unsuppress 20282
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_RemoveFromService 20283
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_PlaceInService 20284
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_Reset 20285
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_NormalState 20286
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_TrustListId 20287
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_LastUpdateTime 20288
OpcUaNS0.CertificateGroupType_TrustListOutOfDate_UpdateFrequency 20289
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustList_UpdateFrequency 20290
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired 20291
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_EventId 20292
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_EventType 20293
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SourceNode 20294
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SourceName 20295
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Time 20296
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ReceiveTime 20297
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_LocalTime 20298
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Message 20299
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Severity 20300
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ConditionClassId 20301
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ConditionClassName 20302
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ConditionSubClassId 20303
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ConditionSubClassName 20304
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ConditionName 20305
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_BranchId 20306
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Retain 20307
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_EnabledState 20308
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_EnabledState_Id 20309
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_EnabledState_Name 20310
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_EnabledState_Number 20311
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_EnabledState_EffectiveDisplayName 20312
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_EnabledState_TransitionTime 20313
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_EnabledState_EffectiveTransitionTime 20314
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_EnabledState_TrueState 20315
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_EnabledState_FalseState 20316
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Quality 20317
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Quality_SourceTimestamp 20318
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_LastSeverity 20319
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_LastSeverity_SourceTimestamp 20320
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Comment 20321
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Comment_SourceTimestamp 20322
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ClientUserId 20323
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Disable 20324
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Enable 20325
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AddComment 20326
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AddComment_InputArguments 20327
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AckedState 20328
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AckedState_Id 20329
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AckedState_Name 20330
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AckedState_Number 20331
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AckedState_EffectiveDisplayName 20332
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AckedState_TransitionTime 20333
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AckedState_EffectiveTransitionTime 20334
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AckedState_TrueState 20335
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AckedState_FalseState 20336
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ConfirmedState 20337
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ConfirmedState_Id 20338
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ConfirmedState_Name 20339
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ConfirmedState_Number 20340
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ConfirmedState_EffectiveDisplayName 20341
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ConfirmedState_TransitionTime 20342
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ConfirmedState_EffectiveTransitionTime 20343
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ConfirmedState_TrueState 20344
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ConfirmedState_FalseState 20345
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Acknowledge 20346
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Acknowledge_InputArguments 20347
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Confirm 20348
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Confirm_InputArguments 20349
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ActiveState 20350
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ActiveState_Id 20351
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ActiveState_Name 20352
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ActiveState_Number 20353
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ActiveState_EffectiveDisplayName 20354
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ActiveState_TransitionTime 20355
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ActiveState_EffectiveTransitionTime 20356
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ActiveState_TrueState 20357
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ActiveState_FalseState 20358
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_InputNode 20359
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SuppressedState 20360
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SuppressedState_Id 20361
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SuppressedState_Name 20362
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SuppressedState_Number 20363
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SuppressedState_EffectiveDisplayName 20364
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SuppressedState_TransitionTime 20365
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SuppressedState_EffectiveTransitionTime 20366
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SuppressedState_TrueState 20367
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SuppressedState_FalseState 20368
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_OutOfServiceState 20369
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_Id 20370
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_Name 20371
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_Number 20372
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_EffectiveDisplayName 20373
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_TransitionTime 20374
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_EffectiveTransitionTime 20375
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_TrueState 20376
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_FalseState 20377
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState 20378
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_CurrentState 20379
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_CurrentState_Id 20380
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_CurrentState_Name 20381
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_CurrentState_Number 20382
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_CurrentState_EffectiveDisplayName 20383
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition 20384
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition_Id 20385
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition_Name 20386
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition_Number 20387
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition_TransitionTime 20388
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition_EffectiveTransitionTime 20389
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_AvailableStates 20390
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_AvailableTransitions 20391
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_UnshelveTime 20392
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_TimedShelve 20393
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_TimedShelve_InputArguments 20394
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_Unshelve 20395
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ShelvingState_OneShotShelve 20396
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SuppressedOrShelved 20397
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_MaxTimeShelved 20398
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AudibleEnabled 20399
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AudibleSound 20400
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AudibleSound_ListId 20401
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AudibleSound_AgencyId 20402
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_AudibleSound_VersionId 20403
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SilenceState 20404
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SilenceState_Id 20405
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SilenceState_Name 20406
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SilenceState_Number 20407
OpcUaNS0.DataSetOrderingType 20408
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_LiveValues_SecurityTokenID 20409
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SilenceState_EffectiveDisplayName 20410
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SilenceState_TransitionTime 20411
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SilenceState_EffectiveTransitionTime 20412
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SilenceState_TrueState 20413
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_SilenceState_FalseState 20414
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_OnDelay 20415
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_OffDelay 20416
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_FirstInGroupFlag 20417
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_FirstInGroup 20418
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_LatchedState 20419
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_LatchedState_Id 20420
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_LatchedState_Name 20421
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_LatchedState_Number 20422
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_LatchedState_EffectiveDisplayName 20423
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_LatchedState_TransitionTime 20424
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_LatchedState_EffectiveTransitionTime 20425
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_LatchedState_TrueState 20426
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_LatchedState_FalseState 20427
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ReAlarmTime 20428
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ReAlarmRepeatCount 20429
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Silence 20430
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Suppress 20431
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Unsuppress 20432
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_RemoveFromService 20433
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_PlaceInService 20434
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Reset 20435
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_NormalState 20436
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ExpirationDate 20437
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_ExpirationLimit 20438
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_CertificateType 20439
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_CertificateExpired_Certificate 20440
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate 20441
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_EventId 20442
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_EventType 20443
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SourceNode 20444
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SourceName 20445
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Time 20446
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ReceiveTime 20447
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_LocalTime 20448
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Message 20449
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Severity 20450
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ConditionClassId 20451
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ConditionClassName 20452
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ConditionSubClassId 20453
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ConditionSubClassName 20454
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ConditionName 20455
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_BranchId 20456
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Retain 20457
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_EnabledState 20458
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_Id 20459
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_Name 20460
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_Number 20461
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_EffectiveDisplayName 20462
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_TransitionTime 20463
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_EffectiveTransitionTime 20464
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_TrueState 20465
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_FalseState 20466
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Quality 20467
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Quality_SourceTimestamp 20468
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_LastSeverity 20469
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_LastSeverity_SourceTimestamp 20470
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Comment 20471
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Comment_SourceTimestamp 20472
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ClientUserId 20473
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Disable 20474
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Enable 20475
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AddComment 20476
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AddComment_InputArguments 20477
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AckedState 20478
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AckedState_Id 20479
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AckedState_Name 20480
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AckedState_Number 20481
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AckedState_EffectiveDisplayName 20482
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AckedState_TransitionTime 20483
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AckedState_EffectiveTransitionTime 20484
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AckedState_TrueState 20485
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AckedState_FalseState 20486
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState 20487
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_Id 20488
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_Name 20489
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_Number 20490
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_EffectiveDisplayName 20491
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_TransitionTime 20492
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_EffectiveTransitionTime 20493
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_TrueState 20494
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_FalseState 20495
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Acknowledge 20496
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Acknowledge_InputArguments 20497
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Confirm 20498
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Confirm_InputArguments 20499
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ActiveState 20500
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_Id 20501
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_Name 20502
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_Number 20503
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_EffectiveDisplayName 20504
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_TransitionTime 20505
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_EffectiveTransitionTime 20506
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_TrueState 20507
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_FalseState 20508
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_InputNode 20509
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState 20510
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_Id 20511
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_Name 20512
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_Number 20513
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_EffectiveDisplayName 20514
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_TransitionTime 20515
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_EffectiveTransitionTime 20516
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_TrueState 20517
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_FalseState 20518
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState 20519
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_Id 20520
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_Name 20521
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_Number 20522
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_EffectiveDisplayName 20523
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_TransitionTime 20524
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_EffectiveTransitionTime 20525
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_TrueState 20526
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_FalseState 20527
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState 20528
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_CurrentState 20529
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_CurrentState_Id 20530
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_CurrentState_Name 20531
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_CurrentState_Number 20532
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_CurrentState_EffectiveDisplayName 20533
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition 20534
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition_Id 20535
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition_Name 20536
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition_Number 20537
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition_TransitionTime 20538
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition_EffectiveTransitionTime 20539
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_AvailableStates 20540
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_AvailableTransitions 20541
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_UnshelveTime 20542
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_TimedShelve 20543
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_TimedShelve_InputArguments 20544
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_Unshelve 20545
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_OneShotShelve 20546
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SuppressedOrShelved 20547
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_MaxTimeShelved 20548
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AudibleEnabled 20549
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AudibleSound 20550
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AudibleSound_ListId 20551
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AudibleSound_AgencyId 20552
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_AudibleSound_VersionId 20553
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SilenceState 20554
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_Id 20555
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_Name 20556
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_Number 20557
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_EffectiveDisplayName 20558
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_TransitionTime 20559
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_EffectiveTransitionTime 20560
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_TrueState 20561
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_FalseState 20562
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_OnDelay 20563
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_OffDelay 20564
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_FirstInGroupFlag 20565
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_FirstInGroup 20566
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_LatchedState 20567
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_Id 20568
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_Name 20569
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_Number 20570
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_EffectiveDisplayName 20571
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_TransitionTime 20572
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_EffectiveTransitionTime 20573
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_TrueState 20574
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_FalseState 20575
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ReAlarmTime 20576
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_ReAlarmRepeatCount 20577
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Silence 20578
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Suppress 20579
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Unsuppress 20580
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_RemoveFromService 20581
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_PlaceInService 20582
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_Reset 20583
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_NormalState 20584
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_TrustListId 20585
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_LastUpdateTime 20586
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_TrustListOutOfDate_UpdateFrequency 20587
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustList_UpdateFrequency 20588
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired 20589
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_EventId 20590
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_EventType 20591
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SourceNode 20592
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SourceName 20593
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Time 20594
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ReceiveTime 20595
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_LocalTime 20596
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Message 20597
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Severity 20598
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ConditionClassId 20599
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ConditionClassName 20600
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ConditionSubClassId 20601
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ConditionSubClassName 20602
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ConditionName 20603
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_BranchId 20604
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Retain 20605
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_EnabledState 20606
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_EnabledState_Id 20607
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_EnabledState_Name 20608
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_EnabledState_Number 20609
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_EnabledState_EffectiveDisplayName 20610
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_EnabledState_TransitionTime 20611
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_EnabledState_EffectiveTransitionTime 20612
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_EnabledState_TrueState 20613
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_EnabledState_FalseState 20614
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Quality 20615
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Quality_SourceTimestamp 20616
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_LastSeverity 20617
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_LastSeverity_SourceTimestamp 20618
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Comment 20619
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Comment_SourceTimestamp 20620
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ClientUserId 20621
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Disable 20622
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Enable 20623
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AddComment 20624
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AddComment_InputArguments 20625
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AckedState 20626
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AckedState_Id 20627
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AckedState_Name 20628
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AckedState_Number 20629
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AckedState_EffectiveDisplayName 20630
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AckedState_TransitionTime 20631
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AckedState_EffectiveTransitionTime 20632
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AckedState_TrueState 20633
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AckedState_FalseState 20634
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ConfirmedState 20635
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ConfirmedState_Id 20636
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ConfirmedState_Name 20637
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ConfirmedState_Number 20638
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ConfirmedState_EffectiveDisplayName 20639
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ConfirmedState_TransitionTime 20640
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ConfirmedState_EffectiveTransitionTime 20641
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ConfirmedState_TrueState 20642
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ConfirmedState_FalseState 20643
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Acknowledge 20644
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Acknowledge_InputArguments 20645
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Confirm 20646
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Confirm_InputArguments 20647
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ActiveState 20648
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ActiveState_Id 20649
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ActiveState_Name 20650
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ActiveState_Number 20651
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ActiveState_EffectiveDisplayName 20652
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ActiveState_TransitionTime 20653
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ActiveState_EffectiveTransitionTime 20654
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ActiveState_TrueState 20655
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ActiveState_FalseState 20656
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_InputNode 20657
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SuppressedState 20658
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SuppressedState_Id 20659
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SuppressedState_Name 20660
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SuppressedState_Number 20661
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SuppressedState_EffectiveDisplayName 20662
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SuppressedState_TransitionTime 20663
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SuppressedState_EffectiveTransitionTime 20664
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SuppressedState_TrueState 20665
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SuppressedState_FalseState 20666
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_OutOfServiceState 20667
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_Id 20668
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_Name 20669
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_Number 20670
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_EffectiveDisplayName 20671
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_TransitionTime 20672
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_EffectiveTransitionTime 20673
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_TrueState 20674
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_FalseState 20675
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState 20676
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_CurrentState 20677
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_CurrentState_Id 20678
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_CurrentState_Name 20679
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_CurrentState_Number 20680
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_CurrentState_EffectiveDisplayName 20681
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition 20682
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition_Id 20683
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition_Name 20684
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition_Number 20685
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition_TransitionTime 20686
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition_EffectiveTransitionTime 20687
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_AvailableStates 20688
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_AvailableTransitions 20689
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_UnshelveTime 20690
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_TimedShelve 20691
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_TimedShelve_InputArguments 20692
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_Unshelve 20693
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ShelvingState_OneShotShelve 20694
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SuppressedOrShelved 20695
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_MaxTimeShelved 20696
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AudibleEnabled 20697
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AudibleSound 20698
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AudibleSound_ListId 20699
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AudibleSound_AgencyId 20700
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_AudibleSound_VersionId 20701
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SilenceState 20702
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SilenceState_Id 20703
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SilenceState_Name 20704
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SilenceState_Number 20705
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SilenceState_EffectiveDisplayName 20706
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SilenceState_TransitionTime 20707
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SilenceState_EffectiveTransitionTime 20708
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SilenceState_TrueState 20709
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_SilenceState_FalseState 20710
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_OnDelay 20711
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_OffDelay 20712
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_FirstInGroupFlag 20713
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_FirstInGroup 20714
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_LatchedState 20715
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_LatchedState_Id 20716
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_LatchedState_Name 20717
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_LatchedState_Number 20718
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_LatchedState_EffectiveDisplayName 20719
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_LatchedState_TransitionTime 20720
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_LatchedState_EffectiveTransitionTime 20721
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_LatchedState_TrueState 20722
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_LatchedState_FalseState 20723
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ReAlarmTime 20724
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ReAlarmRepeatCount 20725
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Silence 20726
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Suppress 20727
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Unsuppress 20728
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_RemoveFromService 20729
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_PlaceInService 20730
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Reset 20731
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_NormalState 20732
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ExpirationDate 20733
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_ExpirationLimit 20734
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_CertificateType 20735
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_CertificateExpired_Certificate 20736
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate 20737
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_EventId 20738
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_EventType 20739
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SourceNode 20740
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SourceName 20741
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Time 20742
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ReceiveTime 20743
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_LocalTime 20744
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Message 20745
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Severity 20746
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ConditionClassId 20747
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ConditionClassName 20748
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ConditionSubClassId 20749
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ConditionSubClassName 20750
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ConditionName 20751
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_BranchId 20752
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Retain 20753
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_EnabledState 20754
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_Id 20755
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_Name 20756
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_Number 20757
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_EffectiveDisplayName 20758
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_TransitionTime 20759
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_EffectiveTransitionTime 20760
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_TrueState 20761
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_FalseState 20762
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Quality 20763
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Quality_SourceTimestamp 20764
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_LastSeverity 20765
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_LastSeverity_SourceTimestamp 20766
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Comment 20767
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Comment_SourceTimestamp 20768
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ClientUserId 20769
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Disable 20770
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Enable 20771
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AddComment 20772
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AddComment_InputArguments 20773
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AckedState 20774
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AckedState_Id 20775
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AckedState_Name 20776
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AckedState_Number 20777
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AckedState_EffectiveDisplayName 20778
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AckedState_TransitionTime 20779
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AckedState_EffectiveTransitionTime 20780
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AckedState_TrueState 20781
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AckedState_FalseState 20782
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState 20783
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_Id 20784
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_Name 20785
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_Number 20786
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_EffectiveDisplayName 20787
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_TransitionTime 20788
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_EffectiveTransitionTime 20789
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_TrueState 20790
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_FalseState 20791
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Acknowledge 20792
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Acknowledge_InputArguments 20793
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Confirm 20794
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Confirm_InputArguments 20795
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ActiveState 20796
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_Id 20797
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_Name 20798
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_Number 20799
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_EffectiveDisplayName 20800
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_TransitionTime 20801
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_EffectiveTransitionTime 20802
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_TrueState 20803
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_FalseState 20804
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_InputNode 20805
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState 20806
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_Id 20807
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_Name 20808
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_Number 20809
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_EffectiveDisplayName 20810
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_TransitionTime 20811
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_EffectiveTransitionTime 20812
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_TrueState 20813
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_FalseState 20814
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState 20815
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_Id 20816
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_Name 20817
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_Number 20818
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_EffectiveDisplayName 20819
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_TransitionTime 20820
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_EffectiveTransitionTime 20821
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_TrueState 20822
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_FalseState 20823
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState 20824
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_CurrentState 20825
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_CurrentState_Id 20826
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_CurrentState_Name 20827
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_CurrentState_Number 20828
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_CurrentState_EffectiveDisplayName 20829
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition 20830
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition_Id 20831
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition_Name 20832
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition_Number 20833
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition_TransitionTime 20834
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition_EffectiveTransitionTime 20835
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_AvailableStates 20836
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_AvailableTransitions 20837
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_UnshelveTime 20838
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_TimedShelve 20839
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_TimedShelve_InputArguments 20840
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_Unshelve 20841
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_OneShotShelve 20842
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SuppressedOrShelved 20843
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_MaxTimeShelved 20844
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AudibleEnabled 20845
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AudibleSound 20846
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AudibleSound_ListId 20847
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AudibleSound_AgencyId 20848
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_AudibleSound_VersionId 20849
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SilenceState 20850
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_Id 20851
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_Name 20852
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_Number 20853
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_EffectiveDisplayName 20854
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_TransitionTime 20855
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_EffectiveTransitionTime 20856
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_TrueState 20857
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_FalseState 20858
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_OnDelay 20859
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_OffDelay 20860
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_FirstInGroupFlag 20861
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_FirstInGroup 20862
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_LatchedState 20863
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_Id 20864
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_Name 20865
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_Number 20866
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_EffectiveDisplayName 20867
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_TransitionTime 20868
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_EffectiveTransitionTime 20869
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_TrueState 20870
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_FalseState 20871
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ReAlarmTime 20872
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_ReAlarmRepeatCount 20873
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Silence 20874
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Suppress 20875
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Unsuppress 20876
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_RemoveFromService 20877
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_PlaceInService 20878
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_Reset 20879
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_NormalState 20880
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_TrustListId 20881
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_LastUpdateTime 20882
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_TrustListOutOfDate_UpdateFrequency 20883
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_UpdateFrequency 20884
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired 20885
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_EventId 20886
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_EventType 20887
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SourceNode 20888
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SourceName 20889
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Time 20890
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ReceiveTime 20891
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_LocalTime 20892
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Message 20893
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Severity 20894
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ConditionClassId 20895
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ConditionClassName 20896
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ConditionSubClassId 20897
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ConditionSubClassName 20898
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ConditionName 20899
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_BranchId 20900
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Retain 20901
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_EnabledState 20902
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_EnabledState_Id 20903
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_EnabledState_Name 20904
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_EnabledState_Number 20905
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_EnabledState_EffectiveDisplayName 20906
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_EnabledState_TransitionTime 20907
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_EnabledState_EffectiveTransitionTime 20908
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_EnabledState_TrueState 20909
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_EnabledState_FalseState 20910
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Quality 20911
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Quality_SourceTimestamp 20912
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_LastSeverity 20913
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_LastSeverity_SourceTimestamp 20914
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Comment 20915
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Comment_SourceTimestamp 20916
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ClientUserId 20917
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Disable 20918
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Enable 20919
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AddComment 20920
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AddComment_InputArguments 20921
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AckedState 20922
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AckedState_Id 20923
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AckedState_Name 20924
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AckedState_Number 20925
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AckedState_EffectiveDisplayName 20926
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AckedState_TransitionTime 20927
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AckedState_EffectiveTransitionTime 20928
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AckedState_TrueState 20929
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AckedState_FalseState 20930
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ConfirmedState 20931
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_Id 20932
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_Name 20933
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_Number 20934
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_EffectiveDisplayName 20935
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_TransitionTime 20936
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_EffectiveTransitionTime 20937
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_TrueState 20938
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_FalseState 20939
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Acknowledge 20940
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Acknowledge_InputArguments 20941
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Confirm 20942
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Confirm_InputArguments 20943
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ActiveState 20944
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ActiveState_Id 20945
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ActiveState_Name 20946
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ActiveState_Number 20947
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ActiveState_EffectiveDisplayName 20948
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ActiveState_TransitionTime 20949
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ActiveState_EffectiveTransitionTime 20950
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ActiveState_TrueState 20951
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ActiveState_FalseState 20952
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_InputNode 20953
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SuppressedState 20954
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SuppressedState_Id 20955
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SuppressedState_Name 20956
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SuppressedState_Number 20957
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SuppressedState_EffectiveDisplayName 20958
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SuppressedState_TransitionTime 20959
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SuppressedState_EffectiveTransitionTime 20960
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SuppressedState_TrueState 20961
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SuppressedState_FalseState 20962
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState 20963
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_Id 20964
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_Name 20965
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_Number 20966
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_EffectiveDisplayName 20967
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_TransitionTime 20968
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_EffectiveTransitionTime 20969
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_TrueState 20970
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_FalseState 20971
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState 20972
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_CurrentState 20973
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_CurrentState_Id 20974
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_CurrentState_Name 20975
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_CurrentState_Number 20976
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_CurrentState_EffectiveDisplayName 20977
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition 20978
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition_Id 20979
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition_Name 20980
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition_Number 20981
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition_TransitionTime 20982
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition_EffectiveTransitionTime 20983
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_AvailableStates 20984
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_AvailableTransitions 20985
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_UnshelveTime 20986
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_TimedShelve 20987
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_TimedShelve_InputArguments 20988
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_Unshelve 20989
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ShelvingState_OneShotShelve 20990
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SuppressedOrShelved 20991
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_MaxTimeShelved 20992
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AudibleEnabled 20993
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AudibleSound 20994
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AudibleSound_ListId 20995
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AudibleSound_AgencyId 20996
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_AudibleSound_VersionId 20997
OpcUaNS0.VersionTime 20998
OpcUaNS0.SessionlessInvokeResponseType 20999
OpcUaNS0.SessionlessInvokeResponseType_Encoding_DefaultXml 21000
OpcUaNS0.SessionlessInvokeResponseType_Encoding_DefaultBinary 21001
OpcUaNS0.OpcUa_BinarySchema_FieldTargetDataType 21002
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_LiveValues_SecurityTokenID_DiagnosticsLevel 21003
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_LiveValues_TimeToNextTokenID 21004
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_LiveValues_TimeToNextTokenID_DiagnosticsLevel 21005
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_SubscribedDataSet 21006
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SilenceState 21007
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SilenceState_Id 21008
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_CreateTargetVariables 21009
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_CreateTargetVariables_InputArguments 21010
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_CreateTargetVariables_OutputArguments 21011
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_CreateDataSetMirror 21012
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_CreateDataSetMirror_InputArguments 21013
OpcUaNS0.ReaderGroupType_DataSetReaderName_Placeholder_CreateDataSetMirror_OutputArguments 21014
OpcUaNS0.ReaderGroupType_Diagnostics 21015
OpcUaNS0.ReaderGroupType_Diagnostics_DiagnosticsLevel 21016
OpcUaNS0.ReaderGroupType_Diagnostics_TotalInformation 21017
OpcUaNS0.ReaderGroupType_Diagnostics_TotalInformation_Active 21018
OpcUaNS0.ReaderGroupType_Diagnostics_TotalInformation_Classification 21019
OpcUaNS0.ReaderGroupType_Diagnostics_TotalInformation_DiagnosticsLevel 21020
OpcUaNS0.ReaderGroupType_Diagnostics_TotalInformation_TimeFirstChange 21021
OpcUaNS0.ReaderGroupType_Diagnostics_TotalError 21022
OpcUaNS0.ReaderGroupType_Diagnostics_TotalError_Active 21023
OpcUaNS0.ReaderGroupType_Diagnostics_TotalError_Classification 21024
OpcUaNS0.ReaderGroupType_Diagnostics_TotalError_DiagnosticsLevel 21025
OpcUaNS0.ReaderGroupType_Diagnostics_TotalError_TimeFirstChange 21026
OpcUaNS0.ReaderGroupType_Diagnostics_Reset 21027
OpcUaNS0.ReaderGroupType_Diagnostics_SubError 21028
OpcUaNS0.ReaderGroupType_Diagnostics_Counters 21029
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateError 21030
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateError_Active 21031
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateError_Classification 21032
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateError_DiagnosticsLevel 21033
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateError_TimeFirstChange 21034
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateOperationalByMethod 21035
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateOperationalByMethod_Active 21036
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateOperationalByMethod_Classification 21037
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel 21038
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateOperationalByMethod_TimeFirstChange 21039
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateOperationalByParent 21040
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateOperationalByParent_Active 21041
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateOperationalByParent_Classification 21042
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel 21043
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateOperationalByParent_TimeFirstChange 21044
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateOperationalFromError 21045
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateOperationalFromError_Active 21046
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateOperationalFromError_Classification 21047
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel 21048
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateOperationalFromError_TimeFirstChange 21049
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StatePausedByParent 21050
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StatePausedByParent_Active 21051
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StatePausedByParent_Classification 21052
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel 21053
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StatePausedByParent_TimeFirstChange 21054
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateDisabledByMethod 21055
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateDisabledByMethod_Active 21056
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateDisabledByMethod_Classification 21057
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel 21058
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_StateDisabledByMethod_TimeFirstChange 21059
OpcUaNS0.ReaderGroupType_Diagnostics_LiveValues 21060
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_ReceivedNetworkMessages 21061
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_ReceivedNetworkMessages_Active 21062
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_ReceivedNetworkMessages_Classification 21063
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_ReceivedNetworkMessages_DiagnosticsLevel 21064
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_ReceivedNetworkMessages_TimeFirstChange 21065
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_ReceivedInvalidNetworkMessages 21066
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_ReceivedInvalidNetworkMessages_Active 21067
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_ReceivedInvalidNetworkMessages_Classification 21068
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_ReceivedInvalidNetworkMessages_DiagnosticsLevel 21069
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_ReceivedInvalidNetworkMessages_TimeFirstChange 21070
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_DecryptionErrors 21071
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_DecryptionErrors_Active 21072
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_DecryptionErrors_Classification 21073
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_DecryptionErrors_DiagnosticsLevel 21074
OpcUaNS0.ReaderGroupType_Diagnostics_Counters_DecryptionErrors_TimeFirstChange 21075
OpcUaNS0.ReaderGroupType_Diagnostics_LiveValues_ConfiguredDataSetReaders 21076
OpcUaNS0.ReaderGroupType_Diagnostics_LiveValues_ConfiguredDataSetReaders_DiagnosticsLevel 21077
OpcUaNS0.ReaderGroupType_Diagnostics_LiveValues_OperationalDataSetReaders 21078
OpcUaNS0.ReaderGroupType_Diagnostics_LiveValues_OperationalDataSetReaders_DiagnosticsLevel 21079
OpcUaNS0.ReaderGroupType_TransportSettings 21080
OpcUaNS0.ReaderGroupType_MessageSettings 21081
OpcUaNS0.ReaderGroupType_AddDataSetReader 21082
OpcUaNS0.ReaderGroupType_AddDataSetReader_InputArguments 21083
OpcUaNS0.ReaderGroupType_AddDataSetReader_OutputArguments 21084
OpcUaNS0.ReaderGroupType_RemoveDataSetReader 21085
OpcUaNS0.ReaderGroupType_RemoveDataSetReader_InputArguments 21086
OpcUaNS0.PubSubGroupTypeAddReaderMethodType 21087
OpcUaNS0.PubSubGroupTypeAddReaderMethodType_InputArguments 21088
OpcUaNS0.PubSubGroupTypeAddReaderMethodType_OutputArguments 21089
OpcUaNS0.ReaderGroupTransportType 21090
OpcUaNS0.ReaderGroupMessageType 21091
OpcUaNS0.DataSetWriterType_DataSetWriterId 21092
OpcUaNS0.DataSetWriterType_DataSetFieldContentMask 21093
OpcUaNS0.DataSetWriterType_KeyFrameCount 21094
OpcUaNS0.DataSetWriterType_MessageSettings 21095
OpcUaNS0.DataSetWriterMessageType 21096
OpcUaNS0.DataSetReaderType_PublisherId 21097
OpcUaNS0.DataSetReaderType_WriterGroupId 21098
OpcUaNS0.DataSetReaderType_DataSetWriterId 21099
OpcUaNS0.DataSetReaderType_DataSetMetaData 21100
OpcUaNS0.DataSetReaderType_DataSetFieldContentMask 21101
OpcUaNS0.DataSetReaderType_MessageReceiveTimeout 21102
OpcUaNS0.DataSetReaderType_MessageSettings 21103
OpcUaNS0.DataSetReaderMessageType 21104
OpcUaNS0.UadpWriterGroupMessageType 21105
OpcUaNS0.UadpWriterGroupMessageType_GroupVersion 21106
OpcUaNS0.UadpWriterGroupMessageType_DataSetOrdering 21107
OpcUaNS0.UadpWriterGroupMessageType_NetworkMessageContentMask 21108
OpcUaNS0.UadpWriterGroupMessageType_SamplingOffset 21109
OpcUaNS0.UadpWriterGroupMessageType_PublishingOffset 21110
OpcUaNS0.UadpDataSetWriterMessageType 21111
OpcUaNS0.UadpDataSetWriterMessageType_DataSetMessageContentMask 21112
OpcUaNS0.UadpDataSetWriterMessageType_ConfiguredSize 21113
OpcUaNS0.UadpDataSetWriterMessageType_NetworkMessageNumber 21114
OpcUaNS0.UadpDataSetWriterMessageType_DataSetOffset 21115
OpcUaNS0.UadpDataSetReaderMessageType 21116
OpcUaNS0.UadpDataSetReaderMessageType_GroupVersion 21117
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SilenceState_Name 21118
OpcUaNS0.UadpDataSetReaderMessageType_NetworkMessageNumber 21119
OpcUaNS0.UadpDataSetReaderMessageType_DataSetClassId 21120
OpcUaNS0.UadpDataSetReaderMessageType_NetworkMessageContentMask 21121
OpcUaNS0.UadpDataSetReaderMessageType_DataSetMessageContentMask 21122
OpcUaNS0.UadpDataSetReaderMessageType_PublishingInterval 21123
OpcUaNS0.UadpDataSetReaderMessageType_ProcessingOffset 21124
OpcUaNS0.UadpDataSetReaderMessageType_ReceiveOffset 21125
OpcUaNS0.JsonWriterGroupMessageType 21126
OpcUaNS0.JsonWriterGroupMessageType_NetworkMessageContentMask 21127
OpcUaNS0.JsonDataSetWriterMessageType 21128
OpcUaNS0.JsonDataSetWriterMessageType_DataSetMessageContentMask 21129
OpcUaNS0.JsonDataSetReaderMessageType 21130
OpcUaNS0.JsonDataSetReaderMessageType_NetworkMessageContentMask 21131
OpcUaNS0.JsonDataSetReaderMessageType_DataSetMessageContentMask 21132
OpcUaNS0.DatagramWriterGroupTransportType 21133
OpcUaNS0.DatagramWriterGroupTransportType_MessageRepeatCount 21134
OpcUaNS0.DatagramWriterGroupTransportType_MessageRepeatDelay 21135
OpcUaNS0.BrokerWriterGroupTransportType 21136
OpcUaNS0.BrokerWriterGroupTransportType_QueueName 21137
OpcUaNS0.BrokerDataSetWriterTransportType 21138
OpcUaNS0.BrokerDataSetWriterTransportType_QueueName 21139
OpcUaNS0.BrokerDataSetWriterTransportType_MetaDataQueueName 21140
OpcUaNS0.BrokerDataSetWriterTransportType_MetaDataUpdateTime 21141
OpcUaNS0.BrokerDataSetReaderTransportType 21142
OpcUaNS0.BrokerDataSetReaderTransportType_QueueName 21143
OpcUaNS0.BrokerDataSetReaderTransportType_MetaDataQueueName 21144
OpcUaNS0.NetworkAddressType 21145
OpcUaNS0.NetworkAddressType_NetworkInterface 21146
OpcUaNS0.NetworkAddressUrlType 21147
OpcUaNS0.NetworkAddressUrlType_NetworkInterface 21148
OpcUaNS0.NetworkAddressUrlType_Url 21149
OpcUaNS0.WriterGroupDataType_Encoding_DefaultBinary 21150
OpcUaNS0.NetworkAddressDataType_Encoding_DefaultBinary 21151
OpcUaNS0.NetworkAddressUrlDataType_Encoding_DefaultBinary 21152
OpcUaNS0.ReaderGroupDataType_Encoding_DefaultBinary 21153
OpcUaNS0.PubSubConfigurationDataType_Encoding_DefaultBinary 21154
OpcUaNS0.DatagramWriterGroupTransportDataType_Encoding_DefaultBinary 21155
OpcUaNS0.OpcUa_BinarySchema_WriterGroupDataType 21156
OpcUaNS0.OpcUa_BinarySchema_WriterGroupDataType_DataTypeVersion 21157
OpcUaNS0.OpcUa_BinarySchema_WriterGroupDataType_DictionaryFragment 21158
OpcUaNS0.OpcUa_BinarySchema_NetworkAddressDataType 21159
OpcUaNS0.OpcUa_BinarySchema_NetworkAddressDataType_DataTypeVersion 21160
OpcUaNS0.OpcUa_BinarySchema_NetworkAddressDataType_DictionaryFragment 21161
OpcUaNS0.OpcUa_BinarySchema_NetworkAddressUrlDataType 21162
OpcUaNS0.OpcUa_BinarySchema_NetworkAddressUrlDataType_DataTypeVersion 21163
OpcUaNS0.OpcUa_BinarySchema_NetworkAddressUrlDataType_DictionaryFragment 21164
OpcUaNS0.OpcUa_BinarySchema_ReaderGroupDataType 21165
OpcUaNS0.OpcUa_BinarySchema_ReaderGroupDataType_DataTypeVersion 21166
OpcUaNS0.OpcUa_BinarySchema_ReaderGroupDataType_DictionaryFragment 21167
OpcUaNS0.OpcUa_BinarySchema_PubSubConfigurationDataType 21168
OpcUaNS0.OpcUa_BinarySchema_PubSubConfigurationDataType_DataTypeVersion 21169
OpcUaNS0.OpcUa_BinarySchema_PubSubConfigurationDataType_DictionaryFragment 21170
OpcUaNS0.OpcUa_BinarySchema_DatagramWriterGroupTransportDataType 21171
OpcUaNS0.OpcUa_BinarySchema_DatagramWriterGroupTransportDataType_DataTypeVersion 21172
OpcUaNS0.OpcUa_BinarySchema_DatagramWriterGroupTransportDataType_DictionaryFragment 21173
OpcUaNS0.WriterGroupDataType_Encoding_DefaultXml 21174
OpcUaNS0.NetworkAddressDataType_Encoding_DefaultXml 21175
OpcUaNS0.NetworkAddressUrlDataType_Encoding_DefaultXml 21176
OpcUaNS0.ReaderGroupDataType_Encoding_DefaultXml 21177
OpcUaNS0.PubSubConfigurationDataType_Encoding_DefaultXml 21178
OpcUaNS0.DatagramWriterGroupTransportDataType_Encoding_DefaultXml 21179
OpcUaNS0.OpcUa_XmlSchema_WriterGroupDataType 21180
OpcUaNS0.OpcUa_XmlSchema_WriterGroupDataType_DataTypeVersion 21181
OpcUaNS0.OpcUa_XmlSchema_WriterGroupDataType_DictionaryFragment 21182
OpcUaNS0.OpcUa_XmlSchema_NetworkAddressDataType 21183
OpcUaNS0.OpcUa_XmlSchema_NetworkAddressDataType_DataTypeVersion 21184
OpcUaNS0.OpcUa_XmlSchema_NetworkAddressDataType_DictionaryFragment 21185
OpcUaNS0.OpcUa_XmlSchema_NetworkAddressUrlDataType 21186
OpcUaNS0.OpcUa_XmlSchema_NetworkAddressUrlDataType_DataTypeVersion 21187
OpcUaNS0.OpcUa_XmlSchema_NetworkAddressUrlDataType_DictionaryFragment 21188
OpcUaNS0.OpcUa_XmlSchema_ReaderGroupDataType 21189
OpcUaNS0.OpcUa_XmlSchema_ReaderGroupDataType_DataTypeVersion 21190
OpcUaNS0.OpcUa_XmlSchema_ReaderGroupDataType_DictionaryFragment 21191
OpcUaNS0.OpcUa_XmlSchema_PubSubConfigurationDataType 21192
OpcUaNS0.OpcUa_XmlSchema_PubSubConfigurationDataType_DataTypeVersion 21193
OpcUaNS0.OpcUa_XmlSchema_PubSubConfigurationDataType_DictionaryFragment 21194
OpcUaNS0.OpcUa_XmlSchema_DatagramWriterGroupTransportDataType 21195
OpcUaNS0.OpcUa_XmlSchema_DatagramWriterGroupTransportDataType_DataTypeVersion 21196
OpcUaNS0.OpcUa_XmlSchema_DatagramWriterGroupTransportDataType_DictionaryFragment 21197
OpcUaNS0.WriterGroupDataType_Encoding_DefaultJson 21198
OpcUaNS0.NetworkAddressDataType_Encoding_DefaultJson 21199
OpcUaNS0.NetworkAddressUrlDataType_Encoding_DefaultJson 21200
OpcUaNS0.ReaderGroupDataType_Encoding_DefaultJson 21201
OpcUaNS0.PubSubConfigurationDataType_Encoding_DefaultJson 21202
OpcUaNS0.DatagramWriterGroupTransportDataType_Encoding_DefaultJson 21203
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SilenceState_Number 21204
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SilenceState_EffectiveDisplayName 21205
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SilenceState_TransitionTime 21206
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SilenceState_EffectiveTransitionTime 21207
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SilenceState_TrueState 21208
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_SilenceState_FalseState 21209
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_OnDelay 21210
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_OffDelay 21211
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_FirstInGroupFlag 21212
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_FirstInGroup 21213
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_LatchedState 21214
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_LatchedState_Id 21215
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_LatchedState_Name 21216
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_LatchedState_Number 21217
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_LatchedState_EffectiveDisplayName 21218
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_LatchedState_TransitionTime 21219
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_LatchedState_EffectiveTransitionTime 21220
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_LatchedState_TrueState 21221
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_LatchedState_FalseState 21222
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ReAlarmTime 21223
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ReAlarmRepeatCount 21224
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Silence 21225
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Suppress 21226
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Unsuppress 21227
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_RemoveFromService 21228
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_PlaceInService 21229
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Reset 21230
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_NormalState 21231
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ExpirationDate 21232
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_ExpirationLimit 21233
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_CertificateType 21234
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_CertificateExpired_Certificate 21235
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate 21236
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_EventId 21237
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_EventType 21238
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SourceNode 21239
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SourceName 21240
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Time 21241
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ReceiveTime 21242
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_LocalTime 21243
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Message 21244
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Severity 21245
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ConditionClassId 21246
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ConditionClassName 21247
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ConditionSubClassId 21248
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ConditionSubClassName 21249
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ConditionName 21250
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_BranchId 21251
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Retain 21252
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState 21253
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_Id 21254
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_Name 21255
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_Number 21256
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_EffectiveDisplayName 21257
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_TransitionTime 21258
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_EffectiveTransitionTime 21259
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_TrueState 21260
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_FalseState 21261
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Quality 21262
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Quality_SourceTimestamp 21263
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_LastSeverity 21264
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_LastSeverity_SourceTimestamp 21265
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Comment 21266
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Comment_SourceTimestamp 21267
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ClientUserId 21268
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Disable 21269
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Enable 21270
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AddComment 21271
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AddComment_InputArguments 21272
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AckedState 21273
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_Id 21274
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_Name 21275
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_Number 21276
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_EffectiveDisplayName 21277
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_TransitionTime 21278
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_EffectiveTransitionTime 21279
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_TrueState 21280
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_FalseState 21281
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState 21282
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_Id 21283
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_Name 21284
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_Number 21285
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_EffectiveDisplayName 21286
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_TransitionTime 21287
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_EffectiveTransitionTime 21288
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_TrueState 21289
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_FalseState 21290
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Acknowledge 21291
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Acknowledge_InputArguments 21292
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Confirm 21293
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Confirm_InputArguments 21294
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState 21295
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_Id 21296
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_Name 21297
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_Number 21298
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_EffectiveDisplayName 21299
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_TransitionTime 21300
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_EffectiveTransitionTime 21301
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_TrueState 21302
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_FalseState 21303
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_InputNode 21304
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState 21305
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_Id 21306
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_Name 21307
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_Number 21308
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_EffectiveDisplayName 21309
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_TransitionTime 21310
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_EffectiveTransitionTime 21311
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_TrueState 21312
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_FalseState 21313
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState 21314
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_Id 21315
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_Name 21316
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_Number 21317
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_EffectiveDisplayName 21318
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_TransitionTime 21319
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_EffectiveTransitionTime 21320
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_TrueState 21321
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_FalseState 21322
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState 21323
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_CurrentState 21324
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_CurrentState_Id 21325
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_CurrentState_Name 21326
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_CurrentState_Number 21327
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_CurrentState_EffectiveDisplayName 21328
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition 21329
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition_Id 21330
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition_Name 21331
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition_Number 21332
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition_TransitionTime 21333
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition_EffectiveTransitionTime 21334
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_AvailableStates 21335
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_AvailableTransitions 21336
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_UnshelveTime 21337
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_TimedShelve 21338
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_TimedShelve_InputArguments 21339
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_Unshelve 21340
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_OneShotShelve 21341
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedOrShelved 21342
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_MaxTimeShelved 21343
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AudibleEnabled 21344
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AudibleSound 21345
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AudibleSound_ListId 21346
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AudibleSound_AgencyId 21347
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_AudibleSound_VersionId 21348
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState 21349
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_Id 21350
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_Name 21351
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_Number 21352
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_EffectiveDisplayName 21353
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_TransitionTime 21354
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_EffectiveTransitionTime 21355
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_TrueState 21356
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_FalseState 21357
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_OnDelay 21358
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_OffDelay 21359
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_FirstInGroupFlag 21360
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_FirstInGroup 21361
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState 21362
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_Id 21363
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_Name 21364
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_Number 21365
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_EffectiveDisplayName 21366
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_TransitionTime 21367
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_EffectiveTransitionTime 21368
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_TrueState 21369
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_FalseState 21370
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ReAlarmTime 21371
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_ReAlarmRepeatCount 21372
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Silence 21373
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Suppress 21374
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Unsuppress 21375
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_RemoveFromService 21376
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_PlaceInService 21377
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_Reset 21378
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_NormalState 21379
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_TrustListId 21380
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_LastUpdateTime 21381
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_TrustListOutOfDate_UpdateFrequency 21382
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_UpdateFrequency 21383
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired 21384
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_EventId 21385
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_EventType 21386
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SourceNode 21387
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SourceName 21388
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Time 21389
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ReceiveTime 21390
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_LocalTime 21391
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Message 21392
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Severity 21393
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ConditionClassId 21394
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ConditionClassName 21395
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ConditionSubClassId 21396
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ConditionSubClassName 21397
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ConditionName 21398
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_BranchId 21399
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Retain 21400
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_EnabledState 21401
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_EnabledState_Id 21402
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_EnabledState_Name 21403
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_EnabledState_Number 21404
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_EnabledState_EffectiveDisplayName 21405
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_EnabledState_TransitionTime 21406
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_EnabledState_EffectiveTransitionTime 21407
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_EnabledState_TrueState 21408
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_EnabledState_FalseState 21409
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Quality 21410
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Quality_SourceTimestamp 21411
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_LastSeverity 21412
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_LastSeverity_SourceTimestamp 21413
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Comment 21414
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Comment_SourceTimestamp 21415
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ClientUserId 21416
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Disable 21417
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Enable 21418
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AddComment 21419
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AddComment_InputArguments 21420
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AckedState 21421
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AckedState_Id 21422
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AckedState_Name 21423
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AckedState_Number 21424
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AckedState_EffectiveDisplayName 21425
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AckedState_TransitionTime 21426
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AckedState_EffectiveTransitionTime 21427
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AckedState_TrueState 21428
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AckedState_FalseState 21429
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ConfirmedState 21430
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ConfirmedState_Id 21431
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ConfirmedState_Name 21432
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ConfirmedState_Number 21433
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ConfirmedState_EffectiveDisplayName 21434
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ConfirmedState_TransitionTime 21435
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ConfirmedState_EffectiveTransitionTime 21436
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ConfirmedState_TrueState 21437
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ConfirmedState_FalseState 21438
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Acknowledge 21439
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Acknowledge_InputArguments 21440
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Confirm 21441
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Confirm_InputArguments 21442
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ActiveState 21443
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ActiveState_Id 21444
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ActiveState_Name 21445
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ActiveState_Number 21446
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ActiveState_EffectiveDisplayName 21447
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ActiveState_TransitionTime 21448
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ActiveState_EffectiveTransitionTime 21449
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ActiveState_TrueState 21450
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ActiveState_FalseState 21451
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_InputNode 21452
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SuppressedState 21453
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SuppressedState_Id 21454
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SuppressedState_Name 21455
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SuppressedState_Number 21456
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SuppressedState_EffectiveDisplayName 21457
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SuppressedState_TransitionTime 21458
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SuppressedState_EffectiveTransitionTime 21459
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SuppressedState_TrueState 21460
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SuppressedState_FalseState 21461
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_OutOfServiceState 21462
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_OutOfServiceState_Id 21463
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_OutOfServiceState_Name 21464
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_OutOfServiceState_Number 21465
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_OutOfServiceState_EffectiveDisplayName 21466
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_OutOfServiceState_TransitionTime 21467
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_OutOfServiceState_EffectiveTransitionTime 21468
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_OutOfServiceState_TrueState 21469
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_OutOfServiceState_FalseState 21470
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState 21471
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_CurrentState 21472
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_CurrentState_Id 21473
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_CurrentState_Name 21474
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_CurrentState_Number 21475
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_CurrentState_EffectiveDisplayName 21476
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_LastTransition 21477
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_LastTransition_Id 21478
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_LastTransition_Name 21479
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_LastTransition_Number 21480
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_LastTransition_TransitionTime 21481
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_LastTransition_EffectiveTransitionTime 21482
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_AvailableStates 21483
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_AvailableTransitions 21484
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_UnshelveTime 21485
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_TimedShelve 21486
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_TimedShelve_InputArguments 21487
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_Unshelve 21488
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ShelvingState_OneShotShelve 21489
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SuppressedOrShelved 21490
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_MaxTimeShelved 21491
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AudibleEnabled 21492
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AudibleSound 21493
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AudibleSound_ListId 21494
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AudibleSound_AgencyId 21495
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_AudibleSound_VersionId 21496
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SilenceState 21497
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SilenceState_Id 21498
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SilenceState_Name 21499
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SilenceState_Number 21500
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SilenceState_EffectiveDisplayName 21501
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SilenceState_TransitionTime 21502
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SilenceState_EffectiveTransitionTime 21503
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SilenceState_TrueState 21504
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_SilenceState_FalseState 21505
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_OnDelay 21506
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_OffDelay 21507
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_FirstInGroupFlag 21508
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_FirstInGroup 21509
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_LatchedState 21510
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_LatchedState_Id 21511
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_LatchedState_Name 21512
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_LatchedState_Number 21513
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_LatchedState_EffectiveDisplayName 21514
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_LatchedState_TransitionTime 21515
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_LatchedState_EffectiveTransitionTime 21516
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_LatchedState_TrueState 21517
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_LatchedState_FalseState 21518
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ReAlarmTime 21519
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ReAlarmRepeatCount 21520
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Silence 21521
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Suppress 21522
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Unsuppress 21523
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_RemoveFromService 21524
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_PlaceInService 21525
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Reset 21526
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_NormalState 21527
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ExpirationDate 21528
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_ExpirationLimit 21529
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_CertificateType 21530
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateExpired_Certificate 21531
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate 21532
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_EventId 21533
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_EventType 21534
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SourceNode 21535
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SourceName 21536
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Time 21537
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ReceiveTime 21538
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_LocalTime 21539
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Message 21540
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Severity 21541
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ConditionClassId 21542
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ConditionClassName 21543
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ConditionSubClassId 21544
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ConditionSubClassName 21545
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ConditionName 21546
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_BranchId 21547
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Retain 21548
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_EnabledState 21549
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_EnabledState_Id 21550
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_EnabledState_Name 21551
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_EnabledState_Number 21552
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_EnabledState_EffectiveDisplayName 21553
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_EnabledState_TransitionTime 21554
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_EnabledState_EffectiveTransitionTime 21555
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_EnabledState_TrueState 21556
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_EnabledState_FalseState 21557
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Quality 21558
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Quality_SourceTimestamp 21559
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_LastSeverity 21560
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_LastSeverity_SourceTimestamp 21561
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Comment 21562
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Comment_SourceTimestamp 21563
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ClientUserId 21564
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Disable 21565
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Enable 21566
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AddComment 21567
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AddComment_InputArguments 21568
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AckedState 21569
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AckedState_Id 21570
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AckedState_Name 21571
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AckedState_Number 21572
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AckedState_EffectiveDisplayName 21573
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AckedState_TransitionTime 21574
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AckedState_EffectiveTransitionTime 21575
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AckedState_TrueState 21576
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AckedState_FalseState 21577
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ConfirmedState 21578
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ConfirmedState_Id 21579
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ConfirmedState_Name 21580
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ConfirmedState_Number 21581
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ConfirmedState_EffectiveDisplayName 21582
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ConfirmedState_TransitionTime 21583
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ConfirmedState_EffectiveTransitionTime 21584
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ConfirmedState_TrueState 21585
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ConfirmedState_FalseState 21586
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Acknowledge 21587
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Acknowledge_InputArguments 21588
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Confirm 21589
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Confirm_InputArguments 21590
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ActiveState 21591
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ActiveState_Id 21592
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ActiveState_Name 21593
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ActiveState_Number 21594
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ActiveState_EffectiveDisplayName 21595
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ActiveState_TransitionTime 21596
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ActiveState_EffectiveTransitionTime 21597
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ActiveState_TrueState 21598
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ActiveState_FalseState 21599
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_InputNode 21600
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SuppressedState 21601
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SuppressedState_Id 21602
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SuppressedState_Name 21603
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SuppressedState_Number 21604
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SuppressedState_EffectiveDisplayName 21605
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SuppressedState_TransitionTime 21606
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SuppressedState_EffectiveTransitionTime 21607
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SuppressedState_TrueState 21608
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SuppressedState_FalseState 21609
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_OutOfServiceState 21610
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_OutOfServiceState_Id 21611
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_OutOfServiceState_Name 21612
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_OutOfServiceState_Number 21613
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_OutOfServiceState_EffectiveDisplayName 21614
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_OutOfServiceState_TransitionTime 21615
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_OutOfServiceState_EffectiveTransitionTime 21616
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_OutOfServiceState_TrueState 21617
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_OutOfServiceState_FalseState 21618
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState 21619
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_CurrentState 21620
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_CurrentState_Id 21621
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_CurrentState_Name 21622
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_CurrentState_Number 21623
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_CurrentState_EffectiveDisplayName 21624
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_LastTransition 21625
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_LastTransition_Id 21626
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_LastTransition_Name 21627
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_LastTransition_Number 21628
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_LastTransition_TransitionTime 21629
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_LastTransition_EffectiveTransitionTime 21630
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_AvailableStates 21631
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_AvailableTransitions 21632
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_UnshelveTime 21633
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_TimedShelve 21634
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_TimedShelve_InputArguments 21635
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_Unshelve 21636
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ShelvingState_OneShotShelve 21637
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SuppressedOrShelved 21638
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_MaxTimeShelved 21639
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AudibleEnabled 21640
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AudibleSound 21641
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AudibleSound_ListId 21642
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AudibleSound_AgencyId 21643
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_AudibleSound_VersionId 21644
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SilenceState 21645
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SilenceState_Id 21646
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SilenceState_Name 21647
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SilenceState_Number 21648
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SilenceState_EffectiveDisplayName 21649
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SilenceState_TransitionTime 21650
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SilenceState_EffectiveTransitionTime 21651
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SilenceState_TrueState 21652
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_SilenceState_FalseState 21653
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_OnDelay 21654
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_OffDelay 21655
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_FirstInGroupFlag 21656
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_FirstInGroup 21657
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_LatchedState 21658
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_LatchedState_Id 21659
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_LatchedState_Name 21660
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_LatchedState_Number 21661
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_LatchedState_EffectiveDisplayName 21662
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_LatchedState_TransitionTime 21663
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_LatchedState_EffectiveTransitionTime 21664
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_LatchedState_TrueState 21665
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_LatchedState_FalseState 21666
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ReAlarmTime 21667
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_ReAlarmRepeatCount 21668
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Silence 21669
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Suppress 21670
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Unsuppress 21671
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_RemoveFromService 21672
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_PlaceInService 21673
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_Reset 21674
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_NormalState 21675
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_TrustListId 21676
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_LastUpdateTime 21677
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustListOutOfDate_UpdateFrequency 21678
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_UpdateFrequency 21679
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired 21680
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EventId 21681
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EventType 21682
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SourceNode 21683
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SourceName 21684
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Time 21685
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ReceiveTime 21686
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LocalTime 21687
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Message 21688
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Severity 21689
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConditionClassId 21690
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConditionClassName 21691
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConditionSubClassId 21692
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConditionSubClassName 21693
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConditionName 21694
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_BranchId 21695
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Retain 21696
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState 21697
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_Id 21698
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_Name 21699
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_Number 21700
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_EffectiveDisplayName 21701
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_TransitionTime 21702
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_EffectiveTransitionTime 21703
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_TrueState 21704
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_FalseState 21705
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Quality 21706
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Quality_SourceTimestamp 21707
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LastSeverity 21708
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LastSeverity_SourceTimestamp 21709
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Comment 21710
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Comment_SourceTimestamp 21711
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ClientUserId 21712
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Disable 21713
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Enable 21714
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AddComment 21715
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AddComment_InputArguments 21716
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState 21717
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_Id 21718
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_Name 21719
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_Number 21720
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_EffectiveDisplayName 21721
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_TransitionTime 21722
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_EffectiveTransitionTime 21723
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_TrueState 21724
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_FalseState 21725
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState 21726
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_Id 21727
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_Name 21728
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_Number 21729
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_EffectiveDisplayName 21730
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_TransitionTime 21731
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_EffectiveTransitionTime 21732
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_TrueState 21733
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_FalseState 21734
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Acknowledge 21735
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Acknowledge_InputArguments 21736
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Confirm 21737
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Confirm_InputArguments 21738
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState 21739
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_Id 21740
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_Name 21741
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_Number 21742
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_EffectiveDisplayName 21743
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_TransitionTime 21744
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_EffectiveTransitionTime 21745
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_TrueState 21746
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_FalseState 21747
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_InputNode 21748
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState 21749
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_Id 21750
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_Name 21751
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_Number 21752
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_EffectiveDisplayName 21753
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_TransitionTime 21754
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_EffectiveTransitionTime 21755
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_TrueState 21756
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_FalseState 21757
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState 21758
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_Id 21759
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_Name 21760
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_Number 21761
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_EffectiveDisplayName 21762
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_TransitionTime 21763
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_EffectiveTransitionTime 21764
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_TrueState 21765
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_FalseState 21766
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState 21767
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_CurrentState 21768
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_CurrentState_Id 21769
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_CurrentState_Name 21770
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_CurrentState_Number 21771
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_CurrentState_EffectiveDisplayName 21772
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition 21773
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition_Id 21774
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition_Name 21775
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition_Number 21776
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition_TransitionTime 21777
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition_EffectiveTransitionTime 21778
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_AvailableStates 21779
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_AvailableTransitions 21780
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_UnshelveTime 21781
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_TimedShelve 21782
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_TimedShelve_InputArguments 21783
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_Unshelve 21784
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_OneShotShelve 21785
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedOrShelved 21786
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_MaxTimeShelved 21787
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AudibleEnabled 21788
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AudibleSound 21789
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AudibleSound_ListId 21790
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AudibleSound_AgencyId 21791
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AudibleSound_VersionId 21792
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState 21793
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_Id 21794
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_Name 21795
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_Number 21796
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_EffectiveDisplayName 21797
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_TransitionTime 21798
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_EffectiveTransitionTime 21799
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_TrueState 21800
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_FalseState 21801
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OnDelay 21802
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OffDelay 21803
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_FirstInGroupFlag 21804
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_FirstInGroup 21805
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState 21806
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_Id 21807
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_Name 21808
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_Number 21809
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_EffectiveDisplayName 21810
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_TransitionTime 21811
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_EffectiveTransitionTime 21812
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_TrueState 21813
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_FalseState 21814
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ReAlarmTime 21815
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ReAlarmRepeatCount 21816
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Silence 21817
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Suppress 21818
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Unsuppress 21819
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_RemoveFromService 21820
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_PlaceInService 21821
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Reset 21822
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_NormalState 21823
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ExpirationDate 21824
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ExpirationLimit 21825
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_CertificateType 21826
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Certificate 21827
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate 21828
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EventId 21829
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EventType 21830
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SourceNode 21831
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SourceName 21832
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Time 21833
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ReceiveTime 21834
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LocalTime 21835
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Message 21836
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Severity 21837
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConditionClassId 21838
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConditionClassName 21839
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConditionSubClassId 21840
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConditionSubClassName 21841
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConditionName 21842
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_BranchId 21843
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Retain 21844
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState 21845
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_Id 21846
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_Name 21847
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_Number 21848
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_EffectiveDisplayName 21849
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_TransitionTime 21850
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_EffectiveTransitionTime 21851
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_TrueState 21852
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_FalseState 21853
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Quality 21854
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Quality_SourceTimestamp 21855
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LastSeverity 21856
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LastSeverity_SourceTimestamp 21857
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Comment 21858
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Comment_SourceTimestamp 21859
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ClientUserId 21860
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Disable 21861
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Enable 21862
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AddComment 21863
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AddComment_InputArguments 21864
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState 21865
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_Id 21866
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_Name 21867
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_Number 21868
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_EffectiveDisplayName 21869
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_TransitionTime 21870
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_EffectiveTransitionTime 21871
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_TrueState 21872
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_FalseState 21873
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState 21874
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_Id 21875
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_Name 21876
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_Number 21877
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_EffectiveDisplayName 21878
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_TransitionTime 21879
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_EffectiveTransitionTime 21880
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_TrueState 21881
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_FalseState 21882
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Acknowledge 21883
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Acknowledge_InputArguments 21884
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Confirm 21885
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Confirm_InputArguments 21886
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState 21887
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_Id 21888
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_Name 21889
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_Number 21890
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_EffectiveDisplayName 21891
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_TransitionTime 21892
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_EffectiveTransitionTime 21893
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_TrueState 21894
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_FalseState 21895
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_InputNode 21896
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState 21897
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_Id 21898
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_Name 21899
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_Number 21900
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_EffectiveDisplayName 21901
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_TransitionTime 21902
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_EffectiveTransitionTime 21903
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_TrueState 21904
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_FalseState 21905
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState 21906
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_Id 21907
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_Name 21908
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_Number 21909
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_EffectiveDisplayName 21910
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_TransitionTime 21911
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_EffectiveTransitionTime 21912
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_TrueState 21913
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_FalseState 21914
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState 21915
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_CurrentState 21916
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_CurrentState_Id 21917
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_CurrentState_Name 21918
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_CurrentState_Number 21919
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_CurrentState_EffectiveDisplayName 21920
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition 21921
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition_Id 21922
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition_Name 21923
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition_Number 21924
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition_TransitionTime 21925
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition_EffectiveTransitionTime 21926
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_AvailableStates 21927
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_AvailableTransitions 21928
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_UnshelveTime 21929
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_TimedShelve 21930
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_TimedShelve_InputArguments 21931
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_Unshelve 21932
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_OneShotShelve 21933
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedOrShelved 21934
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_MaxTimeShelved 21935
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AudibleEnabled 21936
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AudibleSound 21937
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AudibleSound_ListId 21938
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AudibleSound_AgencyId 21939
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AudibleSound_VersionId 21940
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState 21941
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_Id 21942
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_Name 21943
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_Number 21944
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_EffectiveDisplayName 21945
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_TransitionTime 21946
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_EffectiveTransitionTime 21947
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_TrueState 21948
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_FalseState 21949
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OnDelay 21950
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OffDelay 21951
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_FirstInGroupFlag 21952
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_FirstInGroup 21953
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState 21954
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_Id 21955
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_Name 21956
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_Number 21957
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_EffectiveDisplayName 21958
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_TransitionTime 21959
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_EffectiveTransitionTime 21960
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_TrueState 21961
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_FalseState 21962
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ReAlarmTime 21963
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ReAlarmRepeatCount 21964
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Silence 21965
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Suppress 21966
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Unsuppress 21967
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_RemoveFromService 21968
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_PlaceInService 21969
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Reset 21970
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_NormalState 21971
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_TrustListId 21972
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LastUpdateTime 21973
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_UpdateFrequency 21974
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_UpdateFrequency 21975
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired 21976
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EventId 21977
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EventType 21978
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SourceNode 21979
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SourceName 21980
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Time 21981
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ReceiveTime 21982
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LocalTime 21983
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Message 21984
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Severity 21985
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConditionClassId 21986
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConditionClassName 21987
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConditionSubClassId 21988
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConditionSubClassName 21989
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConditionName 21990
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_BranchId 21991
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Retain 21992
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState 21993
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_Id 21994
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_Name 21995
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_Number 21996
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_EffectiveDisplayName 21997
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_TransitionTime 21998
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_EffectiveTransitionTime 21999
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_TrueState 22000
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_FalseState 22001
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Quality 22002
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Quality_SourceTimestamp 22003
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LastSeverity 22004
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LastSeverity_SourceTimestamp 22005
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Comment 22006
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Comment_SourceTimestamp 22007
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ClientUserId 22008
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Disable 22009
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Enable 22010
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AddComment 22011
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AddComment_InputArguments 22012
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState 22013
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_Id 22014
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_Name 22015
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_Number 22016
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_EffectiveDisplayName 22017
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_TransitionTime 22018
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_EffectiveTransitionTime 22019
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_TrueState 22020
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_FalseState 22021
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState 22022
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_Id 22023
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_Name 22024
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_Number 22025
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_EffectiveDisplayName 22026
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_TransitionTime 22027
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_EffectiveTransitionTime 22028
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_TrueState 22029
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_FalseState 22030
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Acknowledge 22031
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Acknowledge_InputArguments 22032
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Confirm 22033
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Confirm_InputArguments 22034
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState 22035
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_Id 22036
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_Name 22037
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_Number 22038
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_EffectiveDisplayName 22039
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_TransitionTime 22040
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_EffectiveTransitionTime 22041
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_TrueState 22042
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_FalseState 22043
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_InputNode 22044
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState 22045
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_Id 22046
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_Name 22047
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_Number 22048
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_EffectiveDisplayName 22049
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_TransitionTime 22050
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_EffectiveTransitionTime 22051
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_TrueState 22052
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_FalseState 22053
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState 22054
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_Id 22055
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_Name 22056
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_Number 22057
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_EffectiveDisplayName 22058
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_TransitionTime 22059
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_EffectiveTransitionTime 22060
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_TrueState 22061
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_FalseState 22062
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState 22063
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_CurrentState 22064
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_CurrentState_Id 22065
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_CurrentState_Name 22066
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_CurrentState_Number 22067
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_CurrentState_EffectiveDisplayName 22068
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition 22069
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition_Id 22070
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition_Name 22071
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition_Number 22072
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition_TransitionTime 22073
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition_EffectiveTransitionTime 22074
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_AvailableStates 22075
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_AvailableTransitions 22076
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_UnshelveTime 22077
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_TimedShelve 22078
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_TimedShelve_InputArguments 22079
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_Unshelve 22080
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_OneShotShelve 22081
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedOrShelved 22082
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_MaxTimeShelved 22083
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AudibleEnabled 22084
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AudibleSound 22085
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AudibleSound_ListId 22086
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AudibleSound_AgencyId 22087
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AudibleSound_VersionId 22088
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState 22089
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_Id 22090
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_Name 22091
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_Number 22092
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_EffectiveDisplayName 22093
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_TransitionTime 22094
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_EffectiveTransitionTime 22095
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_TrueState 22096
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_FalseState 22097
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OnDelay 22098
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OffDelay 22099
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_FirstInGroupFlag 22100
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_FirstInGroup 22101
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState 22102
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_Id 22103
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_Name 22104
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_Number 22105
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_EffectiveDisplayName 22106
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_TransitionTime 22107
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_EffectiveTransitionTime 22108
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_TrueState 22109
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_FalseState 22110
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ReAlarmTime 22111
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ReAlarmRepeatCount 22112
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Silence 22113
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Suppress 22114
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Unsuppress 22115
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_RemoveFromService 22116
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_PlaceInService 22117
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Reset 22118
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_NormalState 22119
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ExpirationDate 22120
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ExpirationLimit 22121
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_CertificateType 22122
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Certificate 22123
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate 22124
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EventId 22125
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EventType 22126
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SourceNode 22127
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SourceName 22128
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Time 22129
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ReceiveTime 22130
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LocalTime 22131
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Message 22132
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Severity 22133
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConditionClassId 22134
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConditionClassName 22135
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConditionSubClassId 22136
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConditionSubClassName 22137
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConditionName 22138
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_BranchId 22139
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Retain 22140
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState 22141
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_Id 22142
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_Name 22143
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_Number 22144
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_EffectiveDisplayName 22145
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_TransitionTime 22146
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_EffectiveTransitionTime 22147
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_TrueState 22148
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_FalseState 22149
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Quality 22150
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Quality_SourceTimestamp 22151
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LastSeverity 22152
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LastSeverity_SourceTimestamp 22153
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Comment 22154
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Comment_SourceTimestamp 22155
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ClientUserId 22156
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Disable 22157
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Enable 22158
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AddComment 22159
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AddComment_InputArguments 22160
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState 22161
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_Id 22162
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_Name 22163
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_Number 22164
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_EffectiveDisplayName 22165
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_TransitionTime 22166
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_EffectiveTransitionTime 22167
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_TrueState 22168
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_FalseState 22169
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState 22170
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_Id 22171
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_Name 22172
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_Number 22173
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_EffectiveDisplayName 22174
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_TransitionTime 22175
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_EffectiveTransitionTime 22176
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_TrueState 22177
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_FalseState 22178
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Acknowledge 22179
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Acknowledge_InputArguments 22180
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Confirm 22181
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Confirm_InputArguments 22182
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState 22183
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_Id 22184
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_Name 22185
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_Number 22186
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_EffectiveDisplayName 22187
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_TransitionTime 22188
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_EffectiveTransitionTime 22189
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_TrueState 22190
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_FalseState 22191
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_InputNode 22192
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState 22193
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_Id 22194
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_Name 22195
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_Number 22196
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_EffectiveDisplayName 22197
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_TransitionTime 22198
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_EffectiveTransitionTime 22199
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_TrueState 22200
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_FalseState 22201
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState 22202
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_Id 22203
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_Name 22204
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_Number 22205
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_EffectiveDisplayName 22206
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_TransitionTime 22207
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_EffectiveTransitionTime 22208
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_TrueState 22209
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_FalseState 22210
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState 22211
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_CurrentState 22212
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_CurrentState_Id 22213
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_CurrentState_Name 22214
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_CurrentState_Number 22215
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_CurrentState_EffectiveDisplayName 22216
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition 22217
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition_Id 22218
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition_Name 22219
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition_Number 22220
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition_TransitionTime 22221
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition_EffectiveTransitionTime 22222
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_AvailableStates 22223
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_AvailableTransitions 22224
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_UnshelveTime 22225
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_TimedShelve 22226
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_TimedShelve_InputArguments 22227
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_Unshelve 22228
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_OneShotShelve 22229
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedOrShelved 22230
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_MaxTimeShelved 22231
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AudibleEnabled 22232
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AudibleSound 22233
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AudibleSound_ListId 22234
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AudibleSound_AgencyId 22235
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AudibleSound_VersionId 22236
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState 22237
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_Id 22238
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_Name 22239
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_Number 22240
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_EffectiveDisplayName 22241
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_TransitionTime 22242
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_EffectiveTransitionTime 22243
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_TrueState 22244
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_FalseState 22245
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OnDelay 22246
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OffDelay 22247
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_FirstInGroupFlag 22248
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_FirstInGroup 22249
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState 22250
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_Id 22251
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_Name 22252
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_Number 22253
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_EffectiveDisplayName 22254
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_TransitionTime 22255
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_EffectiveTransitionTime 22256
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_TrueState 22257
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_FalseState 22258
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ReAlarmTime 22259
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ReAlarmRepeatCount 22260
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Silence 22261
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Suppress 22262
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Unsuppress 22263
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_RemoveFromService 22264
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_PlaceInService 22265
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Reset 22266
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_NormalState 22267
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_TrustListId 22268
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LastUpdateTime 22269
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_UpdateFrequency 22270
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_UpdateFrequency 22271
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired 22272
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EventId 22273
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EventType 22274
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SourceNode 22275
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SourceName 22276
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Time 22277
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ReceiveTime 22278
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LocalTime 22279
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Message 22280
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Severity 22281
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConditionClassId 22282
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConditionClassName 22283
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConditionSubClassId 22284
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConditionSubClassName 22285
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConditionName 22286
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_BranchId 22287
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Retain 22288
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState 22289
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_Id 22290
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_Name 22291
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_Number 22292
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_EffectiveDisplayName 22293
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_TransitionTime 22294
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_EffectiveTransitionTime 22295
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_TrueState 22296
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_FalseState 22297
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Quality 22298
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Quality_SourceTimestamp 22299
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LastSeverity 22300
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LastSeverity_SourceTimestamp 22301
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Comment 22302
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Comment_SourceTimestamp 22303
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ClientUserId 22304
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Disable 22305
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Enable 22306
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AddComment 22307
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AddComment_InputArguments 22308
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState 22309
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_Id 22310
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_Name 22311
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_Number 22312
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_EffectiveDisplayName 22313
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_TransitionTime 22314
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_EffectiveTransitionTime 22315
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_TrueState 22316
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_FalseState 22317
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState 22318
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_Id 22319
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_Name 22320
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_Number 22321
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_EffectiveDisplayName 22322
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_TransitionTime 22323
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_EffectiveTransitionTime 22324
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_TrueState 22325
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_FalseState 22326
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Acknowledge 22327
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Acknowledge_InputArguments 22328
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Confirm 22329
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Confirm_InputArguments 22330
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState 22331
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_Id 22332
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_Name 22333
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_Number 22334
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_EffectiveDisplayName 22335
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_TransitionTime 22336
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_EffectiveTransitionTime 22337
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_TrueState 22338
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_FalseState 22339
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_InputNode 22340
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState 22341
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_Id 22342
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_Name 22343
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_Number 22344
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_EffectiveDisplayName 22345
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_TransitionTime 22346
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_EffectiveTransitionTime 22347
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_TrueState 22348
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_FalseState 22349
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState 22350
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_Id 22351
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_Name 22352
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_Number 22353
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_EffectiveDisplayName 22354
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_TransitionTime 22355
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_EffectiveTransitionTime 22356
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_TrueState 22357
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_FalseState 22358
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState 22359
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_CurrentState 22360
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_CurrentState_Id 22361
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_CurrentState_Name 22362
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_CurrentState_Number 22363
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_CurrentState_EffectiveDisplayName 22364
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition 22365
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition_Id 22366
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition_Name 22367
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition_Number 22368
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition_TransitionTime 22369
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition_EffectiveTransitionTime 22370
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_AvailableStates 22371
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_AvailableTransitions 22372
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_UnshelveTime 22373
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_TimedShelve 22374
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_TimedShelve_InputArguments 22375
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_Unshelve 22376
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_OneShotShelve 22377
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedOrShelved 22378
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_MaxTimeShelved 22379
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AudibleEnabled 22380
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AudibleSound 22381
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AudibleSound_ListId 22382
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AudibleSound_AgencyId 22383
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AudibleSound_VersionId 22384
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState 22385
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_Id 22386
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_Name 22387
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_Number 22388
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_EffectiveDisplayName 22389
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_TransitionTime 22390
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_EffectiveTransitionTime 22391
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_TrueState 22392
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_FalseState 22393
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OnDelay 22394
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OffDelay 22395
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_FirstInGroupFlag 22396
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_FirstInGroup 22397
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState 22398
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_Id 22399
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_Name 22400
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_Number 22401
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_EffectiveDisplayName 22402
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_TransitionTime 22403
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_EffectiveTransitionTime 22404
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_TrueState 22405
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_FalseState 22406
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ReAlarmTime 22407
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ReAlarmRepeatCount 22408
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Silence 22409
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Suppress 22410
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Unsuppress 22411
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_RemoveFromService 22412
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_PlaceInService 22413
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Reset 22414
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_NormalState 22415
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ExpirationDate 22416
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ExpirationLimit 22417
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_CertificateType 22418
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Certificate 22419
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate 22420
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EventId 22421
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EventType 22422
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SourceNode 22423
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SourceName 22424
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Time 22425
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ReceiveTime 22426
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LocalTime 22427
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Message 22428
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Severity 22429
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConditionClassId 22430
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConditionClassName 22431
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConditionSubClassId 22432
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConditionSubClassName 22433
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConditionName 22434
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_BranchId 22435
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Retain 22436
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState 22437
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_Id 22438
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_Name 22439
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_Number 22440
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_EffectiveDisplayName 22441
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_TransitionTime 22442
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_EffectiveTransitionTime 22443
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_TrueState 22444
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_FalseState 22445
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Quality 22446
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Quality_SourceTimestamp 22447
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LastSeverity 22448
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LastSeverity_SourceTimestamp 22449
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Comment 22450
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Comment_SourceTimestamp 22451
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ClientUserId 22452
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Disable 22453
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Enable 22454
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AddComment 22455
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AddComment_InputArguments 22456
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState 22457
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_Id 22458
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_Name 22459
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_Number 22460
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_EffectiveDisplayName 22461
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_TransitionTime 22462
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_EffectiveTransitionTime 22463
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_TrueState 22464
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_FalseState 22465
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState 22466
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_Id 22467
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_Name 22468
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_Number 22469
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_EffectiveDisplayName 22470
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_TransitionTime 22471
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_EffectiveTransitionTime 22472
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_TrueState 22473
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_FalseState 22474
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Acknowledge 22475
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Acknowledge_InputArguments 22476
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Confirm 22477
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Confirm_InputArguments 22478
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState 22479
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_Id 22480
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_Name 22481
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_Number 22482
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_EffectiveDisplayName 22483
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_TransitionTime 22484
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_EffectiveTransitionTime 22485
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_TrueState 22486
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_FalseState 22487
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_InputNode 22488
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState 22489
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_Id 22490
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_Name 22491
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_Number 22492
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_EffectiveDisplayName 22493
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_TransitionTime 22494
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_EffectiveTransitionTime 22495
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_TrueState 22496
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_FalseState 22497
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState 22498
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_Id 22499
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_Name 22500
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_Number 22501
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_EffectiveDisplayName 22502
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_TransitionTime 22503
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_EffectiveTransitionTime 22504
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_TrueState 22505
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_FalseState 22506
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState 22507
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_CurrentState 22508
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_CurrentState_Id 22509
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_CurrentState_Name 22510
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_CurrentState_Number 22511
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_CurrentState_EffectiveDisplayName 22512
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition 22513
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition_Id 22514
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition_Name 22515
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition_Number 22516
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition_TransitionTime 22517
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition_EffectiveTransitionTime 22518
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_AvailableStates 22519
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_AvailableTransitions 22520
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_UnshelveTime 22521
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_TimedShelve 22522
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_TimedShelve_InputArguments 22523
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_Unshelve 22524
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_OneShotShelve 22525
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedOrShelved 22526
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_MaxTimeShelved 22527
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AudibleEnabled 22528
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AudibleSound 22529
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AudibleSound_ListId 22530
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AudibleSound_AgencyId 22531
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AudibleSound_VersionId 22532
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState 22533
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_Id 22534
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_Name 22535
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_Number 22536
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_EffectiveDisplayName 22537
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_TransitionTime 22538
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_EffectiveTransitionTime 22539
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_TrueState 22540
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_FalseState 22541
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OnDelay 22542
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OffDelay 22543
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_FirstInGroupFlag 22544
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_FirstInGroup 22545
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState 22546
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_Id 22547
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_Name 22548
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_Number 22549
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_EffectiveDisplayName 22550
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_TransitionTime 22551
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_EffectiveTransitionTime 22552
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_TrueState 22553
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_FalseState 22554
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ReAlarmTime 22555
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ReAlarmRepeatCount 22556
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Silence 22557
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Suppress 22558
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Unsuppress 22559
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_RemoveFromService 22560
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_PlaceInService 22561
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Reset 22562
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_NormalState 22563
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_TrustListId 22564
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LastUpdateTime 22565
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_UpdateFrequency 22566
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_UpdateFrequency 22567
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired 22568
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EventId 22569
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EventType 22570
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SourceNode 22571
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SourceName 22572
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Time 22573
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ReceiveTime 22574
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LocalTime 22575
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Message 22576
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Severity 22577
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConditionClassId 22578
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConditionClassName 22579
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConditionSubClassId 22580
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConditionSubClassName 22581
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConditionName 22582
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_BranchId 22583
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Retain 22584
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState 22585
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_Id 22586
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_Name 22587
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_Number 22588
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_EffectiveDisplayName 22589
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_TransitionTime 22590
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_EffectiveTransitionTime 22591
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_TrueState 22592
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_EnabledState_FalseState 22593
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Quality 22594
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Quality_SourceTimestamp 22595
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LastSeverity 22596
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LastSeverity_SourceTimestamp 22597
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Comment 22598
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Comment_SourceTimestamp 22599
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ClientUserId 22600
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Disable 22601
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Enable 22602
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AddComment 22603
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AddComment_InputArguments 22604
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState 22605
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_Id 22606
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_Name 22607
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_Number 22608
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_EffectiveDisplayName 22609
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_TransitionTime 22610
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_EffectiveTransitionTime 22611
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_TrueState 22612
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AckedState_FalseState 22613
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState 22614
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_Id 22615
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_Name 22616
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_Number 22617
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_EffectiveDisplayName 22618
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_TransitionTime 22619
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_EffectiveTransitionTime 22620
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_TrueState 22621
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ConfirmedState_FalseState 22622
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Acknowledge 22623
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Acknowledge_InputArguments 22624
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Confirm 22625
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Confirm_InputArguments 22626
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState 22627
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_Id 22628
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_Name 22629
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_Number 22630
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_EffectiveDisplayName 22631
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_TransitionTime 22632
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_EffectiveTransitionTime 22633
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_TrueState 22634
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ActiveState_FalseState 22635
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_InputNode 22636
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState 22637
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_Id 22638
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_Name 22639
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_Number 22640
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_EffectiveDisplayName 22641
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_TransitionTime 22642
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_EffectiveTransitionTime 22643
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_TrueState 22644
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedState_FalseState 22645
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState 22646
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_Id 22647
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_Name 22648
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_Number 22649
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_EffectiveDisplayName 22650
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_TransitionTime 22651
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_EffectiveTransitionTime 22652
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_TrueState 22653
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OutOfServiceState_FalseState 22654
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState 22655
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_CurrentState 22656
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_CurrentState_Id 22657
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_CurrentState_Name 22658
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_CurrentState_Number 22659
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_CurrentState_EffectiveDisplayName 22660
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition 22661
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition_Id 22662
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition_Name 22663
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition_Number 22664
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition_TransitionTime 22665
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_LastTransition_EffectiveTransitionTime 22666
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_AvailableStates 22667
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_AvailableTransitions 22668
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_UnshelveTime 22669
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_TimedShelve 22670
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_TimedShelve_InputArguments 22671
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_Unshelve 22672
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ShelvingState_OneShotShelve 22673
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SuppressedOrShelved 22674
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_MaxTimeShelved 22675
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AudibleEnabled 22676
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AudibleSound 22677
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AudibleSound_ListId 22678
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AudibleSound_AgencyId 22679
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_AudibleSound_VersionId 22680
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState 22681
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_Id 22682
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_Name 22683
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_Number 22684
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_EffectiveDisplayName 22685
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_TransitionTime 22686
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_EffectiveTransitionTime 22687
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_TrueState 22688
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_SilenceState_FalseState 22689
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OnDelay 22690
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_OffDelay 22691
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_FirstInGroupFlag 22692
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_FirstInGroup 22693
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState 22694
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_Id 22695
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_Name 22696
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_Number 22697
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_EffectiveDisplayName 22698
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_TransitionTime 22699
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_EffectiveTransitionTime 22700
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_TrueState 22701
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_LatchedState_FalseState 22702
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ReAlarmTime 22703
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ReAlarmRepeatCount 22704
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Silence 22705
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Suppress 22706
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Unsuppress 22707
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_RemoveFromService 22708
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_PlaceInService 22709
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Reset 22710
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_NormalState 22711
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ExpirationDate 22712
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_ExpirationLimit 22713
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_CertificateType 22714
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_CertificateExpired_Certificate 22715
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate 22716
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EventId 22717
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EventType 22718
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SourceNode 22719
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SourceName 22720
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Time 22721
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ReceiveTime 22722
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LocalTime 22723
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Message 22724
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Severity 22725
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConditionClassId 22726
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConditionClassName 22727
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConditionSubClassId 22728
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConditionSubClassName 22729
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConditionName 22730
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_BranchId 22731
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Retain 22732
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState 22733
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_Id 22734
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_Name 22735
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_Number 22736
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_EffectiveDisplayName 22737
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_TransitionTime 22738
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_EffectiveTransitionTime 22739
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_TrueState 22740
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_EnabledState_FalseState 22741
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Quality 22742
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Quality_SourceTimestamp 22743
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LastSeverity 22744
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LastSeverity_SourceTimestamp 22745
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Comment 22746
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Comment_SourceTimestamp 22747
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ClientUserId 22748
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Disable 22749
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Enable 22750
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AddComment 22751
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AddComment_InputArguments 22752
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState 22753
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_Id 22754
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_Name 22755
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_Number 22756
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_EffectiveDisplayName 22757
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_TransitionTime 22758
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_EffectiveTransitionTime 22759
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_TrueState 22760
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AckedState_FalseState 22761
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState 22762
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_Id 22763
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_Name 22764
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_Number 22765
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_EffectiveDisplayName 22766
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_TransitionTime 22767
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_EffectiveTransitionTime 22768
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_TrueState 22769
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ConfirmedState_FalseState 22770
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Acknowledge 22771
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Acknowledge_InputArguments 22772
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Confirm 22773
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Confirm_InputArguments 22774
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState 22775
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_Id 22776
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_Name 22777
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_Number 22778
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_EffectiveDisplayName 22779
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_TransitionTime 22780
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_EffectiveTransitionTime 22781
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_TrueState 22782
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ActiveState_FalseState 22783
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_InputNode 22784
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState 22785
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_Id 22786
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_Name 22787
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_Number 22788
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_EffectiveDisplayName 22789
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_TransitionTime 22790
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_EffectiveTransitionTime 22791
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_TrueState 22792
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedState_FalseState 22793
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState 22794
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_Id 22795
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_Name 22796
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_Number 22797
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_EffectiveDisplayName 22798
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_TransitionTime 22799
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_EffectiveTransitionTime 22800
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_TrueState 22801
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OutOfServiceState_FalseState 22802
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState 22803
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_CurrentState 22804
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_CurrentState_Id 22805
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_CurrentState_Name 22806
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_CurrentState_Number 22807
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_CurrentState_EffectiveDisplayName 22808
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition 22809
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition_Id 22810
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition_Name 22811
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition_Number 22812
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition_TransitionTime 22813
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_LastTransition_EffectiveTransitionTime 22814
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_AvailableStates 22815
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_AvailableTransitions 22816
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_UnshelveTime 22817
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_TimedShelve 22818
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_TimedShelve_InputArguments 22819
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_Unshelve 22820
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ShelvingState_OneShotShelve 22821
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SuppressedOrShelved 22822
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_MaxTimeShelved 22823
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AudibleEnabled 22824
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AudibleSound 22825
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AudibleSound_ListId 22826
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AudibleSound_AgencyId 22827
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_AudibleSound_VersionId 22828
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState 22829
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_Id 22830
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_Name 22831
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_Number 22832
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_EffectiveDisplayName 22833
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_TransitionTime 22834
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_EffectiveTransitionTime 22835
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_TrueState 22836
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_SilenceState_FalseState 22837
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OnDelay 22838
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_OffDelay 22839
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_FirstInGroupFlag 22840
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_FirstInGroup 22841
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState 22842
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_Id 22843
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_Name 22844
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_Number 22845
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_EffectiveDisplayName 22846
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_TransitionTime 22847
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_EffectiveTransitionTime 22848
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_TrueState 22849
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LatchedState_FalseState 22850
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ReAlarmTime 22851
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_ReAlarmRepeatCount 22852
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Silence 22853
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Suppress 22854
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Unsuppress 22855
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_RemoveFromService 22856
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_PlaceInService 22857
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_Reset 22858
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_NormalState 22859
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_TrustListId 22860
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_LastUpdateTime 22861
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustListOutOfDate_UpdateFrequency 22862
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_UpdateFrequency 22863
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired 22864
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EventId 22865
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EventType 22866
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SourceNode 22867
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SourceName 22868
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Time 22869
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ReceiveTime 22870
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LocalTime 22871
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Message 22872
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Severity 22873
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConditionClassId 22874
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConditionClassName 22875
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConditionSubClassId 22876
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConditionSubClassName 22877
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConditionName 22878
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_BranchId 22879
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Retain 22880
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState 22881
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_Id 22882
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_Name 22883
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_Number 22884
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_EffectiveDisplayName 22885
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_TransitionTime 22886
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_EffectiveTransitionTime 22887
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_TrueState 22888
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_EnabledState_FalseState 22889
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Quality 22890
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Quality_SourceTimestamp 22891
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LastSeverity 22892
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LastSeverity_SourceTimestamp 22893
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Comment 22894
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Comment_SourceTimestamp 22895
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ClientUserId 22896
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Disable 22897
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Enable 22898
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AddComment 22899
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AddComment_InputArguments 22900
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState 22901
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_Id 22902
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_Name 22903
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_Number 22904
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_EffectiveDisplayName 22905
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_TransitionTime 22906
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_EffectiveTransitionTime 22907
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_TrueState 22908
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AckedState_FalseState 22909
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState 22910
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_Id 22911
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_Name 22912
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_Number 22913
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_EffectiveDisplayName 22914
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_TransitionTime 22915
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_EffectiveTransitionTime 22916
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_TrueState 22917
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ConfirmedState_FalseState 22918
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Acknowledge 22919
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Acknowledge_InputArguments 22920
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Confirm 22921
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Confirm_InputArguments 22922
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState 22923
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_Id 22924
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_Name 22925
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_Number 22926
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_EffectiveDisplayName 22927
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_TransitionTime 22928
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_EffectiveTransitionTime 22929
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_TrueState 22930
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ActiveState_FalseState 22931
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_InputNode 22932
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState 22933
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_Id 22934
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_Name 22935
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_Number 22936
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_EffectiveDisplayName 22937
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_TransitionTime 22938
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_EffectiveTransitionTime 22939
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_TrueState 22940
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedState_FalseState 22941
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState 22942
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_Id 22943
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_Name 22944
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_Number 22945
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_EffectiveDisplayName 22946
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_TransitionTime 22947
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_EffectiveTransitionTime 22948
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_TrueState 22949
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OutOfServiceState_FalseState 22950
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState 22951
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_CurrentState 22952
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_CurrentState_Id 22953
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_CurrentState_Name 22954
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_CurrentState_Number 22955
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_CurrentState_EffectiveDisplayName 22956
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition 22957
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition_Id 22958
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition_Name 22959
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition_Number 22960
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition_TransitionTime 22961
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_LastTransition_EffectiveTransitionTime 22962
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_AvailableStates 22963
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_AvailableTransitions 22964
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_UnshelveTime 22965
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_TimedShelve 22966
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_TimedShelve_InputArguments 22967
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_Unshelve 22968
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ShelvingState_OneShotShelve 22969
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SuppressedOrShelved 22970
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_MaxTimeShelved 22971
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AudibleEnabled 22972
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AudibleSound 22973
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AudibleSound_ListId 22974
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AudibleSound_AgencyId 22975
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_AudibleSound_VersionId 22976
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState 22977
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_Id 22978
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_Name 22979
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_Number 22980
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_EffectiveDisplayName 22981
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_TransitionTime 22982
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_EffectiveTransitionTime 22983
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_TrueState 22984
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_SilenceState_FalseState 22985
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OnDelay 22986
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_OffDelay 22987
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_FirstInGroupFlag 22988
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_FirstInGroup 22989
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState 22990
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_Id 22991
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_Name 22992
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_Number 22993
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_EffectiveDisplayName 22994
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_TransitionTime 22995
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_EffectiveTransitionTime 22996
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_TrueState 22997
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_LatchedState_FalseState 22998
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ReAlarmTime 22999
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ReAlarmRepeatCount 23000
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Silence 23001
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Suppress 23002
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Unsuppress 23003
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_RemoveFromService 23004
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_PlaceInService 23005
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Reset 23006
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_NormalState 23007
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ExpirationDate 23008
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_ExpirationLimit 23009
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_CertificateType 23010
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_CertificateExpired_Certificate 23011
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate 23012
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EventId 23013
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EventType 23014
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SourceNode 23015
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SourceName 23016
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Time 23017
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ReceiveTime 23018
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LocalTime 23019
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Message 23020
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Severity 23021
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConditionClassId 23022
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConditionClassName 23023
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConditionSubClassId 23024
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConditionSubClassName 23025
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConditionName 23026
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_BranchId 23027
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Retain 23028
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState 23029
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_Id 23030
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_Name 23031
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_Number 23032
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_EffectiveDisplayName 23033
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_TransitionTime 23034
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_EffectiveTransitionTime 23035
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_TrueState 23036
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_EnabledState_FalseState 23037
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Quality 23038
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Quality_SourceTimestamp 23039
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LastSeverity 23040
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LastSeverity_SourceTimestamp 23041
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Comment 23042
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Comment_SourceTimestamp 23043
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ClientUserId 23044
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Disable 23045
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Enable 23046
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AddComment 23047
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AddComment_InputArguments 23048
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState 23049
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_Id 23050
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_Name 23051
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_Number 23052
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_EffectiveDisplayName 23053
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_TransitionTime 23054
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_EffectiveTransitionTime 23055
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_TrueState 23056
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AckedState_FalseState 23057
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState 23058
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_Id 23059
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_Name 23060
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_Number 23061
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_EffectiveDisplayName 23062
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_TransitionTime 23063
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_EffectiveTransitionTime 23064
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_TrueState 23065
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ConfirmedState_FalseState 23066
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Acknowledge 23067
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Acknowledge_InputArguments 23068
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Confirm 23069
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Confirm_InputArguments 23070
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState 23071
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_Id 23072
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_Name 23073
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_Number 23074
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_EffectiveDisplayName 23075
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_TransitionTime 23076
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_EffectiveTransitionTime 23077
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_TrueState 23078
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ActiveState_FalseState 23079
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_InputNode 23080
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState 23081
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_Id 23082
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_Name 23083
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_Number 23084
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_EffectiveDisplayName 23085
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_TransitionTime 23086
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_EffectiveTransitionTime 23087
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_TrueState 23088
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedState_FalseState 23089
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState 23090
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_Id 23091
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_Name 23092
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_Number 23093
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_EffectiveDisplayName 23094
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_TransitionTime 23095
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_EffectiveTransitionTime 23096
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_TrueState 23097
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OutOfServiceState_FalseState 23098
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState 23099
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_CurrentState 23100
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_CurrentState_Id 23101
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_CurrentState_Name 23102
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_CurrentState_Number 23103
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_CurrentState_EffectiveDisplayName 23104
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition 23105
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition_Id 23106
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition_Name 23107
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition_Number 23108
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition_TransitionTime 23109
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_LastTransition_EffectiveTransitionTime 23110
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_AvailableStates 23111
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_AvailableTransitions 23112
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_UnshelveTime 23113
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_TimedShelve 23114
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_TimedShelve_InputArguments 23115
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_Unshelve 23116
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ShelvingState_OneShotShelve 23117
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SuppressedOrShelved 23118
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_MaxTimeShelved 23119
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AudibleEnabled 23120
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AudibleSound 23121
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AudibleSound_ListId 23122
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AudibleSound_AgencyId 23123
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_AudibleSound_VersionId 23124
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState 23125
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_Id 23126
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_Name 23127
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_Number 23128
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_EffectiveDisplayName 23129
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_TransitionTime 23130
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_EffectiveTransitionTime 23131
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_TrueState 23132
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_SilenceState_FalseState 23133
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OnDelay 23134
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_OffDelay 23135
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_FirstInGroupFlag 23136
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_FirstInGroup 23137
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState 23138
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_Id 23139
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_Name 23140
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_Number 23141
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_EffectiveDisplayName 23142
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_TransitionTime 23143
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_EffectiveTransitionTime 23144
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_TrueState 23145
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LatchedState_FalseState 23146
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ReAlarmTime 23147
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_ReAlarmRepeatCount 23148
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Silence 23149
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Suppress 23150
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Unsuppress 23151
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_RemoveFromService 23152
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_PlaceInService 23153
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_Reset 23154
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_NormalState 23155
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_TrustListId 23156
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_LastUpdateTime 23157
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustListOutOfDate_UpdateFrequency 23158
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_UpdateFrequency 23159
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired 23160
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EventId 23161
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EventType 23162
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SourceNode 23163
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SourceName 23164
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Time 23165
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ReceiveTime 23166
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LocalTime 23167
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Message 23168
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Severity 23169
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConditionClassId 23170
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConditionClassName 23171
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConditionSubClassId 23172
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConditionSubClassName 23173
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConditionName 23174
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_BranchId 23175
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Retain 23176
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState 23177
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_Id 23178
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_Name 23179
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_Number 23180
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_EffectiveDisplayName 23181
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_TransitionTime 23182
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_EffectiveTransitionTime 23183
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_TrueState 23184
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_EnabledState_FalseState 23185
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Quality 23186
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Quality_SourceTimestamp 23187
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LastSeverity 23188
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LastSeverity_SourceTimestamp 23189
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Comment 23190
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Comment_SourceTimestamp 23191
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ClientUserId 23192
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Disable 23193
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Enable 23194
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AddComment 23195
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AddComment_InputArguments 23196
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState 23197
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_Id 23198
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_Name 23199
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_Number 23200
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_EffectiveDisplayName 23201
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_TransitionTime 23202
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_EffectiveTransitionTime 23203
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_TrueState 23204
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AckedState_FalseState 23205
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState 23206
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_Id 23207
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_Name 23208
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_Number 23209
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_EffectiveDisplayName 23210
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_TransitionTime 23211
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_EffectiveTransitionTime 23212
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_TrueState 23213
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_FalseState 23214
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Acknowledge 23215
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Acknowledge_InputArguments 23216
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Confirm 23217
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Confirm_InputArguments 23218
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState 23219
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_Id 23220
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_Name 23221
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_Number 23222
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_EffectiveDisplayName 23223
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_TransitionTime 23224
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_EffectiveTransitionTime 23225
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_TrueState 23226
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ActiveState_FalseState 23227
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_InputNode 23228
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState 23229
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_Id 23230
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_Name 23231
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_Number 23232
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_EffectiveDisplayName 23233
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_TransitionTime 23234
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_EffectiveTransitionTime 23235
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_TrueState 23236
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedState_FalseState 23237
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState 23238
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_Id 23239
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_Name 23240
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_Number 23241
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_EffectiveDisplayName 23242
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_TransitionTime 23243
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_EffectiveTransitionTime 23244
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_TrueState 23245
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OutOfServiceState_FalseState 23246
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState 23247
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_CurrentState 23248
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_CurrentState_Id 23249
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_CurrentState_Name 23250
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_CurrentState_Number 23251
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_CurrentState_EffectiveDisplayName 23252
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition 23253
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition_Id 23254
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition_Name 23255
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition_Number 23256
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition_TransitionTime 23257
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_LastTransition_EffectiveTransitionTime 23258
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_AvailableStates 23259
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_AvailableTransitions 23260
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_UnshelveTime 23261
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_TimedShelve 23262
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_TimedShelve_InputArguments 23263
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_Unshelve 23264
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ShelvingState_OneShotShelve 23265
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SuppressedOrShelved 23266
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_MaxTimeShelved 23267
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AudibleEnabled 23268
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AudibleSound 23269
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AudibleSound_ListId 23270
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AudibleSound_AgencyId 23271
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_AudibleSound_VersionId 23272
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState 23273
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_Id 23274
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_Name 23275
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_Number 23276
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_EffectiveDisplayName 23277
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_TransitionTime 23278
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_EffectiveTransitionTime 23279
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_TrueState 23280
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_SilenceState_FalseState 23281
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OnDelay 23282
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_OffDelay 23283
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_FirstInGroupFlag 23284
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_FirstInGroup 23285
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState 23286
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_Id 23287
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_Name 23288
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_Number 23289
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_EffectiveDisplayName 23290
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_TransitionTime 23291
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_EffectiveTransitionTime 23292
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_TrueState 23293
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_LatchedState_FalseState 23294
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ReAlarmTime 23295
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ReAlarmRepeatCount 23296
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Silence 23297
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Suppress 23298
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Unsuppress 23299
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_RemoveFromService 23300
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_PlaceInService 23301
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Reset 23302
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_NormalState 23303
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ExpirationDate 23304
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ExpirationLimit 23305
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_CertificateType 23306
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_Certificate 23307
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate 23308
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EventId 23309
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EventType 23310
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SourceNode 23311
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SourceName 23312
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Time 23313
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ReceiveTime 23314
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LocalTime 23315
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Message 23316
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Severity 23317
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConditionClassId 23318
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConditionClassName 23319
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConditionSubClassId 23320
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConditionSubClassName 23321
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConditionName 23322
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_BranchId 23323
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Retain 23324
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState 23325
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_Id 23326
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_Name 23327
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_Number 23328
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_EffectiveDisplayName 23329
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_TransitionTime 23330
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_EffectiveTransitionTime 23331
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_TrueState 23332
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_EnabledState_FalseState 23333
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Quality 23334
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Quality_SourceTimestamp 23335
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LastSeverity 23336
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LastSeverity_SourceTimestamp 23337
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Comment 23338
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Comment_SourceTimestamp 23339
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ClientUserId 23340
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Disable 23341
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Enable 23342
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AddComment 23343
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AddComment_InputArguments 23344
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState 23345
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_Id 23346
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_Name 23347
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_Number 23348
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_EffectiveDisplayName 23349
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_TransitionTime 23350
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_EffectiveTransitionTime 23351
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_TrueState 23352
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AckedState_FalseState 23353
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState 23354
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_Id 23355
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_Name 23356
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_Number 23357
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_EffectiveDisplayName 23358
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_TransitionTime 23359
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_EffectiveTransitionTime 23360
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_TrueState 23361
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ConfirmedState_FalseState 23362
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Acknowledge 23363
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Acknowledge_InputArguments 23364
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Confirm 23365
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Confirm_InputArguments 23366
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState 23367
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_Id 23368
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_Name 23369
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_Number 23370
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_EffectiveDisplayName 23371
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_TransitionTime 23372
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_EffectiveTransitionTime 23373
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_TrueState 23374
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ActiveState_FalseState 23375
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_InputNode 23376
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState 23377
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_Id 23378
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_Name 23379
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_Number 23380
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_EffectiveDisplayName 23381
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_TransitionTime 23382
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_EffectiveTransitionTime 23383
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_TrueState 23384
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedState_FalseState 23385
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState 23386
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_Id 23387
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_Name 23388
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_Number 23389
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_EffectiveDisplayName 23390
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_TransitionTime 23391
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_EffectiveTransitionTime 23392
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_TrueState 23393
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OutOfServiceState_FalseState 23394
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState 23395
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_CurrentState 23396
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_CurrentState_Id 23397
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_CurrentState_Name 23398
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_CurrentState_Number 23399
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_CurrentState_EffectiveDisplayName 23400
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition 23401
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition_Id 23402
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition_Name 23403
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition_Number 23404
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition_TransitionTime 23405
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_LastTransition_EffectiveTransitionTime 23406
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_AvailableStates 23407
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_AvailableTransitions 23408
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_UnshelveTime 23409
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_TimedShelve 23410
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_TimedShelve_InputArguments 23411
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_Unshelve 23412
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ShelvingState_OneShotShelve 23413
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SuppressedOrShelved 23414
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_MaxTimeShelved 23415
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AudibleEnabled 23416
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AudibleSound 23417
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AudibleSound_ListId 23418
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AudibleSound_AgencyId 23419
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_AudibleSound_VersionId 23420
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState 23421
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_Id 23422
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_Name 23423
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_Number 23424
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_EffectiveDisplayName 23425
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_TransitionTime 23426
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_EffectiveTransitionTime 23427
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_TrueState 23428
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_SilenceState_FalseState 23429
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OnDelay 23430
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_OffDelay 23431
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_FirstInGroupFlag 23432
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_FirstInGroup 23433
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState 23434
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_Id 23435
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_Name 23436
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_Number 23437
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_EffectiveDisplayName 23438
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_TransitionTime 23439
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_EffectiveTransitionTime 23440
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_TrueState 23441
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LatchedState_FalseState 23442
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ReAlarmTime 23443
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_ReAlarmRepeatCount 23444
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Silence 23445
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Suppress 23446
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Unsuppress 23447
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_RemoveFromService 23448
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_PlaceInService 23449
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_Reset 23450
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_NormalState 23451
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_TrustListId 23452
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_LastUpdateTime 23453
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustListOutOfDate_UpdateFrequency 23454
OpcUaNS0.AliasNameType 23455
OpcUaNS0.AliasNameCategoryType 23456
OpcUaNS0.AliasNameCategoryType_Alias_Placeholder 23457
OpcUaNS0.AliasNameCategoryType_SubAliasNameCategories_Placeholder 23458
OpcUaNS0.AliasNameCategoryType_SubAliasNameCategories_Placeholder_FindAlias 23459
OpcUaNS0.AliasNameCategoryType_SubAliasNameCategories_Placeholder_FindAlias_InputArguments 23460
OpcUaNS0.AliasNameCategoryType_SubAliasNameCategories_Placeholder_FindAlias_OutputArguments 23461
OpcUaNS0.AliasNameCategoryType_FindAlias 23462
OpcUaNS0.AliasNameCategoryType_FindAlias_InputArguments 23463
OpcUaNS0.AliasNameCategoryType_FindAlias_OutputArguments 23464
OpcUaNS0.FindAliasMethodType 23465
OpcUaNS0.FindAliasMethodType_InputArguments 23466
OpcUaNS0.FindAliasMethodType_OutputArguments 23467
OpcUaNS0.AliasNameDataType 23468
OpcUaNS0.AliasFor 23469
OpcUaNS0.Aliases 23470
OpcUaNS0.Aliases_Alias_Placeholder 23471
OpcUaNS0.Aliases_SubAliasNameCategories_Placeholder 23472
OpcUaNS0.Aliases_SubAliasNameCategories_Placeholder_FindAlias 23473
OpcUaNS0.Aliases_SubAliasNameCategories_Placeholder_FindAlias_InputArguments 23474
OpcUaNS0.Aliases_SubAliasNameCategories_Placeholder_FindAlias_OutputArguments 23475
OpcUaNS0.Aliases_FindAlias 23476
OpcUaNS0.Aliases_FindAlias_InputArguments 23477
OpcUaNS0.Aliases_FindAlias_OutputArguments 23478
OpcUaNS0.TagVariables 23479
OpcUaNS0.TagVariables_Alias_Placeholder 23480
OpcUaNS0.TagVariables_SubAliasNameCategories_Placeholder 23481
OpcUaNS0.TagVariables_SubAliasNameCategories_Placeholder_FindAlias 23482
OpcUaNS0.TagVariables_SubAliasNameCategories_Placeholder_FindAlias_InputArguments 23483
OpcUaNS0.TagVariables_SubAliasNameCategories_Placeholder_FindAlias_OutputArguments 23484
OpcUaNS0.TagVariables_FindAlias 23485
OpcUaNS0.TagVariables_FindAlias_InputArguments 23486
OpcUaNS0.TagVariables_FindAlias_OutputArguments 23487
OpcUaNS0.Topics 23488
OpcUaNS0.Topics_Alias_Placeholder 23489
OpcUaNS0.Topics_SubAliasNameCategories_Placeholder 23490
OpcUaNS0.Topics_SubAliasNameCategories_Placeholder_FindAlias 23491
OpcUaNS0.Topics_SubAliasNameCategories_Placeholder_FindAlias_InputArguments 23492
OpcUaNS0.Topics_SubAliasNameCategories_Placeholder_FindAlias_OutputArguments 23493
OpcUaNS0.Topics_FindAlias 23494
OpcUaNS0.Topics_FindAlias_InputArguments 23495
OpcUaNS0.Topics_FindAlias_OutputArguments 23496
OpcUaNS0.ReadAnnotationDataDetails 23497
OpcUaNS0.CurrencyUnitType 23498
OpcUaNS0.AliasNameDataType_Encoding_DefaultBinary 23499
OpcUaNS0.ReadAnnotationDataDetails_Encoding_DefaultBinary 23500
OpcUaNS0.CurrencyUnit 23501
OpcUaNS0.OpcUa_BinarySchema_AliasNameDataType 23502
OpcUaNS0.OpcUa_BinarySchema_AliasNameDataType_DataTypeVersion 23503
OpcUaNS0.OpcUa_BinarySchema_AliasNameDataType_DictionaryFragment 23504
OpcUaNS0.AliasNameDataType_Encoding_DefaultXml 23505
OpcUaNS0.ReadAnnotationDataDetails_Encoding_DefaultXml 23506
OpcUaNS0.CurrencyUnitType_Encoding_DefaultBinary 23507
OpcUaNS0.OpcUa_XmlSchema_AliasNameDataType 23508
OpcUaNS0.OpcUa_XmlSchema_AliasNameDataType_DataTypeVersion 23509
OpcUaNS0.OpcUa_XmlSchema_AliasNameDataType_DictionaryFragment 23510
OpcUaNS0.AliasNameDataType_Encoding_DefaultJson 23511
OpcUaNS0.ReadAnnotationDataDetails_Encoding_DefaultJson 23512
OpcUaNS0.IOrderedObjectType 23513
OpcUaNS0.OpcUa_BinarySchema_CurrencyUnitType 23514
OpcUaNS0.OpcUa_BinarySchema_CurrencyUnitType_DataTypeVersion 23515
OpcUaNS0.OpcUa_BinarySchema_CurrencyUnitType_DictionaryFragment 23516
OpcUaNS0.IOrderedObjectType_NumberInList 23517
OpcUaNS0.OrderedListType 23518
OpcUaNS0.OrderedListType_OrderedObject_Placeholder 23519
OpcUaNS0.CurrencyUnitType_Encoding_DefaultXml 23520
OpcUaNS0.OrderedListType_OrderedObject_Placeholder_NumberInList 23521
OpcUaNS0.OpcUa_XmlSchema_CurrencyUnitType 23522
OpcUaNS0.OpcUa_XmlSchema_CurrencyUnitType_DataTypeVersion 23523
OpcUaNS0.OpcUa_XmlSchema_CurrencyUnitType_DictionaryFragment 23524
OpcUaNS0.OrderedListType_NodeVersion 23525
OpcUaNS0.CertificateGroupType_GetRejectedList 23526
OpcUaNS0.CertificateGroupType_GetRejectedList_OutputArguments 23527
OpcUaNS0.CurrencyUnitType_Encoding_DefaultJson 23528
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_GetRejectedList 23529
OpcUaNS0.CertificateGroupFolderType_DefaultApplicationGroup_GetRejectedList_OutputArguments 23530
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_GetRejectedList 23531
OpcUaNS0.CertificateGroupFolderType_DefaultHttpsGroup_GetRejectedList_OutputArguments 23532
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_GetRejectedList 23533
OpcUaNS0.CertificateGroupFolderType_DefaultUserTokenGroup_GetRejectedList_OutputArguments 23534
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_GetRejectedList 23535
OpcUaNS0.CertificateGroupFolderType_AdditionalGroup_Placeholder_GetRejectedList_OutputArguments 23536
OpcUaNS0.EccApplicationCertificateType 23537
OpcUaNS0.EccNistP256ApplicationCertificateType 23538
OpcUaNS0.EccNistP384ApplicationCertificateType 23539
OpcUaNS0.EccBrainpoolP256r1ApplicationCertificateType 23540
OpcUaNS0.EccBrainpoolP384r1ApplicationCertificateType 23541
OpcUaNS0.EccCurve25519ApplicationCertificateType 23542
OpcUaNS0.EccCurve448ApplicationCertificateType 23543
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_GetRejectedList 23544
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_GetRejectedList_OutputArguments 23545
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_GetRejectedList 23546
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_GetRejectedList_OutputArguments 23547
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_GetRejectedList 23548
OpcUaNS0.ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_GetRejectedList_OutputArguments 23549
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_GetRejectedList 23550
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultApplicationGroup_GetRejectedList_OutputArguments 23551
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_GetRejectedList 23552
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultHttpsGroup_GetRejectedList_OutputArguments 23553
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_GetRejectedList 23554
OpcUaNS0.ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_GetRejectedList_OutputArguments 23555
OpcUaNS0.AuthorizationServicesConfigurationFolderType 23556
OpcUaNS0.AuthorizationServicesConfigurationFolderType_ServiceName_Placeholder 23557
OpcUaNS0.AuthorizationServicesConfigurationFolderType_ServiceName_Placeholder_ServiceUri 23558
OpcUaNS0.AuthorizationServicesConfigurationFolderType_ServiceName_Placeholder_ServiceCertificate 23559
OpcUaNS0.AuthorizationServicesConfigurationFolderType_ServiceName_Placeholder_IssuerEndpointUrl 23560

OpcUaNodeAttribute

Description

The OpcUaNodeAttribute object contains the 22 node attributes defined in OPC-UA part 4, 5. See the Qt OPC UA NodeAttributes enumeration for details.

This object was introduced in InCore 2.4.

› Inherits:Object
Properties
Enumerations
NodeAttribute
Name Value Description
OpcUaNodeAttribute.None 0
OpcUaNodeAttribute.NodeId 1
OpcUaNodeAttribute.NodeClass 2
OpcUaNodeAttribute.BrowseName 4
OpcUaNodeAttribute.DisplayName 8
OpcUaNodeAttribute.Description 16
OpcUaNodeAttribute.WriteMask 32
OpcUaNodeAttribute.UserWriteMask 64
OpcUaNodeAttribute.IsAbstract 128
OpcUaNodeAttribute.Symmetric 256
OpcUaNodeAttribute.InverseName 512
OpcUaNodeAttribute.ContainsNoLoops 1024
OpcUaNodeAttribute.EventNotifier 2048
OpcUaNodeAttribute.Value 4096
OpcUaNodeAttribute.DataType 8192
OpcUaNodeAttribute.ValueRank 16384
OpcUaNodeAttribute.ArrayDimensions 32768
OpcUaNodeAttribute.AccessLevel 65536
OpcUaNodeAttribute.UserAccessLevel 131072
OpcUaNodeAttribute.MinimumSamplingInterval 262144
OpcUaNodeAttribute.Historizing 524288
OpcUaNodeAttribute.Executable 1048576
OpcUaNodeAttribute.UserExecutable 2097152  

OpcUaServer

Description

The OpcUaServer object provides an OPC UA server to which OpcUaServerNamespace objects with corresponding child nodes can be added.

This object was introduced in InCore 2.3.

› Inherits:Object
Properties
enabled

This property holds whether the OPC UA server should listen for incoming connections.

› Type:Boolean
› Default:true
› Signal:enabledChanged()
› Attributes:Writable
namespaces
› Type:List<OpcUaServerNamespace>
› Signal:namespacesChanged()
› Attributes:Readonly
nodeSets

This property holds a list of OPC UA NodeSet files which to load at start.

This property was introduced in InCore 2.4.

› Type:StringList
› Signal:nodeSetsChanged()
› Attributes:Writable
port

This property holds the network port number which to listen at for incoming connections.

› Type:SignedInteger
› Default:4840
› Signal:portChanged()
› Attributes:Writable
security

This property holds the security settings for the server.

› Type:OpcUaServerSecurity
› Attributes:Readonly
users
› Type:List<OpcUaServerUser>
› Signal:usersChanged()
› Attributes:Readonly
Signals
namespacesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the namespaces list itself emitted the dataChanged() signal.

usersDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the users list itself emitted the dataChanged() signal.

Example
import InCore.Foundation 2.5
import InCore.OpcUa 2.5

Application {
    OpcUaServer {
        security {
            policies: OpcUaServerSecurity.PolicyNone |
                      OpcUaServerSecurity.PolicyBasic256Sha256 |
                      OpcUaServerSecurity.PolicyAes128Sha256RsaOaep
            privateKeyFile: "certs/server_key.der"
            certificateFile: "certs/server_cert.der"
        }

        users: [ OpcUaServerUser { name: "user"; password: "secret" } ]

        OpcUaServerNamespace {
            uri: "http://inhub.de/opcuaserverexample"
            OpcUaServerObjectNode {
                identifier: "s=Machine"
                browseName: "Machine"
                displayName.text: "My Machine"
                description.text: "This is my awesome machine"

                OpcUaServerValueNode {
                    identifier: "s=Machine.ExampleValue"
                    browseName: "ExampleValue"
                    displayName.text: "Example Value"
                    description.text: "This is an example value"
                    valueType: OpcUaType.Double
                    value: 123
                    property var t : Timer { onTriggered: parent.value = Math.random() }
                    readOnly: true
                }

                OpcUaServerMethodNode {
                    identifier: "s=Machine.RunMe"
                    browseName: "ExampleMethod"
                    displayName.text: "Example method"
                    method: (foo, bar) => {
                                console.log("hello world:", foo, bar)
                                return [ foo > 0, "thank you for calling" ]
                            }
                    inputArguments: [
                        OpcUaServerMethodArgument { name: "foo"; type: OpcUaType.Double },
                        OpcUaServerMethodArgument { name: "bar"; type: OpcUaType.String }
                    ]
                    outputArguments: [
                        OpcUaServerMethodArgument { name: "out1"; type: OpcUaType.Boolean; description.text: "Foo is positive" },
                        OpcUaServerMethodArgument { name: "out2"; type: OpcUaType.String }
                    ]
                }
            }
        }
    }
}

OpcUaServerDiscovery

Description

Please refer to the Qt OPC UA ServerDiscovery QML type documentation.

Overview
Methods
Properties
connection

Please refer to the Qt OPC UA ServerDiscovery QML type documentation.

› Attributes:Writable
count

Please refer to the Qt OPC UA ServerDiscovery QML type documentation.

› Attributes:Readonly
discoveryUrl

Please refer to the Qt OPC UA ServerDiscovery QML type documentation.

› Attributes:Writable
status

Please refer to the Qt OPC UA ServerDiscovery QML type documentation.

› Attributes:Readonly
Methods
at(SignedInteger row)

Please refer to the Qt OPC UA ServerDiscovery QML type documentation.

› Returns:OpcUaClientApplicationDescription

OpcUaServerMethodArgument

Description

This object was introduced in InCore 2.3.

› Inherits:Object
Properties
description
› Type:OpcUaLocalizedText
› Signal:descriptionChanged()
› Attributes:Readonly
name
› Type:String
› Signal:nameChanged()
› Attributes:Writable
type
› Type:OpcUaType.Type
› Default:OpcUaType.Undefined
› Signal:typeChanged()
› Attributes:Writable
Example

See OpcUaServer example on how to use OpcUaServerMethodArgument.

OpcUaServerMethodNode

Description

This object was introduced in InCore 2.3.

› Inherits:OpcUaServerNode
Properties
inputArguments
› Type:List<OpcUaServerMethodArgument>
› Signal:inputArgumentsChanged()
› Attributes:Readonly
method
› Type:JSValue
› Signal:methodChanged()
› Attributes:Writable
outputArguments
› Type:List<OpcUaServerMethodArgument>
› Signal:outputArgumentsChanged()
› Attributes:Readonly
Signals
inputArgumentsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the inputArguments list itself emitted the dataChanged() signal.

outputArgumentsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the outputArguments list itself emitted the dataChanged() signal.

Example

See OpcUaServer example on how to use OpcUaServerMethodNode.

OpcUaServerNamespace

Description

This object was introduced in InCore 2.3.

› Inherits:Object
Properties
index
› Type:SignedInteger
› Signal:indexChanged()
› Attributes:Readonly
objects
› Type:List<OpcUaServerObjectNode>
› Signal:objectsChanged()
› Attributes:Readonly
uri
› Type:String
› Signal:uriChanged()
› Attributes:Writable
Signals
objectsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the objects list itself emitted the dataChanged() signal.

Example

See OpcUaServer example on how to use OpcUaServerNamespace.

OpcUaServerNode

Description

This object was introduced in InCore 2.3.

› Inherits:Object
› Inherited by:OpcUaServerMethodNode, OpcUaServerObjectNode, OpcUaServerValueNode
Properties
browseName
› Type:String
› Signal:browseNameChanged()
› Attributes:Writable
description
› Type:OpcUaLocalizedText
› Attributes:Readonly
displayName
› Type:OpcUaLocalizedText
› Attributes:Readonly
fullNodePath
› Type:String
› Signal:fullNodePathChanged()
› Attributes:Readonly
identifier
› Type:String
› Signal:identifierChanged()
› Attributes:Writable
typeDefinition

This property holds a node ID specifying the type definition which to use for this object. Consider setting the OpcUaServerNodeId.ns0Id property when using predefined types from the OPC UA namespace 0.

This property was introduced in InCore 2.4.

› Type:OpcUaServerNodeId
› Attributes:Readonly

OpcUaServerNodeId

Description

This object was introduced in InCore 2.4.

› Inherits:Object
Properties
identifier
› Type:String
› Signal:identifierChanged()
› Attributes:Writable
ns0Id

This property holds a node ID type from the OPC UA namespace 0. This property is ignored, if the identifier property is set.

› Type:OpcUaNS0.Type
› Default:OpcUaNS0.Unknown
› Signal:ns0IdChanged()
› Attributes:Writable
nsIndex
› Type:SignedInteger
› Default:0
› Signal:nsIndexChanged()
› Attributes:Writable
nsUri
› Type:String
› Signal:nsUriChanged()
› Attributes:Writable

OpcUaServerObjectNode

Description

This object was introduced in InCore 2.3.

› Inherits:OpcUaServerNode
› Inherited by:OpcUaServerFolderNode
Properties
nodes
› Type:List<OpcUaServerNode>
› Signal:nodesChanged()
› Attributes:Readonly
Signals
nodesDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the nodes list itself emitted the dataChanged() signal.

Example

See OpcUaServer example on how to use OpcUaServerObjectNode.

OpcUaServerSecurity

Description

This object was introduced in InCore 2.3.

› Inherits:Object
Properties
anonymousLoginAllowed

This property holds whether to allow anonymous logins, i.e. without username and password.

› Type:Boolean
› Default:true
› Signal:anonymousLoginAllowedChanged()
› Attributes:Writable
certificateFile

This property holds the path to the certificate file used for security policies other than OpcUaServerSecurity.PolicyNone.

› Type:String
› Signal:certificateFileChanged()
› Attributes:Writable
issuerListFiles

This property holds paths to one or multiple issuer list file used for security policies other than OpcUaServerSecurity.PolicyNone.

› Type:StringList
› Signal:issuerListFilesChanged()
› Attributes:Writable
nonDiscoveryAccessRequiresEncryption

This property holds whether the access to services other than the discovery service requires a security policy other than OpcUaServerSecurity.PolicyNone.

› Type:Boolean
› Default:false
› Signal:nonDiscoveryAccessRequiresEncryptionChanged()
› Attributes:Writable
policies

This property holds the security policies to enable.

› Type:Policies
› Default:OpcUaServerSecurity.PolicyNone
› Signal:policiesChanged()
› Attributes:Writable
privateKeyFile

This property holds the path to the private key file used for security policies other than OpcUaServerSecurity.PolicyNone.

› Type:String
› Signal:privateKeyFileChanged()
› Attributes:Writable
revocationListFiles

This property holds paths to one or multiple revocation list file used for security policies other than OpcUaServerSecurity.PolicyNone.

› Type:StringList
› Signal:revocationListFilesChanged()
› Attributes:Writable
trustListFiles

This property holds paths to one or multiple trust list file used for security policies other than OpcUaServerSecurity.PolicyNone.

› Type:StringList
› Signal:trustListFilesChanged()
› Attributes:Writable
userLoginRequiresEncryption

This property holds whether to allow user logins for unencrypted connections, i.e. clients connecting with OpcUaServerSecurity.PolicyNone.

› Type:Boolean
› Default:true
› Signal:userLoginRequiresEncryptionChanged()
› Attributes:Writable
Enumerations
Policies
Name Value Description
OpcUaServerSecurity.PolicyNone 1
OpcUaServerSecurity.PolicyBasic256Sha256 2
OpcUaServerSecurity.PolicyAes128Sha256RsaOaep 4  
Example

See OpcUaServer example on how to use OpcUaServerSecurity.

OpcUaServerUser

Description

This object was introduced in InCore 2.3.

› Inherits:Object
Properties
name

This property holds the name of the OPC UA server user.

› Type:String
› Signal:nameChanged()
› Attributes:Writable
password

This property holds the password of the OPC UA server user.

› Type:String
› Signal:passwordChanged()
› Attributes:Writable

OpcUaServerValueNode

Description

This object was introduced in InCore 2.3.

› Inherits:OpcUaServerNode
Properties
readOnly

This property holds whether the value can be read only by clients. Keep at false to allow clients writing the node’s value.

› Type:Boolean
› Default:false
› Signal:readOnlyChanged()
› Attributes:Writable
unit

This property holds one of the units as defined per http://www.opcfoundation.org/UA/units/un/cefact

This property was introduced in InCore 2.4.

› Type:Measurement.Unit
› Default:Measurement.NoUnit
› Signal:unitChanged()
› Attributes:Writable
value
› Type:Variant
› Signal:valueChanged()
› Attributes:Writable
valueType
› Type:OpcUaType.Type
› Signal:valueTypeChanged()
› Attributes:Writable
Example

See OpcUaServer example on how to use OpcUaServerValueNode.

OpcUaSimpleAttributeOperand

Description

Please refer to the Qt OPC UA SimpleAttributeOperand QML type documentation.

Properties
browsePath

Please refer to the Qt OPC UA SimpleAttributeOperand QML type documentation.

› Attributes:Readonly
indexRange

Please refer to the Qt OPC UA SimpleAttributeOperand QML type documentation.

› Attributes:Writable
nodeAttribute

Please refer to the Qt OPC UA SimpleAttributeOperand QML type documentation.

› Attributes:Writable
typeId

Please refer to the Qt OPC UA SimpleAttributeOperand QML type documentation.

› Attributes:Writable

OpcUaType

Description

The OpcUaType object provides constants for specifying the data type of attributes modeled via OpcUaServerValueNode objects or server arguments specified via OpcUaServerMethodArgument objects.

This object was introduced in InCore 2.3.

› Inherits:Object
Properties
Enumerations
Type
Name Value Description
OpcUaType.Undefined -1
OpcUaType.Boolean 0
OpcUaType.Int32 1
OpcUaType.UInt32 2
OpcUaType.Double 3
OpcUaType.Float 4
OpcUaType.String 5
OpcUaType.LocalizedText 6
OpcUaType.DateTime 7
OpcUaType.UInt16 8
OpcUaType.Int16 9
OpcUaType.UInt64 10
OpcUaType.Int64 11
OpcUaType.Byte 12
OpcUaType.SByte 13
OpcUaType.ByteString 14
OpcUaType.XmlElement 15
OpcUaType.NodeId 16
OpcUaType.Guid 17
OpcUaType.QualifiedName 18
OpcUaType.StatusCode 19
OpcUaType.ExtensionObject 20
OpcUaType.Range 21
OpcUaType.EUInformation 22
OpcUaType.ComplexNumber 23
OpcUaType.DoubleComplexNumber 24
OpcUaType.AxisInformation 25
OpcUaType.XV 26
OpcUaType.ExpandedNodeId 27
OpcUaType.Argument 28  

InCore Install Guide

Introduction

Important

Before starting with this guide, please prepare a SIINEOS-based device such as a HUB-GM100 for first use. All required steps are described in chapter Preparing for first use in the SIINEOS Manual.

This guide will help you getting the InCore Framework Software Development Kit (SDK) and additional prerequisite tools installed and set up. Once completed, you can start developing your first application with the Qt Creator IDE.

The InCore Framework is a collection of software blocks allowing you to build complex IoT and IIoT applications quickly. If you have worked with the InCore SDK and Qt Creator before, you are probably familiar with the required software toolset. In this case, this guide will mostly provide reference information. If this is your first contact with the HUB-GM100 IoT-Gateway, this guide will help you set up your development toolchain.

After following the steps mentioned in this guide please continue reading the InCore Development Manual to get started with application development for the HUB-GM100. Please also refer to the in.hub website and the HUB-GM100 product site for additional information and help.

Requirements

Hardware requirements:

First of all you need an in.hub IoT-Gateway HUB-GM100. Additionally please ensure to have the following:

  • Micro-USB 2.0 cable,
  • Personal computer (PC),
  • Optional: power supply (24 V) for the gateway. See operation manual for more details.

Software requirements:

Microsoft Windows (Windows 7 or later) or Linux operating system. This guide describes setting up a development environment on a Windows 10 computer.

Installing and configuring SSH

In order to enable the IDE to establish secure connections to the HUB-GM100 (e.g. for transferring files or starting and debugging apps), you need to install an SSH client and create an SSH key pair first. On Windows the required OpenSSH tools are bundled with Git, a version control system to track changes in source code and other files. Please find the website and download links in section Git.

After installing Git, please start the Git GUI through the start menu, click the Help menu entry, and choose Show SSH Key in the dropdown menu as shown in Fig. 1.

_images/git-gui.png

Git GUI

If the appearing dialog box indicates No keys found, please press the Generate Key button (Fig. 2). Two dialogs will be shown asking you for a passphrase for the key. You can use an empty passphrase resp. no passphrase in that particular case. Once your key is generated you can close Git GUI. The key will be deployed to the HUB-GM100 in a later step.

_images/generate-ssh-key.png

Generate SSH Key

Setting up Qt Creator

Qt Creator is a cross-platform IDE available for different operating systems (Windows 7 or later, Linux32, Linux64, macOS 10.12 or later). The easiest way to get the IDE is to download and install Qt 5 that contains the Qt libraries, examples, documentation, and the necessary development tools.

If you already have Qt installed on your system, please ensure to use at least Qt Creator 4.9.1 due to bugs regarding software deployment via SFTP to remote linux devices in earlier versions. Otherwise please download the online installer as linked in section Qt related resources, execute it and install the MinGW 7.3.0 32 or 64 bit versions of Qt 5.12.9 or newer (don’t check the whole Qt 5.x.y item but select the mentioned MinGW version only) as well as the MinGW 7.3.0 32 or 64 bit component of the Developer and Designer Tools. See Fig. 3 for details.

_images/qt-installation.png

Selecting components during Qt installation

After the installation has completed, download and install the latest version of the InCore Framework SDK. All InCore-related downloads are available at our downloads servers as linked in section InCore SDK.

Now that all required software components are installed, the development environment needs to be set up and configured. After starting Qt Creator, first open the Tools dropdown menu and select the Options item which will bring up the options dialog. Choose Devices from the left handed menu and select the tab SSH. The dialog shown in Fig. 4 will appear. Now check the given paths to SSH-related executables and correct them if necessary.

_images/qt-creator-options-devices-ssh.png

Setting up SSH in Qt Creator options dialog

Then go back to the Devices tab and press the Add button on the right to add some new Generic Linux Device. Press Start Wizard in the appearing dialog box (Fig. 5).

_images/qt-creator-options-add-device.png

Adding a new Generic Linux Device

Now you have to configure the connection to the HUB-GM100 using the parameters shown in Fig. 6

_images/qt-creator-new-device-connection.png

Configuring connection parameters for HUB-GM100

Press Next to switch to the Key Deployment page. Press the Browse button to navigate to the SSH key you’ve created before (see chapter Installing and configuring SSH). Choose the private key file (by default id_rsa) and press Deploy Public Key afterwards. In case you are asked for a password, type incore.

Note

Credentials for file transfer via SFTP are: username incore / password incore.

Important

Make sure the SSH service has been started before via the terminal connection as described in section Logging in in the SIINEOS Manual. Otherwise no connection can be established and an error message appears as the public key cannot be deployed to the HUB-GM100.

Press Next and Finish afterwards. The new device configuration will then be created and the connection to the device will be tested (Fig. 7). Please don’t bother with the output that rsync could not be started since this feature is not required for working with the InCore SDK.

_images/qt-creator-device-test.png

Output of the Device Test

After being back in the Options dialog, please choose Kits from the left handed menu. In the appearing Kits page please select the auto detected desktop kit (in the tab Kits), and press Clone. Give the new kit a name (e.g. InCore), select Generic Linux Device as device type and select the device created in the step before. See Fig. 8 for reference. Apply all your changes and close the Options dialog.

_images/qt-creator-kit-setup.png

Setting up a custom kit with HUB-GM100 device

Congratulations, you’ve successfully configured Qt Creator for further app development with a HUB-GM100 gateway!

Attention

You’ll likely encounter problems in case you are using more than one HUB-GM100 for app development with the same computer and Qt Creator since the virtual USB network IP address is the same for all HUB-GM100 devices but the SSH host keys differ. In such cases SSH Host key errors appear and you’ll be warned about a possible man-in-the-middle attack or something similar when switching to another HUB-GM100. If that happens, please navigate to the folder where your SSH key is stored (by default .ssh in your user directory) and delete the file known_hosts. Afterwards everything should work as usual. Everytime you connect to another HUB-GM100 device the procedure needs to be repeated. To avoid these inconveniences consider connecting to all HUB-GM100 devices via Ethernet instead of USB and using unambiguous IP addresses.

Glossary

IDE
Integrated Development Environment
IoT
Internet of Things
IIoT
Industrial Internet of Things
LED
Light-Emitting Diode
MinGW
Minimalist GNU for Windows
PC
Personal Computer
SDK
Software Development Kit
SFTP
SSH File Transfer Protocol
SSH
Secure Shell
USB
Universal Serial Bus

InCore Development Manual

Introduction

This guide will help you getting started with the InCore Framework Software Development Kit (SDK) and developing, running and debugging your first application with the Qt Creator IDE. If your development environment is already set up, you can continue with the InCore tutorials.

The InCore Framework offers ready-to-use high-level software blocks (“objects”) for building IoT/IIoT applications quickly. InCore Applications configure and link InCore objects based on a declarative JSON-based syntax using the Qt Modeling Language (QML). Custom operations and processes can be implemented in JavaScript functions easily.

Before you can start developing apps for the HUB-GM100 you need to ensure to have installed all necessary software components of the toolchain, and the connection between your PC and the gateway is configured properly. Therefore please study the InCore Install Guide and ensure to complete all the described steps.

Please also refer to the in.hub website and the HUB-GM100 product site for additional information and help.

Creating, deploying and running applications

Creating an example application

After performing the necessary installation and configuration steps as described in the InCore Install Guide, you can now start the application development.

First start Qt Creator, open the File menu and select New File or Project. In the appearing dialog box select Other Project from the left handed menu and the Empty qmake Project template (Fig. 9).

_images/qt-creator-new-project.png

Creating a new project in Qt Creator

In the appearing dialog box (Fig. 10), give your project the name test and choose its location.

_images/qt-creator-project-name-and-location.png

Setting project name and location in Qt Creator

On the next page please select the kit you’ve created in one of the steps described in the InCore Install Guide (Fig. 11). Please press Finish on the next page.

_images/qt-creator-kit-selection.png

Selecting kit for new project in Qt Creator

Now the project is created and Qt Creator should automatically open the project file test.pro. Replace all existing lines with the following and save it:

CONFIG = incore_app
TARGET = test

Now please add a new file to the project via the menu FileNew File or Project and select QtQML File in the appearing dialog box (Fig. 12). Give it the name main.qml, press Next and Finish afterwards.

_images/qt-creator-new-qml-file.png

Creating a new QML file in Qt Creator

Qt Creator automatically opens the new file main.qml in the text editor. Please remove the example code lines since they are not required for InCore apps.

Every InCore app has to import the InCore modules it wants to use. The basic module which is always required is called Foundation. To import it add the following line to main.qml:

import InCore.Foundation 2.0

An application should use Application as its root object:

Application {
}

Of course we want to start with a classic, so the final main.qml should look like this:

import InCore.Foundation 2.0

Application {
    onCompleted: console.log("Hello world!")
}

In the next section this example application will be deployed and run on a HUB-GM100.

Deploying and running an application

In order to deploy the app to a HUB-GM100, the Run Settings of your project have to be configured accordingly. Choose Projects from the left handed menu and edit the Run Settings as shown in Fig. 13:

  1. If not already selected, change the deployment method to Remote Linux Host or add a new deployment method,
  2. Change the Run configuration to Custom Executable (on HUB-GM100),
  3. Change the Remote executable to incore-cli,
  4. Change the Command line arguments to run test.
_images/qt-creator-run-settings.png

Settings for running InCore apps on a HUB-GM100

Before the application can be deployed and started, the device needs to be put into development mode. In this mode the storage for apps is made writable, all running apps are stopped and the SSH service is being started. To activate development mode, start a PuTTY session and log in as described in section Logging in in the SIINEOS Manual. After logging in enter the command incore-cli dev start (Fig. 14).

The development mode can later be stopped again via incore-cli dev stop or by rebooting the device.

Important

The development mode is only activated temporarily. Once the device is rebooted or powered off, the device starts in regular non-development mode again.

_images/incore-cli-dev-start.png

Starting development mode on a HUB-GM100

Now switch back to the editor window of the Qt Creator. The application can now be run by clicking BuildRun from the main menu or using the shortcut Ctrl+R or by pressing the green play button in the left handed menu.

If all steps have been followed properly, the application will be started and print its output to the IDE as shown in Fig. 15.

_images/incore-cli-run-hello-world.png

Output of the test application running on a HUB-GM100

Note

Whenever an application is deployed, it is stored permanently in the /apps/<APPNAME> directory. It will be started automatically on every start of the HUB-GM100. In general when SIINEOS boots, it creates an application instance for every subdirectory inside /apps containing a file called main.qml.

Congratulations, you’ve successfully deployed and started your first application on a HUB-GM100! Now you can start playing with the HUB-GM100 and continue with the InCore tutorials.

Debugging applications

QML debugging

InCore apps can be debugged easily using the builtin QML debugger in Qt Creator. Before starting, the debugger settings have to be adjusted. Open the Run Settings of your project, scroll down to the Debugger settings and ensure Enable C++ is not checked whereas Enable QML is (Fig. 16).

_images/qt-creator-debug-settings.png

Settings for debugging InCore apps on a HUB-GM100

Type the example code implementing a simple timer which increments a variable every second:

import InCore.Foundation 2.0

Application {
    Timer {
        property int foo: 0

        onTriggered: {
            foo++
        }
    }
}

Now start debugging by clicking the green debug button in the left handed menu or by pressing F5. The program will start running and you can inspect all properties in realtime through the Locals view on the right side. Expand Application, Timer and Properties to see foo being incremented every second (Fig. 17).

_images/qt-creator-app-debugging.png

Debugging an InCore app on a HUB-GM100

Next set a breakpoint at the code line that increments foo (click left to the line number). This will make the program being interrupted whenever this code line is executed (Fig. 18). You can inspect and even modify the properties of the local object (and navigate through the object hierarchy via the parent property). For example you can change the interval property and observe an appropriate behaviour change.

_images/qt-creator-breakpoint.png

Program execution interrupted at a breakpoint

Further information on debugging QML applications can be found in the Qt Creator Manual (ignore the parts specific to QML user interfaces).

InCore debugging

All InCore modules provide additional debug messages which can be enabled easily by setting the Application.debug property to true. When enabled, extra messages will be logged to the console, especially all error codes and strings whenever an error occurs in any object (which saves adding an onErrorOccurred handler to every object). Some additional messages also indicate code locations or invalid values causing the actual errors.

To debug applications without modifying them, you can alternatively set the INCORE_DEBUG environment variable prior to executing incore-cli run .... Set the variable either at the command line when running incore-cli manually anyway or modify the project’s Run Environment and add the corresponding environment variable.

To further increase the verbosity level, internal InCore function calls can be traced. This can be enabled by setting the Application.trace property to true or setting the INCORE_TRACE environment variable. When tracing is enabled, your console will likely be flooded with messages unless your application is very small or static. Consider setting a log message filter as described in section Customizing message logging.

Customizing message logging

In order to customize the format of log messages or add meta data fields such as a formatted time you can either modify the Application.messageLoggingPattern property or set the QT_MESSAGE_PATTERN environment variable accordingly (see section InCore debugging on how to do this in Qt Creator). See the Qt documentation on message patterns for details and all supported placeholders.

To filter messages you can set the Application.messageLoggingFilterRules property or set the QT_LOGGING_RULES environment variable. See the property documentation for details on syntax and supported values.

Accessing application data

Objects such as File together with LocalStorage, LocalDatabase, Configuration or Settings store their data on an internal storage partition of the HUB-GM100. The path depends on the Application.name property, i.e. all files are stored in the /storage/incore/<APPLICATION NAME>/ directory. If Application.name is not set, DefaultApp is used, so you’ll find all files in the /storage/incore/DefaultApp/ directory.

To examine the files on the console, log in via PuTTY and navigate to the corresponding directory via cd. Now you can inspect the files using appropriate Linux tools such as view, head/tail or grep. See 10 command-line tools for data analysis in Linux for more information.

The files in question can also be transferred to your local computer using the Secure Copy Protocol (SCP). For this purpose, the SSH service must first be started, e.g. by putting the device into development mode. On Linux you can then use scp to copy the files:

scp incore@192.168.123.1:/storage/incore/<APPLICATION NAME>/* .

On Windows download, install and run WinSCP. In the Login dialog

  • change the File protocol to SCP
  • enter 192.168.123.1 (or the corresponding IP address of the device in your LAN) into the Host name field
  • set both the username to incore and the password to incore

Press Save to remember the settings for the next session. Now log in using the Login button (Fig. 19).

_images/winscp-login.png

Logging in with WinSCP

In the appearing dialog window confirm the server’s host key initially by pressing Yes. Now you can navigate to the directory /storage/incore and access your files. Files can be copied by pressing F5 (Fig. 20) and removed by pressing Del.

_images/winscp-copy-file.png

Copy files to local computer via WinSCP

Glossary

IDE
Integrated Development Environment
IoT
Internet of Things
IIoT
Industrial Internet of Things
LED
Light-Emitting Diode
PC
Personal Computer
QML
Qt Modeling Language
SDK
Software Development Kit
SSH
Secure Shell

InCore Tutorials

Blinking LED Tutorial

The minimal hello world example from the Development Manual can be enhanced easily to make use of the I/O capabilities of a HUB-GM100. In general all I/O-related objects are part of the InCore IO module:

import InCore.IO 2.0

Instead of printing a message on the console, the blue LED of the HUB-GM100 can be turned on using the following code:

import InCore.Foundation 2.0
import InCore.IO 2.0

Application {
    LED {
        index: LED.StatusBlue
        value: true
    }
}

The index property indicates which LED of a HUB-GM100 to represent and control by this particular object. The actual state of the LED is controlled through the value property.

Turning on an LED is not very spectacular so let’s make things a little more dynamic:

import InCore.Foundation 2.0
import InCore.IO 2.0

Application {

    LED {
        id: blueLed
        index: LED.StatusBlue
    }

    // toggle blue LED every 500 ms
    Timer {
        interval: 500
        onTriggered: {
            blueLed.toggle()
        }
    }
}

This adds an ID to the LED (blueLed). An object ID is a name by which the object and its properties can be referenced throughout the whole program. The new Timer instance is configured to trigger every 500 ms. A simple code block is attached to the triggered signal. It does nothing but calling the toggle() method of the LED.

Analog & Digital I/O Tutorial

The Blinking LED Tutorial demonstrates how to use a Timer in combination with an LED object. In this tutorial we want explore further I/O mechanisms. The HUB-GM100 device has several analog inputs and digital I/Os which we want to integrate in this tutorial. You should prepare a current source which provides a configurable current in the range of 4…20 mA and connect it to the first analog input of the device.

The first analog input can be accessed through an AnalogInput object which we configure as a 4…20 mA analog input:

import InCore.Foundation 2.2
import InCore.IO 2.2

Application {
    AnalogInput {
        index: AnalogInput.AIN1
        mode: AnalogInput.Mode20mA
    }
}

The application so far consists of the analog input definition only and does nothing. Next we want to print the current measured by the analog input on the console whenever it changes:

import InCore.Foundation 2.2
import InCore.IO 2.2

Application {
    AnalogInput {
        index: AnalogInput.AIN1
        mode: AnalogInput.Mode20mA
        onCurrentChanged: console.log(current)
    }
}

This application does nothing since the AnalogInput object needs to be told when to actually read a new value from the underlying (12 bit) ADC. This is where the Polling object comes into play. It allows polling special polled properties such as AnalogInput.value:

import InCore.Foundation 2.2
import InCore.IO 2.2

Application {
    AnalogInput {
        index: AnalogInput.AIN1
        mode: AnalogInput.Mode20mA
        onCurrentChanged: console.log(current)
        Polling on value { }
    }
}

Run this program, play with the current of your source and observe the output.

Per default the Polling object polls its target property every 1000 milliseconds. This can be changed easily by setting the Polling.interval property:

import InCore.Foundation 2.2
import InCore.IO 2.2

Application {
    AnalogInput {
        index: AnalogInput.AIN1
        mode: AnalogInput.Mode20mA
        onCurrentChanged: console.log(current)
        Polling on value { interval: 200 }
    }
}

This version polls the analog input value every 200 milliseconds and prints the converted current on the console whenever it changes.

Instead of just printing a value we can use it for threshold detection. In the most simple case the red LED of the HUB-GM100 can be switched on if a certain threshold is exceeded:

import InCore.Foundation 2.2
import InCore.IO 2.2

Application {
    AnalogInput {
        id: ain1
        index: AnalogInput.AIN1
        mode: AnalogInput.Mode20mA
        Polling on value { interval: 200 }
    }
    LED {
        index: LED.StatusRed
        value: ain1.current > 10
    }
}

This application makes the red LED flash whenever the analog input exceeds 10 mA. The code demonstrates how to link two objects in a declarative manner and should give you an initial idea of how QML works. In traditional microcontroller programs you have to implement a timer routine, trigger an ADC conversion, compare the result imperatively and turn on or off the LED manually. Here all magic happens by simply using a Polling object and binding the QML expression ain1.current > 10 to the LED.value property. All expressions are re-evaluated whenever parts of it change or are updated, e.g. object properties or variables.

Changing the code to control a digital output instead of an LED is quite simple:

import InCore.Foundation 2.2
import InCore.IO 2.2

Application {
    AnalogInput {
        id: ain1
        index: AnalogInput.AIN1
        mode: AnalogInput.Mode20mA
        Polling on value { interval: 200 }
    }
    DigitalIO {
        index: DigitalIO.IO1
        direction: DigitalIO.Output
        value: ain1.current > 10
    }
}

The last challenge in this tutorial is to implement a time-controlled threshold detection, i.e. only switch on the digital output if the threshold is exceeded for longer than 3 seconds. We already know Timer from the first tutorial. Therefor we could add two non-repeating Timer objects and restart them whenever the AIN value goes below or above the threshold:

import InCore.Foundation 2.2
import InCore.IO 2.2

Application {
    AnalogInput {
        id: ain1
        index: AnalogInput.AIN1
        mode: AnalogInput.Mode20mA
        Polling on value { interval: 200 }
    }
    DigitalIO {
        id: dout1
        index: DigitalIO.IO1
        direction: DigitalIO.Output
    }
    Timer {
        id: startTimer
        running: ain1.current > 10
        interval: 3000
        repeat: false
        onTriggered: dout1.value = true
    }
    Timer {
        id: stopTimer
        running: ain1.current <= 10
        interval: 3000
        repeat: false
        onTriggered: dout1.value = false
    }
}

This initial version works but is not very QML-like since it contains similar redundant property initializations and even requires two signal handler functions. Anyway we can do better thanks to the Comparator object:

import InCore.Foundation 2.2
import InCore.IO 2.2

Application {
    AnalogInput {
        id: ain1
        index: AnalogInput.AIN1
        mode: AnalogInput.Mode20mA
        Polling on value { interval: 200 }
    }
    Comparator {
        id: comp
        input: ain1.current
        thresholdValueOn: 10
        timerIntervalOn: 3000
    }
    DigitalIO {
        id: dout1
        index: DigitalIO.IO1
        direction: DigitalIO.Output
        value: comp.output
    }
}

The comparator changes its output to true if the input value exceeds the on-threshold for longer than Comparator.timerIntervalOn milliseconds. The output of the comparator finally is bound to the DigitalIO.value property.

Measurements Database Tutorial

In this tutorial we want to explore how to store measurements in a database. The InCore Database module provides all database-related objects. We start by storing the measurements in a local SQLite database on the device:

import InCore.Foundation 2.0
import InCore.Database 2.0

Application {
    name: "DatabaseTest"
    LocalDatabase {
        id: exampleDatabase
    }
}

This application creates an empty database in the file /storage/incore/DatabaseTest/exampleDatabase.db. As you can see both the application name and the object ID of the database (either by assigning an ID or setting the Object.objectId property) are crucial since they are used to construct the filename. So never forget to assign an application name and the database object ID and use sensible names.

Next we want to define a database table which can be accomplished easily using DatabaseTable:

import InCore.Foundation 2.0
import InCore.Database 2.0

Application {
    name: "DatabaseTest"
    LocalDatabase {
        id: exampleDatabase
        DatabaseTable {
            id: exampleTable
        }
    }
    onCompleted: {
        exampleTable.open()
    }
}

When running this version a database table called exampleTable is created which you’ll likely want to inspect to verify everything went fine. For this purpose copy the database file /storage/incore/DatabaseTest/exampleDatabase.db to your local computer as described in section Accessing application data in the InCore Development Manual. Now open the file using the SQLite Database Browser and examine the structure of the example table like shown in Fig. 21.

_images/sqlite-browser-id-only.png

Empty example table in SQLite Database Browser

So far the table consist of an internal id column only, representing the primary key for this table. The next task is to add columns with actual data to the database table. Any object derived from the DataObject object can be used as a database table column (to be more precise: every DataObjectWriter-based object works with a list of DataObject-based objects). This means we can add a Measurement object and a DateTime object:

import InCore.Foundation 2.0
import InCore.Database 2.0

Application {
    name: "DatabaseTest"
    LocalDatabase {
        id: exampleDatabase
        DatabaseTable {
            id: exampleTable
            DateTime { id: date }
            Measurement { id: foo; data: 123 }
        }
    }
    onCompleted: {
        exampleTable.drop()
        exampleTable.open()
    }
}

Note

Perhaps you have noticed the additional call of the DatabaseTable.drop() method in this version. It’s required in this case since the table already exists after running the previous version but it has a different structure now. Alternatively you can remove the whole database file manually using WinSCP or by issueing rm /storage/incore/DatabaseTest/exampleDatabase.db in a PuTTY session.

Examine the resulting database file again using SQLite Database Browser and observe the additional columns in exampleTable. Now it’s time to actually insert some data rows. Extend the application as following:

import InCore.Foundation 2.0
import InCore.Database 2.0

Application {
    name: "DatabaseTest"
    LocalDatabase {
        id: exampleDatabase
        DatabaseTable {
            id: exampleTable
            DateTime { id: date }
            Measurement { id: foo; data: 123 }
        }
    }
    onCompleted: {
        exampleTable.drop()
        for(let i = 0; i < 10; ++i)
        {
            foo.data++
            exampleTable.submit()
        }
    }
}

The resulting data in the table will look like shown in Fig. 22.

_images/sqlite-browser-example-data.png

Example data in SQLite Database Browser

This still is a rather artificial example with way too much non-declarative code. Therefore let’s incorporate what we’ve learned in the Analog & Digital I/O Tutorial and put everything together into a sensible application:

import InCore.Foundation 2.0
import InCore.Database 2.0
import InCore.IO 2.0

Application {
    name: "DatabaseTest"

    AnalogInput {
        id: ain1
        index: AnalogInput.AIN1
        mode: AnalogInput.Mode20mA
        Polling on value { }
    }

    LocalDatabase {
        id: exampleDatabase

        DatabaseTable {
            id: exampleTable

            submitMode: DatabaseTable.SubmitPeriodically
            submitInterval: 2000

            DateTime { id: date }
            Measurement { id: foo; data: ain1.value }

            onErrorOccurred: drop()
        }
    }
}

What has changed compared to the previous example? First we added an analog input which is polled every second. Then two properties related to dataset submissions are customized to make the database table submit a new row every 2 seconds automatically. This way we don’t have to call DatabaseTable.submit() manually using a Timer object. Last but not least the database table is no longer dropped on every application start but in case of an error only, e.g. due to a mismatching table structure.

Congratulations, you just created an application which records real-world data into a database! Now take a look at the DatabaseExporter example and try to make the application above export the recorded data as a CSV file on a USB drive. Sounds complicated but it takes less than 15 additional lines of code, promised!

Tip

Did you know you can exchange the database type easily? Simply change LocalDatabase to MySQLDatabase or MSSQLDatabase and add a few connection-related properties such as Database.name, NetworkDatabase.server, NetworkDatabase.user and NetworkDatabase.password. Afterwards all measurements will be submitted to the specified remote database server.

Node-RED Tutorial

This tutorial will guide you through the installation of Node-RED on HUB-GM devices and explains how it can be integrated with InCore applications.

Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click. [1]

Installation

For maximum flexibility Node-RED is not bundled with SIINEOS but can be installed (and updated) easily as a Docker container. First we start the Docker service and pull the Node-RED image at the command line after logging in as root:

systemctl start docker
docker pull nodered/node-red:latest-minimal

Using the command line allows monitoring the download and installation progress and checking for potential errors (such as device not being connected to the Internet).

_images/nodered-docker-pull.png

Installing the Node-RED Docker container

You can however also skip the previous step and let the DockerService QML object do the work for you as shown in the next step (in this case the first application start will take a few more additional minutes).

Next we have to create a Docker container definition in QML:

import InCore.Foundation 2.2

Application {
    System {
        DockerService {
            DockerContainer {
                name: "nodered-tutorial"
                image: "nodered/node-red:latest-minimal"
                ports: [ "80:1880" ]
            }
        }
    }
}

This application will start a Docker container named nodered-tutorial with the nodered/node-red:latest-minimal image. The Node-RED web server runs on port 1880 per default. It therefore needs to be forwarded (“exposed”) from the container to port 80 on the host system using the ports property. After starting this application, the web interface can be accessed at http://192.168.123.1. Since Node-RED performs initial setup tasks at start, it will take about 1 minute until the web interface is available.

_images/nodered-start.png

Default view after starting new Node-RED instance

Note

In this tutorial, we use the latest-minimal image variation. If you need a different version with more components included (e.g. Python), see Node-RED Docker Image Variations for other possible tag names.

You can start playing with Node-RED and create new flows as you like. You’ll soon notice that all changes will be lost after restarting the container or the whole device. This is because no data volume has yet been created and defined for the container so all changes made by Node-RED are discarded when the container is stopped. However, this shortcoming can easily be remedied by adding only one line to our container definition:

import InCore.Foundation 2.2

Application {
    System {
        DockerService {
            DockerContainer {
                name: "nodered-tutorial"
                image: "nodered/node-red:latest-minimal"
                ports: [ "80:1880" ]
                volumes: [ DockerVolume { name: "node_red_data"; destination: "/data" } ]
            }
        }
    }
}

With this version all changes will be persistent and stored on the device’s storage partition. Subsequent Node-RED container starts will also be much faster since Node-RED can skip its internal setup tasks, i.e. the web interface can be accessed more quickly.

Tip

Resetting the Node-RED instance to factory defaults is very easy. After stopping and removing the container (docker rm -f nodered-tutorial), you can simply remove the data volume by running docker volume rm -f node_red_data at the command line.

Integration

Next it’s time to make Node-RED talk to our InCore application. The preferred mechanism for communication between InCore applications and Docker containers in general is MQTT. Thanks to the InCore MQTT module, it’s very simple to start an MQTT broker and publish topics with some device-related measurements:

import InCore.Foundation 2.2
import InCore.Mqtt 2.2

Application {

    System {
        id: system
        Polling on deviceTemperature { }
        Polling on deviceHumidity { }
        Polling on cpuLoad { }

        DockerService {
            DockerContainer {
                name: "nodered-tutorial"
                image: "nodered/node-red:latest-minimal"
                ports: [ "80:1880" ]
                volumes: [ DockerVolume { name: "node_red_data"; destination: "/data" } ]
            }
        }
    }

    MqttBroker { internal: false }

    MqttClient {
        hostname: "127.0.0.1"

        MqttPublication {
            MqttTopic { name: "test/temperature"; data: system.deviceTemperature }
            MqttTopic { name: "test/humidity"; data: system.deviceHumidity }
            MqttTopic { name: "test/cpuload"; data: system.cpuLoad }
        }
    }
}

Once the application has been started, it’s ready for incoming connections. Now switch back to the Node-RED window, filter for mqtt nodes on the lft, drag the mqtt in node to the flow and double click the newly created node:

_images/nodered-mqtt-add-node.png

Adding an mqtt in node to the flow

First our MQTT broker needs to be added by clicking the edit button next to the Server field. Enter a name at your will and set 192.168.123.1 as the server address:

_images/nodered-mqtt-add-broker.png

Adding the local MQTT broker

After clicking Add, you’ll be back to the Edit mqtt in node view. Specify the topic name to subscribe according to the name in our application (test/temperature) and optionally set the node name at the bottom:

_images/nodered-mqtt-edit-node.png

Setting properties of the MQTT node

Finish by clicking Done and Deploy at the top right. If everything went well, you’ll see the Temperature node being connected:

_images/nodered-mqtt-connected.png

MQTT node in Node-RED connected to InCore application

The actual value can be displayed easily by adding a debug node, connecting it to the Temperature node, deploying the flow and navigating to the Debug messages view:

_images/nodered-mqtt-debug-node.png
_images/nodered-mqtt-debug-view.png

Debugging the value of a subscribed MQTT topic

Creating dashboards

The next challenge is to implement a simple dashboard which displays our measurements in an appealing web interface. Since the default Node-RED container comes with no additional modules, we first have to install the node-red-dashboard module. For doing so, open the menu through the menu button on the top left and click Manage palette. Next switch to the Install tab, search for node-red-dashboard and click on the Install button:

_images/nodered-install-dashboard.png

Installing the Node-RED Dashboard module

After the installation has finished, you can close the management view. You’ll find a new node section dashboard with all related nodes on the left (scroll down). Now we can replace the debug node with a gauge node and connect it to the Temperature node.

Before the gauge can be displayed, the user interface needs to be configured. Double click the gauge node which opens the Edit gauge node dialog:

_images/nodered-dashboard-edit-gauge-start.png

Editing the first gauge for the Node-RED dashboard

Now click the edit button next to the Group field. This opens a second dialog Add new dashboard group config node which allows you adding a user interface group. If desired, you can change the Name.

_images/nodered-dashboard-add-ui-group.png

Adding the default user interface group to the Node-RED dashboard

Additionally the group needs to be assigned to a tab. For this purpose click on the edit button next to the Tab field which opens another dialog Add new dashboard tab config node:

_images/nodered-dashboard-add-tab.png

Adding the home tab to the Node-RED dashboard

For the time being, leave all values at their defaults and click on Add on the top. Back to the Add new dashboard group config node dialog, click on Add again. Now we can start customizing our gauge, e.g. by changing the name, value format (display 2 decimals only), units, value range and name:

_images/nodered-dashboard-edit-gauge-customized.png

Customizing the first gauge for the Node-RED dashboard

Finally click the Done button on the top and deploy the flow. The dashboard with a temperature gauge is now available at http://192.168.123.1/ui/:

_images/nodered-dashboard-simple.png

A first simple but fully functional Node-RED dashboard

As a last exercise try adding gauges for the other two topics (test/humidity and test/cpuload) as well as a chart for temperature and humidity. The flow and the resulting dashboard could look like:

_images/nodered-dashboard-advanced-flow.png

Flow for an advanced Node-RED dashboard

_images/nodered-dashboard-advanced-ui.png

User interface of an advanced Node-RED dashboard

See also

Please refer to the node-red-dashboard documentation for further details on how to use this module and its nodes.

Advanced administration

To perform administrative tasks such as installing additional Node-RED modules or NPM packages, a shell within a running Node-RED Docker container can be started from the command line:

docker exec -it nodered-tutorial /bin/bash

From this shell we can e.g. install the node-red-dashboard module:

npm install node-red-dashboard
_images/nodered-admin-cli.png

Installing the node-red-dashboard module through the command line

Further information on how to use the command line to manage Node-RED in a Docker container can be found in the Node-RED online documentation.

[1]Node-RED homepage