08-08-2019 12:01 PM
Hello everyone,
I am trying to use LabVIEW to work with a 32 channel DMI for some fiber optic strain sensing, but I cannot seem to get LabVIEW to recognize my instrument. Any suggestions? It is connected through RS232 ports in both the DMI and the computer through a serial port.
Thanks a bunch!
08-08-2019 12:08 PM
It's impossible to say what your problem is without some additional information.
08-08-2019 12:24 PM
Hi so to follow up to your questions:
1. I cannot find the DMI in the NI Max "Devices and Interfaces" section however I have been able to communicate with the instrument through a non-NI program.
2. I cannot seem to find any sort of driver for a DMI. It is a Fiso Tech brand DMI system.
3. As stated in part 1 the NI max cannot seem to recognize the instrument.
Hope this clears up some of my questions
08-08-2019
12:39 PM
- last edited on
01-08-2025
04:46 PM
by
Content Cleaner
NI MAX will not automatically recognize serial instruments. However, you can verify communication by selecting the COM port your device is connected to and opening a VISA test panel. Make sure all of the settings are correct (baud rate, termination characters, etc.) and then see if you can send and receive commands. You should be able to get a list of commands from the device manufacturer if you do not have it already. These links provide some more information on setting up communication and creating your own instrument drivers. There are also LabVIEW examples available for communicating with serial devices under Help -> Find Examples -> Search for "serial". https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x1jtCAA&l=en-US https://www.ni.com/en/support/downloads/instrument-drivers/tools-resources/developing-labview-plug-a...