I have a LabVIEW project with five cRIO goals. I wrote assembly VI of the assembly, which compiles and deploys rtexes, after deployment, the target reloads. The problem is that when deployed, LabVIEW opens a connection to the target that it wants to support. That's why it displays a dialog box with an error saying: "Warning: connection to target (name) has been lost." Now the question is, what do I need to do to suppress these dialogs, or how can I write that they are completely avoided?

EDIT: I want to build or compile builds specifications, I don't want to generate code. The problem is that if LabVIEW connects to cRIO, it supports the connection and when it restarts, it cannot reconnect because it will stop the rtexe being executed so that it detects an error that I donβt know how to suppress or get rid of it, I need to restart to execute the built rtexe.

EDIT 2 The problem is that this pop-up window blocks the execution of the following code. It should be quiet VI without pop-ups. Replication software is not the right choice because the code differs from target to target.
source share