annulla
Visualizzazione dei risultati per 
Cerca invece 
Intendevi dire: 

Call TestStand using LabVIEW VI

Risolto!
Vai alla soluzione

Hi,

 

How to call teststand using LabVIEW and update LabVIEW indicator?

both should run parallely and  for this  VI i only pass a file path of sequence.( except UI example suggest me some other example)

 

best regards

0 Kudos
Messaggio 1 di 10
8.237Visualizzazioni
Soluzione
Accettato da ManasaM

Usually you would have a User Interface call TestStand.  The UI can be built in LabVIEW.  Here is document on UI development:

 

https://www.ni.com/en/support/documentation/supplemental/08/teststand-user-interface-development-bes...

 

Then you use UI Messages to communicate back and forth between the UI and your sequence file.

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x3tWCAQ&l=en-US

 

 

Hope this helps,

 

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Messaggio 2 di 10
8.233Visualizzazioni

Thanks a lot

0 Kudos
Messaggio 3 di 10
8.231Visualizzazioni

Feel free to post any questions about it here.  It can get a little tricky sometimes.

 

Regards,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Messaggio 4 di 10
8.229Visualizzazioni

Hello,

 

I am using the VI ( C:\Program Files (x86)\National Instruments\TestStand 2014\UserInterfaces\Simple\LabVIEW\Source Code) which gives an example for simple UI and i am loading simple Teststand seq which has only message pop step and for loop with i and N intialisation . 

Now i need to see the i and N values in my LabVIEW indicator I know how to read but in this Example i am not getting where to add my code?

 

Scarica tutti
0 Kudos
Messaggio 5 di 10
8.214Visualizzazioni

Where are you getting the sequence context from?  Did you read the article on UI Messages?  I'm not sure you are doing it correctly.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Messaggio 6 di 10
8.193Visualizzazioni

Hi 

 

I didnot read UI article before, Now I read its a great article .

 

Thanks a lot

 

Best Regards

 

Manasa

0 Kudos
Messaggio 7 di 10
8.166Visualizzazioni

Hi 

I have created User message callback in reg event call back in simple UI example. after that created subVI call back and writen this code stilli am not able to update teststand variables values in labview please suggest me if anything wrong

regards

MGL

0 Kudos
Messaggio 8 di 10
8.141Visualizzazioni

You need to pass a reference to your front panel control and then use a property node to set the value.  You cannot pass the value like that.

 

Hope this helps,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Messaggio 9 di 10
8.130Visualizzazioni

You are on the right track though.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Messaggio 10 di 10
8.129Visualizzazioni