02-05-2015 06:48 PM
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.
02-05-2015 10:06 PM
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...
02-05-2015 10:15 PM
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.