User Tools

Site Tools


aircraft:tmd:events

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
Next revisionBoth sides next revision
aircraft:tmd:events [2019/07/12 22:05] jhaircraft:tmd:events [2019/07/15 08:17] jh
Line 33: Line 33:
  
 <code>            <[event_sound][DEV0][] <code>            <[event_sound][DEV0][]
-            > 
-</code> 
- 
-==== event_edge ==== 
- 
-The event_edge object constantly monitors the input. When the input passes through the ''Threshold'' on either the rising or falling edge it triggers all of the functions listed in the ''Events'' list. 
- 
-  * ''Rising'' - when set to true: The input is increasing and passes from below the threshold above the threshold then the ''Events'' are fired. 
-  * ''Falling'' - when set to true: The input is moving from above the threshold below it then the ''Events'' are fired. 
- 
- 
-<code>            <[event_edge][State_Changed][] 
-                <[string8][Input][State.Output]> 
-                <[string8][Events][ DEV0.Trigger ]> 
-                <[bool][Rising][true]> 
-                <[bool][Falling][true]> 
-                <[float64][Value][0.0]> 
-                <[float64][Threshold][0.5]> 
             >             >
 </code> </code>
Line 80: Line 62:
                 <[string8][StepEvents]  [ DEV0.Trigger ]>                 <[string8][StepEvents]  [ DEV0.Trigger ]>
                 <[string8][ToggleEvents][ DEV0.Trigger ]>                 <[string8][ToggleEvents][ DEV0.Trigger ]>
 +            >
 +</code>
 +
 +==== event_edge ====
 +
 +The event_edge object constantly monitors the input. When the input passes through the ''Threshold'' on either the rising or falling edge it triggers all of the functions listed in the ''Events'' list.
 +
 +  * ''Rising'' - when set to true: The input is increasing and passes from below the threshold above the threshold then the ''Events'' are fired.
 +  * ''Falling'' - when set to true: The input is moving from above the threshold below it then the ''Events'' are fired.
 +
 +
 +<code>            <[event_edge][State_Changed][]
 +                <[string8][Input][State.Output]>
 +                <[string8][Events][ DEV0.Trigger ]>
 +                <[bool][Rising][true]>
 +                <[bool][Falling][true]>
 +                <[float64][Value][0.0]>
 +                <[float64][Threshold][0.5]>
             >             >
 </code> </code>
Line 91: Line 91:
             >             >
 </code> </code>
 +
 +//page will be completed at another time//
 +
 +==== event_sequence ====
 +
 +==== event_range ====
 +
 +==== event_select ====
 +
 +==== event_demultiplexer ====
 +
 +==== event_linear ====
 +
 +==== event_value ====
 +
 +==== event_sound ====
 +
 +==== event_timeout ====
 +
 +==== event_repeat ====
 +
 +==== event_swap ====
 +
 +==== event_crash ====
 +
aircraft/tmd/events.txt · Last modified: 2022/07/19 21:07 by jh