User Tools

Site Tools


autotalk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
autotalk [2026/03/11 13:17] – [Autotalk] wadminautotalk [2026/03/11 16:59] (current) – [Autotalk] wadmin
Line 3: Line 3:
  
 <uml> <uml>
-Alice --> Bob  +state IDLE { 
-Bob Mecton +  IDLE : Static 
-Bob --> AliceAuthentication Response+  [*] --> Free  
 +  Free --> Punch PTT 
 +  Punch --> Free :_PTT 
 +  IDLE --> MANUAL : Mode Button 
 +  Free : Mic ON 
 +  Free : Blue #blue 
 +  Punch : Mic OFF 
 +  Punch : Red 
 +
 + 
 +state MANUAL { 
 +  MANUAL : Static 
 +  Mute --> Open : PTT 
 +  Open --> Mute : _PTT 
 +  MANUAL --> AUTO : Mode Button 
 +  Mute : Mic OFF 
 +  Mute : Orange 
 +  Open : Mic ON 
 +  Open : Green 
 +
 + 
 +state AUTO { 
 +  AUTO : When MIDI_STOP > Slow Fade 
 +  AUTO : When MIDI_PLAY > Ping Pong fade 
 +  Stop --> Play : MIDI_PLAY 
 +  Stop --> Rec : MIDI_REC 
 +  Play --> Rec : MIDI_REC 
 +  Play --> Stop : MIDI_STOP 
 +  Rec --> Stop : MIDI_STOP 
 +  Rec --> Play : _MIDI_REC & MIDI_PLAY 
 +  AUTO --> IDLE : Mode Button 
 +  Stop : Mic ON 
 +  Stop : Green 
 +  Play : Mic OFF 
 +  Play : Green 
 +}
 </uml> </uml>
 ===== Principle ===== ===== Principle =====
autotalk.1773235029.txt.gz · Last modified: by wadmin