Section 1 Overview 概述
Overview
概述
In this chapter, you will learn about two new, more complex data typesarrays and clusters. These composite data types allow you great flexibility in data storage and manipulation. You will also see some valuable uses for arrays and clusters and learn how you can use built-in functions to manage them. Finally, you will learn about how to work with errors in LabVIEW and good programming practices for working with error clusters.
本章中将学习到两种新的也更为复杂的数据形式:数组和簇。它们将带你领略LabVIEW中非常灵活的数据存储和操作。你还可以看到数组和簇的一些实用的用法以及学习如何用LabVIEW自带的函数来操作它们。最后,学习如何进行错误处理以及如何利用错误簇以养成良好的编程习惯。
Goals
目标
- Learn about the built-in array manipulation functions
- 学习内置数组操作函数
- Grasp the concept of polymorphism
- 掌握多态概念
- Learn how to use clusters, and how to bundle and unbundle them
- 学习使用簇,以及簇的打包和解包
- Understand how clusters differ from arrays
- 理解簇和数组的区别
- Learn about error clusters and error handling
- 学习错误簇和错误处理


