取消
显示结果 
搜索替代 
您的意思是: 

Table problem ?

Hello,

why doesn't this table add data one after another rather than refreshing only the same line ?


Message Edited by ugman on 01-11-2007 11:27 AM

Message Edited by ugman on 01-11-2007 11:30 AM

0 项奖励
1 条消息(共 5 条)
3,002 次查看
 

Remove the shift register and replace it with an autoindexing output tunnel.

(Try to learn about the use of shift registers. Since you are not using the left shift output, your shift registers serve no purpose. Have a look at some of the examples that ship with LabVIEW. )

tst says: "To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here, here, here, here and here are a few you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses. In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf)." (©tst)

 

0 项奖励
2 条消息(共 5 条)
2,980 次查看
Actually, Strike that previous answer.
 
Since you are using the express VI that makes a table, you need to append the individual tables in a shift register. SImply use "built array" set to concatenate and enable the table always using a diagram constant.
 
 
 
If you want to update the table during the run of the FOR loop, place its terminal inside the loop.
 
Many things in your VI don't make any sense. For example why do you control the number of loop iterations with a "dwell time" control?? Why is the built table enabled only once?
 

Message Edited by altenbach on 01-11-2007 11:54 AM

0 项奖励
3 条消息(共 5 条)
2,978 次查看
Sorry ......I am extremely new to Labview but many thanks for helping me get through this bump.
0 项奖励
4 条消息(共 5 条)
2,965 次查看
Hello,

this is fine but I want the previous values to stay and not be overwritten everytime a new data value is written.
Eventually I would like to see many rows of data values.

Message Edited by ugman on 01-11-2007 02:35 PM

0 项奖励
5 条消息(共 5 条)
2,958 次查看