Y-P Posted May 11, 2009 Report Share Posted May 11, 2009 I miss a function, where I can look where I have used different shared variables in my program. I can search for property nodes, local variables,... but not for shared variables. Greetings Markus Quote Link to comment
Grampa_of_Oliva_n_Eden Posted May 12, 2009 Report Share Posted May 12, 2009 QUOTE (Y-P @ May 10 2009, 03:05 AM) I miss a function, where I can look where I have used different shared variables in my program. I can search for property nodes, local variables,... but not for shared variables. Greetings Markus There was a post the the Dark-Side (NI-Forums) where someone from NI posted some scripting code to do that. Search the Ni forum tags For "http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=343317#M343317' target="_blank">Find shared". Ben Quote Link to comment
Y-P Posted May 12, 2009 Author Report Share Posted May 12, 2009 Thank you. Greetings Markus ZITAT(neBulus @ May 11 2009, 01:03 PM) There was a post the the Dark-Side (NI-Forums) where someone from NI posted some scripting code to do that.Search the Ni forum tags For "http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=343317#M343317' target="_blank">Find shared". Ben Quote Link to comment
PaulL Posted May 12, 2009 Report Share Posted May 12, 2009 It is also possible to do a text search for the name of the shared variable to find a specific shared variable. LabVIEW will return matches for the hidden shared variable labels. Actually, the SV label includes the path so including a backslash ('\') before the shared variable name helps to eliminate other unwanted matches. This is not the ideal solution but it works well in many cases. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.