Versions Compared

Key

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

Table of Contents

Create New Tuning Policy using Folio

We have created a Create New Tuning Policy form that allows the user to create a tuning policy for the points or connectors.

Info
titleMax Write Time

Using Max Write Time will push and update the points values after a station has been rebooted. If this is not created, the points values would be null on priority levels 2-7 and 9-16.

How to Create New Tuning Policy

...

  • Display Name: We advice the user to be careful with the name of the policy, so that it doesn't create confusion when choosing the Policy.
  • Enable or disable Min Write time
  • Set Min Write time in seconds: the minimum amount of time set to write the points values (between 0s and 10000s). Meaning if you have points that change often like every second, it won't write the value until the minTime is reached.
  • Enable or disable Max Write time
  • Set Max Write time in minutes: the maximum amount of time set to write the points values (maximum 5000min). Meaning if you have points that didn't have a successful write after 10 mins (if maxWriteTime was set to 10 mins), it will write the value when maxTime is reached regardless if it changed or not. When using this option, it will perform a write at the specified frequency set, even if there was a successful write and if something else changed the value externally. It means that if, for example, the Max Write Time is set to 2 minutes and FIN writes “true”, every 2 minutes the value “true” is written, even if it succeeded before and in the meantime something else writes “false”. It will be “true” again after 2 minutes.
  • Enable or disable Schedule Write (needed for syncing schedules to Niagara)
  • Enable or disable Poll Time
  • Set PollTime: How often you want the connector to repoll curVal of the points (can be between 5s and 1h).

...