by Tomáš Bräuer » Thu 22. Aug 2019 8:24:16
Hello,
not sure what is the cause this behavior. You haven't mention version of Promotic.
1) If you have all panels closed, then you open panel with your 3 trends, is it empty or full of values? Does it mean that all the displayed data are pemanent somewhere else and then only displayed with the panel? Or the trended data are kept only in trend panel?
If the data are in the panel displayed imediatelly after every panel opening, the it is really problem with printing.
If you have to wait 25 minuts until the data are trended in the panel itself, then it is problem with project logic.
2) If the problem is, that the data are displayed with a little delay (eg 2s), then it will be necessary to implement some sort of delay between opening and printing.
3) If the trend are trended in application (not in panel) are they local or remote? Because remote trends (accessible via http address) suffer from delaying between request for data and obtaining remote data), the process is then asynchronous. The delay before printing would have to be applied.