Using Visual C# with Picolog 1012

Post your .Net discussions here
Post Reply
Surface_Test
Newbie
Posts: 0
Joined: Tue Oct 27, 2015 11:00 am

Using Visual C# with Picolog 1012

Post by Surface_Test »

I am working on code to control my Picolog1012 under Visual Studio 2013.
I would like to build this function into my Form based Visual C# program.

I have installed the full SDK suite: 10.6.10, but see limited support for C# for this product.

Do you have C# wrappers available for the Picolog1000 series?

Thanks.

Hitesh

Re: Using Visual C# with Picolog 1012

Post by Hitesh »

Hi Surface_Test,

Please find below a couple of files that should help you get started.

The main file is the PL1000Imports.cs file which contains the function definitions. The PL1000ConsoleExample.cs file is just a basic example showing how to open a connection, display device information and then close the connection.

[The extension cs has been deactivated and can no longer be displayed.]

[The extension cs has been deactivated and can no longer be displayed.]

Hope this helps,

Surface_Test
Newbie
Posts: 0
Joined: Tue Oct 27, 2015 11:00 am

Re: Using Visual C# with Picolog 1012

Post by Surface_Test »

Thanks very much Hitesh.

That works nicely.

Post Reply