LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

旧バージョンの読込

Solved!
Go to solution

LabVIEW2010 で作成したプログラムを最新バージョンのLabVIEWで読み込んだ場合に、プログラムの修正は必要でしょうか?

プログラムの概要は

・ADIボードから取り込んだ内容をグラフに表示する

・ソケット通信

となります。

0 Kudos
Message 1 of 3
(76 Views)
Solution
Accepted by topic author Take66

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?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(75 Views)

素早い返信ありがとうございます。

 

ADIボードメーカーが提供しているDLLが 32bit または 64bit についてはボードメーカーに問い合わせてみます。

またLabVIEWも簡単に最新を選択するのではなく、ボードメーカーが対応しているバージョンにて選定することとします。

0 Kudos
Message 3 of 3
(62 Views)