08-05-2014 11:43 AM - edited 08-05-2014 11:44 AM
I'm currently trying to call some model's (*.mdl) in LabVIEW by converting the models into dll's. The models are made and converted with Mathworks Simulink, and in LabVIEW I plan to open the dll's via Call Library Function Nodes. So far, I have downloaded NI Veristand and the Model Interface Toolkit which has given me System Target File options of:
NIVeristand.tlc
NIVeristand_VxWorks.tlc
But I don't have an option for nidll.tlc (which I understand can be opend in LabVIEW instead of Veristand), and I'm wondering why. Has this option been phased out for RT targets?
Solved! Go to Solution.
08-05-2014 01:31 PM
Hi Abe,
Yes, nidll.tlc is obsolete as of 2012. Particularly, nidll.tlc was installed by the NI LabVIEW Simulation Interface Toolkit (SIT) which reached its end-of-life in 2012. SIT however was replaced with the LabVIEW Model Interface Toolkit; this toolkit replaces nidll.tlc with NIVeriStand.tlc. Note that the model interface generated by nidll.tlc and NIVeriStand.tlc are very similar; in fact, nidll.tlc was the foundation to NIVeriStand.tlc. A model generated by NIVeriStand.tlc can be opened in LabVIEW and VeriStand.
08-05-2014 01:57 PM
Thanks Nestor!
I'm looking at these examples and it looks like I might not have to use the Call Library Function Nodes after all! Instead, Veristand provides much more user/LabVIEW friendly commands for calling the model and accessing its parameters. I'm about to start using these function calls on my created dll. Thank you so much for taking time to provide this clarity!
Cheers,
Abe