07-29-2022 10:09 AM
I'm using NI Vision Assistant to create LabVIEW code and it starts by running this function:
I don't understand what Call Chain does and why I would use it. Can someone educate me please?
07-29-2022 10:24 AM
Right click on the block diagram object and select help and you will get this:
Also you can put a probe on the wire and see its output, sometimes doing that tells you all you need to know.
In this context it is getting the name of the VI that is calling it.
07-29-2022 12:23 PM
I appreciate you taking the time to reply. I can see what the function does, what I don't understand is why I would want to use it. What is it's purpose?
07-29-2022 12:43 PM
Why don't you click on the subVI and see what it does with this string input. 😄
The call chain can be very useful!. For example if an error occurs in a subVI that is called from many different other subVIs, it could be useful to know who called it. 😄