Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

If for some reason some points brought in have the writable and actions enabled. They can be easily removed by removing the appropriate tags.

In our example we are removing them from all haystack points. In your case, you can use navName or tags found on the points you wish to remove the actions on. We recommend to first query the filter in legacy folio to make sure it returns the point records you want to modify and not something else.

The following tags need to be removed:

  • writable - because the point isn't writable
  • haystackWrite (or bacnetWrite) - need to remove the reference to which the point is supposedly trying to write too
  • haystackWriteLevel (or bacnetWriteLevel) - part of the previous one specifying the level to write to it on the device
  • actions - if its writable, it doesn't need the actions tag either

Note: For non connected points, just remove the 'writable' and 'actions' tags.

How to change the value of a property tag

...