using SUB-20 SPI read-write.vi
Posted: Mon Apr 16, 2012 6:52 am
XDIMAX has provided a LabVIEW VI (SUB-20 SPI read-write.vi) for SPI communication and I am working on using it with the SUB-20 together with an IC (acc/gyro, LSM330DL) using SPI. Eventually, I want to use the IC to develop some algorithm using LabVIEW. There are certain issues that I need help to achieve my goal. I am breaking my goal down to some smaller tasks:
1. Configure SUB-20 to give command and to read data from the 3 axis accelerometer
2. Configure SUB-20 to give command and to read data from the 3 axis gyroscope
3. Configure SUB-20 to give command and to read data from the 3 axis accelerometer and 3 axis gyroscope
4. Stream all above 6 axis data set to LabVIEW for data processing/algorithm development
The list of the 8-bit registers embedded in the device for the gyro and the acc. (they have a different CS) and the respective address:
OUT_X_L_A 0x28
OUT_X_H_A 0x29
OUT_Y_L_A 0x2A
OUT_Y_H_A 0x2B
OUT_Z_L_A 0x2C
OUT_Z_H_A 0x2D
I am having difficulties using the VI. Would you how to use the vi or to modify it to achieve my objectives?
1. Configure SUB-20 to give command and to read data from the 3 axis accelerometer
2. Configure SUB-20 to give command and to read data from the 3 axis gyroscope
3. Configure SUB-20 to give command and to read data from the 3 axis accelerometer and 3 axis gyroscope
4. Stream all above 6 axis data set to LabVIEW for data processing/algorithm development
The list of the 8-bit registers embedded in the device for the gyro and the acc. (they have a different CS) and the respective address:
OUT_X_L_A 0x28
OUT_X_H_A 0x29
OUT_Y_L_A 0x2A
OUT_Y_H_A 0x2B
OUT_Z_L_A 0x2C
OUT_Z_H_A 0x2D
I am having difficulties using the VI. Would you how to use the vi or to modify it to achieve my objectives?