09-30-2021 10:28 AM
I get an error "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 VISA session of class. The type of the sink is 1D array of VISA session of class."
Is there a way to convert the data so these can we used together? I tried to use "build array" but that does not carry the value correctly.
Solved! Go to Solution.
09-30-2021 10:57 AM
09-30-2021 12:59 PM
@LearningLabVIEW wrote:
I get an error "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 VISA session of class. The type of the sink is 1D array of VISA session of class."
Is there a way to convert the data so these can we used together? I tried to use "build array" but that does not carry the value correctly.
10-18-2021 02:40 PM
Solved this issue with using a cluster.
09-26-2023 03:36 AM
Can you give me some tips on how to use cluster for conversion?