08-11-2011 12:29 PM
I have Labview 2010 Developer Suite with the DSC (data logging and supervisory control) module installed. I would like to make a project which does not use DSC. I would like to be able to install an application on another computer which does not have the DSC Runtime installed.
If I make a project and do not use the DSC functions or enable alarms or data logging in a shared variable, it still will not make an application that I can install without the DSC runtime.
How do I make a project which does not have DSC enabled? Do I have to uninstall DSC to do this?
Thanks
Solved! Go to Solution.
08-11-2011 01:58 PM
You should be able to de-activate the DSC module from NI License Manager and be good to go.
08-11-2011 02:56 PM
Thanks, it does disable the DSC module. But I still can't deploy may tags on the target machine. I get the following when I run the application:
Initializing...
Calculating dependencies...
Checking items for conflicts. This operation could take a while...
Preparing items for download. This operation could take a while...
Deploying My Computer
Deploying Tags.lvlib\\192.168.16.189\Tags (: -1967362042, IAK_SHARED: (Hex 0x8ABC7006) Unable to start service.).
Deployment completed with errors
Do you wish to run the application anyway or abort the execution?
I think that this is an error that it cant start the DSC tag engine.
Any ideas?
Thanks
08-11-2011 03:47 PM
I got it to work. I found I was not including the Variable engine in my installer.
It turns out that I dont need to disable the DSC on my developer station to create an application to run on a computer with out DSC runtime