The UaSessionConfiguration type exposes the following members.

Constructors

  NameDescription
Public methodUaSessionConfiguration
Constructor.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetConfiguration
Will Create a new DataConnectorConfiguration and load it with the current configuration data. The result can be used as the value for a pen's DataConnectionConfiguration.
(Overrides ConfigurationWrapGetConfiguration()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsTwxLogger64Point
Checks whether given point is a trend logger point.
Public methodSetConfiguration
Will load all parameters from the configuration to the properties in this class.
(Overrides ConfigurationWrapSetConfiguration(DataConnectorConfiguration).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAggregateType
For reading historical data. The aggregate type for history reading. Null for raw data.
Public propertyDatasetConvertXAxisToString
Indicates if the x-value will be used as a number or as a string
Public propertyDatasetStatusCodeColumn
Dataset StatusCode column
Public propertyDatasetUpdateDelayMilliseconds
Specifies delay of the dataset update before we send it to session and UI.
Public propertyDatasetXAxisColumn
Dataset X axis column
Public propertyDatasetYAxisColumn
Dataset Y axis column
Public propertyDeadBandType
For monitoring realtime data. See DeadbandType.
Public propertyDeadBandValue
For monitoring realtime data. The value if dead band is set to anything else than DeadbandType.None.
Public propertyMaxSamplesForDataset
For reading dataset data.
Public propertyMaxSamplesForRawData
For reading historical data. When the user choses to receive raw data, this value will override the session's buffer size specified by the viewer.
Public propertyPercentDataBad
Indicates the Maximum percentage of bad data in a given interval above which would cause the StatusCode for the given interval for processed data request to be set to Bad. For values equal to or below this percentage the StatusCode would be Uncertain or Good. For details on which Aggregates use the PercentDataBad Variable, see the definition of each Aggregate. The default value is 0.
Public propertyPercentDataGood
Indicates the minimum percentage of Good data in a given interval which would cause the StatusCode for the given interval for the processed data requests to be set to Good. For values below this percentage the StatusCode would be Uncertain or Bad. For details on which Aggregates use the PercentDataGood Variable, see OPC UA specification. The default value is 100.
Public propertyPointName
The point name.
Public propertyRawReadModified
For reading historical data. When aggregate is set to raw data, this parametere specifies whether only modified data are to be read. Defaults to false.
Public propertySlopedExtrapolation
Indicates how the server interpolates data when no boundary value exists (i.e. extrapolating into the future from the last known value). A value of False indicates that the server will use a SteppedExtrapolation format, and hold the last known value constant. A value of True indicates the server will project the value using SlopedInterpolation mode. The default value is False.
Public propertyTreatUncertainAsBad
Indicates how the server treats data returned with a StatusCode severity Uncertain with respect to Aggregate calculations. A value of True indicates the server considers the severity equivalent to Bad, a value of False indicates the server considers the severity equivalent to Good. The default value is True.
Public propertyUsageType
This distinguishes the most fundamental properties of the session.
Public propertyUseDataChangeFilter
For monitoring realtime data. Whether to use a filter at all.
Public propertyUseDatasetStatusCode
Use dataset StatusCode
Public propertyUseServerCapabilitiesDefaults
When false, the user specifies the aggregate configuration, when true, lets the server decide.

See Also