Scada-LTS icon indicating copy to clipboard operation
Scada-LTS copied to clipboard

report is not sent if the number of datapoints included is higher than 255 (exact value TBC)

Open nduvernois opened this issue 8 months ago • 4 comments

Create about 260 datapoints with enough history. Create a report that tries to extract data for a given timeframe on these variables, that is sent by e-mail.

Bug : the e-mail is not sent. I have not searched the exact limit value, but with 243 variables it works, and with about 20 more, the e-mail is not sent. I assume that the threshold is 255 because this is it the maximum value for 1 byte.

Expacted behaviour : either there is no limit, or there is a protection in the report edition window that prevents to overcome the limit.

OS : Windows Server 2016 Browser : Chrome 125 Version : ScadaLTS 2.6.18

nduvernois avatar Jun 07 '24 12:06 nduvernois