beremiz
Clone
Summary
Browse
Changes
Graph
now only correct chart can be created in SFC Viewer
2016-11-17, Sergey Surkov
a4bf874e4949
now only correct chart can be created in SFC Viewer
if user trying to connect incompatible blocks (by IEC 61131-3 standard), wire highlight will become red
from pyjs.jsonrpc import JSONRPCServiceBase
class JSONRPCService(JSONRPCServiceBase):
def serve(self):
return self.process(request.body.read())
def __call__(self,func):
self.methods[func.__name__]=func
return func