08-21-2016 10:14 AM
Hi,
I'm trying to get measurement data form HP16500A LOGIC ANALYZER via GPIB link
and There is no problem to detect the device and communicate with it also i recieved information about device and installed modules on device, but i got an important problem when I want to get and monitor measurement data , I recieved unclear data .I attached
data Received.
please help me...
I'm waiting for your Guidance...
thanks
08-22-2016 04:52 AM
Hi abbasr,
i got an important problem when I want to get and monitor measurement data
Which problem do you get? Any error descriptions/numbers?
I recieved unclear data .
What are "unclear" data? Any more descriptions?
Generic answer after löooking at your image:
- Don't use VISA references with plain old GPIB functions. They expect other "address strings" - read the LabVIEW help!
- Always do double checks when you see coercion dots in your VIs: they are there for a reason and they have consequences!
- Always do some error checking - even those old GPIB functions have error IO!
09-04-2016 02:08 AM
Hi GerdW
Thanks for your attention and guide
Excuse me for delay in reply
I corrected the program as you said but I didn't saw any change in recieved data .
I attached recieved data again please open text file and saw .
I think this data must be converted to clear data but I don't know how can I convert it ?
What do you think about this problem ?
Please help me .
Best Regards.
abbasr
09-04-2016 11:25 AM
HI abbas,
you need to know the content of that data file!
Once you know which information is stored and once you know how this information is stored (which format) you can easily decode this data.txt file. As I don't want to read the manual of your DAQ device nor do I know which settings you used you will have to do this on your own!