config mac_filtering del <PORT> <MAC>
where
<PORT>
is port,
<MAC>
is MAC address
Example:
config mac_filtering del 1 00:11:22:33:44:55
5.4.3.18 Configuring inputs of the expansion board
1. Enable input
config inputs <INPUT> state <STATE>
where
<INPUT>
is the input number,
<STATE>
is the input state:
enable – input active
disable — input inactive
Example:
config inputs 1 state enable
2. Configuring an alarm state
config inputs <INPUT> alarm_level <STATE>
where
<INPUT>
is the input number,
<STATE>
is the port state when an event occurs
open – open
short — closed
any – any change in the state
Example:
config inputs 1 alarm_level short
5.4.3.19 Configuring outputs of the expansion board
1. Configuring initial output state
config outputs <OUTPUT> state <STATE>
where
<OUTPUT>
is the output number,
<STATE>
is the output state:
short — closed
open – open
logic — logic
Example:
config outputs 1 state logic
2. Configuring a list of events for the output
config outputs <OUTPUT> events <EVENTS>
where
<OUTPUT>
is the output number,