06-01-2023 07:56 AM
I found a folder called [ ManagedModelSupport ] in the installation path of teststand:
...\Components\Models\TestStandModels\
which contains some C # code. I know that the modelsupport2.dll is not compiled from this code, it is developed based on Lab windows CVI.
Who knows where this part of the code actually works? What specific functions have been implemented?
Solved! Go to Solution.
06-28-2023 05:23 PM
That DLL is used for synchronizing the batch and parallel models for the asynchronous parts.
06-28-2023 05:25 PM
Look in TestUUTs sequence in the batch model and look at some of the .NET steps. They are calling into that assembly.
07-01-2023 04:01 AM
Dear Jiggawax:
Sorry, I have been on a business trip to another city recently, so my response and confirmation were relatively late.
What you said is very correct. I want to gain a deeper understanding of the detailed operation and control process of the process model, so I need to combine this part of the code with the code for modelsupport2 for learning. The good news is I have already understood a part, and the remaining part will continue to be studied.
This means that my previous ideas can be realized.
Thank you very much, my friend! Wishing you have a nice weekend!