Thanks for the quick reply. To elaborate, the system remains capable of powering the motor for several seconds after the main 24V power supply has been disconnected.
My hypothesis is that the capacitors on the SAF module and/or the DCC1120 controller retain a significant charge. The controller's logic remains powered via USB, allowing it to accept new commands and discharge this stored energy into the motor.
Reproduction Steps
- The system is fully powered (24V supply connected to the SAF, USB connected to the PC).
- I run a C application to operate the motor, then command it to stop.
- I physically unplug the 24V power supply from the SAF module. The USB connection remains active.
- I restart the C application and send a command to activate the motor.
- Result: The motor runs for a couple of seconds, even under load, with no power supply connected.
Next Steps & Goal
Your suggestion to monitor the VoltageInput channel on the DCC1120 is excellent, as it should confirm my hypothesis. I will try that next week.
My ultimate goal is to address the safety implications of this behavior. A system that can still move after the main power is cut presents a potential hazard. I need to find a reliable method to detect this "latently energized" state to ensure the equipment is truly safe to service.