04-15-2016 05:40 AM
Hi Guys,
I have tried simulating control and simulation loop with the cosimulation of multisim. But it is showing failed to compile.
I am attaching the corresponding vi in this query.
why am I getting this error as shown below.
Please help me to solve in this query.
one more question is can I make this siulation to run for infinite time. If so, what shall I do for that?
04-16-2016 04:19 AM
can anyone help me in this?
04-16-2016 03:02 PM
This looks like it might be MultiSim, with which I have absolutely no experience. This is a "General LabVIEW" forum. There is also a specific MultiSim forum, where you might find more users who "understand the question". [In particular, I had no idea what the second file you attached was for, nor did I recognize its extension ...].
Bob Schor
04-18-2016 10:56 AM
In the simulation loop, we try to avoid the usage of 'feedback node' inside the loop.
I would suggest to substitute the feedback node below:
with the memory function from simulation:
They are syntatically the same, but this one is more 'friendly' for the Control and Simulation Loop. If that still have problems, you should try to change all of the feedback nodes with memory and see if the problem would be resolved.
Hopefully this helps.