Versions Compared

Key

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

...

  • Status: Status of the PointExt. 
  • FaultCause: Message that complements the PointExt status (generally used to explain the reason for an initialization failure).
  • Enabled: Indicates whether the Extension is enabled or not.
  • DeviceQuery: Ord to the related Device.
  • TriggerOnValueChangeOnly: By default a value is sent only if the extension detects a change. but you can change this by switching this property to false.
  • CanWrite: Determines whether the database can change the value of the parent WritablePoint through a command.


Advanced Config

Image RemovedImage Added

  • InhibitTimeOnStart: Delay the messages sent during the station start.
  • MinSendTime: The Minimum time between two sent messages. Any attempt made during this interval will be cancelled.
  • MaxSendTime: If the value is different than zero, messages will be sent periodicallyThe Maximum time between two sent messages, even if the point hasn't changed.
  • Randomization: Allows to add a random duration to the first maxSendTime. Prevents a burst of message if many points, which don't change, have the same maxSendTime.
  • ChangeTolerance: Available only on NumericPoints. Determines the smallest change in the out value which will send a message. 

...