Hello, all I am writing some logic that gives me the average and standard deviation of some data sets between 200 to 300 points However, I am running into some watchdog timer faults.
The processor is a PLC5/40E rev B.
My first revision used a jump and a counter to iterate through the points and do the math but this caused faults when the set was too big.
I ended up settling on a looong list of the data points that jump to the top of the ladder file every 10 points. Still not great
The manual says I cannot use STX files as it requires revision C or greater.
Can anyone make any suggestions for improving the time spent in this routine?