07-02-2008 10:46 AM
07-02-2008 11:40 AM
Since you begin by adding an offset to the first element of your triagular waveform, it will not be 0 unless your offset is zero.
If you know the array size, you can initialize the array (size) and place a 0 in element 0 (first element), then replace the other elements by proper indexing to the array.
OR..
You could simply add an element (value = 0) at index 0 after you have completed building the array. The method above is more efficient.
RayR
07-03-2008 04:23 AM
07-08-2008 05:23 AM
07-08-2008 07:30 AM
Can you provide the vi names "Get Terminal Name with Device Prefix.vi"?
R
07-08-2008 08:06 AM