03-19-2024 09:58 AM
Hello all,
I would like to perform calibration a NI-9266 module plugged on last slot of my cDAQ-9185 chassis (fourth slot). When I execute "DAQmxGet9266CalAdjustPoints" function, I get nothing and it returns error code 51. Does anyone knows what does it mean?
Thanks in advance for your support.
Best regards,
James
03-20-2024 04:20 AM
Did you follow the cal procedure?
https://www.ni.com/docs/de-DE/bundle/ni-9266-cal-pro/resource/4018495.pdf
03-20-2024 06:00 AM
Yes I did. But instead of performing calibration with cDAQ-9178, 8-slot chassis, I use cDAQ-9185, 4-slot chassis.
Does anyone knows what does the error code "51" returned by DAQmxGet9266CalAdjustPoints, means?
Thanks in advance for your support.
Best regards,
James
03-27-2024 08:43 AM
Hello everybody?
Do you have any ideas concerning my problem? Does anyone have facing this issue in the past?
Thanks in advance for your replies.
Best regards,
James
04-22-2025 09:42 AM
Hello James,
So error code 51 means; invalid "null" method. (https://www.ni.com/docs/en-US/bundle/g-web-development/page/error-codes.html?srsltid=AfmBOopdHKJhvJj...)
I believe you can look into this link to get a "meaningful error message",
https://www.ni.com/docs/en-US/bundle/ni-daqmx-c-api-ref/page/daqmxcfunc/daqmxgeterrorstring.html
Please let me know if this helped or not!
Thanks