03-22-2006 01:39 PM
03-22-2006 02:03 PM
I'm guessing those are the event handler callbacks. By the function nname, it looks like the application was based off the old style OI examples. TestStand 3.0 introduced new examples that are built using a number of TestStand specific user interface controls. The source code for these examples is MUCH simpler.
If you are starting from scratch with no source code, I'd recommend starting with the CVI examples in TestStand 3.5 and modifying them to meet your requirements.
03-22-2006 02:17 PM
You said "I'm guessing those are the event handler callbacks. By the function name, it looks like the application was based off the old style OI examples"
Can you show me an example of old/new style OI?
Isn't there a way to convert the .UIR I was given from the older version to 3.5? If I have to start from scratch, what is the best way to do this? Would I start with the 3.5 TestExec.prj, open it up in LabWindows 8, open the TestExec.uir and start modifying? Is it true that all the functionality for the controls/indicators I see are all contained in TestExec.c/h? Is it difficult (and does it make sense) to split out the code such that the functionality for each panel (within the UIR) is contained in its own file.
03-22-2006 03:19 PM