10-31-2007 12:53 PM
11-01-2007 10:10 AM
11-02-2007 03:36 AM
11-05-2007 03:49 AM
Sima,
Please concentrate in the problem, do not invent other problems!
I know very well what I’m doing, and how I should do it, I don’t need any tutorial or examples of how to do it, the problem is in the time taken (and blocked all rest) by the open function and not in the architecture. As you can suppose this VI is only for demonstrate the problem, and you can test and reach the problem. And as I know I can open the connection how many times I want and no error is given (is open the same thing), I know "is not necessary", but even probably it is because is the open that launches the OPC server and to guarantee that the OPC server is Up, probably I need to launch it some times in a loop (of course with some more logic and test, but this is not the problem for here).
So, can anybody give some answer about the Datasocket open connection and the Labview total freeze during the execution of this function??
11-05-2007 08:58 AM
11-05-2007 09:06 AM
Sima,
Sorry for the answer type, but I didn't intend to offend anybody, I was just trying to explain which was the problem, because the first it seems that nobody understood which was the problem and were to suggest other types of problems...
03-17-2008 01:09 PM - edited 03-17-2008 01:11 PM
03-21-2008 01:06 PM
03-24-2008 04:31 PM
06-29-2010 04:48 AM
Same problem here and it is driving me crazy.
I just want to open a DS-connection to a remote OPC-server (which me be running or not) and want the connection to timeout properly if the server is down.
However LV makes it impossible to do any error handling in code since it freezes up completely.