LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

adding and positioning cursors with crslist

Solved!
Go to solution

Hi,

 

I am still writing my program and having difficluties with the graph thing and especially with cursors. I am using the cursorlist to add cursors at runtime according to certain events in my data file, because i have an awfull lot of data, i only loads 20 seconds of data at a time into my graph area, so it doesn't always show the cursors and sometimes there are 2 cursors on the screen. Now the thing is; when i scroll through my data (with scrollbar controller) the data is being reloaded every time, (or with an interval of 5 seconds data) then hte cursors should also be drawn again, but sometimes it happens and sometimes not? These are cursors list attributes that i wired:  

 

Name

Position.X

Allow Drag

Cursor Mode

Style

 

Does anyone have tips to better understand the whole cursor thing?

 

Best regards,

Thijs Boree

0 Kudos
Message 1 of 2
(2,209 Views)
Solution
Accepted by topic author ThijsBoeree

Solved it...

It was a timing issue, i solved it with a sub vi with the cursor handeling in it!

0 Kudos
Message 2 of 2
(2,204 Views)