You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Time Filtered function as in excel Datalink to calculate time when certain condition of the tag is accomplished.
We use PiDatalink to get operation times of several equipments and Pi datalink is kinda slow to retrieve information.
So far i'm using Summaries SummaryType.AVERAGE every 2 minutes and process with python to count rows under desired condition
Today i received error [11122] failed to retrieve events Out of sequence....the error occurs when interval is too big.
It also fails when using 1 min interval.
I have read documentation and i dont find anything like it, but maybe it is a way and I dont know how to use it. If so, may someone indicates me how can i get the Time when some tag is below or above somd condition? Hours by day when Tag> 100 for example
Thank you
The text was updated successfully, but these errors were encountered:
Feature request
Create a Time Filtered function as in excel Datalink to calculate time when certain condition of the tag is accomplished.
We use PiDatalink to get operation times of several equipments and Pi datalink is kinda slow to retrieve information.
So far i'm using Summaries SummaryType.AVERAGE every 2 minutes and process with python to count rows under desired condition
Today i received error [11122] failed to retrieve events Out of sequence....the error occurs when interval is too big.
It also fails when using 1 min interval.
I have read documentation and i dont find anything like it, but maybe it is a way and I dont know how to use it. If so, may someone indicates me how can i get the Time when some tag is below or above somd condition? Hours by day when Tag> 100 for example
Thank you
The text was updated successfully, but these errors were encountered: