12-10-2020 09:35 AM
Hi folks
I've been trying to figure this out the entire day, but without luck. I hope you guys are able to help me out
I am using an instrument (Frequency. Counter) from Mini-Circuits. I need to get the measurements inside TestStand, onto my report.
Therefore I tried to implement the custom made .DLL for this instrument. Found here: "https://www.minicircuits.com/softwaredownload/fc.html"
".NET DLL from 27. October 2020. .NET class library for automation via USB (Windows PCs)"
So I am asking - how do I call a .DLL within TestStand? I don't seem to be able to do this..
Thanks in advance!
BR Andedam
Solved! Go to Solution.
12-11-2020 02:31 AM
12-11-2020 03:00 AM
Hi bigyo
Thanks for the reply. I hope you can make the time to take a quick look at this as well 🙂
I actually managed to get to this point yesterday, but I was still unable to extract data. What I have tried is:
At the .NET innovation, I need to first select the USB_FreqCounter()
After this I am prompted by a selection of commands ;
Here I would then first pick the Connect(System, String ByRef) command, and enter the SN as value?
Then I can make a new Numeric Value Test step for the same .DLL module, and select the function: ReadFreq(Double ByRef)
As seen here:
NOTE: I am only able to select USB_FreqCounter and then another command. Then I am not able to select more commands in that step.
BR Andedam, really hope you can help me out
12-12-2020 08:18 AM
12-14-2020 03:53 AM
Thanks a lot bud, I make it work. Thanks for the good advice!
BR Andedam