05-21-2015 07:57 AM
Hello,
I have a problem with the event structure. I have a graph, into a while loop, that changes every second and whenever it changes I want to save the data into a .txt file. So my idea was to put a event strucuture into a while loop with the command "Graph:Value Change" but it isn't working.
I have created a simple .vi to see how the event structure works but it is also not working. I've already created the code for saving data, so I only want to know how to handle the event structure inside the while loop. Here i will attach the simple .vi.
Thanks
05-21-2015 08:03 AM
Wiring directly to an indicator does not fire an event.
If you want the Value Change to be recognized, you can use a property node for Value (Signaling).
05-21-2015 08:05 AM
Can you show me?
05-21-2015 08:10 AM
I think I have solved the problem.
Thank you