06-09-2016 06:37 AM
Thanks I will try these out
@~jiggawax~ wrote:Not sure what version of LabVIEW and TestStand you have but I threw together a little demo of what you want. Just run the TopLevel.vi and then open the sequence in the zip file.
These are in LV 2014 and TS 2014.
Regards,
06-09-2016 06:45 AM
In your UI Message Event callback vi there is a subVi that is missing. Debugging output String.vi
Can you attach it so i can run the demo? Thanks!
06-09-2016 08:03 AM
Jiggwax,
it seems to be exactly what I'm wanting to do! Thank you so much. I have a few questions just to clarify a few things.
06-09-2016 08:35 AM - edited 06-09-2016 08:35 AM
You can delete that VI that is missing. It is a generic VI I use for debugging and forgot to take it out.
Keep in mind that I just threw this together quickly to demonstrate how to do an array of UUTs on the UI. You can customize and modify to your hearts content. The other valuable thing this demonstrates is how to pass clusters through UI Messages. You can add as much to the cluster as possible. Just note that you must use the same lookup string in your callback VI that you use in your variable in the sequence file. In this case I have a Status and and Info.
Hope this helps,