From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read MTi-1s-DEV(XSENS) streaming data into Labview using MyRIO

Hello,

I'd like to read Xsens sensor(MTi-1s-DEV) data into Labview using MyRIO. 

I connected sensor to myRIO as below.

 

캡처.PNG

 

 

 

 

I also switch the sensor to UART FD(Full Duplex) interface.

Then, I used VISA function in Labview to read sensor data like below.캡처.PNGHowever, VISA function reads a strange data... you can see it in the image below.

 

I don't know what is the problem and what is the way of solution..

I need your help.

0 Kudos
Message 1 of 2
(2,501 Views)

Hi,

 

It seems to me that you are displaying the Reading as normal strings and from what I read from the device you are trying to communicate with  the device sends the data in hex format.

Change the string indicator property to Hex and check if the resulting data make sense to you.

 

Good luck,

 

Erwin Franz

Certified LabVIEW Architect, Certified TestStand Developer
0 Kudos
Message 2 of 2
(2,445 Views)