03-09-2006 09:21 PM
03-10-2006 02:11 AM - edited 03-10-2006 02:11 AM
Message Edited by SercoSteve on 03-10-2006 02:15 AM
03-13-2006 03:06 PM
Thanks Steve.
I pared down the VI to set up individual global variables. Makes sense to do it this way for TestStand, now I can add steps that create and set values for the globals as needed, as well as set up sequences to create the lists of variables. I'd post the code, but I'm in TestStand training this week (away from my PC). If anyone wants it let me know...
John
08-24-2009 01:22 AM - edited 08-24-2009 01:23 AM
I have a same problem i.e. exporting long list of station globals. I don't have LabView and even don't want to use it. Is there a way to create a tool in C#.Net to generate a list of Station Globals in NI teststand?
Thanks,
Saurabh
08-24-2009 02:39 AM
Hi Saurabh
I have never used the .NET Module Adapter in TestStand (I am guessing you have). If you haven't got a copy of LabVIEW you are going to struggle to identify the correct methods to call to generate your variables programmatically.
I have attached a screen shot of some of the Block Diagram of the VI defined above to give you a starting point. Hopefully you have done some LabVIEW. If you haven't you should still be able to identify the the methods I am calling (NewPropertyObject, SetValString etc.)
Regards
Steve
08-24-2009 02:43 AM
Hi Saurabh
I have never used the .NET Module Adapter in TestStand (I am guessing you have). If you haven't got a copy of LabVIEW you are going to struggle to identify the correct methods to call to generate your variables programmatically.
I have attached a screen shot of some of the Block Diagram of the VI defined above to give you a starting point. Hopefully you have done some LabVIEW. If you haven't you should still be able to identify the the methods I am calling (NewPropertyObject, SetValString etc.)
Regards
Steve