06-24-2019 03:04 AM
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
06-24-2019 11:57 AM
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.
06-25-2019
10:20 AM
- last edited on
01-09-2024
12:27 PM
by
migration-bot
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?
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