03-20-2009 08:42 AM
I am trying to preform a very simple task of displaying my DAQ signal onto a chart (which I can scroll back and look at the history) while at the same time display my DAQ signal in a table. I have tried several different methods with each one having a different issue. When I connect my DAQ data straight to the chart with no table in the code it runs fine. Then if I connect a wire straight from my DAQ to chart wire to a build table function and run the program the chart and table run fine for about 30 seconds and then the chart will clear and all the data is gone from the chart but not the table. If I disconnect this build table from my code the chart runs for many minutes and I can scroll back and look at all the data history. Then if I use a data splitter express VI to split my DAQ data between the chart and the table the table will run and display the data but the chart will not run at all. If anyone has an explanation/solution for this I would be much obliged.
03-20-2009 09:36 AM
03-20-2009 09:38 AM
I do this by wiring directly to the Chart with as DBL. I then write the DBL to an array (table) as required using Replace Array Subset.
I don't have 8.6 installed yet, so I can't open your VI, and I don't use Express VI's, but if you post it in 8.5, I might could help.
03-20-2009 09:57 AM
03-20-2009 10:20 AM
03-20-2009 10:58 AM
I actually have a fairly thorough knowledge of labview, and the chart behaves very differently when wired to a table. I have experimented numerous times between the two attachments below and as I stated before, with everything else held constant the chart without the table connected runs continuously maintaining all history for as long as I have ran it. However when wired as the second attachment with the table, all the chart data clears after approx. 30 sec.
03-20-2009 11:14 AM
03-20-2009 11:29 AM
I appologize, I did not mean to post the program with the data splitter. The same post above applies to these two VI's.
03-20-2009 11:32 AM
Well for some reason the program is attaching differently then what I have saved on my computer. For the program with the table wired just pretend like there is no data splitter there and the wire goes straight to the other wire. These two programs run as I stated before. I don't see why connecting the table has any effect on the chart but it certainly does everytime.
03-20-2009 11:57 AM