NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

User interface

I modified the gui, uutdlg.c, in modelsupport2.prj to include a Model # and Assembly # on the gui.  I also added required strings to the TestStandStrings.ini file.  The project compiled fine and I created a custom engine to install.  However, when I run the apllication as soon as the user enters the information into the UUT gui, Test Stand just exits.  No errors, no anything, it just shuts down ??????????   Any help??
0 Kudos
Message 1 of 2
(2,999 Views)
It's likely that one of the changes you've made to uutdlg.c has caused teststand to crash. A crash doesn't always display an error, it can just cause the app to disappear like you are seeing. You can try to debug things in CVI by running the sequence editor (or whatever user-interface you are using) from the modelsupport2.prj cvi project as the executeable to debug. Alternatively you can comment out parts of your code and recompile until the problem goes away to try to narrow down the problem. If you need help with specific parts of the code you could try posting more information to this forum or the CVI forum.

-Doug

0 Kudos
Message 2 of 2
(2,982 Views)