Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Video of analysis of the insides of the reel

https://youtu.be/JAJo1Knlwus

Figure 1. External components of a fishing reel

 

Figures 3 through 7 show the main internal These are the external components of the a spinning fishing rod. There is also a ratcheting system that is not pictured which basically when turned on does not allow the reel.

  • The reel handle is moved in a rotating movement by a person's hand
  • The bail and line roller

...

  • rotate about the the line spool and prevent the line from coming off of the line spool

...

n1=31;

n2=6;

n3=7;

mv=n1/n2;

mv2=n1/n3;

theta=0;

theta1=0;

theta2=0;

i=1;

w1=1; %angular velocity of hypoid ring gear

w2=mv; %angular velocity of the hypoid pinion gear

w3=mv2; %angular velocity of the helical gear

while theta<360

    theta1=mv*theta;

    theta2=theta*mv2;

    x(i)=theta;

    y(i)=theta1;

    y1(i)=theta2;

    theta=theta+1;

    i=i+1;

end

figure

plot(x,y)

title('One rotation of the reel')

xlabel('Degrees of hypoid ring gear')

ylabel('Degrees of hypoid pinion gear')

figure

plot(x,y1)

title('One rotation of wheel vs. helical gear')

xlabel('Degrees of hypoid ring gear')

ylabel('Degrees of helical gear')

Image Removed

Figure 2.

Image Removed

Figure 3.

Image Removed

Figure 4. Reel handle

Image Removed

Figure 5. Hypoid ring gear and drive shaft 31 teeth

Image Removed

Figure 6. Hypoid pinion gear 6 teeth

Image Removed

Figure 7. Gear assembly for rod oscillation

Image Removed

Figure 8. Helical gear 7 teeth, rod, rod holder, worm gear rod that oscillates back and forth 7 teeth

Image Removed

Figure 9. Component that sets the drag, main part is a compression spring

Image Removed

Figure 10. Reel foot and reel body

Image Removed

...

  • The bail can be flipped open which allows the line to come off of the line spool
  • The line spool moves up and down while the bail and line roller rotate about it

Here's a video of a demonstration of the fishing reel I took apart prior to destruction:

View file
nameWIN_20200421_21_20_50_Pro.mp4
height250