10-31-2023 04:01 AM
Hi,
I am trying to get the Gateway Output message as something I can read and print out to a LabVIEW VI or similar
I have found a number of links to show ways to programmatically deploy, connect VeriStand. The one thing I am missing is getting the Gateway Output message back through these programmatic methods.
I have looked at CLI
Running the VeriStand Gateway Silently - NI
I have looked at the API in LabVIEW - This come close, but as a dialog box not something I can manipulate.
Thanks
Kev
11-06-2023 05:16 PM
There is no VeriStand API that returns the gateway output that is shown in the Output window. The closest you can get to that are the VeriStand engine log files, which contain information logged by the engine itself during deployment (and execution). See this KB for more information about ways to access this log: Access Console and VeriStand Logs for NI-Linux Real-Time Targets - NI