在 12-21-2009 02:49 AM
您好
嘗試了 digital waveform editor 3.0,以及您的步驟,
無法複製出您的 Y scrollbar, 但是頻道數如果很多的話可以看到 Y scrollbar.
可以請問您的版本?
Hi Charles,
我的重點是如何使用LabVIEW 8.6做出和Digital Waveform Editor同樣的效果,關於我的第二個問題,我可以使用以下KB來代替
http://zone.ni.com/devzone/cda/epd/p/id/4989
目前只剩第一個問題就是如何用拖曳來改變LabVIEW 8.6裡Digital Waveform Graph(如下圖)裡的signal位置,謝謝!
Hi luvsocal,
可以這麼說沒錯,謝謝!
我總覺得可以使用property node或invoke node可以達到相關功能,但是由於我的CHANNEL數還滿多的所以後來我改用MASK的方式選取我要分析的波形,謝謝!
在 12-28-2009 11:02 PM
One possible way is to make use of Mouse's button down event in-conjunction with Cursor Index (property) to detect for Click & Drag action. Hence, moving, by re-arranging the (data) array, according to the Click (from) Cursor Index and Drag (to) Cursor Index...
I used that property to create Digital Waveform Editor few years back with LabVIEW 7.1. Not having Click & Drag function but that property was used to detect which waveform and which segment for editing of its states.
Hope above make some sense, if not exact 😉
後來我參考以下HighlightBitErrors.vi來highlight信號,再加上使用index array以及replace array subset來改變signal的位置,缺點是一次只能移動一個row,由於我的程式還有bug,僅貼圖供參考,謝謝!
http://forums.ni.com/ni/board/message?board.id=170&message.id=334311&requireLogin=False