Usage example

If you want to turn ON the bit port 9 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. Check that output bit port 9 used in [System Configuration]-[Controller]-[Remote Control]-[Output] is not assigned to another output signal. If it is in use, set the output bit for the signal to [Unused], or change it to another bit.

  2. Set the name. In this case, set "LED_1" for the [Name]. Change the setting if necessary.

  3. Select [Pulse] for [Type].

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

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

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

  7. Click the [Apply] button.

Setting in the [Remote Control Outputs]

  1. Select the output bit “9” 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.