10-03-2018 09:21 AM
I am having trouble finding what the attached symbol is and what it does in a program that I am using.
Solved! Go to Solution.
10-03-2018 09:34 AM
You can find this in the Synchronization palette. Its name is "First call?".
It outputs true the first time is executed, later it will output false. It's normally used to do something only on program start, vi initialization, etc..
10-03-2018 10:50 AM
What's wrong with "right-click...help"? 😮
10-03-2018 11:49 AM
Uh-oh... if you're calling nodes "symbols", you might need more help than just finding a node on a palette. Please check out the (mostly) free training links on the first page of this forum.
10-03-2018 12:02 PM
Another suggest: Right-click on the item and select Visible Items -> Label. That tells you the name. Use Search on the top-right of the palette to find where it is located.
10-03-2018 01:09 PM
When re-writing a program from a screen shot I do not have the option to right click. Thank you though.
10-03-2018 01:46 PM - edited 10-03-2018 01:51 PM
@eric_lab wrote:
When re-writing a program from a screen shot I do not have the option to right click. Thank you though.
That would have been important to mention. 😄
When you say "... in a program that I am using", it seems to imply that you have the actual code or it would not be a usable program. You should have said "Image that I want to turn into a program" or similar.
It is typically very difficult to recreate code from an image (unless it is a "LabVIEW snippet" :D). Typically you don't have images of all cases of case and event structures, have partially hidden wires, or even image cropping. You also don't have information about e.g. express VI configurations, event configurations, default values, format settings, execution settings, etc. etc. "LabVIEW code -- to -- image" is a very lossy operation and typically irreversible except in very trivial cases. I recommend to contact the original author for the real VI.