Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KillAllMotors command for PowerPMAC #6

Open
LeandroMartinsdS opened this issue Sep 13, 2022 · 0 comments
Open

KillAllMotors command for PowerPMAC #6

LeandroMartinsdS opened this issue Sep 13, 2022 · 0 comments

Comments

@LeandroMartinsdS
Copy link

For the PowerPMAC controllers, the function KillAllMotors in motor.py should be

    def killAllMotors(self):
        # print "killing all motors!"
        command = "#*k"
        (returnString, status) = self.pmac.sendCommand(command)
        self.addToTxtShell(command)

Alternatively, also could be used
command = "#*dkill"
being the command issued when the shortcut CTRL-ALT-K it's used in the PowerPMAC IDE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant