Skip to content

[NEW-FEATURE]Hold sequence in specific steps#1052

Draft
TomKovac wants to merge 6 commits intodevfrom
1035-new-featurehold-sequence-in-specific-steps
Draft

[NEW-FEATURE]Hold sequence in specific steps#1052
TomKovac wants to merge 6 commits intodevfrom
1035-new-featurehold-sequence-in-specific-steps

Conversation

@TomKovac
Copy link
Collaborator

closes #1035

@TomKovac TomKovac linked an issue Feb 24, 2026 that may be closed by this pull request
- Introduced a new file `HwIdentifierList.st` containing a list of hardware identifiers.
- Updated `HwIdentifiers.st` to include the new hardware identifiers and reorganized existing ones.
- Fixed encoding issues in `Inputs.st`, `IoStructures.st`, and `Outputs.st` by removing hidden characters.
- Enhanced `AxoSequencer.st` and `AxoStep.st` to support new step execution modes, allowing for more flexible step management.
- Created a new enumeration `eAxoStepExecutionMode.st` to define step execution behaviors.
- Updated the interface `IAxoStep.st` to include a method for retrieving the step execution mode.
- Modified the solution file `this.sln` to include new projects related to styling.
…ingMode and SequenceMode

- Updated tests to replace direct property access with getter and setter methods for _sequencer's SteppingMode and SequenceMode.
- Added new tests for handling step execution modes: SwitchToStepModeBeforeEnteringStep and SwitchToStepModeAfterLeavingStep.
- Ensured that the sequencer correctly transitions between continuous and step modes during execution.
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

Successfully merging this pull request may close these issues.

[NEW-FEATURE]Hold sequence in specific steps

1 participant