LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Disable DSC functionality in a project

Solved!
Go to solution

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

0 Kudos
Message 1 of 4
(2,563 Views)

You should be able to de-activate the DSC module from NI License Manager and be good to go.


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 4
(2,557 Views)

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

0 Kudos
Message 3 of 4
(2,554 Views)
Solution
Accepted by topic author mz

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

 

0 Kudos
Message 4 of 4
(2,550 Views)