Data Acquisition Toolbox提供了一整套工具,用于模拟输入、模拟输出和数字I/O,兼容多种PC数据采集硬件。 R2011b版本添加了对National Instrument USB-TC01设备的支持。如果您使用R2010b或R2011a,您可以利用此工具从USB-TC01设备采集数据。通过 obj = TC01(deviceID, probeType) 创建对象OBJ来表示设备,其中DEVICEID由National Instruments Measurement and Automation Explorer分配,PROBETYPE为热电偶类型如“J”、“K”、“T”等。使用READ方法可以反复检索当前温度(摄氏度)。