09-24-2007
04:17 AM
- last edited on
06-25-2026
08:14 AM
by
Content Cleaner
I have an app that runs a measurement driver as windows service (Win 2000) as described in
http://zone.ni.com/devzone/cda/tut/p/id/3185
The driver has a functionality, that it is set to a wait for data state. The time until the data is aquired, is undefined (may last for days). This has to be in the same VI that returns the data, so I have a VI that will finish execution and return the data after an undefined time.
The problem is, that the ping of the VI Client is not responded when in that wait state, so I get an error 1130 at Call by Reference Node: The VI Server connection peer is unresponsive.
I already increased the ping timeout, but as I said, the timeout is undefined, so that is no real solution. Is it possible to disable the ping or keep the Server responsive?
Any ideas?
Felix
09-26-2007
02:36 AM
- last edited on
06-25-2026
08:14 AM
by
Content Cleaner
Hi Mr. Schubert,
Set the PingDelay to -1.
If you have any other questions regarding this problem feel free to post them in this forum.
Regards
TomBaum
09-26-2007 09:42 AM
09-26-2007 11:35 AM