LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Initialize notifier with value

Hi all,

 

I'm working on a DAQ. The front panel controls for the DAQ settings are inside an event structure. It's important that the notifiers initialize to the value on the front panel when the VI starts. Is there a natural way of doing this? I.e. without locals?

 

I've attached an example VI to illustrate the problem.

0 Kudos
Message 1 of 3
(2,775 Views)

What do you mean by initializing the notifier? The constant value you provide when acquiring the notifier reference only sets the datatype for the notifier. When the notification is sent it uses whatever data value to pass to it at that time.

 

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 2 of 3
(2,748 Views)

I understand. I could probably explain the problem better. Here's an example VI that accomplishes what I want. I thought maybe there was a way to do it without local variables.

0 Kudos
Message 3 of 3
(2,745 Views)