LabVIEWでの共有ライブラリの呼び出し
- 更新日2026-04-10
- 3分で読める
ライブラリ関数呼び出しノードを使用して、LabVIEWで標準の共有ライブラリを呼び出します。「オートメーションオープン」関数をプロパティノードおよびインボークノードと一緒に使用して、ActiveXオブジェクトを含む共有ライブラリを呼び出します。構成とデバッグのガイダンスを含む、一般的なワークフローを確認します。
ライブラリ関数呼び出しノードを使用して、LabVIEWで最も標準な共有ライブラリを呼び出します。「オートメーションオープン」関数をプロパティノードおよびインボークノードと使用して、ActiveXオブジェクトを含む共有ライブラリを呼び出します。
以下の図は、LabVIEWで共有ライブラリを呼び出す場合の典型的なワークフローを示しています。青のダイアモンドボックスをクリックすると、各ステップについての詳細が表示されます。

関連する概念
関連する操作手順
関連コンテンツ
- ActiveXコンテナの概要
ActiveXコンテナを使用して、ActiveXコントロールまたはドキュメントをLabVIEW VIフロントパネルに埋め込みます。
- Configuring the Call Library Function Node
- Debugging Shared Libraries and Calls to Shared Libraries
Troubleshoot LabVIEW shared library calls by checking both the library and the Call Library Function Node configuration.
- Calling Shared Libraries
A shared library is a file containing executable program modules that any number of different programs can use to perform some function. You can call these program modules, or shared library functions, from LabVIEW by using the Call Library Function Node.
- Using Arrays and Strings in the Call Library Function Node
- Importing Shared Libraries
- Using LabVIEW Manager Functions in Shared Libraries
- Memory Manager
- 文字列に平坦化関数を使用する