connectors/PYRO/__init__.py
changeset 969 1950fe687dde
parent 923 6ef6e0b3a908
child 1035 0f905e027d18
equal deleted inserted replaced
967:8a339cd61cb4 969:1950fe687dde
   114             confnodesroot._connector.GetPyroProxy() is used 
   114             confnodesroot._connector.GetPyroProxy() is used 
   115             rather than RemotePLCObjectProxy because
   115             rather than RemotePLCObjectProxy because
   116             object is recreated meanwhile, 
   116             object is recreated meanwhile, 
   117             so we must not keep ref to it here
   117             so we must not keep ref to it here
   118             """
   118             """
   119             current_status = confnodesroot._connector.GetPyroProxy().GetPLCstatus()
   119             current_status, log_count = confnodesroot._connector.GetPyroProxy().GetPLCstatus()
   120             if current_status == "Dirty":
   120             if current_status == "Dirty":
   121                 """
   121                 """
   122                 Some bad libs with static symbols may polute PLC
   122                 Some bad libs with static symbols may polute PLC
   123                 ask runtime to suicide and come back again
   123                 ask runtime to suicide and come back again
   124                 """
   124                 """