02-13-2021 12:13 AM
I have error in LabView like that.
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 1D array of
Dynamic Data.
The type of the sink is 2D array of
double [64-bit real (~15 digit precision)].
basically, i am wiring from Build Array Block to Write Spreadsheet File. Tell me what i have to do. thanks a lot for all
02-13-2021 05:53 AM
Hello,
The error is self explanatory more than enough I think.
You are wiring a 1D dynamic array to a 2D double terminal.
You should convert your array to 2D or use 1D data terminal.
If that does not solve the problem for you, please share the whole code and try to explain what you are trying to do, so people can help you better.
02-14-2021
03:12 PM
- last edited on
10-05-2024
12:58 PM
by
Content Cleaner
Not sure why you are building your dynamic data into an array. That makes no sense here. If you want to save dynamic data directly, you can use the "Write to measurement file" express VI. I am sure you can find a configuration that fits your needs.
If you want to use the classic function you are currently using, you can convert your dynamic data to an array first using "from ddt".