08-17-2016 12:35 PM
hi folks,
I'm trying to write a code which goes through a few VIs and check if they have a dirty dot using labview scripting but having a tough time trying to find a way to do this. is there a way i can do this? any help is greatly appreciated!
-S
Solved! Go to Solution.
08-17-2016 12:39 PM
What is dirty dot? You mean coercion dot?
08-17-2016 12:41 PM
when the code isnt saved or compiled, the asterisk that appears next to the vi name.
08-17-2016 12:48 PM
If you are having Labview 2009 or 10:
http://digital.ni.com/public.nsf/allkb/D4032A485C9F18C1862576D6007681F4
08-17-2016 12:52 PM
Uday,
I have labview 2013 and i am looking to write code that goes through all my VIs and reports if the code has unsaved changes. i want to know if it can done through labview scripting. more like a vi analyser kind of a thing but i need to look through VIs in a certain folder.
08-17-2016 01:02 PM
Have you tried this VI Property?
http://zone.ni.com/reference/en-XX/help/371361K-01/lvprop/vi_modvi_modificat_bitset/
08-17-2016 01:02 PM - edited 08-17-2016 01:07 PM
VI property node, not even a scripting property called Modification >> VIModificationsBit Set
I haven't used it myself, but searching the properties, that looks like the right one.
08-17-2016 01:19 PM
thanks Mathew! this was helpful.