IC1 script: 0x00 0011 0100 // I2C control, normal operation, all channel track channel 1, trace mode 0x01 0000 0000 //enable all channels 0x02 0xxx xxxx // channel 0 control 0x03 0000 0xxx // channel 0 enable stettings 0x05 0zzz zzzz // channel 1 control settings 0x06 0000 0z00 // channel 1 enable settings 0x08 0xxx xxxx // channel 2 control 0x09 0000 0xxx // channel 2 enable stettings 0x0B 0xxx xxxx // channel 3 control 0x0C 0000 0xxx // channel 3 enable stettings IC2 script: 0x00 0011 0000 // I2C control, normal operation, all channel track channel 1, cable mode 0x01 0000 0000 //enable all channels 0x02 0xxx xxxx // channel 0 control 0x03 0000 0xxx // channel 0 enable stettings 0x05 0zzz zzzz // channel 1 control settings 0x06 0000 0z00 // channel 1 enable settings 0x08 0xxx xxxx // channel 2 control 0x09 0000 0xxx // channel 2 enable stettings 0x0B 0xxx xxxx // channel 3 control 0x0C 0000 0xxx // channel 3 enable stettings