| 
 Hi Finn,
 this needs to be explained in a future doc.
 In short:
 
 Lvl     the depth level in tree hierarchy
 Name    a self defined name for this param
 ID      a UNIQUE identifier. All internal references use this
 Mode    all params which needs internal algorithms have assigned a mode number. 0 is the value without extra internal functions
 Offset  the fsuipc offset
 Type    data type I8 = (unsigned integer) 8bit   S8 = signed int
 Opt     optional values
 flags   optional flags Read Write +(Add)
 scan    the system polls fsuipc any 50ms. if this field contains 3, it is polled any 3rd loop = 150ms
 mul     multiply a scanned value by this
 div     devide a scanned value by this
 
 
 I hope this helps a bit. If you define some more parameters, send it to me. I will take it into the standard file.
 Remember to let the ID a unique ID. It may not occur in a second parameter.
 
 regards Dirk
 |