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.

Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Communication problem between measurement acquisition USB device (Non NI) and Labview

Hello,

 

I’m working on an instrumented motorcycle with an acquisition under Labview.
But I’m having trouble with one of the instruments, it’s an inertial power plant equipped with a GPS.
The brand is XSENS type is mti-G-710. For communication, it is equipped with a USB socket.
The instrument is well recognized on the WINDOWS device driver, all drivers have been installed.
I manage to obtain measurement acquisitions via the manufacturer’s software.
But the instrument is invisible under Labview. I even found a Labview project exactly matching this instrument.
But the problem does not come from VI: Under NI Max, the instrument is not recognized.
But the VI crashes in the OPEN VISA block, because no physical input is present, I tested all the COM and ASRLXX::INSTR ports....
Have you ever encountered this kind of problem?
I’m in the middle of a solution.

 

Thank you for your help

 

Pascal

0 Kudos
Message 1 of 3
(2,130 Views)

While this instrument does list an API that can be used, it does not list any sort of VISA (SCPI) compatibility.  I was unable to find any commands in the manual.  The only thing that I did find in section 6.4.1 of the manual, was to avoid connecting the USB and serial simultaneously.

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 2 of 3
(2,098 Views)

Hello Pascal,

 

Depending on the version of your hardware and LabVIEW, you could manage to use the drivers proposed on this website:

https://base.xsens.com/hc/en-us/articles/360004544893-Third-Party-Drivers-for-use-with-the-MTi

 

By the way, have you seen this NI page?

http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=D1248F88E5C82923E0440021287E65...

 

You might want to install a different version of VISA and/or to try first communicating with your device using the VISA Test Panel:

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000PAg8SAG&l=en-US

 

Don't hesitate to have a look on our Serial Instrument tutorial:

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x1jtCAA&l=en-US

 

Have a nice day! 🙂

Kind regards,

Armando

0 Kudos
Message 3 of 3
(2,076 Views)