06-16-2022 10:32 AM
Hello,
I am going to purchase a Bluetooth IMU, the LPMS-B2, to obtain accelerometer and gyroscope data to signal for a motor to start and stop. The multifunction I/O will be the USB-6211, so there will be a USB connection to control the motor.
The company for the IMU has an example on how to connect the device to LabVIEW's Bluetooth module: https://lp-research.com/lpms-and-labview/
I was wondering if it was possible for one VI to include this Bluetooth signal acquisition and also run a DAQmx with the multifunction I/O to control the motor without extensive delays. The data from the Bluetooth sensor will be used to control the motor.
Would this be feasible or would it be better if a wired IMU was purchased and connected to the I/O to be run with the DAQmx?
Thank you,
Hame
06-16-2022 12:05 PM - edited 06-16-2022 12:06 PM
@hame2 wrote:I was wondering if it was possible for one VI to include this Bluetooth signal acquisition and also run a DAQmx with the multifunction I/O to control the motor without extensive delays.
With a proper program architecture this should not be an issue.
BTW: "One Big Loop" is not a proper program architecture...