Search found 6 matches

by jephilli
Wed May 30, 2018 7:20 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Automating PicoVNA 106 in C#
Replies: 10
Views: 10502

Re: Automating PicoVNA 106 in C#

Martyn, Sorry I haven't had time to try re-sending the entire project to you. Have you ever tried creating a .zip file but changing the extension to .txt so it slips through the filters? I've been ignoring the "Error" response from the LoadCal() method and continuing to build up my app. My project i...
by jephilli
Tue May 22, 2018 3:17 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Automating PicoVNA 106 in C#
Replies: 10
Views: 10502

Re: Automating PicoVNA 106 in C#

No I didn't see a return e-mail. I attached a zip file. I would have thought that would make it through. I sent another e-mail to the support e-mail address with just a .cs file - if that's what you mean by "just the code." There's only so many ways to call those functions. I'm not sure just seeing ...
by jephilli
Mon May 21, 2018 4:09 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Automating PicoVNA 106 in C#
Replies: 10
Views: 10502

Re: Automating PicoVNA 106 in C#

I just tried merging some of my functions in your example code. I removed all your buttons and data plots in order to add the interfaces needed for my application. I called the exact same functions in the same way with the samer variables that you were calling in your button click events and I still...
by jephilli
Fri May 18, 2018 9:23 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Automating PicoVNA 106 in C#
Replies: 10
Views: 10502

Re: Automating PicoVNA 106 in C#

Yeah, I've tried the example code in github and it works just fine. But when I try using the DLL in my own application, I get "Error" as the response whenever trying to apply a calibration file - which was created with the PicoVNA2 software. And I can apply the same calibration file with your exampl...
by jephilli
Fri May 18, 2018 5:29 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Automating PicoVNA 106 in C#
Replies: 10
Views: 10502

Re: Automating PicoVNA 106 in C#

Yes, I can load the example from Github and everything works fine. That's why I'm asking what the differences are. I noticed that in your Github example, your project has an Interop.PicoControl2 reference that my project doesn't have. I was under the impression that all I needed to do was reference ...
by jephilli
Tue May 15, 2018 7:40 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Automating PicoVNA 106 in C#
Replies: 10
Views: 10502

Automating PicoVNA 106 in C#

Hi, I'm trying to automate some testing with the PicoVNA 106. I'm installed the software from the thumb drive that came with the VNA. I can control VNA from Pico's software and I'm trying to use the DLL to control the VNA from a C# application. I've successfully loaded the DLL and I can find the SN ...