LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

creating Array after receiving number of values in while loop


@chadalawada wrote:

Yes i have tried to buid another Array from from 1D array,but i am unablw to add string Data and time to this 1D array.I want to add Date at first column and time in second column for every row.


Try this.

0 Kudos
Message 11 of 25
(1,191 Views)

thank you very much again Knight of NI.

0 Kudos
Message 12 of 25
(1,162 Views)

I have one more problem with this table here,I wanted to plot the chart using column values,like more than one plot on same chart,seperate plot for each column?each time new value updated to column must append to the chart,do you have any idea about this??

0 Kudos
Message 13 of 25
(1,157 Views)

@chadalawada wrote:

I have one more problem with this table here,I wanted to plot the chart using column values,like more than one plot on same chart,seperate plot for each column?each time new value updated to column must append to the chart,do you have any idea about this??


Your description is insufficient to solve the problem. Can you give more details?

 

You cannot update individual plots of a chart, but you could plot the last seen value for each plot that is not updated. 

0 Kudos
Message 14 of 25
(1,154 Views)

Actually i wanted to plot the graph with six plots, plot values are  table columns.Like each plot on chart should update with a new column value.

0 Kudos
Message 15 of 25
(1,144 Views)

OK, this seems trivial. Where do you have problems?

0 Kudos
Message 16 of 25
(1,135 Views)

I am trying to extract column rfom 2D arry and then build an array with extracted elements input to the graph,But i have strange graph shown below.I wanted to plot graph with each element from the column.

 

Download All
0 Kudos
Message 17 of 25
(1,122 Views)

Ii does not really help solve the problem if you show a highly cropped image of a code fragment.

 

Why do you use index array to get four columns, but then only actually use one of them? Where is the 2D string array coming from? You seem to show a chart, not a graph. You don't even show the label of the front panel object, so how are we supposed to know which of the three terminal you are talking about?

 

You need to provide more details! Please attach your actual VI and make sure it contains some typical default data.

0 Kudos
Message 18 of 25
(1,106 Views)

Sorry for that,here is whole loop.

 

0 Kudos
Message 19 of 25
(1,101 Views)

All we see is a lot of dead code, datatype mismatches, and other weird stuff. Is there any reason why you cannot attach the VI? You still did not say which terminal is the graph in question.

0 Kudos
Message 20 of 25
(1,095 Views)