Skip to main content
1-Visitor
April 10, 2020
Solved

data sampling frequency of thingworx platform

  • April 10, 2020
  • 2 replies
  • 2620 views

Hi

 

Can someone help me with the max frequency that data is allowed to send/fetch in thingworx?

Best answer by zyuan1

I think there's only soft limit over the sampling speed. 

 

Note that all DataTable, Stream and Value Stream have their own and only table in persistence provider, so the number of properties being updated and the frequency of update both counts, and the total write frequency limit from database side would affect this performance.

 

There are sizing guide for running TWX server with average suggestions, but they cannot give you the upper limit. Only thing that's confirmed is that ValueStream has lower priority than DT and Stream data, some changes will be ignored if the server is over the capacity.

2 replies

zyuan15-Regular MemberAnswer
5-Regular Member
April 10, 2020

I think there's only soft limit over the sampling speed. 

 

Note that all DataTable, Stream and Value Stream have their own and only table in persistence provider, so the number of properties being updated and the frequency of update both counts, and the total write frequency limit from database side would affect this performance.

 

There are sizing guide for running TWX server with average suggestions, but they cannot give you the upper limit. Only thing that's confirmed is that ValueStream has lower priority than DT and Stream data, some changes will be ignored if the server is over the capacity.

1-Visitor
April 12, 2020

Thank you for the message. Let’s say kepware is capturing 6000 data in one second. Can I get all the data values in thing property? What is the soft limit?

1-Visitor
April 12, 2020

Actually, you can't store more than millisecond precision per property, then the hard limit (without counting bandwidth, storage and CPU usage) it's 1000 record per property and second.

Support
April 24, 2020

Hi @juhiajmera.

 

If one of the previous responses answered your question, please mark the appropriate one as the Accepted Solution for the benefit of others on the community.

 

Regards.

 

--Sharon