Just in case any one has an old Casio programable calculator...mine is an fx7700 graphics unit.
Any way, was bored the other day ..in fact over a few days..so wrote a program to calculate spoke length.
Yes a spreadsheet or an online calculator is probably quicker, but at least with this calc you know exactly what you are getting..I find many on-lien calculators all give fractionally different results.
If you enter Zero when running the program, it keeps the previously entered value , apart from the Cross figure as Zero is needed for radial patterns
Can use Cross figure up to 4, or spoke angle and rim angular spacing if doing 'weird' patterns like 36 hole hub to 24 hole rims etc where there you have non regular cross numbers, and multiple spoke lengths etc.
you have to punch it in manually
but here it is if any use
"Spoke length"
"ERD"?→Z:Z>0 Z÷2→R
"RIM HOLE OFFSET"? →Q
"LH HUB DIA"? →Z:Z>0⇒Z÷2→D
"RH HUB DIA"? →Z:Z>0⇒Z÷2→G
"L FLNGE – CNT"? →Z:Z>0⇒Z-Q→I
"R FLNGE – CNT"? →Z:Z>0⇒Z-Q→J
"SPOKE HOLE DIA"? →Z:Z>0⇒Z÷2→O
"CROSS OR ANGLE"? →Z:Z>4⇒Goto1:Goto2
Lbl 1:Z→A:"RIM HOLE ANGULAR SPACING"? →Z:Z>0⇒Z→B:A÷2B→X:"CROSS=":X◄
Goto3
Lbl 2:Z→X:"NUMBER OF RIM HOLES"? →Z:Z>0⇒Z→H((720÷H)xX) →A:"SPOKEANGLE="A◄
Lbl 3
((√(R2+D2+ I2-(2RDcos A)))-O)→M
((√(R2+G2+ J2-(2RGcos A)))-O)→N
"LEFT LENGTH=":M◄
"RIGHT LENGTH=":N◄
Any way, was bored the other day ..in fact over a few days..so wrote a program to calculate spoke length.
Yes a spreadsheet or an online calculator is probably quicker, but at least with this calc you know exactly what you are getting..I find many on-lien calculators all give fractionally different results.
If you enter Zero when running the program, it keeps the previously entered value , apart from the Cross figure as Zero is needed for radial patterns
Can use Cross figure up to 4, or spoke angle and rim angular spacing if doing 'weird' patterns like 36 hole hub to 24 hole rims etc where there you have non regular cross numbers, and multiple spoke lengths etc.
you have to punch it in manually
but here it is if any use
"Spoke length"
"ERD"?→Z:Z>0 Z÷2→R
"RIM HOLE OFFSET"? →Q
"LH HUB DIA"? →Z:Z>0⇒Z÷2→D
"RH HUB DIA"? →Z:Z>0⇒Z÷2→G
"L FLNGE – CNT"? →Z:Z>0⇒Z-Q→I
"R FLNGE – CNT"? →Z:Z>0⇒Z-Q→J
"SPOKE HOLE DIA"? →Z:Z>0⇒Z÷2→O
"CROSS OR ANGLE"? →Z:Z>4⇒Goto1:Goto2
Lbl 1:Z→A:"RIM HOLE ANGULAR SPACING"? →Z:Z>0⇒Z→B:A÷2B→X:"CROSS=":X◄
Goto3
Lbl 2:Z→X:"NUMBER OF RIM HOLES"? →Z:Z>0⇒Z→H((720÷H)xX) →A:"SPOKEANGLE="A◄
Lbl 3
((√(R2+D2+ I2-(2RDcos A)))-O)→M
((√(R2+G2+ J2-(2RGcos A)))-O)→N
"LEFT LENGTH=":M◄
"RIGHT LENGTH=":N◄