09-20-2016 04:21 PM
Dear members
i am trying for automation of my laser doppler vibrometer via high speed ethernet.
company donot have any labview drivers but i have a general driver for remote conection.
is there any possibility to use that driver in labview or i have to make my own using visa
best regards
Armghan Zafar
Solved! Go to Solution.
09-22-2016 02:02 AM
Hello deutchland,
if the driver is a dll and it has an API documentation for using this DLL then you can use the call library function node to integrate the DLL into LabVIEW
How Do I Call a Dynamic Link Library (DLL) from LabVIEW?
10-01-2016 12:46 PM
i have a lot of .dll files but problem is i donot have any technical data so how can i use these .dll please see the picture below attached and which .dll is suitable for that
10-01-2016 12:46 PM
i have a lot of .dll files but problem is i donot have any technical data so how can i use these .dll please see the picture below attached and which .dll is suitable for that
10-02-2016 10:30 AM
It is going to be very difficult for us to give you specific advice without knowing the exact model number of the LDV and where to go to Read The Friendly Manual.
Yes, you have to "RTFM" to determine how to control the device. We can help you interperate how to implement the instructions in the manual. We cannot replace reading it though.
10-02-2016 01:58 PM
actually company is concious to give any technical detail of device after so many calls they send me some commands to change displacement, velocity, and acceleration. now i want to get data from the device on labview. at this point he donot want to help me. that is the reason i want to reuse the driver in labview
10-02-2016 04:32 PM
@deutchland wrote:actually company is concious to give any technical detail of device after so many calls they send me some commands to change displacement, velocity, and acceleration. now i want to get data from the device on labview. at this point he donot want to help me. that is the reason i want to reuse the driver in labview
Unfortunately, that happens. There are two common reasons for this:
In either case above or, any other case where the maker of the device is not willing to provide documentation to enable the device to be used in an automated process, the device is unsuitable for consideration as ai instrument in an automated system. Period! Let the mfg know that! If technical information is still not made public at that point - Find a different LDV that is suitable.
10-03-2016 07:22 AM
Actually company is new and Laser vibrometer costs 50,000 euros for me it is important because its part of my master thesis
10-03-2016 08:05 AM
@deutchland wrote:Actually company is new and Laser vibrometer costs 50,000 euros for me it is important because its part of my master thesis
I assumed it was important to you to find a working solution. Of course, I have no control of the mfg of the device (which you STILL haven't shared!) or what technical data they publish.
Googling LDV shows several potential sources for simillar instrumentation. Since, you haven't shared what your measurement specifications are either, I can't recommend a suitable replacement that has a defined interface for automation.
10-03-2016 01:27 PM
Hello deutchland,
If the device has an interface or control panel for or on windows which communicate with it, then you can do reverse engineering with wireshark.
Have you ask for a C or .net API, with that you can look into the code and reprogram it in LabVIEW without any of these infromations only reverse engineering can be done and this takes normally a lot of time.