Skip to content

Reading Cycle time of DB Read #25

Discussion options

You must be logged in to vote

Hi!

Thank you for starting a discussion here!

In my opinion, reaching 50 ms of update rate may be difficult.
Sharp7 is build on the put/get functionality of every siemens PLC and this protocol is not real time.
A read duration up to 100 ms doesn't surprise me: there are many good reasons why this process may last longer than initially expected for example:

  • PLC cycle time
  • network traffic
  • amount of data
  • other readings over the same socket

I think you have two way to go further: live with it or try to optimize.

Live with it

Your application can't practically reach a update rate better than 100 ms. If you can accept it, it's all right!
I don't know if you measured just one variable or more …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dattatrayshindebuck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants