View Single Post
  #1  
Old 12-09-2011, 12:27 PM
kevin kevin is offline
Member
 
Join Date: Jun 2011
Posts: 18
Detecting a Vicon Failure

Hi all,

I'm looking for a way to detect in my own Vizard code that Vicon has shut down in the middle of an application. Whenever this happens, a log is recorded in the output window that says
Code:
** Vicon Error: Failed to recv data on socket (10054)
** Vicon Error: No response for data request
It doesn't seem to be anything that I can capture in a try/except block. Does anyone know a way to capture and handle this error?
Reply With Quote