Jump to content

Application class/Connection Responsiveness.Check method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
m Category reorg
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
| shortname = Conn Responsive.Check
| shortname = Conn Responsive.Check
| longname = Connection Responsiveness:Check
| longname = Connection Responsiveness:Check
| datatypeimage =  
| datatypeimage = none
| datatype =  
| datatype = No return value
| invokenodeimage = Application-Connection Responsiveness-Check.png
| invokenodeimage = Application-Connection Responsiveness-Check.png
| availableinrealtime = Yes
| availableinrealtime = Yes
Line 38: Line 38:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Method]] [[Category:VI Server Method]]
[[Category:VI Server Method]]

Latest revision as of 14:02, 7 May 2020

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