LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stand-alone application with SIT server

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.

0 Kudos
Message 1 of 2
(2,485 Views)
In general it shouldn't be a problem to create a stand-alone executable with SIT functions. Please have a look at this document in our knowledge base for some hints that might be helpful.

Best regards,

Jochen Klier
National Instruments Germany
0 Kudos
Message 2 of 2
(2,467 Views)