This function is used by Ignition's Expression language.
The following feature is new in Ignition version 8.1.10
Click here to check out the other new features

Description

Returns the timestamp of a qualified value.

Syntax

 timestampOf(value)

  • Parameters

Object value -  The value for which you want to find the timestamp.

  • Results

Date Returns the timestamp of the value's last update.

Examples
Code Snippet
timestampOf({[default]Sensor 1/Reading}) //Returns the timestamp of the tag's last value update







  • No labels