04-04-2014 12:34 AM
Hi,
I need to integrate control of Narda EHP-50D device into my applicatino.
There is no support for this device for Labview, but I found some hints that it is possible to control it somehow with Labview.
Does anyone has experience with Narda devices?
Thanks in advance,
Eyal.
04-04-2014 04:38 PM
Eyal,
Can you show us the hints you are referring to? From the documentation I have found, I cant find any information about the Narda EHP-50D.
How are you interfacing with the EHP-50D? What type of application is this?
I cant promise anything, I myself havent used any Narda devices before, but we can do the best we can to assist you.
03-07-2018 11:04 AM
Hi,
I need to integrate the control of my device NARDA EMR-300 in labview for my thesis .
Are somewhere any drivers for it?
Thank You
03-07-2018 02:09 PM
No hits on a quick search, so probably "no". But if it can be programmed, it can be programmed with LabVIEW. Find out if it can be programmed.
03-07-2018 04:48 PM
Sure,
It have its own program and it can produce an exel file with the data .
But I can only start the original program and read the exel file with Labview.
I can't manipulate the acquisition mode and command the output.
I wrote a Labview program using VISA driver ,but it doest work most of the time and generate ,in case, only strange results.
I can't do more.
HELP
03-13-2018 01:35 AM
Hi,
Wow it was a long time since I wrote this message.. 🙂
Actually I almost not working with Labview anymore.
But I did manage to write my own set of drivers and successfully interfaced with the EFA-300 device. Sorry don't have access to the drivers anymore but I did some searching and found the article which helped me build the drivers:
https://www.researchgate.net/publication/260288653_REMOTE_CONTROL_OF_THE_FIELD_ANALYZER_EFA-300
There is an example at the end of labview code that can be used as basis for the device communication.
I managed to get full functionality almost like the program they supply, just take notice on which values read etc.
Hope this helps,
Eyal.