Search found 4 matches

by chris33
Mon May 29, 2017 8:12 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: .net Automation example fails
Replies: 5
Views: 6403

Re: .net Automation example fails

Hi Hitesh,

I want to read out the measurements and sometimes I need the full spectrum. With my other scopes I communicate via VISA commands over the GPIB- or USB-interface.
I wonder why nobody else needs such a feature...

Regards
Chris
by chris33
Wed May 24, 2017 12:12 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: .net Automation example fails
Replies: 5
Views: 6403

Re: .net Automation example fails

Hi Hitesh,

Thanks for the advice, I know that sending commands to a shell(called process automation) will work, but it's slow.
Is the Inter Process Communication from 2013 no longer supported?

Regards
Chris
by chris33
Sun May 21, 2017 9:21 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: .net Automation example fails
Replies: 5
Views: 6403

.net Automation example fails

Meanwhile on vstudio 2017, IAutomation automation = (IAutomation) Activator.GetObject(typeof (IAutomation), "ipc://PicoScope/PicoScopeAutomation"); does not work. Also the documentation about automation seems to be very secret, could not find anything how to write my own code. Is it named pipes, soc...
by chris33
Mon Dec 08, 2008 12:21 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Can't get the driver info in VS2005
Replies: 1
Views: 4411

Can't get the driver info in VS2005

I get an accessviolationexception when calling the ps3000_get_unit_info ps3000-version: 3.6.3.4 Declare Function ps3000_get_unit_info Lib "ps3000.dll" (ByVal handle As Short, ByRef strInfo As String, ByVal lth As Short, ByVal line_no As Short) As Short Also the declaration of the strInfo as a char-a...