-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/rc1 #16
base: main
Are you sure you want to change the base?
Feature/rc1 #16
Conversation
CASE seq.doStep() OF | ||
0: | ||
IF seq.onEntry() THEN | ||
// axis1.power( seq ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are double-comments here
//MultiCaller1(); | ||
//MultiCaller1.Execute := FALSE; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//MultiCaller1(); | |
//MultiCaller1.Execute := FALSE; |
Remove commented lines
FinishAfterTimeout(SingleCommand1); | ||
FinishAfterTimeout(singleCommand2); | ||
command(MultiCommand); | ||
(* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this whole commented section intended to be here?
What:
This is the first release candidate. Looking for feedback on AP, functionality, naming and implementation where relevant. Internals are less relevant at this point and may still change in future versions.
Why:
We want to get this to a releasable version to start making docs and examples.