09-14-2006 05:47 PM
09-14-2006 07:49 PM
09-15-2006 02:19 AM
Hi,
First of all i couldnt get the array to build up. It always contained 2 elements in it, which i suppose is correct.
If you are facing this problem then follow the steps below to clear the array and waveform chart.
In the first sequence of your program, create a local variable of the array. Right click on the variable and select "Change to write" and right click again and create a "Control" for it. This will ensure that the previous data is removed from the array before writing new data.
In the first sequence of your program, create a property node of the "Wave Form chart" you are using and select "History". Right click on history and select "Change to write" and right click again and create a "Control" for it. This will ensure that the previous data is removed from the Wave form chart before writing new data.
I have attached the modified code. Look in sequence zero.
Rgds
Prithvi.
09-19-2006 11:50 AM