LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get data through GPIB?

I am new on Labview. 

How can I get the temp data vs time from a cooling/heating instrument through GPIB?

I use LabVIEW 2017.

Thanks!

0 Kudos
Message 1 of 9
(4,315 Views)

Have you downloaded and installed the instrument driver?  There might be an example program included with the drivers to help you get started.

aputman
------------------
Heads up! NI has moved LabVIEW to a mandatory SaaS subscription policy, along with a big price increase. Make your voice heard.
Message 2 of 9
(4,305 Views)

Which instrument driver?

Thanks.

0 Kudos
Message 3 of 9
(4,296 Views)

You'll need to check with the manufacturer of the instrument.  

You can check if it's available in the NI Instrument Driver Finder.  Look in the Help menu.  

aputman
------------------
Heads up! NI has moved LabVIEW to a mandatory SaaS subscription policy, along with a big price increase. Make your voice heard.
0 Kudos
Message 4 of 9
(4,291 Views)

I think the NI found the instrument GPIB, see attached.

0 Kudos
Message 5 of 9
(4,276 Views)

Looks like this is the driver you want to get.

0 Kudos
Message 6 of 9
(4,271 Views)

I think the GPIB is communicating.

0 Kudos
Message 7 of 9
(4,268 Views)

Are you new to instrument control also?  Answering this question would give us an idea of what kind of help you need.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 8 of 9
(4,226 Views)

yes, i am new at any Labview things. Here is my update:

i established communication between the thermal instrument and Labview NI-488.2 driver through GPIB, see attached.

My goal is to download the thermal data file but couldn't find the command syntax, the closet one I got is the :ibrdfile 0013 (the filename) but received error message. I am working with the thermal instrument vendor for the location of the file.

Thanks.

 

Here is the result communication with the instrument:..............................

 

Interactive Control

Copyright 2007 National Instruments Corporation

All rights reserved.

Type 'help' for help or 'q' to quit.

 ud0: help

 ud0: ibdev

    enter board index: 0

    enter primary address: 9

    enter secondary address: 0

    enter timeout: 13

    enter 'EOI on last byte' flag: 1

    enter end-of-string mode/byte: 0

 

ud1: ibclr

[0100]   ( cmpl )

 

ud1: ibwrt

    enter string: "*IDN?"

[0100]   ( cmpl )

count:  5

 

ud1: ibrd

    enter byte count: 29

[0100]   ( cmpl )

count:  29

54  45  4d  50  54  52  4f  4e          T E M P T R O N

49  43  2c  54  50  30  34  33          I C , T P 0 4 3

30  30  41  2c  34  30  30  30          0 0 A , 4 0 0 0

2c  56  65  72  73                      , V e r s

 

 

ud1: ibloc

[0100]   ( cmpl )

 

ud1: ibrdf 0013

[8100]   ( err cmpl )

error: EFSO

count:  -536215450

 

 

0 Kudos
Message 9 of 9
(4,207 Views)