As of May 2, 2022 the LabJack forums have been set to read-only.
If you are in need of support, please contact us via one of the methods described on our contact page.
We have recently started having issues communicating with two labjacks and they are opening a handle with a negative value. Is there significance in the negative handle value or should we keep fishing?
A negative value doesn't indicate a problem or have significance for a handle. A handle value of 0 (NULL) is returned when OpenLabJack cannot open a device.
To double check, during your two open calls, do they return an error? Are your handles unique values for your two UE9s?
A negative value doesn't indicate a problem or have significance for a handle. A handle value of 0 (NULL) is returned when OpenLabJack cannot open a device.
To double check, during your two open calls, do they return an error? Are your handles unique values for your two UE9s?
no errors when opening the UE9s just checking to see if that was the culprit of the issue. I'll highlight the communication issues in another thread.
Thank you!