Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddMultiStateValueDiscreteOptions

Hierarchy

Index

Properties

Optional accessLevel

accessLevel: UInt32 | AccessLevelString

The AccessLevel Attribute is used to indicate how the Value of a Variable can be accessed (read/write) and if it contains current and/or historic data. The AccessLevel does not take any user access rights into account, i.e. although the Variable is writable this may be restricted to a certain user / user group. The AccessLevelType is defined in 8.57.

Optional arrayDimensions

arrayDimensions: UInt32[]

This Attribute specifies the length of each dimension for an array value. T The Attribute is intended to describe the capability of the Variable, not the current size. The number of elements shall be equal to the value of the ValueRank Attribute. Shall be null if ValueRank ? 0. A value of 0 for an individual dimension indicates that the dimension has a variable length. For example, if a Variable is defined by the following C array: Int32 myArray[346]; then this Variables DataType would point to an Int32, the Variable�s ValueRank has the value 1 and the ArrayDimensions is an array with one entry having the value 346. Note that the maximum length of an array transferred on the wire is 2147483647 (max Int32) and a multi-dimensional array is encoded as a one dimensional array.

browseName

browseName: QualifiedNameLike

Optional componentOf

componentOf: NodeIdLike | BaseNode

Optional dataType

dataType: string | NodeIdLike | UADataType

Optional dataValue

dataValue: DataValue

Optional description

description: LocalizedTextLike

Optional displayName

enumValues

enumValues: EnumValueTypeOptionsLike[] | object

Optional eventSourceOf

eventSourceOf: NodeIdLike | BaseNode

Optional historizing

historizing: boolean

The Historizing Attribute indicates whether the Server is actively collecting data for the history of the Variable. This differs from the AccessLevel Attribute which identifies if the Variable has any historical data. A value of TRUE indicates that the Server is actively collecting data. A value of FALSE indicates the Server is not actively collecting data. Default value is FALSE.

Optional minimumSamplingInterval

minimumSamplingInterval: number

The minimumSamplingInterval Attribute indicates how 'current' the Value of the Variable will be kept. It specifies (in milliseconds) how fast the Server can reasonably sample the value for changes (see Part 4 for a detailed description of sampling interval). A minimumSamplingInterval of 0 indicates that the Server is to monitor the item continuously. A minimumSamplingInterval of -1 means indeterminate.

Optional modellingRule

modellingRule: ModellingRuleType

Optional nodeId

nodeId: NodeIdLike

Optional notifierOf

notifierOf: NodeIdLike | BaseNode

Optional organizedBy

organizedBy: NodeIdLike | BaseNode

Optional permissions

permissions: Permissions

Optional postInstantiateFunc

postInstantiateFunc: function

Type declaration

Optional propertyOf

propertyOf: NodeIdLike | BaseNode

Optional references

references: AddReferenceOpts[]

Optional typeDefinition

typeDefinition: string | NodeId | UAVariableType

permissions

Optional userAccessLevel

userAccessLevel: UInt32 | AccessLevelString

The UserAccessLevel Attribute is used to indicate how the Value of a Variable can be accessed (read/write) and if it contains current or historic data taking user access rights into account. The AccessLevelType is defined in 8.57.

Optional value

value: number | Int64

Optional valueRank

valueRank: UInt32

This Attribute indicates whether the Value Attribute of the Variable is an array and how many dimensions the array has. It may have the following values: n > 1: the Value is an array with the specified number of dimensions. OneDimension (1): The value is an array with one dimension. OneOrMoreDimensions (0): The value is an array with one or more dimensions. Scalar (?1): The value is not an array. Any (?2): The value can be a scalar or an array with any number of dimensions. ScalarOrOneDimension (?3): The value can be a scalar or a one dimensional array. NOTE All DataTypes are considered to be scalar, even if they have array-like semantics like ByteString and String.

Generated using TypeDoc