Pausing a Battery Application Test
- Updated2025-10-31
- 2 minute(s) read
You can pause test execution at a specific point by inserting a pause point in a test procedure.
Introduced in PAtools Battery Software Suite 2025 Q4
In the battery application, the SEQsub_Pause.STS pause status variable stores the status of the pause.
| Variable Output | Description |
|---|---|
| 0 | A pause has not been requested. |
| 2 | A pause was requested. |
| 3 | The system is temporarily halted in a pause state. |
| 4 | The system is processing pause actions. |
| 5 | The system is processing resume actions. |
Pause Workflow
The battery application executes the following actions when you click the pause button.
- The value of SEQsub_Pause.STS becomes 2, indicating a pause was requested.
- The test procedure executes until it reaches the pause point.
- The value of SEQsub_Pause.STS becomes 4, indicating that the system is processing the pause actions.
- The current setpoints for the climate chamber and chiller are saved.
- The DC cycler output switches off.
- The DC cycler switches off.
- The system changes the statuses of the climate chamber and the chiller according
to the configuration stored in the following variables:
- CHAMAN_Pause_Devices_Behavior.CTL for the battery cell application
- CT_and_Pause_Devices_Behavior.CTL for battery pack and module applications if the control test is available
- SeqSub_Pause_Devices_Behavior.CTL for battery pack and module applications if the control test is not available
- Active measurements pause.
- The test procedure time pauses.
- The value of SEQsub_Pause.STS becomes 3, indicating the system is paused.
Resume Workflow
The battery application executes the following actions when you resume the test.
- The value of SEQsub_Pause.STS becomes 5, indicating the system is processing resume actions.
- The test procedure time resumes.
- Paused measurements resume.
- The status and setpoint values of the climate chamber and the chiller are restored to the pre-pause values.
- The value of SEQsub_Pause.STS becomes 0, indicating the pause is reset.
- The test exists the test procedure step with the pause point.