News

LabVIEW Day 3: Understanding Numeric, Boolean, and String Data Types 🎯 Objective: By the end of this session, you will: Understand the use of Numeric, Boolean, and String data types in LabVIEW.
AND,OR,XOR: These are logic gates which has 2 inputs.Input should be in Boolean data type (i.e. T or F). NOT: It is a logic gate with 1 boolean input.It just invert the input. NOT AND,NOT OR,NOT XOR: ...