LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ThreadIberr()

While using GPIB write I am able to commuicate with the tool but consistently get - ThreadIberr() - this causes an error on the next read or write command. The error is undefined. What next???
0 Kudos
Message 1 of 2
(2,823 Views)
The Threadberr is used in multi-thread GPIB applications to check thread status. you can find more information on this function in the "NI-488.2 Help" file. You probably used a thread status variable instead of a global status variable which causes the error.

You can also attach the SPY capture of the error so we can take a look at the "undefined" error you received
0 Kudos
Message 2 of 2
(2,802 Views)