- Programming Arduino with LabVIEW
- Marco Schwartz Oliver Manickum
- 226字
- 2021-08-06 19:31:43
Chapter 1. Welcome to LabVIEW and Arduino
National Instruments Corporation, NI, is a world leader when it comes to automated test equipment and virtual instrumentation software. LabVIEW is a product that they have developed, and it is being used in many labs throughout the world. LabVIEW, which stands for Laboratory Virtual Instrument Engineering Workbench, is programmed with a graphical language known as G; this is a dataflow programming language. LabVIEW is supported by Visual Package Manager (VIPM). VIPM contains all the tools and kits to enhance the LabVIEW product.
Arduino is a single-board microcontroller. The hardware consists of an open source hardware board that is designed around the Atmel AVR Microcontroller. The intention of Arduino was to make the application of interactive components or environments more accessible. Arduinos are programmed via an integrated development environment (IDE) and run on any platform that supports Java. An Arduino program is written in either C or C++ and is programmed using its own IDE.
Welcome to programming Arduino with LabVIEW. During the course of this book, we will take you through working with Arduino through NI's LabVIEW product. The following are what you will need:
- A Windows or Mac-based machine
- Arduino (Uno preferred)
- LabVIEW 13 for students (or any other LabVIEW 13 distribution)
We will work with Servos, LEDs, and Potentiometers in both analog and digital configurations.
- Vue.js 2 and Bootstrap 4 Web Development
- JIRA 7 Administration Cookbook(Second Edition)
- 網店設計看這本就夠了
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- Android系統原理及開發要點詳解
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- R數據科學實戰:工具詳解與案例分析
- SEO教程:搜索引擎優化入門與進階(第3版)
- Node.js 6.x Blueprints
- Python計算機視覺與深度學習實戰
- Roslyn Cookbook
- Python編程基礎與數據分析
- 零基礎學Java(升級版)