04-25-2020 03:12 AM
Hello All,
I am measuring some data using CAN and it has 29 waveform, these waveform are ruining for 240sec. i want to get the max and min for each waveform.
problem: i am getting only 49 data in array which is changing very rapidly., so result for max and min is always wrong.
Thanks in Advance.
04-25-2020 07:27 AM - edited 04-25-2020 07:28 AM
Store your max and mins in shift registers on the outer loop. Then you use Build Array inside of the FOR loop to add the previous max and min values for the waveform before recalculating the max and min.
