09-14-2023 12:13 AM
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
09-14-2023 02:18 AM
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
09-19-2023 02:08 AM
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
09-19-2023
11:04 AM
- last edited on
11-04-2024
10:13 AM
by
Content Cleaner
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
10-29-2023 11:44 PM
Can I get any examples?
10-30-2023 02:57 AM
just look at the examples which come with TestStand
%TestStandpublic%\Examples\Parallel Testing