The competition gives a 3–6 letter launch key. The node should reject invalid input before typing starts:
- Must be 3–6 characters
- Must only contain letters A–Z (the keyboard only has letters)
- Convert input to uppercase automatically
- If invalid, prompt the operator to re-enter — do not proceed to "In Progress" state
The competition gives a 3–6 letter launch key. The node should reject invalid input before typing starts: