Hello,
I need to display a huge amount of data in a intensity graph as follows:
A measurement system gets data (--> Z-Axis of intesity graph) across a steel strip in 30 steps (--> Y-Axis of intensity graph). The strip can reach a length of 15000 meters (-->X-Axis of intensity graph)....
In first step I initialized an 2d Array with a size of 30x15000. This means of cause a huge memory usage..

The data is inserted using the [Replace Array subset] function.
In fact only the last 1000meters should be visible, an array of 30x15000 is not needed, 30x1000 would normally be enough, but the intesity graph can't be handeled like an XY-graph........(the measurement system
might be turned off for a while but the strip is still running forward in this time. The problem is now ho to insert the correct X-index)
Has someone an idea how to arrange the situation with the intensity graph?