LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DLL libraries and 7030/6040 target

I am using Simulation Interface Toolkit VI's in my LabVIEW Program on RT target PCI 7030/6040. These VI's dynamically link model.dll which I created using Simulink and Real Time Workshop Target. I don't know how to download the model.dll on the target. Is there any solution to this problem?
0 Kudos
Message 1 of 2
(2,494 Views)
If you create a VI with Call Library Nodes (see advanced palette) and configure the Call Library Nodes to call your dll, the dll will automatically be downloaded with the VI to the 7030. I don't think this procedure will work if your dll tries to load other (secondary) dlls.
0 Kudos
Message 2 of 2
(2,494 Views)