-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Macro functionality for switches to trigger actions #19
Comments
Currently macros are not supported, what you see in the code is just for future use and has never been tested so far.
(list of all action types can be found in MacroActionType definition in the MacroAction header file. (currently: moveTo, moveBy, setSpeed, setAcceleration, setDeceleration, setHome, setLimitA, setLimitB, setOutputHigh, setOutputLow, triggerEmergencyStop, releaseEmergencyStop) Please specify which functionality you might need for macros, how you would imagine macros could be defined (scripted) and how they could be triggered. I thought that macros could have the following commands (in the future, not all are in the current "implementation"):
ToDos to implement the function:
Macros need to have some basic properties:
For the UI we need:
|
As we see into the code you started already some macro dev. may you can give a sample to use it at current status?
The text was updated successfully, but these errors were encountered: