LabVIEW: 数组没有存储数据

LabVIEW: Array didnt store data

我想像这样存储数据,我是 labview 的新手,所以它让我感到困惑,如果有人请更正并详细解释。它可以工作,但不会在前面板显示存储数据。

Arrays 不会存储数据,您可以使用 shift registers 将数据存储到 arrays.

我强烈建议您花点时间阅读有关 Shift Registers. All you need is to create two shift registers, each on one side of the loop (one for the input and the other for the output). After you will need to wire the incoming value from the shift register to your array, and wire the outbouding value to the output register, as shown in this image from the tutorial 的内容。