LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

insert array into colums

Hi,

use the "replace array subset" function instead of the insert into array function. Or if you want to insert an array you can use the "build array" function before connecting to the "insert into array" funciton.

Mike

Message 11 of 16
(841 Views)
yeah, that didnt work for me too..
can you take a look at my code?


i basically wants to take the device_global variables and put it in create array..
when i have the array values like the .csv file..

I can perform math to get the slope and intercept like the .csv file..

first, i need to know how to make my array look like my .csv file by copying/inserting/replacing what i have from device global into that array..
i am basically trying to automate the process of creating the .csv file..



Message Edited by krispiekream on 03-28-2008 06:37 PM

Message Edited by krispiekream on 03-28-2008 06:38 PM
Best regards,
Krispiekream
0 Kudos
Message 12 of 16
(839 Views)
i got it..thanks for everything

Best regards,
Krispiekream
0 Kudos
Message 13 of 16
(831 Views)
Hi krispiekream,

you should really learn to avoid locals and sequences...Smiley Wink
See attached pic, this can be simplified even more!
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 14 of 16
(809 Views)
cool, thanks..i really liked that style of programming rather than what i had..
Best regards,
Krispiekream
0 Kudos
Message 15 of 16
(795 Views)
i tried using the simplified version and it worked out nicely..

Best regards,
Krispiekream
0 Kudos
Message 16 of 16
(750 Views)