‎08-31-2015 08:13 PM
Hi I'm about to develop an user interface for a Teststand project I'm working on, I'm currently thinking of using the Labview user interface as a starting point. I found the simple user interface is actually simple to start with, especially given that someone on teststand website provided a step by step instruction on how to modify it. But one of my work mates questioned whether simple user interface supports parallel process model, which is important to my project. Does the simple user interface support all features of teststand (process models, etc) but just missing a lot of developer visible controls that full featured interface has? I only need the interface for operatiors to use, I don't think I would need features like debugging or sequence editing, etc.
The other question is, when developing user interface, if I want to make the interface display the property of a UUT (station number, temperature of a sensor, time since test began, etc) should I use the teststand UI controls or the Labview controls? Is there any difference between using the two? Are Teststand UIs designed for displaying Teststand functions only?
Also could you please provide some guidance on how to modify the full featured user interface? It's so different from the simple user interface I can't figure out how to modify it based on the simpe user interface example. Thanks a lot.
‎08-31-2015 08:45 PM
‎08-31-2015 10:00 PM
Yes I have tried to use the UI to run a small teststand application(parallel model) i wrote, and the UUT dialogue showing multiple UUTs has some what answered that question, i mainly wonder about what limitation there may be if i developed the interface based on the simple version other than not able to use developer's features. Also wondered if there were instructions or guidance on how to use the teststand user interface full featured and difference between labview control and teststand UI controls (for accessing UUT informations, like sensor reading though UI message)
‎09-01-2015 12:57 AM
‎09-01-2015 01:35 AM
Yes that makes sense, sorry I was a little unclear on what I tried to do. I'm sure the Teststand UI objects (most of which by name, are clearly particularly designed for teststand applications) are most prefered choice for designing teststand user interfaces. However for example, if want to display a numerical value from a variable that's generated though a Teststand application, is it better to use just Labview numeric indicator(And then use UI messaging to pass data) or Teststand UI label control? Or is using the Teststand UI label control offering any advantage?