04-25-2017 01:08 PM
Hi,
I would like to detect and do some action when my vi has been changed (or saved). Do I have any opportunity to catch that event, or could I catch "viChanged/Saved" event somehow?
Thanks for help,
Balint
04-25-2017 02:35 PM
These links should get you started:
http://forums.ni.com/t5/LabVIEW/My-First-Nugget-Directory-Changed-Event/m-p/1407552
http://forums.ni.com/t5/Example-Program-Drafts/Event-based-File-and-Folder-Watcher/ta-p/3502878
The FileSystemWatcher can be configured to monitor a specific file.
Ben64
04-26-2017 02:21 AM
Hi Ben64,
thanks for the hint, it will solve a part of my problem. So I have to detect vi changes since the last LabVIEW run. On the other hand I have to do some action if affected vi changed in memory (without disk save). Do you have any idea for my latter problem?
Thanks,
Balint
04-26-2017 02:55 AM
/Y