objdictgen/node.py
changeset 258 8f7725451453
parent 245 d43ebbed895f
child 260 1eafe582b6a1
equal deleted inserted replaced
257:4f3364846782 258:8f7725451453
   105     0x1002 : {"name" : "Manufacturer Status Register", "struct" : var, "need" : False,  "values" :
   105     0x1002 : {"name" : "Manufacturer Status Register", "struct" : var, "need" : False,  "values" :
   106                 [{"name" : "Manufacturer Status Register", "type" : 0x07, "access" : 'ro', "pdo" : True}]},
   106                 [{"name" : "Manufacturer Status Register", "type" : 0x07, "access" : 'ro', "pdo" : True}]},
   107     0x1003 : {"name" : "Pre-defined Error Field", "struct" : rec, "need" : False,  "values" :
   107     0x1003 : {"name" : "Pre-defined Error Field", "struct" : rec, "need" : False,  "values" :
   108                 [{"name" : "Number of Errors", "type" : 0x05, "access" : 'rw', "pdo" : False},
   108                 [{"name" : "Number of Errors", "type" : 0x05, "access" : 'rw', "pdo" : False},
   109                  {"name" : "Standard Error Field", "type" : 0x07, "access" : 'ro', "pdo" : False, "nbmax" : 0xFE}]},
   109                  {"name" : "Standard Error Field", "type" : 0x07, "access" : 'ro', "pdo" : False, "nbmax" : 0xFE}]},
   110     0x1005 : {"name" : "SYNC COB ID", "struct" : var, "need" : True, "callback" : True, "values" :
   110     0x1005 : {"name" : "SYNC COB ID", "struct" : var, "need" : False, "callback" : True, "values" :
   111                 [{"name" : "SYNC COB ID", "type" : 0x07, "access" : 'rw', "pdo" : False}]},
   111                 [{"name" : "SYNC COB ID", "type" : 0x07, "access" : 'rw', "pdo" : False}]},
   112     0x1006 : {"name" : "Communication / Cycle Period", "struct" : var, "need" : False, "callback" : True, "values" :
   112     0x1006 : {"name" : "Communication / Cycle Period", "struct" : var, "need" : False, "callback" : True, "values" :
   113                 [{"name" : "Communication Cycle Period", "type" : 0x07, "access" : 'rw', "pdo" : False}]},
   113                 [{"name" : "Communication Cycle Period", "type" : 0x07, "access" : 'rw', "pdo" : False}]},
   114     0x1007 : {"name" : "Synchronous Window Length", "struct" : var, "need" : False, "values" :
   114     0x1007 : {"name" : "Synchronous Window Length", "struct" : var, "need" : False, "values" :
   115                 [{"name" : "Synchronous Window Length", "type" : 0x07, "access" : 'rw', "pdo" : False}]},
   115                 [{"name" : "Synchronous Window Length", "type" : 0x07, "access" : 'rw', "pdo" : False}]},