LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Notifier

Hello, i am now building an application with Labview. I need to read the result data from Sub vi and I used the notifier function. But i can't read data from main Vi. Someone got an idea?

Download All
0 Kudos
Message 1 of 12
(4,314 Views)

Use "wait on notifier" not "get notifier status". Make sure the names are exactly the same.

0 Kudos
Message 2 of 12
(4,305 Views)

Also, please post your code. If you are very new to notifiers, there may be a better way to do what you are doing.

0 Kudos
Message 3 of 12
(4,301 Views)

@Gregory wrote:

Also, please post your code. If you are very new to notifiers, there may be a better way to do what you are doing.


There is also the question of whether or not the Notifier is the right tool to use.  I rarely use Notifiers due to their lossy nature (of you write to the Notifier twice before the read gets around to it, you will not get the first notification).  So I typically use Queues or User Events.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 12
(4,279 Views)
You might also find this information useful:

http://www.notatamelion.com/2014/10/07/build-a-proper-labview-produceconsumer-pattern/

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 5 of 12
(4,223 Views)

Hi Mike,

 

have you written the follow-up post that you tease about at the end? I make heavy use of queues in most of my data acquisition applications, and I'm wondering where you're going with it!

0 Kudos
Message 6 of 12
(4,172 Views)
Yes, keep reading the subsequent posts.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 7 of 12
(4,161 Views)

Alrighty, I have not explored the Teststand project too much because I still have not gotten my tortoise svn to play nicely with your repository 😞

0 Kudos
Message 8 of 12
(4,151 Views)
It's not teststand, it's LabVIEW. What is the issue? Did you register?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 9 of 12
(4,128 Views)

Sorry, I meant the Testbed Application, and I just typed the first test-word that came to mind! I did register for the website (I was never prompted for a password when accessing the repository). My attempt is explained in this comment:

 

http://www.notatamelion.com/2015/03/02/building-a-proper-labview-state-machine-design-pattern-pt-2/#...

0 Kudos
Message 10 of 12
(4,121 Views)