diff -r c1e5b9f19483 -r c74815729afd runtime/PLCObject.py --- a/runtime/PLCObject.py Thu Aug 17 17:25:17 2017 +0300 +++ b/runtime/PLCObject.py Fri Aug 18 12:36:31 2017 +0300 @@ -483,7 +483,7 @@ if force is not None: c_type, unpack_func, pack_func = \ TypeTranslator.get(iectype, - (None, None, None)) + (None, None, None)) force = ctypes.byref(pack_func(c_type, force)) self._RegisterDebugVariable(idx, force) self._TracesSwap()