11-13-2016 10:55 AM
I have built a LabVIEW model into a .dll to run it inside a Veristand project. I used the following set up for the connector pane:
- Model input signals: Required
- Model parameters: Recomended
- Model output signals: Recomended
If i load the model into Veristand i can see correctly the Inports, Outports and Parameters.
Now i want to initialize the model parameters from a .txt file. I have flagged the option in the "Simulation Models" window and i have pointed a .txt file. In the .txt. file i have used the same syntax i use for Simulink models imported in LabVIEW. However, I'm not able to run my project.
How do I need to format my parameters.txt file?
Thanks in advance
11-14-2016 05:18 AM
11-15-2016 01:43 AM
My bad...I forget to add the parameters to the list to be imported from an external file.
Anyway, thanks for the attention