You are on page 1of 13

FN1N series micro programmable controller

Hardware manual and programming manual

Input connection:

Output connection:
Stepper motor wiring:

Programming section
Write application program in ladder diagram language, support
Mitsubishi GX-Develoer.
Support man-machine interface connection, completely
equivalent to Mitsubishi FX1N in application.
Support ladder diagram programming, download, monitoring.
The programming port is the port for downloading the program
and communicating with the man-machine interface.
This PLC adopts industrial-grade 32-bit MCU with strong anti-
interference, and its running speed far exceeds that of the
original Mitsubishi FX1N.
The company's original password protection, as long as the
password is 12345678, the internal program is protected to
prevent your program from being illegally stolen and protect
your labor results.
Unlock password: clear PLC memory

Programing language Ladder diagram, SFC step


instruction
Program capacity 8K step EEPROM
Type of basic 27 sequential control, 2
instruction instructions stepping instructions
application 70
instruction
Command basic 0.1US-0.55US
speed instructions
application 0.8US-10US
instruction
Input Input relay X 128 points X0-X127
Output Output relay Y 128 points Y0-Y127
Auxiliary General use 1524 points M0-M1523
relay M
Special use 256 points M8000-M8255

State S 1000 points S0-S999

timer 100MS 200 points T0-T199


T 10MS 46 points T200-T245
1MS 4 points T246-T249
100MS 6 points T250-T255
accumulation
Counter C 16-bit 200 points C0-C199

Counter C 32-bit 56 points C200-C255

data General use 500 points D0-D500


register For indexing 16 points V7-V0、Z7-Z0

Special use 255 points D8000-D8255


Nested pointers 128 points P0-P127
Constant K 16 bit -32768-32767
K 32 bit -2 147 483 648-2 147 483 647
H 16 bit 0-FFFF
H 32 bit 0-FFFFFFFF

Support instruction set


Basic sequence instructions
mnemonic, name Function Available devices
LD Operation starts a contact XYMSTC
LDI inversion Operation start b contact XYMSTC
LDP takes the rising Rising edge detection XYMSTC
edge of the pulse operation start
Falling edge detection XYMSTC
LDF takes the operation start
falling edge of the
pulse
series a contact XYMSTC
AND
series b contact XYMSTC
ANI and negation
Rising edge detected series XYMSTC
ANDP with rising connection
edge of pulse
Falling edge detected series XYMSTC
ANDF and pulse connection
falling edge
Parallel a contact XYMSTC
OR
Parallel b contact XYMSTC
ORI or negated
Rising edge detected XYMSTC
ORP or rising edge parallel connection
of pulse
Falling edge detected XYMSTC
ANDF or pulse parallel connection
falling edge
YMSTC
OUT output coil drive command
SET setting Coil Hold Command YMS
YMSTCD
RST reset Coil reset command
PLS rising edge rising edge detection YM
pulse instruction
PLF rising edge Falling edge detection YM
pulse command
MC master control Connecting coils at
common series point
MCR master reset Clear Coil for Common
Series Point
MPS push stack Operational storage
MRD read stack save read
MPP pop Memory read and reset
INV inversion Inversion of operation
result
NOP no operation no action
END Sequence program ends

Step ladder diagram instructions


STL step ladder Step ladder diagram starts
diagram
RET returns Step ladder diagram ends

Application instruction
Type FNC Type Instruction name
NO. instruction
notation
Program 00 CJ conditional jump
flow 01 CALL subroutine call
02 SRET subroutine return
06 FEND Main program ends
07 WDT watchdog timer
08 FOR start of repeat range
09 NEXT end of repeat range

Type FNC instruction instruction name


NO. token
transfer 10 CMP Compare
and 11 ZCP Regional comparison
compare 12 MOV send
15 BMOV batch delivery
18 BCD Exchange of BCD
19 BIN Exchange of BIN

Type FNC NO. instruction instruction name


token
Arithm 20 ADD BIN addition
etic 21 SUB BIN subtraction
22 MUL BIN multiplication
23 DIV BIN division
24 INC BIN increment
25 DEC BIN decrementing
26 WAND Logical AND
27 WOR Logical OR
28 WXOR logical XOR

Type FNC instruction instruction name


NO. token
Rotation 34 SFTR bit shift right
shift 35 SFTL bit shift left
38 SFWR shift write
39 SFRD shift readout

Type FNC instruction instruction name


NO. token
bit 40 ZRST All reset
processing 41 DECO decoding
42 ENCO coding

Type FNC instruction instruction name


NO. token
high-speed 56 SPD pulse density
processing 57 PLSY Pulse output
59 PLSR Adjustable speed pulse
output

Type FNC instruction instruction name


NO. token
convenience 66 ALT Alternating output
command 67 RAMP ramp signal

Type FNC instruction instruction name


NO. token
Positioning 156 ZRN return to origin
157 PLSV Variable pulse output
158 DRVI Relative position control
159 DRVA Absolute position
control

Type FNC instruction instruction name


NO. token
Contact 224 LD = Operation starts (S1) =
comparison (S2) on
command 225 LD > Operation starts (S1) >
(S2) on
226 LD < Operation starts (S1) >
(S2) on
228 LD <> Operation starts (S1)≠(S2)
on
229 LD <= Operation start (S1) ≤ (S2)
turn on
230 LD >= Operation start (S1) ≥ (S2)
on
232 AND = Series connection (S1) =
(S2) on
233 AND > Series connection (S1) >
(S2) on
234 AND < Series connection (S1) >
(S2) on
Type FNC instruction instruction name
NO. token
Contact 236 AND <> Series connection (S1) ≠
comparison (S2) conduction
command 237 AND <= Series connection (S1) ≤
(S2) conduction
238 AND >= Series connection (S1) ≥
(S2) conduction
240 OR = Parallel connection (S1) =
(S2) on
241 OR > Parallel connection (S1) >
(S2) conduction
242 OR < Parallel connection (S1) >
(S2) conduction
243 OR <> Parallel connection (S1) ≠
(S2) conduction
244 OR <= Parallel connection (S1) ≤
(S2) conduction
245 OR >= Parallel connection (S1) ≥
(S2) conduction

PLC supports 4 channels of 100K high-speed output Y0 Y1 Y2


Y3 Supports relative positioning absolute positioning origin
return control The maximum output current of the transistor is
100ma.
Note:
Before use, please read this book and related
product manuals, hoping to use the product
correctly under the premise of fully understanding
its specifications.
1. Because the hardware circuit is different from that of FX1N,
some commands are not supported temporarily, but S480-S991,
M500-M1023, D200-D500, C100-C199 are supported in power
failure, and D512-D7999 are not supported temporarily.
2. For specific command functions, please refer to the FX series
programming manual

You might also like