CanaKitRelay Monitor
The CanaKitRelay monitor controls a set of relays capable of turning on/off AC and DC lines. This is very handy for turning devices on and off during a fuzzing run. Any device with an AC or DC power line can be controlled by wiring it through a realy.
Parameters
-
SerialPort — Serial port for the board (e.g. COM2)
-
RelayNumber — Relay to trigger (1..4)
-
ResetEveryIteration — Reset power on every iteration (optional, default is false)
-
OnOffPause — Pause in milliseconds between off/on (optional, default is 1/2 second)
-
ResetOnStart — Reset device on start (optional, defaults to false)
-
ReverseSwitch — Switches the order of the on off commands for when the NC port is used for power (optional, default false)
Examples
Reset power on relay 1
<Agent name="Local">
<Monitor class="CanaKitRelay">
<Param name="SerialPort" value="COM2" />
<Param name="RelayNumber" value="1" />
</Monitor>
</Agent>


