05-15-2018 07:46 PM
Can someone please help me identify what that triangle symbol is on the for loop that the 1 is wired to? I haven't seen this symbol before and I'm not sure what it does. Trying to figure out what its called so I can do more research.
Solved! Go to Solution.
05-15-2018 08:04 PM
Well, a Black-on-black picture of a block diagram is pretty difficult to see and doesn't much help me answer your question. Why not attach your VI, the actual file with an extension of .vi? No pictures, just LabVIEW!!!
Bob Schofr
05-16-2018 01:13 AM
05-16-2018 01:17 AM
05-16-2018 09:28 AM
That is the initialization terminal for the feedback node, to which you wire the value you want the feedback node to provide on the first iteration of the FOR loop. When you place a feedback node on the block diagram, the initializer terminal is usually part of the node icon, but the right-click context menu offers the item: Move Initializer One Loop Out, which moves this terminal to the left side of the loop structure.
05-16-2018 03:42 PM
Thank you for answering this. I was studying for the CLAD and ran across that question. I had not used that before in programming and could not find a way to generate the same result to use the help functions in LabVIEW. Thank you!