Labview讀取MySQL欄位

請問一下發生這種錯誤如何解決 是哪裡出問題?


These cannot be wired together because their data types (numeric, string, array, cluster, etc.) do not match. Show the Context Help window to see what data type is required.
The type of the source is 1-D array of
    cluster of 3 elements.
The type of the sink is cluster of 3 elements.

先在錯誤點Disable Indexing看看

從for loop出來的error out cluster被auto indexing了,所以出來會變成error out cluster的1d array。


使用IAmRice大大的「disable indexing」即可。