Application class/Connection Responsiveness.Check method: Difference between revisions
Appearance
Added new method page. |
mNo edit summary |
||
| 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:Method]] | ||
[[Category:VI Server Method]] | |||
Revision as of 13:08, 24 April 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 | |
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes (Read/Write) |
| Remote access allowed | Yes |
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
| |
Specific use cases for this method. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |