12-04-2012 09:12 AM
Hello to all,
I am working with XSENS MTi 30 series and i would like to control and monitor this sensor by the help of Labview. I have already tried to test the code you provide in a previous post (https://decibel.ni.com/content/docs/DOC-22751) but i have problem with xsens MTi.lvlib:Configure Object Alignment. Do you know if exist any pattern example in order to start building my own code??
Thanks in advance
12-04-2012 09:48 AM
Hello,
I have Xsens MTi AHRS MTI-28A53G35, I use it in LabView using their DLL interface. It works like charm.
The link you provide does not exist (blank page).
What exactly do you have problems with ?
02-02-2013 05:52 AM
hi
i have Xsens MTi AHRS MTI-28A53G35 but how can i use it in labview ?
please help me.
thanx.
02-02-2013 05:40 PM
I made this so should be able to help if you post SPECIFIC questions.
02-03-2013 06:10 PM
02-06-2013 09:49 AM
WOW.
I will work with this and tell result.
many thanks for you.
02-12-2014 09:51 AM - edited 02-12-2014 09:55 AM
Hello Bublina,
I'am trying to do something similar with a mti-300. However, i am running into trouble when trying to open a communication port. I can scan, and get some results, but am not able to get the right information out to open up a communication channel. Can you help me with this or send me your code?
Thanks a lot in advance!
@Lewis-G: This code should work when using rs232 communication. However, I am not able to get it running with a usb-connected device. The point is that it seem not to work with the new mti-10 and 100 series, as these are native USB, and thus do not show up in the list with available devices, nor can use the communication method you use in your VI. If you have any clue how to solve this, i would really appreciate your contribution!
Kind regards,
Bastiaan
02-13-2014 07:57 AM
This driver might work allthough it is not tested. If you have it connected via rs232 and you use this driver, the MTi-300 will run in legacy mode.
I have nearly finished writing drivers for the newer MTi-10 series, they will be online in the next couple of weeks.
If you want help provide a detailed description of the problem.
02-13-2014 11:23 AM
Hello Lewis,
The indicated driver, which i already found, will only work when connecting via rs232. The issue is, i'am trying to avoid rs232 as it keeps giving me issues, in which VI's suddenly hang without any kind of notice or error. PErformed already weeks of experimenting and testing to get around this, without any succes, except for excluding possible causes. Skipping 1 of my rs232 channels might circumvent this problem, which is the reason i have a new mti300as replacement of an old Xsens MT. I involved labview in this issue as well, and they are hugely interested but cannot provide me with an explanation.
For the moment we will try to use a non-optimal back-to-basic solution in running labview and mt-manager separately to record data. If you have a driver that will work with the new series, that would be great, and i'd love to test it, even with a beta-version for now (although i've already prepared my experiments for tomorrow by now).
Kind regards,
Bastiaan
02-15-2014 12:53 AM - edited 02-15-2014 12:54 AM
Hello basvroeg,
in our company, I have recently worked with MTi - G 100. I coded my own LabView interface in C/C++, and several VIs. The platform is windows 32bit.
It works via winusb.h, I think all you need on the developer machine is visual studio runtime (the DLL can be built so you do not even need this) and installed driver from Xsens so windows do identify the device.
Pm me if you are interested in details.
Oh and it works with USB interface 🙂 no serial232