LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Histogram

Hi

How can I reset histgram programmatically (after pressing a specific control?)

Thanks

Sonbula

0 Kudos
Message 1 of 3
(2,289 Views)

Which histogram are you using? Can you post your code?

 

Most of the histogram functions in LabVIEW have some sort of "reset" input. For example the "Pt by Pt Histogram" has an "Initialize" boolean input. When you set it high, the histogram will reset its data.

0 Kudos
Message 2 of 3
(2,267 Views)

@Sonbula wrote:

Hi

How can I reset histgram programmatically (after pressing a specific control?)

Thanks

Sonbula


Hi Sobula,

 

if your histogram is based on an array, you could use a Case-Structure and an Array Constant with zeros to do the resetting.

 

 

Regards,
Alex

0 Kudos
Message 3 of 3
(2,264 Views)