rscott9399 Posted July 1, 2019 Report Posted July 1, 2019 I am working on some legacy code that i did not write. Unfortunatley, the original writer used a shared variable that can be written to in about 500 locations. Just a bool tag to cause an abort. I am getting random aborts and i have no clue which writer is pushing on my network published shared variable. Does anyone know of a way to capture this? There are hundreds of this one abort tag. Its impossible to track which is pushing the tag. Thanks Quote
andre@carya Posted July 1, 2019 Report Posted July 1, 2019 In case it's possible, haven't tried it myself. You could maybe put that SV in a subVI then search and replace each instance with the built-in search and replace function. Manual would be to tedious. Add a dialog that displays the call chain on abort. Quote
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.