Steve Mason
smason
Martinsburg, PA
Joined: Mon Jun 07 15:41:47 UTC 2021
Latest Posts
-
Axiom Script for Displaying a "-" instead of "Undefined"
If using an asset-based grid, a value box will display "Undefined" for any asset instance that does not have the corresponding tag. The following script can be used to convert "Undefined" to "-".…
-
Axiom Script for Converting Epoch Microsecond Values to an Actual DateTime
This script uses the OnBeginValueChange function on a ValueBox to transform the value of tag which is recording the date/time in epoch microseconds to an actual date/time.…