INFP Activation Modes
The following list describes the three activation modes for the INFP.
- Simultaneous
- Closes all relays at the same time.
- Waits for "pauseBeforePlayingAudio" milliseconds.
- Plays audio.
- Waits for "pauseAfterPlayingAudio" milliseconds.
- Opens all relays at the same time.
- SimultaneousDelayed
- Closes all relays for every chosen site, one after the other, with a delay of "pauseBetweenSimultanousSitesActivate" ms between each relay.
- Waits for "pauseBeforePlayingAudio" milliseconds.
- Plays audio Wait for "pauseAfterPlayingAudio" milliseconds.
- Opens all relays for every chosen site, one after the other, with a delay of "pauseBetweenSimultanousSitesDeActivate" milliseconds between each relay.
- Sequential
- Closes a relay for first site.
- Waits for "pauseBeforePlayingAudio" milliseconds.
- Plays audio Wait for "pauseAfterPlayingAudio" milliseconds.
- Opens relay.
- Waits for "pauseBetweenSequentialSites" milliseconds and then repeats the process for each site.