03-23-2010 02:17 AM - edited 03-23-2010 02:20 AM
My LV version: 8.6 developer suite x86
Hi All,
It seems like the "Insert into Array" based VI would not work when one or more point of entries are empty. Is there a way to work around this? Conceptually, it's a very simple thing that I'm not sure how NI people could've missed it. There must be a way to work around this. Any suggestion?
Solved! Go to Solution.
03-23-2010 03:26 AM
Hi lava,
will you please post a jpg, or a LV8.5 compatible version?
Regards
03-23-2010 03:38 AM
03-23-2010 03:56 AM
you can go with the build array function
something like this
03-23-2010 10:14 AM
I do not see anything wrong with what I'm doing as this problem does not exist for 1D array. NI have publicly admitted they have had issues with 3D array but not 2D. My goal is to concantenated some group of 2D arrays in runtime. In runtime, there are cases when my some of my inputs will be null and that's fine because the data was already defined, otherwise I would be getting a broken link.
03-23-2010 10:15 AM
I've tried the build array function but the thing is it keeps turnning any group of 2D arrays into 3D which isn't what I want. I need 2D concatenation output.
03-23-2010 10:16 AM
03-23-2010 10:18 AM