08-01-2015 04:17 AM
Im trying to execute csharp program on NI myrio using Constructor Node and I get error message
Constructor Node - node not supported in current target
could you help me figure out what's wrong ?
08-01-2015 05:37 AM
You know that the myRIO are running a Linux kernel right?
If you what to run any external program code on the myRIO, it needs to be build for the myRIO.
08-01-2015 05:45 AM
There are tutorial and documentation on how the develop c and c++ code for the myRIO.
http://www.ni.com/tutorial/14619/en/
One of these might help you, but I don't think you will have any luck with c# code.