05-15-2009 03:55 PM
Hi everybody,
I have an event structure that exectutes on a value change, the problem is that I have matlab altering the value of a text file every few hours and labview monitoring the text in a loop (and converting it to a double), this value i want to use in my event structure, so i set up my event variable as a value indicator and it seems to only want to execute if the event is from a control which is of no use to me. Any help would be greatly appreciated.
Thanks
05-15-2009 04:03 PM
You are using the wrong property. to programatically fire an event, you have to write to the Valeu (Signaling) property.
You should also work on making your wiring a lot neater ans eliminate all of the separate stop buttons. all you need is one.
p.s. for general programming problems, you should also post to the LabVIEW board.
05-16-2009 10:01 AM
05-16-2009 07:02 PM
05-16-2009 07:37 PM
Thanks for all your help, I definately knew that the event was not firing because i had alternate means of displaying the value, the problem (apparently) was in the loops, when i placed the property node (value signaling) in the same loop as the event structure it began to work fine, don't really know why but problem solved thanks again for your help
cheers,