05-03-2012 01:27 PM
Hi All,
So I've been having a problem with labview for a while now. It keeps crashing randomly and unpredictably. I posted on this forum in the past and someone suggested running an NI I/O trace. I went ahead and did that and I have received an error message. After running some 2000 processes I got a red line containing the below data.
> 2788. GPIB Wait (19, 4294967295, 37236)
> Process ID: 0x0000029C Thread ID: 0x00000238
> Start Time: 09:49:09.947 Call Duration 00:00:00.799
> Status: 28 (0x1C)
I understand most of it but I don't know what status 28 means. This is the obvious standout as every other event returned status 0. Does anybody know what this means and if so how can I rectify the problem.
Thanks for your help!
05-04-2012
01:20 PM
- last edited on
08-17-2025
05:17 PM
by
Content Cleaner
So the definition of the status is: This column displays each API call's output status value. (For calls made to the NI-488.2 API, this is equivalent to ibsta.) More info here. If this is the value returned from the operation, I would assume is the time is waiting. Could be a timeout?