10-09-2013 10:32 AM
Hi everyone!
I wanted to run 2 different Simulink-DLL on my cRIO.
The code I use for each DLL is:
SIT Initialize Model
SIT Take Model Time Step (This inside a while loop)
SIT Finalize Model
The problem is, I get (with the SIT Initialize Model VI) the same number of inports and outputs, the same "param info", the same "signal info".... That makes me think that I am not running the 2 DLLs, but just one of them.
Have tried something similar? Is it possible to run the 2 DLL in parallel?
I have read that when using a computer host running the SIT Server it is possible to choose the port of the communication, but on an RT target???
Thanks!
Barbara
11-30-2015 10:59 AM