02-16-2006 10:59 AM
Hi all
I was hoping someone might be able to help answer a TestStand related question. I am in the process of putting together an ATE system. For simplicity and speed of implementation we have decided to use the unmodified parallel process model with callbacks. The system will test up to 3 different types of UUT’s in parallel.
Depending on a user selection (made in the ProcessSetup callback) any combination of the 3 UUT types could be selected to run.
The system functions perfectly but we were hoping there was a simple way of altering the Parallel UUT Dialog to make the final application more intuitive.
Would any of the following be possible without the need to alter Modelsupport2.dll??
I am running under windows XP, the version of TestStand in use is 3.5. I am programming with LabVIEW 7.1 I have no experience with C, hence altering the Modelsupport2.dll is not a realistic option.
If anyone has any suggestion of how I could make my application more intuitive please respond.
T.I.A
Declan
02-16-2006 04:10 PM
Hi,
You will have to modify Modelsupport2.dll to achieve what you are after.
They seem relatively minor changes.
How would you make this new information available for the dialog to display?
Regards
Ray Farmer
02-16-2006 04:49 PM
09-04-2007 04:17 PM
Actually, you dont have to modify the model suport dll.
You can create your own dll, or labview vi that uses a teststand reference to display results and launch results in a results viewer (internet explorer)
I hope to find an example of this using Labview (no luck so far).
(The post batch is a scrolling window, that the user must scroll to see results if there are more than five UUTs in a batch. This is unacceptable).