首頁
支援
LabVIEW 的執行檔呼叫 Class 時出現 Error 7
LabVIEW 的執行檔呼叫 Class 時出現 Error 7
更新 Jan 19, 2024
產品資訊
產品資訊中描述經過驗證可以使用本文所述解決方案之產品。此解決方案可能也適用於其他類似產品或應用。
軟體
LabVIEW
問題敘述
我在LabVIEW中有用一個 Class,在開發環境時,我的程式可以正常運作。
但當我把它 build 成執行檔時,我確認過有在 build specification 中包含我的 Class,但是卻還是遇到了以下錯誤:
Error 7 occurred at Get LV Class Default Value. vi
Possible reason(s):
LabVIEW: File not found. The file might be in a different location or deleted. Use the command prompt or the file explorer to verify that the path is correct.
解決方案
此問題會發生是因為以下原因:您提供給 Get LV Class Default Value.vi 的路徑不正確。
在開發過程中,使用像是這樣的路徑﹔
C:MyApplicationDirectory\MyClass.lvclass
不會出錯,因為LabVIEW會在該目錄中搜索該 Class。
但實際上,正確的路徑是
C:MyApplicationDirectory\
MyClass\
MyClass.lvclass
要解決此問題,需要給 Get LV Class Default Value.vi 提供正確的路徑(在本範例中為
C:MyApplicationDirectory\
MyClass\
MyClass.lvclass
),即您需要在路徑中包含他的資料夾名稱。
相關連結
Error 7 Using the GetValueByPointer XNode in a LabVIEW Application
Error Code 7 at the Call Library Function Node
Error 7 When Trying to Use VI That References a Filepath
部署LabVIEW可執行文件時出錯7
其他支持選項
詢問NI社區
在我們的論壇中與其他用戶協作
搜索NI社區以尋求解決方案
請求工程師的支持
需要具備有效的服務合約或有效的租用版軟體,且支援選項因國家/地區而異。
打開服務請求
了解租用版軟體與服務
了解硬體服務計畫
Was this information helpful?
Helpful
Not Helpful