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

[Feature Request]: Combine startup power/track configuration into one sequence, adjust order #147

Open
peteGSX opened this issue Apr 9, 2024 · 0 comments
Labels
Enhancement New feature or request EX-Installer Item relates to EX-Installer

Comments

@peteGSX
Copy link
Contributor

peteGSX commented Apr 9, 2024

Problem/idea statement

It makes better sense to combine all power on tasks into one AUTOSTART section, and in the case of controlling track power, have it be done after track configuration.

At the moment, the installer generates this:

`
AUTOSTART
POWERON
DONE

AUTOSTART SET_TRACK(A,MAIN) DONE
AUTOSTART SET_TRACK(B,PROG) DONE
`

Ideally it should be this:

AUTOSTART SET_TRACK(A,MAIN) SET_TRACK(B,PROG) POWERON DONE

Alternatives or workarounds

Manually update myAutomation.h is the only option here.

Additional context

No response

@peteGSX peteGSX added the Enhancement New feature or request label Apr 9, 2024
@github-actions github-actions bot added the EX-Installer Item relates to EX-Installer label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request EX-Installer Item relates to EX-Installer
Projects
Status: Backlog
Development

No branches or pull requests

1 participant