Jump to content
CBR1100XX.org Forum

Torque spec.


speedygeezer

Recommended Posts

binary code yo. there are 10 kinds of people in the world. those who understand binary and those who do not.

edit: i've also got the zodiac sign for cancer tatooed on my arm, it looks like a 69. i'll never forget the rear axle torque.

Link to comment
Share on other sites

I figured it was binary. Guessing its 69 too.

But can you clarify what each field or digit means?

I'd guess like roman numerals ten ten one less than ten, but Binary is on and off. 0 or 1, so does each digit build on a square? 0,1,2,4,16,256

Hookers?

-Suf Daddy who just torqued his to 69 last night............Ready to test ride!

01000101
Link to comment
Share on other sites

figured it was binary. Guessing its 69 too.

But can you clarify what each field or digit means?

Ok.. it's been a bit since DP math, but here goes

The Decimal system works like this:

0

1

2

3

4

5

6

7

8

9

10

11

12

13 ... etc

We run out of digits at 9, see, and we have to start over.

Binary has 2 digits: 1 and 0. They represent in a computer ON or OFF.

0000 0000 = 0

0000 0001 = 1

0000 0010 = 2

0000 0011 = 3

0000 0100 = 4

0000 0101 = 5

0000 0110 = 6

0000 0111 = 7

0000 1000 = 8

0000 1001 = 9

0000 1010 = 10

0000 1011 = 11

0000 1100 = 12

0000 1101 = 13

0000 1110 = 14

0000 1111 = 15

0001 0000 = 16

etc

Mostly because of the 8 bit byte concept in computers, often times binary is represented in 2 nibbles, a left and right nibble (yea, I know those guys at Berkely are a hoot, bytes and nibbles). Someone decided that it was easier to represent each nibble by a Hexidecimal equivalent, so when counting and you run out of digits at 9, you go A, B, C ,D, E, and F, so:

In Hex:

0000 0000 = 00

0000 0001 = 01

0000 0010 = 02

0000 0011 = 03

0000 0100 = 04

0000 0101 = 05

0000 0110 = 06

0000 0111 = 07

0000 1000 = 08

0000 1001 = 09

0000 1010 = 0A

0000 1011 = 0B

0000 1100 = 0C

0000 1101 = 0D

0000 1110 = 0E

0000 1111 = 0F

0001 0000 = 10

0001 0001 = 11

Is that what you wanted to know?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use