Raptor:Serial Trigger: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 47: | Line 47: | ||
| Positive number which determines the order in which multiple trigger blocks for the same mailbox are called. Triggers are executed from lowest to highest priority. | | Positive number which determines the order in which multiple trigger blocks for the same mailbox are called. Triggers are executed from lowest to highest priority. | ||
|} | |} | ||
Revision as of 13:41, 7 July 2014
Return to the main Raptor page
Description
The serial trigger block is used to execute code when a data byte is recieved on a serial port.
Inputs
Input | Type | Description |
---|
Outputs
Output | Type | Description |
---|---|---|
FnCall | Function call when triggered. |
Parameters
Parameter | Type | Description |
---|---|---|
Serial Bus | String | The serial bus to trigger on. |
Always enabled even when containing system is disabled. | When checked the trigger block will continue to operate even if the subsystem in which it is contained is disabled. | |
Priority | Number | Positive number which determines the order in which multiple trigger blocks for the same mailbox are called. Triggers are executed from lowest to highest priority. |