LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data from arduino/serial to compass plot

Hey everyone, so basically what I am trying to do is input data from an acceloremeter sent from my arduino using serial, to a compass plot, I have already done the translation from array to cluter, but when I try sending that to the vector function, it doesn't register, I've done DBL or any other format it has asked for, or I could see in the LabView help modules, I am looking for a way to solve this, see proper documentation or if anyone has any other ideas to represent IMU data I would be extremely happy!!

cinco_ja_0-1717390899151.pngcinco_ja_1-1717390908747.png

 

0 Kudos
Message 1 of 3
(296 Views)

Hey everyone, so basically what I am trying to do is input data from an acceloremeter sent from my arduino using serial, to a compass plot, I have already done the translation from array to cluter, but when I try sending that to the vector function, it doesn't register, I've done DBL or any other format it has asked for, or I could see in the LabView help modules, I am looking for a way to solve this, see proper documentation or if anyone has any other ideas to represent IMU data I would be extremely happy!!

cinco_ja_0-1717390899151.pngcinco_ja_1-1717390908747.png

 

0 Kudos
Message 2 of 3
(279 Views)

Hi cinco,

 

why do you need to post the same question twice (in different threads)?

 


@cinco_ja wrote:

I have already done the translation from array to cluter, but when I try sending that to the vector function, it doesn't register, I've done DBL or any other format it has asked for,


  • Why do you need to convert an array to a cluster?
  • Why do you think the Compass helper VI accepts your cluster? (Does the help for this function tell you so?)
  • The Compass helper accepts two 1D arrays to theta and radius (or one complex 1D array containing the same data): did you even try to build such arrays?
  • Why do you think we can help you with images of code? (We cannot edit/run/debug images in LabVIEW…)
  • Did you try to start the example VI for the Compass helper VI? (context help -> detailed help -> Open example…)
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 3
(257 Views)