11-16-2005 09:02 PM
11-17-2005 11:44 AM
I did come up wih a solution. i used the windows api to tabb and space to check the neccessary disable sockets boxes. This works fine. I call it in a single step which loops from on all sockets (see the attached jpeg for those settings). The Step calls a VI which consists of a library node call to user32.dll in the windows system folder. I have attached this VI as well. I would like to here a cleaner solution that allows me to modify the data structure inside modelsupport2.dll.
Thanks
Jason
11-22-2005 01:38 PM
Now I need to Modify the dll even more to change the button captions, etc. Can I do that using CVI?
Thanks,
Jason
11-22-2005 03:22 PM
All of the code is located in the modelsupport2 project that ships with TestStand. You can edit this project in CVI.
You will find it in the <TestStand>/Components/NI/Models/TestStandModels/ directory. I would recommend copying everything to the <TestStand>/Components/User/Models/TestStandModels/ directory before making any changes.
Allen P.
NI
11-22-2005 04:54 PM