diff -r 4f3364846782 -r 8f7725451453 objdictgen/node.py --- a/objdictgen/node.py Wed Aug 08 18:40:47 2007 +0200 +++ b/objdictgen/node.py Thu Aug 23 17:07:02 2007 +0200 @@ -107,7 +107,7 @@ 0x1003 : {"name" : "Pre-defined Error Field", "struct" : rec, "need" : False, "values" : [{"name" : "Number of Errors", "type" : 0x05, "access" : 'rw', "pdo" : False}, {"name" : "Standard Error Field", "type" : 0x07, "access" : 'ro', "pdo" : False, "nbmax" : 0xFE}]}, - 0x1005 : {"name" : "SYNC COB ID", "struct" : var, "need" : True, "callback" : True, "values" : + 0x1005 : {"name" : "SYNC COB ID", "struct" : var, "need" : False, "callback" : True, "values" : [{"name" : "SYNC COB ID", "type" : 0x07, "access" : 'rw', "pdo" : False}]}, 0x1006 : {"name" : "Communication / Cycle Period", "struct" : var, "need" : False, "callback" : True, "values" : [{"name" : "Communication Cycle Period", "type" : 0x07, "access" : 'rw', "pdo" : False}]},