Rules allow each device on the CFLink network to perform actions based on string matching of outgoing data on the CFLink bus.
For example, you can create a rule that when a specific dry contact on a SW16 is closed, a custom macro is triggered.
Rules are stored on the device that sends the commands. So if you want to perform a rule when a SW16 dry contact closes, you store the rule on the SW16.
If you wanted to perform a rule when data arrived on a TCP socket in the LAN Bridge, you would store the rule on the LAN Bridge.
If you wanted to perform a rule when the resistance input of a MOD-IO8 changed, you would store the rule in the unit housing the module (DIN-MOD4 for example).
A rule is defined with a name, search string and a macro to trigger.
*
(asterisk) means match any character zero or more times, until the next defined character in the search string is found, or until the end of the message..
(period) means match any character a single time.A Macro is defined with a name and a series of actions and delays.
The rules tab within System Commander allows you to create and add macros and rules to be run on your device. This tab is identical across all CommandFusion hardware that supports our Rules Engine.
A detailed explanation of how to program macros and rules can be found in our System Commander Quick Start Guide here.
A rule watches for a specific event, then runs a macro when that event occurs.
A macro must always be created first, as a rule will trigger a macro. A macro is a pre-defined set of actions to be run when triggered by a rule.
This button allows you to backup your rules and macros to a local file. This can be file can be kept as a backup, or used to load the rules and macros onto a different device.
This button allows you to choose a locally stored backup file to load macros/rules onto the current device.
Erases all rules all rules and macros from the current device.
Loads the rules and macros currently stored on the device and shows them in System Commander.
Saves all changes made to the device.
For details on the CFLink protocol used to create and delete rules, please see the Rules Protocol wiki entry.