11-14-2007 07:03 AM - edited 11-14-2007 07:03 AM
I added a waveform graph..
11-14-2007 07:10 AM
You are using Replace Array subset for an array of 3 by 50. So if you want to go higher than 50, you would have to use the Insert Into array (** insert long story ?? **)
ha noi wrote:
I tried to put 0 at 2nd input. but my graph didn't work. I would like to make X auto scale, and show graph until stop program. In my program, you can see X limited with 50 point. If X >50, the graph doesn't work. I haven't know to fix it.
11-14-2007 07:17 AM - edited 11-14-2007 07:17 AM
Similar to before, except using Insert Into Array. Problem is that it renders using pre-allocated memory useless....
There are many questions that come to mind... one is: do you need to see the graph while acquiring data?
11-14-2007 10:01 AM
11-14-2007 10:03 AM
11-14-2007 12:33 PM