06-11-2018 04:15 AM
Hi,I am new to Labview,now I want to build a sinusoidal signal model from The MathWorks, Inc. Simulink Software and use the model in my Labview project. The tutorials in the net tell me to convert the model to a DLL document, I follwed the steps and get a DLL document. But when i ues the DLL document in
Laview,I found there are so many functions in the DLL. I also tried use the model interface toolkit and there are somthing wrong with my vi, I wonder to know wether my DLL document was build in the right order, can you tell me something about this?How can I use the simulink model DLL in the LabVIEW? My version is 2016 and Matlab is 2014Ra.The attachment is my steps about build the DLL documnet.
Thank you for your time.
Regards.
Solved! Go to Solution.
06-16-2018 09:21 AM
Hi
The matlab model seems to be simple. If dll is made out successfully from Matlab, it will surely work with NI VeriStand or NI LabVIEW.
Since you are trying in LabVIEW environment, use model interface toolkit instead of call library function.