equal
deleted
inserted
replaced
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 """ |