Skip to content

What is the auto-update rate of symbols #416

Answered by chrisbeardy
gbcarlos asked this question in Q&A
Discussion options

You must be logged in to vote

The default settings for auto update=True will update the value if it changes on any plc cycle, therefore there is no need to update the rate, it will be as fast as your plc cycle.

If you wish to receive notifications cyclically at a set rate you have to attach the notification manually and can set the notification period in ms and the notification attribute to server cycle.

https://pyads.readthedocs.io/en/latest/documentation/symbols.html#device-notifications
https://pyads.readthedocs.io/en/latest/documentation/connection.html#device-notifications

Can I please ask in the future that all questions are directed to Stack overflow using the tags PLC, Twincat and Twincat-ads. There is a small…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by chrisbeardy
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #348 on August 30, 2024 10:17.