Action Column
- Updated2025-10-31
- 8 minute(s) read
You can implement various actions from the Action column. Besides the standard scope, you can add further functions, such as control of devices. Refer to the following sections to learn the operations included in the standard scope. To select an operation, choose from the dropdown list.
Measurement
The Measurement action enables you to select measurements available in the database and associated action parameters.

For example, you can start, stop, and pause Measurement A and execute a version change from the FileChange dropdown list. You can also change the Measurement file from the dropdown list.
In the FileName field, you can enter a name addition for a measurement.
Climate Chamber (STMC)
The Climate Chamber(STMC) action provides parameters for controlling the climate chamber.
| Value | Description |
|---|---|
| Switch on (and send set points) | Climate chamber is switched on. Temperature and humidity setpoint are sent to the climate chamber. It does not wait for the actual values to reach the set values. |
| Switch off | Climate chamber is switched off. |
| Send set points and check CC temp, stability | Setpoints are sent. It waits for the actual values to approach the setpoints. The standard is when the actual values differ from the setpoints by ±2, then the waiting process is complete. |
| Send set points and check CC & DUT temp, stability | Set values are sent. The system waits for the actual values of the climate chamber and the DUT to approach the set values. The standard is when the actual values differ from the set values by ±2, then the waiting process is complete. |
Message
Use the Message action to write notifications to the test log. The message appears in a three-part message window and in the log of the test. The message does not appear in the PAcontroller message window.
Select the type of message under Type. The following parameters are available.
| Value | Description |
|---|---|
| Normal | Generates the message directly when the corresponding flow table row is reached. |
| Exit condition fulfilled | Outputs the message when the exit condition in the same line is fulfilled. |
| Nextstep condition fulfilled | Generates the message when the test goes to the next stage due to a progression condition. |
Enter the desired text in the Message text field.
You can enter a variable name in the Normname field, which is transferred in the message with %s.
Wait for OK
After Trigger is set, a message box with an OK button appears. The process remains in the line until you click OK.
Dynamic Measurement Trigger
The Dynamic measurement trigger enables you to parameterize the values for a dynamic measurement.
To change the Trigger, click the dropdown list and select the appropriate parameter.
| Value | Description |
|---|---|
| delta current | Current difference at which the dynamic measurement is triggered. |
| delta voltage | Voltage difference at which the dynamic measurement is triggered. |
| delta time | Time difference at which the dynamic measurement is triggered. |
Drive Cycle
The Drive Cycle action allows you to reproduce driving profiles from files or step tables.
In the select STB/file field, choose either a file or a step table. If you choose a file, you can select the format of the file in the select Type field. If you choose a step table, the field remains empty.
In the Filename field, enter the name of the file to be traced. If a step table is to be traced, this field remains empty.
In the config Table field, enter the name of the table in which the configuration for the sequencer is parameterized.
In the name of STB field, enter the variable name of the step table to be traced.
Setpoint Source (Step Table)
Specify the position of setpoints in step tables. Based on the number of connectors, the step table has a column for current and power in each case. In the SetpointMode column, you can select if the setpoint tracks the current or the power. You must always enter a value to ensure that errors do not occur. Verify that the setpoints are correct depending on the Setpoint Mode you select in the corresponding column.
Depending on which mode you select, you must enter the setpoints accordingly.
| Value | Description |
|---|---|
| Current [A] | — |
| Percent of Ic, max [%] | Percentage of the maximum charging current
(ICharge). The battery application expects the input value to be positive. If you enter a negative value, the application converts it to a positive value. |
| Percent of Id, max [%] | Percentage of the maximum discharging current
(IDischarge). The battery application expects the input value to be negative. If you enter a positive value, the application converts it to a negative value. |
| C-Rate |
The current is calculated in relation to the nominal capacity. I=C ÷ t or as units [A]=[Ah] ÷ [h]. |
| Power [kW] | — |
| Power [W] | — |
Additional Step Table Functionality
To save a measurement point at certain times in the step sequence, use the Number of Measurement Point column.
The values you enter must not equal 0 or change at all. Do not enter two identical values consecutively. The values must parameterize consecutively in ascending order.
In the Number of calculation run column, execute specific calculations once. For example, use the Number of calculation run column in the following ways:
- Calculate a result from the measured values determines up to that point.
- Save the calculated result.
- Determine the result of a calculation that is required for future test steps.
The values must not equal 0. In addition, no two identical values may occur in series. Otherwise, the trigger is not recognized.
To execute the calculations, use the SEQsub_STB_calculation operation.
A 100 Hz frequency group exclusively for step table calculations is available. The calculation is carried out only once per trigger from the step table, not cyclically with 100 Hz.
Setpoint File
The setpoint file columns are analogous to the SWBs. For each connector, the setpoint file has one column for current and one column for power.
The structure of the file header must be considered in connection with the config table.
You must have the config table for setpoint files in File mode. In STB mode, the config table for setpoint files is not required. Do not change the config table for setpoint files in STB mode.
The assignment between the entries in the header of the setpoint file and the associated variable names must be correct. Otherwise, one of the following scenarios might result:
- The values of the setpoints are not correct (wrong current or power).
- The sequencer recognizes that something is incorrect and aborts the test run.
The setpoint mode for files depends on the setpoint tracks that you configure in the config table and is determined as follows:
- If you only configure the current setpoint next to the voltages, the result is current-controlled operation.
- If you only configure the power setpoint next to the voltages, the result is power-controlled operation.
- If you configure current and power setpoint next to the voltages, the result is power-controlled operation. However, the maximum current is limited to the specified current setpoint.
Only the configuration of connector 1 (CN1) is used to determine the setpoint mode.
WCU (STMC)
The WCU (STMC) action allows you to control the water conditioning unit (WCU).
| Value | Description |
|---|---|
| Set flow rate | Flow setpoint is sent to the WCU. |
| Set pressure | Pressure setpoint is sent to the WCU. |
| Switch Off | WCU is switched off. |
| Switch On | WCU is switched on. |
| Set temperature | Temperature setpoint is sent to the WCU. |
Execute Paragraph (STMC)
Select different sequences that are programmed as paragraphs.
| Value | Description |
|---|---|
| GCST_StdCycle.PS | The standard cycle. |
| GCST_Precharge.PS | A procedure for the precharge. It is DUT-specific and should be customized. |
| GCST_SOC_Percentage.PS | By selecting this graph, you can specify the adjacent column up to what percentage the battery should be charged or discharged. |
| GCST_Set_Voltage.PS | With this graph, you can specify the adjacent column up to which voltage the battery should be charged or discharged. |
STMC
| Command | Description |
|---|---|
| STMC begin block | Defines the beginning of a new block. Blocks are used to group commands. |
| STMC run block | Defines the end of a block. The return values of the modules are evaluated, but the step control does not wait for the return value of the STMC module. |
| STMC run block and wait | Defines the end of a block. The return values of the modules are evaluated and the step control waits for the return value of the STMC module. |
Container (STMC)
Use Container (STMC) for the opening and closing of a container.
You can enter a new container name in the Name of container column. The test number generator (OrgDaten_TNG.ACT) should be switched off in this case.
DC Cycler (STMC)
Use DC Cycler (STMC) to switch the DC cycler on and off.
Pause sequence table
Use the Pause sequence table action to indicate how long to pause in the line.
Pause Point
The Pause Point action enables you to request a pause at the pause point in the test procedure.
Thermal Steady State (STMC)
The Thermal Steady State (STMC) action allows you to select which thermal steady state to approach.
| Value | Description |
|---|---|
| Custom Thermal steady state | Parameterize the temperature tolerance and the steady state time. |
| ISO 12405-4:2018 Thermal steady state | — |
| DIN EN IEC 62660-1:2019 Thermal steady state | — |
DUT Parameter (STMC)
The DUT Parameter (STMC) action allows you to change various parameters of the DUT.
You can set the values of parameters appended with AV. For example, you can reset the variables to 0.
| Value | Description |
|---|---|
| Global Capacity AV | Difference between capacities calculated during charging and discharging. |
| Charge Capacity AV | Capacity calculated during charging. |
| Discharge Capacity AV | Capacity calculated during discharging. |
| Step Capacity AV | Summed capacity during a step in which the charging or discharging process is executed. |
| Global Energy AV | Difference between energies calculated during charging and discharging. |
| C_Rate_CV | C Rate for the NSC_Condition_CV progression condition can be set with
this. By default, the value is set to 20. The set current is divided by
this value, and as soon as the actual current falls below the result of
this division, NSC_Condition_CV is fulfilled. Example: Set current is 100 A, C_Rate_CV is 10. The battery is charged. The maximum voltage is reached and a CV step starts. Now the actual current starts to decrease. As soon as the actual current drops below 10 A, NSC_Condition_CV is fulfilled. |
| Charge Energy AV | Energy calculated during charging. |
| Discharge Energy AV | Energy calculated during discharging. |
| Step Energy AV | Summed energy during a step in which the charging or the discharging process is executed. |
Iso Measurement (STMC)
Use the Iso Measurement (STMC) action to activate or deactivate the Iso Measurement during a test.