Skip Navigation

INFP Activation Modes

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