02-09-2006 11:12 AM
02-10-2006 03:04 PM
02-11-2006 11:21 AM
I have seen something like this in VIs in which FP controls are connected through DS (even if it's on the same PC between seperate executables). This was in an executable and debugging was problematic since it was happening randomly. The client would complain that it stopped working.
What I did was to use a property node getting one of the DS properties for one of the controls (I don't remember which property, but it probably doesn't really matter) and periodically check it for errors. When an error is found, I used some VIs which can be found in the DS LLB in vi.lib which allow you to control the server. I close the server, wait and reopen it. That seemed to solve it, as they haven't complained since.
02-13-2006 08:38 AM
02-13-2006 08:44 AM
TST... Thanks, I will give that a try. From what I have seen resetting/restarting the DS server couldn't be a bad thing at this point. Do you recall how long you gave the server before you restarted it? I'm sure I can come up with some decent interval but I just thought I would ask.
Thanks
02-13-2006 09:27 AM