03-26-2025 01:30 AM
LabVIEW2010 で作成したプログラムを最新バージョンのLabVIEWで読み込んだ場合に、プログラムの修正は必要でしょうか?
プログラムの概要は
・ADIボードから取り込んだ内容をグラフに表示する
・ソケット通信
となります。
Solved! Go to Solution.
03-26-2025 01:39 AM - edited 03-26-2025 01:40 AM
Hi Take66,
@Take66 wrote:
If I load a program created in LabVIEW 2010 into the latest version of LabVIEW, will I need to modify the program?
The outline of the program is
- Display the contents imported from the ADI board in a graph
- Socket communication
Most often you don't need to change things,
BUT be sure to install the same bitness of LabVIEW as was used 15 years ago. (Most probably LV2010 was installed as 32bit application.) Calling external code (like DLLs) will be tricky if you change the bitness!
Does your "ADI board" (exact type and manufacturer?) provide updated drivers for your new computer system/OS?
03-26-2025 02:00 AM
素早い返信ありがとうございます。
ADIボードメーカーが提供しているDLLが 32bit または 64bit についてはボードメーカーに問い合わせてみます。
またLabVIEWも簡単に最新を選択するのではなく、ボードメーカーが対応しているバージョンにて選定することとします。