Application class/Connection Responsiveness.Check method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 7F7
Scope Basic Development Environment
Data Name Conn Responsive.Check
Short Name* Conn Responsive.Check
Long Name* Connection Responsiveness:Check
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Return Data Type No return value
Invoke Node Connection Responsiveness:Check
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Remote access allowedYes

Checks if the VI Server connection is responsive.

Use this method to check the status of a VI Server connection. If the connection is not responsive, the method returns network connection error code 1130. The method prompts the server for a message and considers the connection unresponsive if LabVIEW does not receive a message within the time you specify in PingDelay. Use the Connection Responsiveness:Information method to set PingDelay.

Parameters

This method has no parameters.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links