@davidson you would need to modify the firmware to do that. Execution of each motor command is done in an interrupt handler, which is not an easy place to add logging code. However, once moves are finalised by the Prepare function, they are not touched until the interrupt service routine executes them (except in the case of power failure), so you could add your logging code there.