04-22-2024 10:06 AM
Hello guys,
I'm facing this error when deploy my project on cRIO with linux RT x64 OS:
The VeriStand Gateway encountered an error while deploying the System Definition file.
Details:
Error -307682 occurred at Project Window.lvlib:Project Window.vi >> Project Window.lvlib:Command Loop.vi >> Project Window.lvlib:Connect to System.vi
Possible reason(s):
NI VeriStand: Could not complete one or more requests because a target is offline.
=========================
NI VeriStand: NI VeriStand Gateway.lvlib:VeriStand Server Wrapper.vi >> NI VeriStand Server.lvlib:NI VeriStand Server.vi >> Server TCP Interface.lvlib:TCP Send Target Message.vi:890001
<append>=========================
NI VeriStand: Controller
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
The problem seems to be related to the number of simulation models (.so files) I use. When i try to deploy more than one model the error occurs.
Has anyone ever encountered this error?
Regards,
Antonio
04-22-2024 06:17 PM
@Anto_F91 wrote:
The problem seems to be related to the number of simulation models (.so files) I use. When i try to deploy more than one model the error occurs.
Has anyone ever encountered this error?
Regards,
Antonio
From your description, my understanding of your situation is:
1. Deploy with model A -> successful
2. Deploy with model B -> successful
3. Deploy with models A and B -> error -307682
Am I right?
04-23-2024 02:57 AM - edited 04-23-2024 03:03 AM
@ZYOng ha scritto:
@Anto_F91 wrote:
The problem seems to be related to the number of simulation models (.so files) I use. When i try to deploy more than one model the error occurs.
Has anyone ever encountered this error?
Regards,
Antonio
From your description, my understanding of your situation is:
1. Deploy with model A -> successful
2. Deploy with model B -> successful
3. Deploy with models A and B -> error -307682
Am I right?
Hi ZYOng,
yes that's right.