Foundation Block Set: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
==Foundation Control Block Set== | ==Foundation Control Block Set== | ||
===First Time Block=== | ===First Time Block:=== | ||
[[image:First_Time.PNG| First Time]] | [[image:First_Time.PNG| First Time]] | ||
The first time block sends a true signal out the first time the subsystem it is in is triggered. All other executions of that subsystem will have this block output a false signal. | The first time block sends a true signal out the first time the subsystem it is in is triggered. All other executions of that subsystem will have this block output a false signal. | ||
===Compare To:=== | |||
[[image:Compare_to.PNG| Compare To]] | [[image:Compare_to.PNG| Compare To]] | ||
The Compare To block allows the user to compare an inputted value vs. the given value in the mask. It will output a true signal when the values match. | |||
===Falling Edge:=== | |||
[[image:Falling_Edge.PNG| Falling Edge]] | |||
This block detects a falling edge and outputs a value when it does so. | |||
[[image:Counter_blocks.PNG| Counter blocks]] | [[image:Counter_blocks.PNG| Counter blocks]] | ||
Line 17: | Line 27: | ||
[[image:Enabled_counter.PNG| Enabled counter]] | [[image:Enabled_counter.PNG| Enabled counter]] | ||
[[image:First_Order_Low_Pass_Tunable.PNG| First Order Low Pass Tunable]] | [[image:First_Order_Low_Pass_Tunable.PNG| First Order Low Pass Tunable]] |
Revision as of 18:49, 20 June 2012
Foundation Control Block Set
First Time Block:
The first time block sends a true signal out the first time the subsystem it is in is triggered. All other executions of that subsystem will have this block output a false signal.
Compare To:
The Compare To block allows the user to compare an inputted value vs. the given value in the mask. It will output a true signal when the values match.
Falling Edge:
This block detects a falling edge and outputs a value when it does so.