Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is there a way to convert simulink model file into LabVIEW model?

0
Posted

Is there a way to convert simulink model file into LabVIEW model?

0

Method 1: The toolkit SIT (Simulink Interface Toolkit) doesn’t convert a model in a labview VI, but generate a dll which you’ll be able to call and manipulate in Labview with SIT. First of all you have to define the IN/OUT signals in your model by opening it in matlab-simulink and adding the labview specific terminals. Then you’ll have to build your dll with the Matlab Real-Time Workshop by selecting the “System Target File” nidll.tlc. You’ll find some help here : http://zone.ni.com/devzone/cda/tut/p/id/3583 When the dll is built, you’ll have to open the SIT connection manager in Labview\Tools and select your new dll. When the IN/OUT signals are assigned with the SIT connection manager, you’ll be able to use the SIT functions to call your model (in the dll) and get values from it. Method 2: The LabVIEW Simulation Module User Manual describes how to use the simulation environment, Simulation functions, and simulation subsystems. Use this manual to learn how to use the LabVIEW Simulation

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.