RMC75E control should use one dual-loop axis: position as the primary feedback and force as the secondary feedback. Velocity can be calculated from position for closed-loop control, while a separate velocity input remains informational. Look at the trend first. Tuning does not fix wiring, scaling, or an incorrect Axis Definition.
Which axis architecture matches the required control?
Configure Axis 0 as a dual-loop axis and assign force as its secondary input. Remove the separate Axis 2 definition if it was created only to represent force. This places position control and force limiting inside the same commanded axis rather than splitting related signals across independent axes.
The signal chain is position setpoint to position controller to analog output to actuator, with measured position closing the primary loop. Measured force closes the secondary loop and constrains the primary loop's action. The controller can derive velocity from the change in position, so a dedicated velocity transducer is not required for either position PID or velocity PID control.
The application calls the 5 lb value a torque limit, but pounds are units of force, not torque. Treat it as a force limit unless the mechanism definition supplies a moment arm and converts measured force into torque. Do not label a force-feedback loop as torque control without that conversion.
| Signal | Configured source or destination | Wrong-value symptom |
|---|---|---|
| Position feedback, scaled 0–30 in | Primary feedback input for Axis 0
|
Wrong direction or scale causes position error, incorrect derived velocity, and unstable or incomplete moves. |
| Force feedback, scaled 0–1000 lb | Secondary input for the dual-loop axis | A bad zero or scale makes the 5 lb limit activate too early, too late, or not at all. |
| Velocity feedback, scaled ±10 in/sec | AP2 analog input used for information when retained | Its displayed value can disagree with motion without changing the closed loop when it is not assigned as axis feedback. |
| Command output | AA1 analog output, in volts | Wrong polarity or actuator scaling drives opposite to the commanded correction or saturates the final element. |
Does the position reading prove the primary loop is correct?
Start with the actuator disabled or otherwise prevented from producing hazardous motion. Read the raw position input, the scaled position, the target position, and the analog output while moving the mechanism through a controlled portion of its travel.
- At the physical low end, verify that scaled position approaches 0 in.
- At the physical high end, verify that it approaches 30 in.
- Move in the defined positive direction. The position reading must increase.
- Compare a known physical displacement with the displayed displacement. Correct input scaling before changing PID gains.
- Apply a small command and confirm that the AA1 output polarity moves the mechanism in the direction that reduces position error.
If position is noisy, reversed, or incorrectly scaled, stop on this branch. Derived velocity inherits those defects and can make a velocity limit appear unreliable. If position follows physical travel correctly, proceed to the force channel.
Does the force channel represent the limiting variable?
Read the raw force input, scaled force, force setpoint, and controller output together. With no applied load, establish whether the scaled value has a zero offset. Then apply a known load within the transducer and input range and verify both magnitude and polarity.
If increasing load produces decreasing force, correct the signal polarity or configured direction before enabling the secondary loop. If 5 lb in the controller does not represent 5 lb at the mechanism, correct scaling or the mechanical conversion. PID tuning cannot repair either defect.
Once the measurement is valid, configure force as the secondary feedback of the dual-loop axis and select the pressure/force limit behavior. A force limit changes what the final element may command when measured load reaches the specified boundary; it is not merely an alarm. Confirm that the intended positive and negative limiting directions match the mechanics.
Is a separate velocity feedback channel required?
No separate velocity feedback is required for this control arrangement. The RMC75E can perform position PID or velocity PID control from position feedback, because velocity is obtained from position change. The AP2 velocity input may still be scaled to ±10 in/sec, trended, displayed, or compared with calculated velocity, but it does not need to occupy the secondary-feedback position.
Do not replace force with velocity as the secondary input when the required behavior is velocity control with a force limit. That choice removes the measured limiting variable from the dual loop. Use velocity PID mode for a commanded velocity and retain force as the secondary feedback so the controller can constrain both velocity and force.
If the independent velocity measurement disagrees with calculated velocity, compare polarity, engineering-unit scaling, sensor mounting, and signal noise. Diagnose that discrepancy as a measurement problem unless the channel has explicitly been assigned to the control loop.
How should the commands and Modbus values be applied?
Configure and deploy the axis definition in RMCTools first. The controller can then execute the deployed control sequence independently while supervisory equipment supplies setpoints and limits through Modbus/TCP.
- Define
Axis 0as dual loop with position primary and force secondary. - Scale position to 0–30 in, the retained velocity input to ±10 in/sec, and force to 0–1000 lb.
- Configure the AA1 analog output as the axis command output.
- Use
Set pos/vel control modeto select the required position or velocity PID behavior. - Use
Ramp prs/frcandSet prs/frc limit modeto establish the force-limiting behavior. - Use
Move velocitywhen commanding velocity. For the stated operating request, write the 5 in position setpoint, 1 in/sec velocity limit, and 5 lb force limit to the mapped Modbus/TCP variables used by the deployed program.
Modbus/TCP and Modbus/RTU are different transports. Ethernet connectivity directly matches Modbus/TCP; Modbus/RTU uses serial framing and is not interchangeable with Modbus/TCP merely because an Ethernet cable or network path exists. If a supervisory device only supports RTU, use a documented serial interface or protocol gateway and verify the resulting register mapping rather than configuring the Ethernet connection as RTU.
What readings verify the resolving branch?
Trend target position or target velocity, actual position, calculated velocity, independent velocity input, measured force, and analog output during a low-risk test. Begin below the intended production demand and increase the command only after the signal directions and scales agree.
- Command motion toward 5 in and confirm that actual position approaches the target without the output driving in the wrong direction.
- Verify that calculated velocity remains within the commanded 1 in/sec boundary during the applicable control mode.
- Compare the AP2 velocity measurement with calculated velocity as an independent diagnostic, allowing only the difference justified by sensor response and measurement noise.
- Apply load progressively and confirm that controller action is constrained when measured force reaches 5 lb.
- Confirm that removing load permits normal controller action again and that the output does not remain saturated.
- Interrupt Modbus updates in a controlled test and verify that the deployed program follows the plant's required behavior for stale supervisory data.
If a limit fails, return to the signal that defines it: position for calculated velocity and the force input for force limiting. Change gains only after feedback, command values, operating mode, and output polarity have passed these checks.
FAQ
How do I configure position control with a 5 lb force limit?
Configure Axis 0 as a dual-loop axis with position as primary feedback and force as secondary feedback. Apply the limit using Ramp prs/frc and Set prs/frc limit mode after verifying the 0–1000 lb force scaling and polarity.
How do I use a 1 in/sec velocity limit without velocity feedback?
Use position feedback and select the appropriate position or velocity PID mode; the controller derives velocity from position. Keep the separate ±10 in/sec input for trending or comparison rather than replacing force as the secondary feedback.
How do I know when to stop troubleshooting the RMC75E?
Stop if the physical input assignment, command behavior, or required Modbus transport cannot be matched to the RMCTools help and hardware documentation, or if output polarity and limit action remain unclear after low-risk measurements. Record the Axis Definition, channel trends, scaling, control mode, and command sequence, then escalate to official Delta support before operating the actuator under load.