Repository containing various LabVIEW scripts and general instrumentation projects.
- Install LabVIEW, at least version 2020.
- Clone the repo
git clone https://github.com/DarioArzaba/LabVIEWInstrumentationOpen.git cd LabVIEWInstrumentationOpen
- Go
cd
to the directory that picks your interest. - Open the
lvproj
files when available, then run the standalonevi
files. - Some projects require additional
VI Package Manager
support packages:- I2C Implementation in LabVIEW FPGA-1.0.0.2
- I2C&SPI API-3.0.0.22
- LabVIEW Interface for Arduino-2.2.0.79
- NI CompactRIO Information (CRI) Library-2015.0.0.1
- NI CompactRIO Waveform Library-4.1.0.9
- X-Modules for myRIO-1.0.0.1
The list of programs right now for me is too long to describe in detail, but hopefully when I have time I will do a comprehensive list with proper images and usage instructions, for now we can see in the fallowing images the Frontend and Backend of a vending machine simulation VendingMachineEXAMPLE\VendingMachine.vi
:
Vending Machine Frontend with various possible states
E.g Logic behind a vending machine (Block Diagrams)
- Organize scripts into descriptive folders
- Update Repo
- Add individual usage explanations and expected output
- Fix missing libraries and modules errors
Distributed under the MIT License.
Dario Arzaba - [email protected]