Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

...

2. This will open a prompt called Update Bindings. Here you can multi-select which points will get their bindings updated

In the next and final section you can select in what way you'd like to update the point bindings. Your options are Relative By Tags, Relative by navName and Absolute. 

  • Relative: By Tags - this means that the user can add points by their tags. So the binding of the point will consist of tags. This is great for when you have multiple points with different names but are tagged properly.

    • NOTE: If points don't have sufficient tags, it automatically appends the navName of the point

  • Relative: By navName - this means that the user can add points by their navName. So the binding of the point will consist only of the navName and not tags. This is great for when all the points are named the same, or the database isn't tagged up, and fewer issues if points are missing tags.

  • Absolute: By Point Ids - this means that the user can add points by their ids (hardcoded). So the binding of the point will consist of the point id. This is great for when adding points from different equipment and its not a relative graphic like a Central Plant for example.

Note: The target will be determined by your context in the navigation header. This is important because this determines what equipment's point its going to be looking at when updating the points. 

CurVal Format

The CurVal Format option allows the user to format the value of what a point is returning, to some other format available from http://numeraljs.com/

1. Select the CurVal Format option

2. Once selected, a new window will appear with all the available numerical points

  • This allows the user to select which points they want to format, then picking the format type they want from the available list in the dropdown.

3. Once the user picks a format, they can click on the "Next" button or cancel

4. In the next window, the user will be presented with the format chosen and what it will do

  • As well as display the actual format itself in a string.

5. Once the user applies, this will add a string 'curValFormat' on the point with the format chosen

  • The value will change accordingly