08-28-2013 08:30 AM
Hi
How can I reset histgram programmatically (after pressing a specific control?)
Thanks
Sonbula
08-28-2013 11:36 AM
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.
08-28-2013 11:46 AM
@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