Table of Contents |
---|
Apply Batch Tags
We have created an Apply Batch Tags form that allows the user to mass add/remove/edit tags in the database.
How to use Apply Batch Tags
...
Now if we look at the vav equipment, you can see the tags that got added and removed.
How to change the value of a property
Lets say you wanted to change the Write Level of all Haystack points.
You would enter the filter as point and haystackConnRef. The reason haystackConnRef is used, is to make sure we only get points that are from a Haystack connector and not from a different type of connector. After that, we enter the property tag we want to change along with the value we want it to become. In this case, we are changing the Write Level so it would be entered like this haystackWriteLevel:15.
Here you can see "Write Level" is now 15.
Info | ||
---|---|---|
| ||
If may be confusing because you'll ask why we used haystackWriteLevel as opposed to writeLevel. If we change the writeLevel, we'll be changing FIN Stacks point write level and not the connectors point write level. FIN Stacks write level doesn't appear in the points view UI so the one you see there is the points write level. |
How to change history from synchronized to collected
Now we want our history to be collected every 15 mins instead of synchronized.
You would enter the filter as point and haystackConnRef. The reason haystackConnRef is used, is to make sure we only get points that are from a Haystack connector and not from a different type of connector. After that, we want to remove haystackHis property tag and add hisCollectInterval:15min.
You can see now our history will be collected every 15 mins.