03-17-2025 01:14 AM
LabVIEW 18.0 とNI-PXIe8880を使用してLabVIEWモデルを実行していたところ、下記メッセージがポップアップされてモデルを実行が途中で停止してしまう事象が起きました。
警告:ターゲット(NI-PXIe8880-2F361016)への接続が失われました。
原因として想定しているのは、私が使用しているVIの構造で要素のエンキューを何度もwhileループさせる処理があるのですが、そこで要素かキューがスタックしてしまい、処理負荷が上がることで起きていると想定しています。上記警告解消したいのですが、同様の警告に直面したり、解決策を知ってる方いますでしょうか。
Solved! Go to Solution.
03-20-2025 08:27 PM
Original post translated to English:
@NI_TKO wrote:
When I was running a LabVIEW model using LabVIEW 18.0 and NI-PXIe8880, the following message popped up and the model execution stopped midway.
Warning: Connection to target (NI-PXIe8880-2F361016) lost.
I assume that the cause is that in the structure of the VI I use, there is a process that repeatedly enqueues elements in a while loop, and the elements or queues get stuck there, which increases the processing load. I would like to resolve the above warning, but has anyone faced a similar warning or knows a solution?
Have you tried running a simple VI on the target?
Reference this post:
https://forums.ni.com/t5/LabVIEW/Connection-to-the-Real-Time-target-has-been-lost/td-p/4203317
Answer questions posed by Bob_Schor to see if that can help the community help you.