265
FX3G/FX3U/FX3UC Series Programmable Controllers
Programming Manual - Basic & Applied Instruction Edition
9 Move and Compare – FNC 10 to FNC 19
9.10 FNC 19 – BIN / Conversion to Binary
1
Introduction
2
Overview
3
Instruction
List
4
Devices
in Detail
5
Specified the
Device &
Constant
6
Before
Programming
7
Basic
Instruction
8
FNC00-FNC09
Program Flow
9
FNC10-FNC19
Move & Compare
10
FNC20-FNC29
Arith. & Logic
Operation
Program examples
1. When the digital switch has 1 digit
2. When the digital switch has 2 to 4 digits
3. When the digital switch has 5 to 8 digits
FNC 19
BIN
K1X000 D0
X000
MOV instruction can be used instead.
PLC
FNC 12
MOV
K1X000 D0
X000
6
In the case of 2 digits: K2
In the case of 3 digits: K3
In the case of 4 digits: K4
FNC 19
BIN
K2X000 D0
PLC
K4 K3 K2 K1
9786
Digital switch
input
Output
destination
X000
PLC
97865342
K4 K3 K2 K1K8 K7 K6 K5
FNC 19
DBIN
K5X000 D0
X000
Digital switch
input
Output
destination
In the case of 5 digits: K5
In the case of 6 digits: K6
In the case of 7 digits: K7
In the case of 8 digits: K8