01-26-2012 08:20 AM
I haven't used the CVI to TestSand User Interface since 2004. I've been put on an upgrade project to go from Windows 2000 to Winows 7, TestStand 3.0 to TestStand 2010, and CVI 7 to CVI 2010. Now I have to make the old UI work.
Are there any good tutorials out there on the CVI user interface for TestStand?
More specifically, I'm trying to figure out why the TS_EngineGetResourceString doesn't work now? (more specifically how does TS_EngineGetResourseString work)
Thanks
01-26-2012 02:49 PM
I finially learned about Resource Files and that they have moved when using Windows 7 vs the old windos 2000.
I'd still like to see a CVI teststand user interface tutorial. Or how about a LabVIEW teststand user interface tutorial (I can convert to CVI in my head)?
01-27-2012 12:44 PM - edited 01-27-2012 12:46 PM
Hey Joe,
Here are some great resources for you to check out on building user interfaces. The first link is an example and the second is more of a general discussion on interface development. If the forums ever don't suffice, you may be able to find more information by searching NI's website for 'Cvi User interface TestStand'. Just another great spot to check for answers.
Simple CVI User interface for TestStand
Hope this helps,
Luke W
01-27-2012 12:58 PM
Thanks for the info. I had already single stepped throug the Full featured UI and the old code and looked at fp help. That's how I figured out about the resource file. It's the actual usage and what teststand object to pass to each of the functions that's giving me the problems. Conceptually, I understood how it worked. I was just looking for specifics.
01-30-2012 05:22 PM
Are there examples off the front panel help? What specifically are you having trouble with?
Luke W