LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Undefined undefined symbol _Ibsta@0

I am getting the link error (Undefined symbol '_Ibsta@0' referenced in "gpib_test_1.c"). I am using Labwindows/CVI to interface with a Ruska 7250 model Pressure sensor using an NI-488.2 GPIB-USB-HS connector.  The code that I have is basically copy/pasted from the NI-488.2 User Manual. There are no real compiler errors besides this link error. Any help in resolving this is appreciated. Thank you. 

 

 

0 Kudos
Message 1 of 4
(3,855 Views)

This kind of error is usually related to a missing library: have you installed ni488.2 product? And have you checked the corresponding library in Library >> Customize menu?



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 4
(3,830 Views)

There is no function Ibsta() in the GPIB libraries.

 

There is, however, a global variable called ibsta - is that what you were looking for?

--
Martin
Certified CVI Developer
Message 3 of 4
(3,809 Views)

Yep, using the global variable instead of the Ibsta() function call in the manual seems to have worked. Thanks!

0 Kudos
Message 4 of 4
(3,790 Views)