.NET C# Based Add-On Help
So I am using an add-on that allows me to interface with special hardware in labview, and it works fine on brand new test projects unrelated to robot code (Blank VI's in a New Project.) The problem comes when trying to add it to our robot code, as (I believe) the cRIO does not have native support for the C#/.NET code. I am limited as to how much I can share on the nature of the add-on api, as I don't have permission from the author.
What I want to know, is if it's possible to make a generic addon that uses .NET 3.5 C# code to operate, compatible with the cRIO.
Oh, and the compiling error I get says
"Wire: Type not supported in current target."
|