LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Ok, I am getting a response from the equipment, I got 59377 lines in a integer array called "intdata", command I used: :MEAS:DATA Th

e response1 was #6240000 or 240000 bytes of data, Response 2 was the data... uh, Ok, what is the next step. It should have been 30000 samples of time-domain measurements, hits for a histogram. Instead I got almost 60000. (Why almost 60K? I don't know...)

Chip Re:
"ASIC IIBU Tech" wrote in message
news:101-50650000000800000088150000-9823 03670000@quiq.com...
> I have completed most of the code, however, I am having trouble
> formating the waveform data or any data array sent back. Using the
> Scan and Fmt documentation in the manuals are not very in depth on how
> to parse th
e data. The format is in the ANSI/IEEE std, 754-1985.
> What Scan command format will parse the integer array?
>
> Chip"
0 Kudos
Message 1 of 2
(2,819 Views)
e response1 was #6240000 or 240000 bytes of data, Response 2 was the data... uh, Ok, what is the next step. It should have been 30000 samples of time-domain measurements, hits for a histogram. Instead I got almost 60000. (Why almost 60K? I don't know...) Hey Chip. Anyone help you out yet? I was looking at some of my code from a couple of years ago and shuddered. I had to use the Scan command to parse my GPIB strings then and had forgotten about the frustrations involved.

Now I use the VISA commands together with the fancy IVI instrument drivers for my scope and everyhting is great. Do you have .fp files for your instruments that you can load and run function panels from? Once you load the right .fp into your project you can go just select the high level functions you want for each instrument operation and have the panels talk you through the process. It works great and once you do it this way you don't want to go back.

Let me know if you want some more help in this direction.

Grant
Grant M. Johnson
Project Engineer
LECO Corporation
0 Kudos
Message 2 of 2
(2,819 Views)