首頁
支援
在LabVIEW中將Date/Time字串轉換為Timestamp常數
在LabVIEW中將Date/Time字串轉換為Timestamp常數
更新 Nov 8, 2020
環境
環境顯示經過驗證可用於本文描述的解決方案的產品。此解決方案也可能適用於其他類似產品或應用程序。
軟體
LabVIEW
我在LabVIEW中有一個Date/Time字串,我想將他轉換為LabVIEW Timestamp 資料類型。我該怎麼做呢?
要將Date/Time字串轉換為Timestamp 常數,主要有兩個方式可選擇:
使用Scan from String VI:
在block diagram上放置一個Scan from String VI。
右鍵點選 Scan from String VI,然後從下拉選單中選擇
Edit Scan String
。
從
Selected operation
選單中選擇
掃Scan time stamp
。
使用
Corresponding scan string
textbox自定義string format。您可以使用
Time Stamp格式代碼
檢查string format。注意:如果您將string format保留為
%T
,LabVIEW將根據常用格式進行猜測。使用此方法的範例如下圖所示:
使用 Time Stamp Control
或 Indicator
的
NumText.Text
property:
創建一個 Timestamp control 或 indicator。
為 control或 indicator創建 property node,然後選擇
NumText.Text
屬性。
右鍵點選 property node,然後選擇
Change All to Write
。
右鍵點選 Timestamp control 或 indicator,然後選擇
Properties
。
切換到
Display Format
tab以自定義字串格式,如下圖所示。
以下是使用此方法的範例:
相關連結
LabVIEW Timestamp tutorial
Convert String to Timestamp example
其他支持選項
詢問NI社區
在我們的論壇中與其他用戶協作
搜索NI社區以尋求解決方案
請求工程師的支持
需要具備有效的服務合約或有效的租用版軟體,且支援選項因國家/地區而異。
打開服務請求
了解租用版軟體與服務
了解硬體服務計畫
Was this information helpful?
Helpful
Not Helpful