NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

What functionality is the code in the [ ManagedModelSupport folder ] used for?

Solved!
Go to solution

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?

0 Kudos
Message 1 of 4
(1,050 Views)
Solution
Accepted by topic author angus2022

That DLL is used for synchronizing the batch and parallel models for the asynchronous parts.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 4
(922 Views)

Look in TestUUTs sequence in the batch model and look at some of the .NET steps.  They are calling into that assembly.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 3 of 4
(920 Views)

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!

0 Kudos
Message 4 of 4
(899 Views)