Custom Actuators
Calculation for a Custom Actuator (Pulse Count Calculation)
When configuring a custom actuator, regardless of whether it is linear or rotating, the fundamental principle remains the same: the calculation of the pulse count. The pulse count determines how many pulses are needed to move the actuator through its entire range, ensuring precise and accurate control over its movement.
Below is the general approach for calculating the pulse count for a custom actuator, which applies to both linear and rotating actuators.
General Pulse Count Calculation Formula:
The pulse count (MaxPulse) can be calculated using the following general formula:
MaxPulse=RIG.ppr×RIG.mechanik_GearRatio_ServoRIG.elektrik_GearRatio_Servo×(RangeRange Factor)\text{MaxPulse} = \frac{\text{RIG.ppr} \times \text{RIG.mechanik\_GearRatio\_Servo}}{\text{RIG.elektrik\_GearRatio\_Servo}} \times \left( \frac{\text{Range}}{\text{Range Factor}} \right)
Where:
RIG.ppr = Encoder resolution (pulses per revolution or pulse per unit of movement)
RIG.mechanik_GearRatio_Servo = Mechanical gear ratio between the actuator and the servo
RIG.elektrik_GearRatio_Servo = Electrical gear ratio between the actuator and the servo
Range = The total movement range (e.g., for a rotating actuator, this could be 360° or 180°, and for a linear actuator, this could be the total length of movement in mm or inches)
Range Factor = A factor that normalizes the range to ensure accurate pulse-to-movement conversion (this may depend on the application and the type of actuator)
Detailed Calculation Steps for Custom Actuators:
Determine Encoder Resolution (ppr): The RIG.ppr is the number of pulses per revolution (for rotating actuators) or per unit of movement (for linear actuators) provided by the encoder attached to the actuator. For example, a 10,000 ppr encoder means that for every full revolution or full linear travel, the encoder generates 10,000 pulses.
Mechanical Gear Ratio (RIG.mechanik_GearRatio_Servo): The mechanical gear ratio represents the ratio of the mechanical gears connected between the actuator and the servo. For example, a 1:50 gear ratio means that the servo turns 50 times for each full rotation or movement of the actuator. This mechanical ratio affects how much movement occurs for each pulse generated by the servo.
Electrical Gear Ratio (RIG.elektrik_GearRatio_Servo): The electrical gear ratio accounts for the relationship between the servo motor and the actuator. It describes how the electrical power is distributed through the gear mechanism. For example, a 1:2 electrical ratio means that for every turn of the servo, the actuator’s movement is affected by a factor of 2.
Determine the Total Range:
For rotating actuators, this could be the angle in degrees (e.g., 180° or 360°).
For linear actuators, this could be the length of movement (e.g., 100 mm or 200 mm).
The Range must be specified based on the actuator’s actual operating limits, whether it's a full rotation or a linear movement.
Apply Range Factor: The Range Factor is used to normalize the range. It ensures that the pulse count corresponds to the exact range of the actuator’s movement. For instance:
For a rotating actuator with a 180° range and a 360° Range Factor, the formula will use 180° in the numerator.
For a linear actuator with a 100 mm travel range and a leadscrew pitch (thread pitch of the leadscrew) of 5 mm, the formula would calculate the movement in terms of linear distance.
Example Calculation for a Custom Rotating Actuator:
Let’s walk through an example for a rotating actuator.
Encoder Resolution (RIG.ppr) = 10,000 ppr
Mechanical Gear Ratio (RIG.mechanik_GearRatio_Servo) = 1:50
Electrical Gear Ratio (RIG.elektrik_GearRatio_Servo) = 1:2
Range = 180° (rotating actuator’s full range)
Range Factor = 360 (this is typically set for full rotation, i.e., 360°)
Using the formula:
MaxPulse=10,000×502×(180360)\text{MaxPulse} = \frac{10,000 \times 50}{2} \times \left( \frac{180}{360} \right) MaxPulse=250,000×0.5=125,000 pulses for 180° rotation\text{MaxPulse} = 250,000 \times 0.5 = 125,000 \text{ pulses for 180° rotation}
Example Calculation for a Custom Linear Actuator:
Now, let’s do an example calculation for a linear actuator.
Encoder Resolution (RIG.ppr) = 10,000 ppr
Mechanical Gear Ratio (RIG.mechanik_GearRatio_Servo) = 1:1 (direct drive)
Electrical Gear Ratio (RIG.elektrik_GearRatio_Servo) = 1:2
Leadscrew Pitch = 5 mm (distance per revolution)
Leadscrew Length (RIG.leadscrew_length) = 100 mm
Linear Safety (RIG.lin_act_safety) = 5 mm (safety margin on both sides)
Range = 100 mm - 2 x 5 mm = 90 mm
Range Factor = Leadscrew pitch (5 mm)
Now, apply the formula:
MaxPulse=10,000×12×(905)\text{MaxPulse} = \frac{10,000 \times 1}{2} \times \left( \frac{90}{5} \right) MaxPulse=5,000×18=90,000 pulses for 90 mm of linear travel\text{MaxPulse} = 5,000 \times 18 = 90,000 \text{ pulses for 90 mm of linear travel}
This means the actuator would require 90,000 pulses to travel 90 mm, with each pulse corresponding to a tiny movement (about 0.0011 mm per pulse).
Important Considerations:
Accuracy of Pulse Count: Ensuring that the pulse count is accurate is crucial. If the pulse count is incorrect, the actuator may lose its position or fail to achieve the intended movement.
Homing and Calibration: After the actuator is set up and pulses are calculated, homing and calibration are necessary to reset the position and avoid drift in the actuator's movements.
Safety Limits: If using a rotating actuator in endless slew mode, be sure to account for the absence of physical stops. A limit switch or homing sensor is necessary for defining a reference point to avoid errors.
Conclusion:
The process of calculating the pulse count for a custom actuator involves understanding the actuator’s mechanical and electrical properties, such as gear ratios, encoder resolution, and range. Whether for linear or rotating actuators, once you calculate the MaxPulse, you can ensure precise movement and accurate control over the actuator’s operation.
Last updated