objdictgen/node.py
changeset 236 905677ed00f3
parent 227 f76c64f66097
child 239 f45fd4cd3832
equal deleted inserted replaced
235:f812bf6b7237 236:905677ed00f3
   211                  {"name" : "Compatibility Entry", "type" : 0x05, "access" : 'rw', "pdo" : False},
   211                  {"name" : "Compatibility Entry", "type" : 0x05, "access" : 'rw', "pdo" : False},
   212                  {"name" : "Event Timer", "type" : 0x06, "access" : 'rw', "pdo" : False}]},
   212                  {"name" : "Event Timer", "type" : 0x06, "access" : 'rw', "pdo" : False}]},
   213     0x1600 : {"name" : "Receive PDO %d Mapping[(idx)]", "struct" : plurirec, "incr" : 1, "nbmax" : 0x200, "need" : False, "values" :
   213     0x1600 : {"name" : "Receive PDO %d Mapping[(idx)]", "struct" : plurirec, "incr" : 1, "nbmax" : 0x200, "need" : False, "values" :
   214                 [{"name" : "Number of Entries", "type" : 0x05, "access" : 'rw', "pdo" : False},
   214                 [{"name" : "Number of Entries", "type" : 0x05, "access" : 'rw', "pdo" : False},
   215                  {"name" : "PDO %d Mapping for an application object %d[(idx,sub)]", "type" : 0x07, "access" : 'rw', "pdo" : False, "nbmax" : 0x40}]},
   215                  {"name" : "PDO %d Mapping for an application object %d[(idx,sub)]", "type" : 0x07, "access" : 'rw', "pdo" : False, "nbmax" : 0x40}]},
   216     0x1800 : {"name" : "Transmit PDO %d Parameter[(idx)]", "struct" : pluriarray, "incr" : 1, "nbmax" : 0x200, "need" : False, "values" :
   216     0x1800 : {"name" : "Transmit PDO %d Parameter[(idx)]", "struct" : pluriarray, "incr" : 1, "nbmax" : 0x200, "need" : False, "callback" : True, "values" :
   217                 [{"name" : "Highest SubIndex Supported", "type" : 0x05, "access" : 'ro', "pdo" : False},
   217                 [{"name" : "Highest SubIndex Supported", "type" : 0x05, "access" : 'ro', "pdo" : False},
   218                  {"name" : "COB ID used by PDO", "type" : 0x07, "access" : 'rw', "pdo" : False, "default" : "{True:self.ID+(base+1)*0x100+0x80,False:0}[base<4]"},
   218                  {"name" : "COB ID used by PDO", "type" : 0x07, "access" : 'rw', "pdo" : False, "default" : "{True:self.ID+(base+1)*0x100+0x80,False:0}[base<4]"},
   219                  {"name" : "Transmission Type", "type" : 0x05, "access" : 'rw', "pdo" : False},
   219                  {"name" : "Transmission Type", "type" : 0x05, "access" : 'rw', "pdo" : False},
   220                  {"name" : "Inhibit Time", "type" : 0x06, "access" : 'rw', "pdo" : False},
   220                  {"name" : "Inhibit Time", "type" : 0x06, "access" : 'rw', "pdo" : False},
   221                  {"name" : "Compatibility Entry", "type" : 0x05, "access" : 'rw', "pdo" : False},
   221                  {"name" : "Compatibility Entry", "type" : 0x05, "access" : 'rw', "pdo" : False},