I use the search function everyday, but there is a feature missing. For a state machine with a lot of state data, I would like to specifically find every place a certain element is being read and written. You can search for the text, but this often turns up "false positives" such as constants, FP objects, property nodes... when all you want is the bundle/unbundle.
The way I currently find every place state data is used is pull the element out of the state data definition, then use the error list to find all the places that the confused bundle/unbundle broke the VI!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.