LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Frequency counter with start and stop - Need help

When No load, 200VA Unity , 400VA Unity, 600VA Unity, 400VA LAG, 400VA LEAD or Short is active Frequency Counter starts.

When OFF and BENCH PWR is active Frequency Counter stops and is grayed out.

Frequency Counter is grayed out when BENCH PWR is inactive

 

Any one know ho to do this?

 

kls
0 Kudos
Message 1 of 2
(2,317 Views)

In order to enable or disable a control you need to write a U8 value to the Disabled property of the property node for that control.

The values are:

0 = Enabled

1 = Disabled

2 = Disabled and Grayed Out

Kelly Bersch
Certified LabVIEW Developer
Kudos are always welcome
0 Kudos
Message 2 of 2
(2,133 Views)