我怎麼設定LabVIEW的Graph以時間及日期作為X軸?
主要軟體: LabVIEW Development Systems
主要軟體版本: N/A
主要軟體修正版本: N/A
次要軟體:
問題: 我嘗試要將目前的時間及日期顯示在Graph, 該怎麼做?
解答: 有二種型式的Graph你可以使用. 如果資料是在固定的時間中進來的話, 你可以使用Waveform Graph, 然而, 如果並非在固定的時間中進來的話, 你可以使用XY Graph. 附檔顯示如何去顯示二種型式的Graph.
在這二個case中, 其X軸被設定為絶對時間, 請完成下列步驟:
1.在Graph的X軸上按右鍵並選擇Formatting
2.在對話窗中設定格式為Absolute time, 並按OK
- Waveform Graph
範例中利用waveform的特性, “t0”值為開始時間. 在VI開始執行後, 資料會被加進一個array中. 這個array位在waveform的Y值部分. 而”dt”是來決定資料點間的間隔, 預設值是1000ms或1s
- XY Graph
範例中建立一個時間的array及資料的array. 這二個array最後被合併在一起然後畫在圖上. 此時的X軸為固定間隔時間標記, 因為時間間隔是由while迴圈所決定
相關連結:
附加檔案:
- TimeDateGraph.vi
報告日期: 04/04/2000
最後更新: 11/27/2003
文件偏號: 1W3F9QHE
Other Support Options
Ask the NI Community
Collaborate with other users in our discussion forums
Request Support from an Engineer
A valid service agreement may be required, and support options vary by country.