06-28-2016 02:06 PM
Hi,
I want to do cosimulation between Labview and Multisim but I keep getting the error 2147467259
Exception occured in MultisimInterface.MultisimCircuit.1: Output not found. dans NI_MultisimAPI.lvlib:Get Output Data (DCOpPt DBL 1Out).vi->test connection.vi
I've attached the file I use.
The strange part is that the communication seems to work since I can read the probe name correctly. However, I can't read the data of them.
The goal is to have a drop down menu with the multisim probe name (which work correctly), and to display the voltage value by reading the probe data (which gives the error 2147467259)
I'm using LabView professional version 15 and Multisim education edition version 13.
I've also try the multisim professionnal trial version. Same error.
I've also try on different computer.
Any Idea?
Is it a version/windows issue or the way I've built the .vi?
Thanks in advance for you help!
Judith
06-29-2016 05:47 PM
Hi,
Are you using the NI-LabVIEW Multisim API? Which version?
Check the following info
http://www.ni.com/white-paper/14836/en/
Regards
07-01-2016 11:35 AM
Hi,
I use the API toolkit which came with the installation of multisim V15.
Thanks