Mitsubishi Electronics FX3GC Garage Door Opener User Manual


 
595
FX3S/FX3G/FX3GC/FX3U/FX3UC Series
Programming Manual - Basic & Applied Instruction Edition
24 Others – FNC181 to FNC189
24.4 FNC188 – CRC / Cyclic Redundancy Check
21
FNC160-FNC169
Real Time Clock
Control
22
FNC170-FNC179
External Device
23
FNC180
Alternate
Instructions
24
FNC181-FNC189
Others
25
FNC190-FNC199
Block Data
Operation
26
FNC200-FNC209
Character String
Control
27
FNC210-FNC219
Data
Operation 3
28
FNC220-FNC249
Data
Comparison
29
FNC250-FNC269
Data Table
Operation
30
FNC270-FNC276
Ex-Device
Program example
In the program example shown below, the CRC value of the ASCII code “0123456” stored in D100 to D106 is
generated and stored to D0 when M0 turns ON.
1. In the case of 16-bit mode
2. In the case of 8-bit mode
Contents of data
Target data
Device storing data for which CRC
value is generated
D100 3130H
Low-order byte 30H
High-order byte 31H
D101 3332H
Low-order byte 32H
High-order byte 33H
D102 3534H
Low-order byte 34H
High-order byte 35H
D103 3736H
Low-order byte 36H
––
Device storing generated CRC value D0 2ACFH
Low-order byte CFH
High-order byte 2AH
Contents of target data
Device storing data for which the
CRC value is generated
D100 Low-order byte 30H
D101 Low-order byte 31H
D102 Low-order byte 32H
D103 Low-order byte 33H
D104 Low-order byte 34H
D105 Low-order byte 35H
D106 Low-order byte 36H
Device storing the generated CRC
value
D0 Low-order byte CFH
D1 Low-order byte 2AH
M0
FNC188
CRC
D100 D0 K7
M8161
M8000
16-bit conversion mode
FNC188
CRC
M8161
M8000
D100 D0 K7
M0
8-bit conversion mode