LabVIEWAdapter.CheckRemoteSystemStatus
- Updated2025-07-21
- 1 minute(s) read
LabVIEWAdapter.CheckRemoteSystemStatus
Syntax
LabVIEWAdapter.CheckRemoteSystemStatus( targetIPAddress, portNumber, timeout, statusMessage)
Return Value
Purpose
Returns a value that indicates whether a remote system is running LabVIEW and allows TestStand to connect to it. This is particularly useful on a real-time system.
Parameters
targetIPAddress As String
[In] Specifies the remote computer. Leave this option empty to use the local computer.
portNumber As Long
[In] Specifies the TCP/IP port number to use to connect to the remote system.
timeout As Long
[In] Specifies the time, in milliseconds, to wait for a connection before timing out. A value of -1 indicates to wait indefinitely.
statusMessage As String
[Out] Returns any error messages generated while checking system status.