06-10-2010 11:28 PM
1. Why can not sign in time axis does not move at 256.
2. I want the two signals. Defined as a signal X and Y, signal X = 10Hz (256 cycle / 25.6s) and
signals Y = 1cycle / 25.6s. Then calculated and writed program,
but the program can not be controlled as desired.
Thank you
06-10-2010 11:35 PM
06-10-2010 11:35 PM
It would probably help if you used an XY Graph.
06-11-2010 10:40 AM
From figure shown the signal on demand, signal X=256 cycle and signal Y=half cycle.
I think you get my program
Thank you
06-11-2010 11:25 AM
Use a Waveform Data type and make sure the property "ignore attributes" is NOT checked.
When you do so, the dat is plotted as determined by "t0" and "dt" if you have more than one sample in the "Y" array.
The example I illustrated here deonstrates this feature.
Here is a preview that shows a chart with dat from multiple source coming in at different rates.
Ben