LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

where can I find this symbol ?

Solved!
Go to solution

Hello,

 

researching some code about producer/consumer design patterns I saw this symbol in an image. Does anybody know what it is doing, or where I am able to find it in the functions palette ?

 

 

Kind regards

0 Kudos
Message 1 of 3
(777 Views)

That is a reference to a notifier.  Select a notifier wire and right-click create reference to place on the block diagram. 


"Should be" isn't "Is" -Jay
Message 2 of 3
(766 Views)
Solution
Accepted by topic author ch33rs00

This is a constant of the reference of a notifier whose data type is a boolean. Such a constant cannot appear in the palette because it depends directly on the data type. This is how you can create it :

 

  1. Functions palette >> Synchronisation >> Notifier Operations >> Obtain Notifier
  2. Wire a boolean to the element data type input
  3. Right click on the notifier out output >> Create >> Constant

 

PS : After sending my message, I notice that JÞB was faster than JB and sent his answer while I was editing mine.

Message 3 of 3
(758 Views)