Novice User Help Req Please

Dinotqs

Registered User
Joined
Sep 1, 2015
Messages
45
Reaction score
1
Points
8
I’m about to do a xenon conversion using Kufatec adaptors and one line of the instructions says:

Coding Value Byte 10: x1xxxxxx (set bit 6 onto 1)

This is what I see in Byte 10:

Any ideas?

Thanks
 

Attachments

  • B63131CA-711C-4749-87BB-A53E9C2B034F.jpeg
    B63131CA-711C-4749-87BB-A53E9C2B034F.jpeg
    412.1 KB · Views: 110
Others may correct me but as far as I remember with this sort of coding:

The last Bit in a line of code is zero and is always the farthest on the right. So the instructions say "set bit 6 to 1".

Hence you count Bit 6 being the seventh from right to left: 01000000

So go into that box and change the zero to a 1.

I would always advise that you have a full copy of the module saved before you do this so you can revert if all goes wrong. You should make a Controller Map or Admap first in case.
 
Last edited:
  • Like
Reactions: Dinotqs
Others may correct me but as far as I remember with this sort of coding:

The last Bit in a line of code is zero and is always the farthest on the right. So the instructions say "set bit 6 to 1".

Hence you count Bit 6 being the seventh from right to left: 01000000

So go into that box and change the zero to a 1.

I would always advise that you have a full copy of the module saved before you do this so you can revert if all goes wrong. You should make a Controller Map or Admap first in case.

Thanks for taking the time to reply, it will help a lot!
When I tried to change the info in the binary box it wouldn’t let me but I wasn’t trying that hard as had 8% charge on the laptop and a faulty charging port! Do you know if it can be edited?
Thanks