Usage example

If you want to turn ON the bit port 8 of the standard I/O for 500 ms when the bit port 0 of the standard I/O input is ON and the bit port 1 is OFF:

User definition

  1. Set "LED_1" for the [Name] in this example. Change the setting if necessary.

  2. Select [Pulse] for [Type].

  3. Select [Active High] for [Polarity] in order to output ON.

  4. Set [On condition]. In this example, set the following condition expression.

    Sw(0)  =  On  And Sw(1)  =  Off
    
  5. Set “500” for [Pulse Width].

  6. Click the [Apply] button.

Setting in the [Remote Control Outputs]

  1. Select the output bit “8” for the configured name (LED_1).
  2. Click the [Apply] button.

Now, output to the I/O will be executed according to the condition expression after rebooting.