02-21-2012 02:19 PM
I want use the variables view control in Labview. I can only see the Values, but I can not change Values or create new Variables. Is there a chance to do this?
I use Labview 8.6.1 and Teststand 4.1.1.
Solved! Go to Solution.
02-22-2012 09:54 AM
You need to enable editing mode for the ApplicationMgr, by setting ApplicationMgr.IsEditor to true. Note that you must have at least the custom editor license for teststand in order for this to work (otherwise it will prompt the user to activate a license with these privileges).
Hope this helps,
-Doug
02-27-2012 03:55 AM
Many Thanks. Now it works.