03-14-2006 07:45 AM
Dear users of LabVIEW,
I want to make a stand-alone application of a VI working with a Simulink model.
I used to control a Simulink model with a VI using the SIT server.
In order to make a stand-alone application, I created a dll from my Simulink model with the Simulation Interface Toolkit Software.By doing so, LabVIEW automatically created some VIs to use my model dll.
So now, instead of using my VI with my Simulink model, I run the model_main_vi (created automatically with the dll) to establish a connection with the SIT server then I run my VI and it works fine.
But now I would like to know how to make a stand-alone application of the model_main.vi (created with the dll) ?
Because when I create it and I try to run it, the connection with the SIT server doesn't work.
I should probably set, in the settings when creating the application, some of the subVIs to autorun when launching the application but I don't know wich ones should run automatically.
If anybody knows how, I'll be happy to hear from him
Thanks.
03-21-2006 03:44 AM