Table of Contents

Load Value

Block Group:Data Services
Icon:no icon

The Load Value block retrieves information about the value of a data node.

To automatically create a Load Value block for a node at a particular path, you can drag that node from the Metrics panel into the dataflow window.

For information on using dataflow blocks, see Dataflow.


Input/Output Properties

The following properties of the Load Value block can take input and give output.

path specifies the node for which to return information.

enabled specifies whether the Load Value block updates when the node’s value changes.

qos determines persistence.

For a qos of 1, 2, or 3, you can access table cells by binding the value property to a Table block.


Output Properties

The following properties of the Load Value block can give output but cannot take input.

value returns the current value of the node, if enabled is TRUE. Returns the last collected value of the node, if enabled is false.

unit returns the units of the node.

formatted returns the formatted value. For example, for a numeric value, it returns a string that includes units. For an enum or boolean value, it returns the string associated with the value.

status returns the status of the node, if applicable, such as “down” or “overridden.”

error returns the error message, if any.

lastUpdate returns a string indicating when the node was last updated.


Example

The following image demonstrates how to create a Load Value block by dragging a node to the dataflow window.

Load Value dataflow model