Re: sir i want to synchronize 3 vi's using occurence fn but i am not getting how to use occurences

2003-12-24 Thread tmh
I've found notifiers (or queues) easier to understand and use than occurrences. When one VI changes a value, have it also send a notification. The other VI's use Wait on Notifier which will wait until it receives the notification. In fact, you may be able to do away with variables altogether and

Re: sir i want to synchronize 3 vi's using occurence fn but i am not getting how to use occurences

2003-12-23 Thread Ben
Hi Nirmal, I have noticed that you have been trying to help out. Let me offer some feedback, please. Normal globals are OK if you have a value that is written by one entity ONLY. Multiple readers are are just fine. More than one writter can quickly lead to race conditions so they are habitually