05-29-2008 01:17 PM
05-29-2008 01:27 PM
05-29-2008 01:52 PM - edited 05-29-2008 01:52 PM
05-29-2008 07:06 PM
02-08-2011 02:33 PM
Does anyone know how to get the x-axis data? When I do the Coordinate Transfer Dump it gives me y-axis data and the also some valuse from 0.99999 to 5.99999. Can some HELP!!!!
02-08-2011 07:37 PM
Wow, this thread came back alive!
I think the number you're missing is 801. I believe there are 801 samples, so the frequency goes from A to B in 801 samples with so many samples at each frequency. You also have to figure out what the units are from one of 35 possible enumerated types.
Good Luck!
02-08-2011 09:22 PM
I apologize but I have no idea what you wrote on your reply. I am completely lost with this instrument. I have attached what I am using to collect dat from the instrument. The date I receive is y-axis data (801 samples) and also another data points which range from 0.99999 to 5.999999. I am doing a frequency response from 1Hz to 100kHz. Please help me to understand what does 0.99999 to 5.999999 numbers mean and how I can convert them to frequency. The code is in LV8.2
02-09-2011 10:00 AM
Okay, I have access to "Contents of the Data Header" for Binary and ASCII data dump formats.
What index are you using? Binary or ASCII/ANSI?
What indecies are giving you the 0.9999 to 5.99999 numbers?
This has been done before, it will be okay.
02-09-2011 10:15 AM
I got bored...
Okay, I looked at the code a bit, get it? and I believe that the code is using the ASCII data dump,
0.9999 is the starting frequency or "Start Freq Value" and
5.9999 is the "Delta X-axis" or difference between each reading, however, there is a note that says 10deltaX for log-x axis, and since you're going from 1hz to 100kHz, I'm assuming the display is in log, so the delta is really 10 times 6 for each y.
So the code needs to be modified to multiply the delta times 10 in the For Loop in the Get Trace.vi, I think.
Good Luck.
02-09-2011 10:59 AM
Yes, it is using ASCII data dump.
I have attached the raw data file which I collected through the HP3562A. If you don’t mind can you please show me an example how I can convert the data to frequency.
I really appreciate your help. Thank you