LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

architecture for data processing application

Well, you probably have plenty of spare CPU left and 100ms is an eternity, but spinning that lower loop unconditionally uses resources even if they are not needed. For the "cursor move" event, make sure to limit the event queue to 1 and don't lock the front panel until the event completes.

Message 11 of 14
(328 Views)

thank you for the advice. However, with the mouse event, my curves are disappearing unexpectedly... no clue of what is happening.

0 Kudos
Message 12 of 14
(325 Views)

You have an enum conflict. Fix that first.

Message 13 of 14
(320 Views)

I'm sorry, my mistake, in the zipped directory I updated only the main and not the State file...

 

here it is...

0 Kudos
Message 14 of 14
(317 Views)