An OPC Server that returns "/" in the path breaks opc.list
Brought to you by:
barry_b
I am trying to use OpenOPC on a OPC server that returns strings that may contains "/". This breaks opc.list functionality. Requesting to kindly update:
def ilist(self, paths='*', recursive=False, flat=False, include_type=False):
to use "|" instead of "/"
I support this modification, as "/" and "\" are commonly used (well not 'commonly', but they are used) in some mongrul OPC Servers for tag name structure.
Hoping that this project is not abandoned yet... the change to this request is quite easy.
A fix will be included for this in OpenOPC 1.2.1 when its released.