All Projects → ismet55555 → LabVIEW-OOP-Classes

ismet55555 / LabVIEW-OOP-Classes

Licence: MIT license
Simple, clear, and organized object oriented approach to LabVIEW

Programming Languages

LabVIEW
32 projects

Projects that are alternatives of or similar to LabVIEW-OOP-Classes

spydrnet
A flexible framework for analyzing and transforming FPGA netlists. Official repository.
Stars: ✭ 49 (+172.22%)
Mutual labels:  digital, hardware
labview2018-tutorial
this repository tells how to use LabVIEW based on labview2018.
Stars: ✭ 34 (+88.89%)
Mutual labels:  labview, labview-oop
audio-digitization-toolkit
A list of resources for setting up an audio digitization workflow
Stars: ✭ 13 (-27.78%)
Mutual labels:  hardware, analog
WiFi-WebRadio
A WiFi shoutcast player based on ESP8266 and VS1053b chips
Stars: ✭ 45 (+150%)
Mutual labels:  hardware
malduino scripts
Some Malduino ducky scripts
Stars: ✭ 24 (+33.33%)
Mutual labels:  hardware
clash-spaceinvaders
Intel 8080-based Space Invaders arcade machine implemented on an FPGA, written in CLaSH
Stars: ✭ 45 (+150%)
Mutual labels:  hardware
Arduino-OpenCV-Human-Follower
Face detector and follower using Arduino and OpenCV in Python
Stars: ✭ 30 (+66.67%)
Mutual labels:  hardware
cala
Cross-platform system interface for hardware IO
Stars: ✭ 46 (+155.56%)
Mutual labels:  hardware
openstage
Arduino-based microscope stage controller
Stars: ✭ 34 (+88.89%)
Mutual labels:  hardware
arduino
required (and optional) source files for the Arduino development environment, specifically the hardware/arduino sub-directory, to support xmega processors
Stars: ✭ 18 (+0%)
Mutual labels:  hardware
Pool2021
Pools organized for Epitech's students in 2021.
Stars: ✭ 19 (+5.56%)
Mutual labels:  hardware
gopio
Raspberry pi GPIO controller package(CGO)
Stars: ✭ 14 (-22.22%)
Mutual labels:  hardware
Best
Gifts for Programmers
Stars: ✭ 22 (+22.22%)
Mutual labels:  hardware
ESP32 Thing
Development platform for the Espressif ESP32 WiFi/Microcontroller SoC
Stars: ✭ 66 (+266.67%)
Mutual labels:  hardware
AnalogClock
Animated analog for iOS clock written in Swift
Stars: ✭ 24 (+33.33%)
Mutual labels:  analog
stenc
SCSI Tape Encryption Manager - stenc (formerly on https://sourceforge.net/projects/stenc/)
Stars: ✭ 41 (+127.78%)
Mutual labels:  hardware
uchroma
An advanced driver for Razer Chroma hardware in Linux
Stars: ✭ 45 (+150%)
Mutual labels:  hardware
emma.css
🍴 Emma.css { utility-classes: emmet-like; }
Stars: ✭ 53 (+194.44%)
Mutual labels:  utility-classes
awesome-electronic-engineering
Awesome Electronic Engineering
Stars: ✭ 54 (+200%)
Mutual labels:  hardware
community
ROS 2 Hardware Acceleration Working Group community governance model & list of projects
Stars: ✭ 34 (+88.89%)
Mutual labels:  hardware

LabVIEW-OOP-Classes

Simple, clear, and organized object oriented approach to LabVIEW.

Buy Me A Coffee

Included LabVIEW Classes

  • DAQ
    • Analog Input
    • Digital Input
    • Digital Output
    • SSR (Solid State Relay)
    • Temparture (Thermocouple)
  • Hardware
  • Uitlity
    • Timer - Object to independantly keep track of time
    • UUT - Object to define a Unit Under Test and its parameters (can be passed around)
    • Database - Object that interfaces with a TDMS database
    • Results Logger - Object that can be used to log results to a local file

Usage

You have to create a LabVIEW project to use any of these classes. It is probably smarter and cleaner to copy the entire class directory into the project directory before importing the class. To import any of the LabVIEW classes into your own labview project, simply add the .lvclass file into your project. If you are not sure how to add files to a project, here is an overview: https://zone.ni.com/reference/en-XX/help/371361R-01/lvhowto/adding_items_project/

Examples

All of these LabVIEW class definitions have example code included in the form of a labview project (.lvproj). You can use actual NI Hardware for the DAQ definitions, or you can also simulate hardware using NI-MAX.

If you are not sure how to create a simulated hardware, here is an overview: http://www.ni.com/tutorial/3698/en/ (Note that you only have to create it, then use these LabVIEW classes to reference them). If you cannot find the "Create New" button in NI-MAX, you may have to download the matching NI-DAQmx. Note, the NI-DAQmx MUST match the LabVIEW version (ie. 20.0 for both)

NOTE

  • Some of the classes (ie. DAQ) start an independent background process, which continously aquires data. If this independent process is not properly stopped, it will run in the background until LabVIEW is exited. So be sure to use the appropriate Stop class method VI (ie. DAQ/Analog Input/AI_class/Stop AI.vi). You can view one of the example projects to see what that should look like.
  • All classes were made using NI GOOP, however GOOP is not needed to use these LabVIEW classes.
  • All classes will work in Labview 2016 and later

👤 Author

Ismet Handžić - Github: @ismet55555

Licence

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].