09-15-2013 12:51 PM
@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.
09-18-2013 10:22 AM
thank you very much again Knight of NI.
09-18-2013 11:02 AM
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??
09-18-2013 11:12 AM
@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.
09-18-2013 12:10 PM
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.
09-18-2013 01:12 PM
OK, this seems trivial. Where do you have problems?
09-19-2013 04:42 AM
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.
09-19-2013 10:05 AM
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.
09-19-2013 10:33 AM
Sorry for that,here is whole loop.
09-19-2013 10:38 AM - edited 09-19-2013 10:38 AM
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.