09-25-2019 10:12 AM
Hi All,
I am new to LabVIEW and TestStand, and started using it about 2 weeks ago.
I have since then created some VIs and used them to talk to external hardware. I then ran these VIs in a sequence in TestStand.
I am trying to create a very simple OI: Choose a sequence, run it. That's literally it, and I've found that trying to modify the simple OI example is basically impossible for me.
Any suggestions about where to start?
Thanks!
09-30-2019 01:01 PM
You could just write a simple VI in LV that will just call the existing TestStand UI through the command line. Refer to this: https://forums.ni.com/t5/Example-Programs/Passing-Custom-Command-Line-Arguments-to-a-TestStand-Opera...
This would be super simple and require minimal work on your part.
Otherwise, if you want a legit UI then you would need to dive into and understand the different parts of the existing UI and strip it down to what you need.