LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to draw these inverted triangles ?

Solved!
Go to solution

Hello,

 

    Could you please show me how to draw these inverted triangles shown in the screenshot? Thank you very much! 

 

Regards,

Payne 

0 Kudos
Message 1 of 5
(3,061 Views)

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"

Message 2 of 5
(3,042 Views)
Solution
Accepted by topic author Payne

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

Message 3 of 5
(3,040 Views)

Thank you. Also, how could I draw the green one shown on top? ( Which property do I need to change ?)  Thanks. 

0 Kudos
Message 4 of 5
(3,014 Views)

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.

Message 5 of 5
(3,003 Views)