LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Call notifier in vit file

Solved!
Go to solution

Hello all. I am using notifier for forward my datas.

I creating a notifier in main.vi and I want call my values in sub.vit

In attachment you can see my operation basicly.

Why my values cant coming in my sub.vit files?

 

Thank you.

 

 

0 Kudos
Message 1 of 6
(3,219 Views)
Why are you using a VIT, rather than a VI?

What happens when you run this code? What about with execution highlighting (the lightbulb icon in the toolbar)?
0 Kudos
Message 2 of 6
(3,199 Views)

Hi nathand. Thanks for your reply.

I reading high speed data from my device and i need monitoring datas from different channels. 

I using vit because i need clone my graph and other indicators.

In attachment file its not my original project file. Its just simple example about how i used notifier in my project. I need forward my datas for  show in graphs or numeric indicators vs.

 

 

0 Kudos
Message 3 of 6
(3,193 Views)
If you don't supply code that demonstrates your problem, then it will be very hard to help you solve it. If the example code you posted works correctly, then it's not very useful in helping fix your problem. Please attach enough of your real code to show what you're actually doing, along with a more detailed explanation of what doesn't work. Does the Wait on Notification wait forever, or does it receive data but not the right data? How are you creating different notifier names for each channel?
0 Kudos
Message 4 of 6
(3,189 Views)

Hello nathand. Thank you for your reply.

I creating notifier in main vi. and ı can using this for storin in main.vi different loop.

But i cant call this notifier in  my .vit file.

Now you can check my vit file from attachment (but its have many sub.vi)

 

0 Kudos
Message 5 of 6
(3,167 Views)
Solution
Accepted by topic author YFA

I fixed my problem with global referance.

And i found my mistake about notifier.

 

 

0 Kudos
Message 6 of 6
(3,144 Views)