06-16-2005 03:58 PM - edited 06-16-2005 03:58 PM
As you can see in my attachment(two data case only), I used "build array" to make 2-dim. array of each data.
After running the routine during so much time, my computer was rebooted by unkown problem which suspected from the trouble in memory.
My questions are,
1. Is this method (like attachment routine) suitable to my purpose?
2. Is there another method to save the memory? At first, I want to connect the graph chart only to the build array function.
But I can't push the data to 2D array(graph chart). How to realize my first thinking?
Thank you in advance.
Lee
Message Edited by labmaster on 06-16-2005 04:03 PM
06-16-2005 05:13 PM
@labmaster wrote:
2. Is there another method to save the memory? At first, I want to connect the graph chart only to the build array function.
But I can't push the data to 2D array(graph chart). How to realize my first thinking?
06-16-2005 05:31 PM - edited 06-16-2005 05:31 PM
Message Edited by labmaster on 06-16-2005 05:40 PM
06-16-2005 05:43 PM - edited 06-16-2005 05:43 PM
Bundle your three scalars into a cluster and use a waveform chart. Set the chart history lenght to a suitable value. See Image.
@labmaster wrote:
But, I have only 3 data points (not array) in each iteration.

Message Edited by altenbach on 06-16-2005 03:44 PM
06-16-2005 07:18 PM