From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How Can I Fix it!

Solved!
Go to solution

I have a build array problem. In my attachments is clear about my problem.

Download All
0 Kudos
Message 1 of 7
(2,705 Views)

Well, you are using way too much code! All you need is keep the 2D array in a shift regsiter of the FOR loop and use replace array subset to fill in the formatted data as you go. Try it!

 

You are also autoindexing on an arrau with a single element (180) forcing the FOR loop top stop after one iteration. use a scalar instead.

0 Kudos
Message 2 of 7
(2,694 Views)

Try Replace Array Subset instead of Insert Into Array.

Message 3 of 7
(2,693 Views)
Solution
Accepted by topic author keremgeliz

Try this:

 

(I would actually recommend to use a table indicator where you set the row and column headers according to the information of the file, not shown)

Message 4 of 7
(2,677 Views)

Yes its fix now Thank you.

0 Kudos
Message 5 of 7
(2,654 Views)

How can i do it with excel file. (read excel file and write excel file like this example)

0 Kudos
Message 6 of 7
(2,649 Views)

@keremgeliz wrote:

How can i do it with excel file. (read excel file and write excel file like this example)


See this recent answer.

0 Kudos
Message 7 of 7
(2,643 Views)