09-21-2016 04:21 PM
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
Solved! Go to Solution.
09-21-2016 08:14 PM
Does the executable have a command line interface? Do you have documentation on the messages and communication protocol for the instrument?
09-22-2016 01:53 AM
i have few commands for that. communication is via ehernet
09-22-2016 04:32 AM
@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.
09-22-2016 08:16 AM
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