04-09-2017 06:14 PM
Hello,
Could you please show me how to draw these inverted triangles shown in the screenshot? Thank you very much!
Regards,
Payne
Solved! Go to Solution.
04-09-2017 06:29 PM - edited 04-09-2017 06:31 PM
Those are called "Shift Registers", they are achieved by running a wire to a for or while loop, right clicking on the tunnel and selecting "Replace with Shift Register"
04-09-2017 06:30 PM
That is a shift register. Right click on the border and pick Add Shift Register.
I would recommend you learn more about LabVIEW from here. How to Learn LV
04-09-2017 07:57 PM
Thank you. Also, how could I draw the green one shown on top? ( Which property do I need to change ?) Thanks.
04-09-2017 09:09 PM
The same way. The color just means what data type it is which is determined by the wires you wire into it. Green is boolean. Blue is integer.