I Motor driven pendulum - How to track its position?

AI Thread Summary
The discussion focuses on tracking the position of a motor-driven pendulum used in rock wool production, which is driven by two induction motors with a fixed positional relationship. The current method of tracking involves a manual analog approach, which the user seeks to replace with a digital solution for better analysis. Suggestions include using equations to describe the pendulum's movement and developing a program in Matlab or Octave to calculate and plot the pendulum's position, velocity, and acceleration. The proposed method involves calculating various positions in the system based on the motor's movements and visualizing the entire linkage for verification and debugging. This approach aims to enhance the transparency and ease of analyzing the pendulum's motion.
maxitaxi
Messages
1
Reaction score
0
Hello,

On the image below is a test pendelum for rock wool production. The pendelum is driven by two induction motors. When the right motor makes one revolution, the left motor makes two revolutions. The motors are positionally locked (example: when the right motor is at 35.3° the left motor is at 70.6°). The above part works OK.
1659337212629.png

Currently we are using a simple analog procedure (marker and whiteboard) to plot the position of the pendelum (shown on the image below).

1659337667141.png

On the image below are the mesurements of the moving parts [mm]. The position of both motors at any given time is known. The speed at any given time is also known (nominal speed is 1500 rpm).
IMG_20220801_091750.jpg


My question is how can movement of this sort of pendelum (where the marker is located) be described with equations. It would be a lot more transparent and easier to analyze to have the pendelum moevement data in digital form.

Thank you for your answer in advance.

Regards.
 

Attachments

  • 1659337116351.png
    1659337116351.png
    13.2 KB · Views: 137
Physics news on Phys.org
I once had a similar problem. It was to design a four bar linkage to follow a specific motion profile while minimizing peak acceleration. I wrote a program in Matlab with initial positions as inputs, and plots of position and acceleration as functions of input shaft position as outputs.

You have more links, but exactly one input (the second motor is geared to the first motor), and one output. It should be an easy program to write:

Start with the motor on the left.
Calculate position of motor crankpin.
Calculate position of pin between connecting rod and the top beam.
Calculate position of pin in middle of top beam.
Calculate position of crankpin of motor on the right.
Calculate position of pin connecting second motor connecting rod with pendulum.
Calculate position of end of pendulum.
Plot position of pendulum for one revolution of the slower motor.
(Optional) You can use numerical differentiation to calculate velocity and acceleration of the pendulum or any other point in the system.

Hint: It is good practice to plot the entire linkage at each step in the simulation. It slows the simulation down, but you get visual confirmation that the simulation is working properly. It is also helpful for debugging. And it's an excellent tool for showing other people how the mechanism works.

If you do not have Matlab, Octave (https://octave.org/) is Matlab compatible freeware. It's not quite as good as Matlab, but more than good enough for your application.
 
The rope is tied into the person (the load of 200 pounds) and the rope goes up from the person to a fixed pulley and back down to his hands. He hauls the rope to suspend himself in the air. What is the mechanical advantage of the system? The person will indeed only have to lift half of his body weight (roughly 100 pounds) because he now lessened the load by that same amount. This APPEARS to be a 2:1 because he can hold himself with half the force, but my question is: is that mechanical...
Some physics textbook writer told me that Newton's first law applies only on bodies that feel no interactions at all. He said that if a body is on rest or moves in constant velocity, there is no external force acting on it. But I have heard another form of the law that says the net force acting on a body must be zero. This means there is interactions involved after all. So which one is correct?
Thread 'Beam on an inclined plane'
Hello! I have a question regarding a beam on an inclined plane. I was considering a beam resting on two supports attached to an inclined plane. I was almost sure that the lower support must be more loaded. My imagination about this problem is shown in the picture below. Here is how I wrote the condition of equilibrium forces: $$ \begin{cases} F_{g\parallel}=F_{t1}+F_{t2}, \\ F_{g\perp}=F_{r1}+F_{r2} \end{cases}. $$ On the other hand...
Back
Top