11-26-2007 01:32 AM
11-26-2007 04:21 AM
11-26-2007 06:17 AM
Hi Albert,
This is an obsolete product according to HP-Agilent website. I have got only one printed material which includes some program examples for the hp-ux and hp-ux does not make sense to me.
In the labview driver, there is two option for reading waveform: "hp859x Read Wvfm to Array Ascii.vi" and "hp859x Read Wvfm to Array.vi" but they don't do what I need.
Solution might be using "hp859x Read Measurement.vi" and "hp859x Marker Stop and Continue.vi" in some kind of algorithm instead of reading full waveform ("hp859x Read Wvfm to Array.vi"), but I am not sure of this.
By the way, I am using a threshold value, which is the limit value of the test, to know whether it is a peak or noise.
Thanks
11-26-2007 09:56 AM
11-26-2007 12:37 PM
11-27-2007 12:11 AM
01-02-2008 02:31 AM
Hi everyone,
I put an image file and a vi file as an attachment.
I've just modified hp859xx Measurement Read.vi to read the marker's frequency and amplitude and put
them into the loop. (Marker read.vi in the attachment)
From the pdf manuals, I've found out that by using Marker -> High first followed by Marker -> Next Peak
I can browse on the waveform. When the marker reaches to the last peak, marker stays at that position.
So; I compare whether the last two readings are equal to finish the while loop (image file in the attachment).
Thanks for your help.
Serhat