EN / USD
1 Items
 Home
Blog
Creating First Project using LabVIEW Programming
labview programming, Creating your first program in LabVIEW, Programming with the LabVIEW, Using LabVIEW for the first time, How to use LabVIEW, How to make a simple logic in LabVIEW
Hello everyone! I hope you all will be fine. Today, I am going to elaborate that how to create your First Project using NI LabVIEW Programming. This software is very easy to use in comparison to the other software. You do not have to write the complete source code for the desired output, like in other software e.g. Arduino, MATLAB, Dev C++, Eclipse etc. instead you have to just implement your logic using Field Programmable Gate Array (FPGA) blocks. The program is designed with the help of the FPGA blocks, is usually known as “Virtual Instruments”. Normally we used to call it as VI’s. We create in “Block Diagram” window as described in our previous tutorial on Introduction to LabView. If you haven't read that tutorial then I owuld suggest you to ...