Utilizing SourceTags in scripting environment
Is it possible to use the value of a sourcetag direct in the scripting environment without having to add a valuebox? For example, I have three daily values I wish to display an average of. Rather than create three value boxes and write the script to pull the data in the value box, I'd like to create a single box in a grid.
2 replies
-
Hi mrmilbury Yes it is possible to use tag values in scripting without the need to have a valuebox on screen for each. I would direct you to our Axiom scripting documentation under Examples -> TagSubscription. The example actually outlines the process of averaging 2 tag values and placing the resulting value in a label.
-
Thank you. I will have to figure how to code works and make my modifications/ updates accordingly. This looks like it will do the trick.