Omron C200HS Garage Door Opener User Manual


 
249
Note When using PID(––) or SCL(––), make the data settings in advance with a Pe-
ripheral Device such as the Programming Console or LSS.
Target value HR
Proportional band
Integral time/sampling period
Derivative time/sampling period
Sampling period
Forward/reverse designation/
PID parameters
I/O range
Heater
(DM0000)
0080
0200
0100
0001
0000
0404
HR 00
HR 01
HR 02
HR 03
HR 04
HR 05
HR 06
Fan
(DM0000)
0060
0150
0100
0001
0001
0404
HR 40
HR 41
HR 42
HR 43
HR 44
HR 45
HR 46
SCL Parameters
DM 0100
DM 0101
DM 0102
DM 0103
0000
0000
0200
0FFF
5-22 Logic Instructions
The logic instructions – COM(29), ANDW(34), ORW(35), XORW(36), and
XNRW(37) – perform logic operations on word data.
5-22-1 COMPLEMENT – COM(29)
Wd: Complement word
IR, SR, AR, DM, HR, LR
Ladder Symbols Operand Data Areas
COM(29)
Wd
@COM(29)
Wd
Description When the execution condition is OFF, COM(29) is not executed. When the ex-
ecution condition is ON, COM(29) clears all ON bits and sets all OFF bits in Wd.
10 0110 0110 011001
01 1001 1001 1001 10
15 00
15 00
Original
Complement
Flags ER: Indirectly addressed DM word is non-existent. (Content of :DM word is
not BCD, or the DM area boundary has been exceeded.)
EQ: ON when the result is 0.
Example
Logic Instructions Section 5-22