NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Parralel Execution

Hi Friends

 

Can we execute 5 fixture Sequence in Parallel with no of testcases?

If Possible anybody please share some Examples which is helpful to develop Applications for Parallel Execution.

 

Thanks in Advance

0 Kudos
Message 1 of 6
(947 Views)

Depends on how you define testcase…. The sequence you think of, is it identical for all five sockets?


please provide additional information on what you want to achieve 

0 Kudos
Message 2 of 6
(936 Views)

Hi

 

The sequence will be same for all 5fixtures,But the hardware inputs and outputs  will be differ(like cylinder actuators, Feedback Sensors...etc).

All the Fixture need to run in same time.

No of Testcases are there like DMM Checking, Modbus Read, Write etc...

Need to display current test results in LabVIEW GUI Screen and data log also required.

 

Suggest me the best way to achieve this

 

Thanks in Advance

0 Kudos
Message 3 of 6
(881 Views)

1.) Decide which level of Multithreading you really need. ParallelModel gives you lots of freedom, yet can cause terrible headache when shared resources are used https://www.ni.com/docs/de-DE/bundle/teststand/page/teststand-process-models.html

 

2.) RunState.TestSockets.MyIndex will return the index of the socket the sequence is actually running on. this can be used for individualisation purposes

 

3.) TestStand usually uses UserMessages to send data to any kind of operator interfaces

https://www.ni.com/docs/de-DE/bundle/teststand/page/handling-ui-messages.html

 

 

0 Kudos
Message 4 of 6
(859 Views)

Can I get any examples?

0 Kudos
Message 5 of 6
(731 Views)

just look at the examples which come with TestStand

 

%TestStandpublic%\Examples\Parallel Testing

0 Kudos
Message 6 of 6
(719 Views)