Mitsubishi Electronics FX3GC Garage Door Opener User Manual


 
23
FX3S/FX3G/FX3GC/FX3U/FX3UC Series
Programming Manual - Basic & Applied Instruction Edition
1 Introduction
1.1 Programming Language in PLCs
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
1. Introduction
This chapter explains basic items related to programming in FX3S, FX3G, FX3GC, FX3U and FX3UC programmable
controllers (PLCs).
1.1 Programming Language in PLCs
This section explains the features of programming in FX3S, FX3G, FX3GC, FX3U and FX3UC PLCs.
1.1.1 Types of programming languages
FX3S, FX3G, FX3GC, FX3U and FX3UC PLCs support the following six types of programming languages:
1. List programming
1) Features
In this method, sequence instructions are input in the form of instruction words such as "LD", "AND" and "OUT".
This input method is the basis of sequence programs.
2) Example of list display
2. Circuit programming
1) Features
In a circuit program, a sequence circuit is drawn on the graphic screen by sequence formats and device numbers.
Because a sequence circuit is expressed with contact symbols and coil symbols, the contents of a program can
be understood easily.
In the circuit display status, the PLC operations can be monitored.
2) Example of circuit display
3. SFC (STL <step ladder>) programming
1) Features
In an SFC (sequential function chart) program, sequences can be designed in accordance with the flow of
machine operations.
2) Compatibility between SFC programs and other programs
SFC programs can be converted into another program format. And when list programs and circuit programs are
created according to certain rules, they can be converted inversely into SFC programs.
Step Instruction Device number
0000 LD X000
0001 OR Y005
0002 ANI X002
0003 OUT Y005
X000
Y005
X002
Y005
The above list program is expressed in
the circuit diagram.