01-05-2022 06:37 AM
I have 6 waveform controls. I set the relevant cursor events, but I used the slowest method. I wonder if there is a quick way to set cursor properties?
My VI is attached below.
Solved! Go to Solution.
01-05-2022 10:41 AM
Hi Comp,
@Comp1ex wrote:
I have 6 waveform controls. I set the relevant cursor events, but I used the slowest method. I wonder if there is a quick way to set cursor properties?
How slow is it right now?
How fast do you need to set the cursor positions?
Suggestions:
01-05-2022 05:02 PM
Thank you for your answer, because I am a novice in LabVIEW. I want to know how to set the attribute reference array。
01-06-2022 03:10 AM
@Comp1ex wrote:
Thank you for your answer, because I am a novice in LabVIEW. I want to know how to set the attribute reference array。
If you have an array of references, call the property node in a for loop.
This won't make execution faster though. It could be faster to program.
Same advice applies, try turning defer panel updates on before, and off after setting the properties. That does help for some, not all, properties. Some functionality simply stops working properly, esp. with graphs\charts.