LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a property node that can affect the write speed to an indicator on the front panel?

Hi,
 
I am logging data to a file while displaying the values on the front panel. Trouble is, I am logging at 25ms and the front panel indicator is changing to0 rapidly. I don't want to use local variables in a slower loop. I was wandering if I can change the indicators to update at one time per second using some property node?
0 Kudos
Message 1 of 12
(3,540 Views)
You ve to vary your loop rate so that it writes slower to the FP. There is no property available for changing the speed of the updation to a variable.
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 2 of 12
(3,538 Views)
how do I do this without having an effect on my logging to file?
0 Kudos
Message 3 of 12
(3,533 Views)
Hi jamie,
one solution could be to write only every 5th value to the Front Panel.
Mike
0 Kudos
Message 4 of 12
(3,529 Views)
Thanks Mike, I am unsure how to do this. Could you advise which VI (s) to use and or method?
0 Kudos
Message 5 of 12
(3,525 Views)

Hi jamie,

here is an example for you.

Mike

0 Kudos
Message 6 of 12
(3,520 Views)
Could you post as labview 7.1?
 
Thanks
0 Kudos
Message 7 of 12
(3,510 Views)

Hi jamie,

unfortunately not, but here is a picture.

Mike

0 Kudos
Message 8 of 12
(3,506 Views)
How efficient would something like this be?  I know property nodes aren't the best, but this would take care of the entire screen instead of one indicator.
0 Kudos
Message 9 of 12
(3,500 Views)

Jeff,

Thanks for the suggestion. The previous method is ok as the rule is only applicable to 3 indicators and not the entire front panel.

0 Kudos
Message 10 of 12
(3,476 Views)