LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dsc - slow property node

Hello,

 

I'm using the DSC (LabVIEW 8.5.1) module for alarm handling in my application. One requirement is to adjust alarm-levels dynamically during run-time depending on other system variables values. I wanted to use the shared variable property nodes therefore.

 

The problem is that they work very slow and I have no clue why. The simple Test-VI shown bellow takes more than 20 sec (indicator shows milliseconds) to update hi an lo alarm-levels of 200 shared variables.

 

Does someone now how to speed this up?

 

Thanks in advance,

ThHagel

0 Kudos
Message 1 of 2
(2,718 Views)

Hello,

 

The property node take time and there is no possibilities to speed up this property.

 You could try to undeploy the variables and re-write the lvlib (is a ASCII File) and then deploy the library again.

 

Regards

Ken

 

Message 2 of 2
(2,677 Views)