Anyone have success interfacing with .NET application?

Describe your system and processes, and post your config file.
Post Reply
dilby33
Posts: 1
Joined: Mon Dec 15, 2014 8:36 am
Bot?: No

Anyone have success interfacing with .NET application?

Post by dilby33 »

I am very familiar with working with .NET (C# in particular) and I would prefer to develop a C# application to control everything. Has anyone successfully done this? Would anyone be able to post some very basic sample of say reading the temperature from one of the channels?

Thanks, I appreciate any help!!
JonW
Site Admin
Posts: 1726
Joined: Sun Jul 18, 2010 7:51 am
Bot?: No
Location: Huntington Beach, CA
Contact:

Re: Anyone have success interfacing with .NET application?

Post by JonW »

I wrote a full-blown front end to the BCS for the earlier 3.x version, but most of the visual aspect of that has now been encompassed into the design of the new 4.x interface. Since that time, I have not done anything further with it and because the 4.x API is now completely different, my code examples would be useless.

You're in luck though as the new 4.x version of the BCS software is MUCH easier to interface to. You can do everything with Get/Post or you can use some of the javascript libraries that have been made available.

Check out this post on the 4.x version: http://forum.embeddedcc.com/viewtopic.p ... 8573#p8573 I added a link there to the API docs.
Post Reply