05-12-2021 01:43 AM
We have a Test Stand Sequence File, which we, want to execute using a Custom GUI in LabVIEW. User has to select the sequence file and all other execution must be accomplished in LabVIEW.
Please suggest the ways to implement this.
05-12-2021 06:18 AM
Creating LabVIEW code to interpret a TestStand sequence would be a very large and task. I think your best options are 1) Use TestStand, or 2) Manually translate the TS sequence into something else.
05-12-2021 07:15 AM - edited 05-12-2021 07:16 AM
I may be missing something, but user interfaces are included with TestStand. Maybe you're looking to not have TestStand installed/running?
05-13-2021 05:31 AM - edited 05-13-2021 05:36 AM
Hi, PAUL
We're not interpreting , rather wish to execute the Test Stand sequence through LabVIEW UI, instead of Teststand.
05-13-2021 05:35 AM
Hi, jcarmody,
Thanks for the Link, But we don't wish the UI provided in Example, rather wish to have our own UI. Please suggest any framework for the same.
05-13-2021 07:40 AM
It's not clear to me what you are wanting to do. Is it:
06-28-2021 08:39 AM
Hi , All ,, I was delay to get my doubt expressed clearly before you. Hope this Picture can explain it better. Please suggest if any one has any idea to start on.
06-28-2021 10:25 AM
@Sri.VI wrote:
Hi , All ,, I was delay to get my doubt expressed clearly before you. Hope this Picture can explain it better. Please suggest if any one has any idea to start on.
As I said, TS has documentation and examples of how to create your own UI with LabVIEW.
12-16-2021 01:57 AM - edited 12-16-2021 02:49 AM
I am also trying to do the same. I have a requirement were the user can select multiple sequences and run it independently from a LV application and generate individual TS reports and each sequence should run one after the other without depending on the result of previous sequence.
Currently I am planning to tweak the example VI available to do the functionality. I will give a update once I finish it.