From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

about catching the scale changed event for Intensity Graph

Hi all,

  I am plotting an imange from a text file with each pixel separated by a delimiter to the intesnity Graph. I want to show the current time (with second) whenever the user changed the X or Y scale in runtime. I put a while loop to make it run until the stop is pressed. But in what way I could capture if the scale changed or not? I didn't work with the event handling code before, any suggestion to help me start is highly welcomed, thanks.

 

I am trying to attach the full code but it doesn't allow me to post anything in rar or zip format. So I post the image of the code as follows

 tt.png

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

Hi PKIM,

 

to "catch events" you should use the event structure.

There are several events for an IntensityGraph/Chart available…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,988 Views)