キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

Get Object Help info

解決済み
解決策を見る

I want to get the text from the LabVIEW context help info. I tried to use the Get Help Info - NI method. But it always returns an error - 1018: Undefined error. How do I use this node or is there alternate ways to extract the info from the context help window for LabVIEW nodes.

0 件の賞賛
メッセージ1/4
1,191件の閲覧回数

The Get Help Info is for the Detailed Help link to the compiled HTML help file.

The text in the context help is from the VI Properties >> Documentation. Use VI Description property to access it.

 

ZYOng_1-1691674133852.png

 

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
メッセージ2/4
1,151件の閲覧回数

Thanks for the quick reply. Is it possible to get the help text for other native LabVIEW nodes, like string controls, and not the Sub Vis alone?

0 件の賞賛
メッセージ3/4
1,083件の閲覧回数
解決策
トピック作成者Kaiser_Asanが受理

Similarly, use a property node to access Description property but wire the reference of the control instead.

ZYOng_0-1691757724566.png

 

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
メッセージ4/4
1,065件の閲覧回数