Overview
The T Trigger is a Digital Gate that toggles its output state when a Redstone Signal at the Toggle pin experiences a rising edge (the first tick when the signal goes from 0 to more than 0). Unlike Latches, Triggers only change their state on rising edges, while Latches change their state as long as the corresponding pin remains active.
Boolean Logic Table
The T Trigger operates according to the following Boolean logic table:
Input | Output |
---|---|
0 | Q |
R | not Q |
1 | Q |
F | Q |
Q represents the last output state of the T Trigger, and not Q is its opposite value.
R and F represent the rising and falling edges, respectively, of the input signal:
- Rising Edge (R): The first tick when the Redstone Signal changes from 0 to more than 0.
- Falling Edge (F): The first tick when the Redstone Signal changes from more than 0 to 0.
Configuration
The pins can be configured to face any side by right-clicking the block. This flexibility allows for easy integration into various circuit designs.
Pin Mark A | Toggle pin |
Crafting
Ingredients | RedCu Crafter Recipe |
1 Smooth Stone Plate | |
1 Redstone Dust | |
1 Quartz |