10-16-2025 09:13 AM
Thanks altenbach for the clarification, I thought to do that I would need IMAQ tool ! Can you please assist in detecting these variables?
10-16-2025 09:33 AM - edited 10-16-2025 09:34 AM
You have 2D array data that you can slice and dice as shown and do some simple signal processing.
A picture indicator can show the picture and there are plenty of tools to detect mouse interaction and draw decorations (lines, circles, text, etc.) in any color. No IMAQ needed.
As a first step you need to define the scenario bounds.
10-16-2025 09:50 AM - edited 10-16-2025 10:52 AM
For example just doing the average brightness of each row shows the pattern of major and minor tick marks, the zero line, the sight glass limits, and the level. A simple 1D feature detection can get all required information. Try it!
10-16-2025 10:50 AM
Thank you really appreciated. I will try it.
10-17-2025 04:52 AM
I think the pixel at zero line could be found using the same code and then the rest of the calculations to be done.
10-17-2025 10:24 AM
The zero line is the only one that is present on the left half of the object and is the only real sharp feature, you could apply a filter on that column data and see which point changes the most, for example.
10-21-2025 03:22 AM
Thank you albentach I am trying to do that, and also I want to understand how to get the therhold Y and how I can calculate it?
10-21-2025 06:04 AM
Using this vi resulting 800 which somehow close to 797 that could be detected visually.