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
Set "LED_1" for the [Name] in this example. Change the setting if necessary.
Select [Pulse] for [Type].
Select [Active High] for [Polarity] in order to output ON.
Set [On condition]. In this example, set the following condition expression.
Sw(0) = On And Sw(1) = Off
Set “500” for [Pulse Width].
Click the [Apply] button.
Setting in the [Remote Control Outputs]
- Select the output bit “8” for the configured name (LED_1).
- Click the [Apply] button.
Now, output to the I/O will be executed according to the condition expression after rebooting.