|
我使用VI server顯示在遠端系統記憶體中的VI,並使用一個屬性截點取得所有在記憶體中的VI。但我得到以下的錯誤
Error 1032 occurred at Property Node
Possible Reason(s): LabVIEW: VI Server Access Denied.
請問為什麼會發生這樣的錯誤,那要如何才能取得遠端系統記憶體中的VI呢?
要達成您的目標需要使用 "Exported Vis in Memory" 的屬性截點而不是使用 "All Vis in Memory" 屬性截點。
在下面的連結LabVIEW 2012的幫助文件中有提到 "All Vis in Memory" 屬性截點不能應用在遠端裝置。而 "Exported Vis in Memory" 屬性截點才能進入到遠端裝置中。
LabVIEW 2012 Help: Application: All VIs in Memory Property
LabVIEW 2012 Help: Application: Exported VIs in Memory Property
KnowledgeBase 28IAHMDM: What are the Most Common VI Server Errors?
|