Supplied: 

1 Migro FX Board Controller 20 i/o; 12 DC Inputs,
           8 Relay Outputs
1 USB Interface Programming Cable
1 Power Supply output 24VDC,  input 120/240VAC


USB Drive with    Ladder Logic Software and Electronic Manuals
           And BONUS   Training Course


The basic ladder logic Programming software

Software for Windows 10, 32bit. 
Software  is FREE, cost include Procurement, examples and data compilation

BONUS a training course in ladder logic, from the basic functions to advanced applications as used in the industry today.

1 - PLC Ladder Logic    
GX Developer Programming Software GX-DEV FX- 8.25

Open Software  includes Programming and Hardware Manual

Features: 1000 steps L
adder Diagram, and Instruction List 

Software supports all this FX processors 

FX0/FX0S, FX0N, FX1S, FX1N, FX(FX2/FX2C)  FX2N/FX2NC.

FX3u

FX MELSEC single user FX Win Version 8.25, 1000 step for FX PLCs controllers series.
This is the standard software easy to use and simple, intuitive interface and a short learning curve.

Full upload and download, monitor, test and program all the Mitsubishi FX-series PLC
package includes CD with the software and manuals in electronic format for programming and hardware installation .

2 - Hardware  Features:  FX1N-20mr


Specifications:
Model: FX1N-20mr
Operating Voltage: DC24V
Wide Power Supply Voltage: 10-28VDC
Baud Rate: 9600
Programming Software: for GX-Developer, for GX-work2.
Size: Approx. 86 x 73 x 20mm / 3.4 x 2.9 x 0.7inch
Weight: 120G

 
 
Module function:
This module is programmable control, can achieve thousands of functions, stable and reliable working performance, built-in watchdog timer circuit, to ensure that the module for a long time to run!!!
Some of the common features are shown as follows:


These are just some examples, modules can achieve far more than these functions


Precautions for use:

 

Assistant Relay 

Normal Use

M0 - M383

 

Hold After Power Off

M384-M1535

 

Special Use

M8000-M8255

State 

Holding Use

S0-S999

Timer 

100MS

T0-T199

 

10MS

T200-T245

 

1MS

T246-T249

 

100MS accumulation

T250-T255

Counter 

16-bit

C0-C15(0-32767)                    

 

16-bit(Hold After Power Off)  

C16-C199

 

High Speed(Hold After Power Off)  

C200-C255

Data Register

16-bit

D0-D127

 

16-bit(Hold After Power Off)  

D128-D5029

 

16-bit Special Use(AD)

D5030(Output Voltage: 0-10V)

 

16-bit Special Use(DA)

D5101(Output Voltage: 0-3.3V)


PLC Training Lessons

Learn to program    Ladder Logic Controllers

Supplied in USB Flash Drive

Virtual PLC Basic and Advance   Examples

Electronic format Included:  Training,   Operating, and Software Manuals.

Introduction:

Complete Course Step by Step with programming  lessons  

Easy learning lessons  applicable to any Ladder Logic PLC hardware environment
 
Graphic Programming and Simulation,
Evaluation at every lesson


Table of Contents

LESSON 1 – Introduction and Overview

1.1 Course Objectives   Prerequisites Duration,   ---------------------1

1.4 Course Description ............................................................... 2

1.5 Product Line Overview.......................................................... 3

LESSON 2 – FX-Series Hardware Review

2.1 What is a dedicated PLC? ............................................... 5

2.2 FX Line of PLCs................................................................... 6

2.3 Hardware Components ..............................        ................. 8

2.4 Inputs.....................................................      ....................... 10

2.5 Outputs .........................................    .................................12

2.6 Special Function Modules...................................................... 14

2.7 High Speed Counter & Positioning Modules............... .......... 15

2.8 Communication Modules and Option Boards........................ 17

2.9 Network Modules & Option Boards....................................... 19

2.10 Miscellaneous .................................................................... 21

2.11 Power Supplies................................................................... 21

2.12 Exercise – Power Supply Calculation ............................... 29

2.13 Memory Types ................................................................. 30

LESSON 3 – Programming Equipment

3.1 Hand-Held Programming Units ........................................... 33

3.2 Programming Software ....................................................... 33

3.3 GX-Developer Overview .....................................................34

3.4 File Format ..............................................................................................37

3.5 Hardware Connection.............................................................................. 37

LESSON 4 – Number Systems

4.1 Binary Numbers ..................................................................................... 39

4.2 Hexadecimal Numbers............................................................................ 40

4.3 Octal Numbers......................................................................................... 41

4.4 Binary Coded Decimal ............................................................................ 42

4.5 Exercise – Number Systems Conversion................................................. 43

LESSON 5 – Numeric Data in PLCs

5.1 Integer (16/32 Bit) .................................................................................... 45

5.2 Decimal (16/23 Bit) .................................................................................. 47

LESSON 6 – System Devices

6. System Devices ....................................................................................... 49

LESSON 7 – Addressing

7.1 Right Side Bus Rules of Addressing ....................................................... 53

7.2 FX3U Left Side Bus Addressing ............................................................. 53

7.3 Example.............................................................................. 55

7.4 Exercise – PLC Addressing ..................................................................... 56

LESSON 8 – Demo Kit Layout

8.1 Addressing............................................................................... 55

8.2 Indicator Lights ........................................................................................ 56

8.3 Operator Interface.................................................................... 56

LESSON 9 – PLC Instruction Types

9.1 Basic Instructions...................................................................... 59

9.2 STL (Step Ladder) Instructions ............................................... 59

9.3 Applied Instructions ................................................................. 59

LESSON 10 – Basic Instructions

10.1 Symbols ............................................................................... 61

10.2 Ladder Basics .......................................................................................... 62

10.3 Common Instructions ............................................................................... 63

10.4 Exercise – Ladder Basics ........................................................................ 65

LESSON 11 – Develop and Edit Programs

11.1 Launching GX-Developer......................................................................... 67

11.2 Creating a New Project ............................................................................ 68

11.3 Editing the Ladder.................................................................................... 69

11.4 Program Transfer..................................................................................... 70

11.5 Online Editing .......................................................................................... 71

11.6 Monitor the Program Operation ............................................................... 72

11.7 Forcing Bits and Changing Registers ...................................................... 73

11.8 Exercise – Contacts and Coils ................................................................. 73

LESSON 12 – Timers and Counters

12.1 Timers...................................................................................................... 75

12.2 Counters ................................................................................................. 76

12.3 Program Examples ................................................................ 79

12.4 Additional Timer Commands.................................................... 81

12.5 Exercise – Timers and Counters.............................................................. 82

12.6 Exercise – Conveyor Control ................................................................... 82

LESSON 13 – Applied Instructions

13.1 General Format..........................................................................83

13.2 Data Transfer Instructions.......................................................... 84

13.3 Comparison Instructions ......................................................................... 85

13.4 Exercise – Parking Lot ............................................................................ 88

13.5 Exercise – Conveyor Control Part 2......................................................... 88

13.6 Conversion Instructions ........................................................................... 88

13.7 Increment and Decrement Instructions .................................................... 89

13.8 Exercise – INC and DEC ......................................................................... 89

13.9 Arithmetic Instructions.............................................................................. 89

13.10 Exercise – Binary Math.......................................................................... 90

13.11 Exercise – Parking Lot Part 2 ................................................................ 90

13.12 Exercise – Conveyor Control Part 3.................................. 90

13.13 High-Speed Processing .................................................... 90

13.14 TO/FROM Instructions ...................................................... 92

13.15 Exercise – FX2N-5A Module Access .................................. 93

13.16 Shift Registers .................................................................. 93

13.17 Exercise – Bit Shift Register .............................................. 94

13.18 Program Flow Control ..................................................... 95

LESSON 14 – Diagnostic Devices

14.1 Special M Relays .....................................................97

14.2 Special D Registers ........................................................98

14.3 Handy Troubleshooting Circuits................................ 98

14.4 Real Time Clock Usage ............................................... 99

14.5 Exercise – Daylight Savings Time ....................................... 100

14.6 GX-Developer Diagnostics................................................... 101

14.7 Find/Replace Menu............................................................... 102

14.8 Data Trace............................................................... 107

LESSON 15 – Documentation

15.1  ............................................... 109

 
NOTE   Software is free,
Charges are for the   Procurement, Compilation and practical examples
FX-DEV GX-DEV and MELSEC are trademarks of Mitsubishi Electric Corporation

 

 

 
Windows is registered trade mark of Microsoft Corporation

 

Copyright 2023