I have created random "noise" waveforms in Visual Basic and have displayed them to the CWGraph with no problems. However, I am unclear on how to output this waveform using the CWAO activex control. I have looked at the example code, but they only deal with "fixed" frequency waveforms and I don't have that type of waveform. I have the time and voltage values in an array, but how do I send each voltage point at the proper time interval? I've tried to setup the internalclock.period to the first value in the time array then set the progress interval to 1 so I can grab the next time point...but get nothing but errors. I thought of using the CWAOPoint activex control but timing is critical (need 1 msec resolution). I see
no example code for this. Can anyone help or point me in the right direction? You responses are very much appreciated