You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first, thanks for the module I love python and this helps me a lot. I'm using PyDAQmx with openSuse and DAQmxbase 14.0.0. It works great with the basic functionality, however when I use the Task() class there is always an error message when calling the class destructor:
LabVIEW caught fatal signal
12.0.1f5 - Received SIGSEGV
Reason: address not mapped to object
Attempt to reference address: 0x0xb5c3a500
Segmentation fault
The data acquisition works by the way.
The text was updated successfully, but these errors were encountered:
I was using a array (data) of length 1, but I was indicating it had a length of 1000. The acquisition would go well, return correct readings, but Python would crash at exit. Correcting the line with:
Hi,
first, thanks for the module I love python and this helps me a lot. I'm using PyDAQmx with openSuse and DAQmxbase 14.0.0. It works great with the basic functionality, however when I use the Task() class there is always an error message when calling the class destructor:
LabVIEW caught fatal signal
12.0.1f5 - Received SIGSEGV
Reason: address not mapped to object
Attempt to reference address: 0x0xb5c3a500
Segmentation fault
The data acquisition works by the way.
The text was updated successfully, but these errors were encountered: