LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Running a Teststand Sequence from LabVIEW.

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.

0 Kudos
Message 1 of 9
(4,188 Views)

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.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 2 of 9
(4,153 Views)

I may be missing something, but user interfaces are included with TestStand. Maybe you're looking to not have TestStand installed/running?  

jcarmody_0-1620821807701.png

 

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Message 3 of 9
(4,146 Views)

Hi,  PAUL

We're not interpreting , rather wish to execute the Test Stand sequence through LabVIEW UI, instead of Teststand. 

0 Kudos
Message 4 of 9
(4,115 Views)

 

Hi, 

 

0 Kudos
Message 5 of 9
(4,111 Views)

It's not clear to me what you are wanting to do.  Is it:

  1. Eliminate TestStand entirely and create LabVIEW code to run a TestStand Sequence?  If so, that's the very large task that I described above,
  2. Create your own custom UI that works with TestStand.  If this is the case, as I recall, the TS documentation tells you how to do that (and gives some examples).
"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 6 of 9
(4,100 Views)

SriVI_0-1624887420782.png

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.

0 Kudos
Message 7 of 9
(4,015 Views)

@Sri.VI wrote:

SriVI_0-1624887420782.png

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.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 8 of 9
(4,006 Views)

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.

0 Kudos
Message 9 of 9
(3,742 Views)