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: 

.exe driver to labview

Solved!
Go to solution

i am running a driver .exe  for laser dopler vibrometer. i want to use it in lab view

or to convert it into labview driver  because  the manufacturer donot have any lab view driver

can any one please help how to do that

0 Kudos
Message 1 of 5
(3,636 Views)

Does the executable have a command line interface?  Do you have documentation on the messages and communication protocol for the instrument?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 5
(3,622 Views)

i have few commands for that. communication is via ehernet

0 Kudos
Message 3 of 5
(3,614 Views)
Solution
Accepted by topic author deutchland

@deutchland wrote:

i have few commands for that. communication is via ehernet


Then make your own driver using either VISA or the TCP/IP functions.  You just need to know which commands to send and how the data is coming back.  Once you make the connection and read through the manual, it should be fairly simple to make a decent driver library.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 5
(3,606 Views)

Dear Sir

 

in the moment i used to change the settings and also communicated with my device using TCP/ip

and telnetthanks for your great help

0 Kudos
Message 5 of 5
(3,595 Views)