Tucanus
Tuctorials
Tuctorials are tutorials made by Tucanus to share knowledge, experiences and spread the STEAM culture around the world!
How to make your first code in LabVIEW:
First, before you start learning your first code. You should know what an "if" code is.
The code "if" is a boolean variable, so the code receives a value and will perform an action or not depending on that value.
In Labview the only possible answers are "True" or "False" (true or false). An example of "if" code is :
If sensor2 is true
turn to the left
If sensor2 is false
turn to the right
The above code is an educational example, so it is not related to any programming language.
Thus, your first code in LabVIEW will be an if code. Following the LabVIEW rule, as well as the image below: