03-23-2016 12:00 AM
I am using ADXL345 accelerometer and trying to interface it with Labview and myRIO. i downloaded the accelerometer demo from NI website. when i try to run the demo.vi, the error 363011 appeared. can i know what is the problem and how to fix the error?
gy291 adxl345 accelerometer is used.
03-24-2016 10:06 AM
What is the error description that goes with the error code? The code on it's own isn't that useful - there's usually some useful information in the message that comes with it. Create an error indicator and select 'explain error', or use a simple error handler to get the error message.
04-21-2017 08:17 AM
I too am getting the same error which the error descriptor says "Undefined". I guess it's due to the register values that are being set to the write.vi. I tried running the same code using the Digilent ADXL 345 accelerometer supplied in the mechatronics kit and it was giving me proper results but once I connect another ADXL345 it throws me this error -363011. Can anyone help us out on the registry values to be set in the Accelerometer demo Main.vi..??
07-25-2024 08:37 PM
I got the issue resolved. By changing the device address to 0x53, I was able to get the accelerometer data.