LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to share info (taskID, for example) between events?

Hello
I need to use taskID, file refnum etc. created in anone event handler. How can I share these between event handlers?

Thanks
jason
0 Kudos
Message 1 of 3
(2,583 Views)
Hi jason,

normally you have a while loop around a event structure. You can store values in shift registers of the while loop.

Waldemar
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 3
(2,583 Views)
Hi, Waldemar
Thanks for help.
I tried using local variable. But using shift registers may be better. I will try it later.

jason
0 Kudos
Message 3 of 3
(2,583 Views)