I'm trying to connect one of my variables to a server, but sometimes it takes FOR EVER and locks everything up in the process. Unfortunately all control is passed to the connect method of the object. Is there some way to override this control and force it to stop after a certain period of time? There is no time out parameter in the connect method.
syntax: OPCServer.Connect(ProgID As String, [Node])
-Joshua
Well, You can try banging your head against the wall, but you just end up with lost-time injuries and damaged equipment. [M. Passman]
syntax: OPCServer.Connect(ProgID As String, [Node])
Code:
svrDALamar.Connect strcProgID, strcNode
-Joshua
Well, You can try banging your head against the wall, but you just end up with lost-time injuries and damaged equipment. [M. Passman]