1. Single states transition to their respective states based on different conditions
1. Single states transition to their respective states based on different conditions
When starting from the state of an activity and the transition condition is also conductive, the current state of the activity can be closed and the next state can be skipped.
When this state requires independent processes for multiple subsequent states, this structure is needed.
图1 Single to Multiple Transfer
When state 1 is active (S1=ON) and transition 2 is conductive, state 2 will be turned on (S2=ON) and state 1 will be turned off (S1=OFF).
When state 1 is active (S1=ON) and transition 3 is conductive, state 3 will be turned on (S3=ON) and state 1 will be turned off (S1=OFF).
When state 1 is active (S1=ON) and transition 4 is conductive, state 4 will be turned on (S4=ON) and state 1 will be turned off (S1=OFF).
Perform the following steps to complete this structure
Use insert status stepmethod,insert status 1。
Use insert horizontal singal linemethod,Insert a horizontal line connecting all subsequent transfers. Because there are 3 transfers, the length of the horizontal line is 3。
![]()
- Useinsert transfermethod,transfers 2, 3, and 4 below the horizontal line in sequence.
4.Insert states 2, 3, and 4 under their respective transitions in sequence.