connectors/PYRO/__init__.py
changeset 1997 d9e8fb47340f
parent 1995 691d119ba20f
child 2010 bb9c28bd204f
equal deleted inserted replaced
1996:4ae9c4447947 1997:d9e8fb47340f
   143         "StartPLC": False,
   143         "StartPLC": False,
   144         "GetTraceVariables": ("Broken", None),
   144         "GetTraceVariables": ("Broken", None),
   145         "GetPLCstatus": ("Broken", None),
   145         "GetPLCstatus": ("Broken", None),
   146         "RemoteExec": (-1, "RemoteExec script failed!")
   146         "RemoteExec": (-1, "RemoteExec script failed!")
   147     }
   147     }
       
   148 
   148     class PyroProxyProxy(object):
   149     class PyroProxyProxy(object):
   149         """
   150         """
   150         A proxy proxy class to handle Beremiz Pyro interface specific behavior.
   151         A proxy proxy class to handle Beremiz Pyro interface specific behavior.
   151         And to put Pyro exception catcher in between caller and Pyro proxy
   152         And to put Pyro exception catcher in between caller and Pyro proxy
   152         """
   153         """