EasyManua.ls Logo

FATEK FBs-20MC Series User Manual

FATEK FBs-20MC Series
348 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
Page #1 background imageLoading...
Page #1 background image
Hardware
Contents
Chapter 1Introduction of FATEK FBS Series PLC
1.1 Appearance of Main Unit...............................................................................................................H1-1
1.2 Appearance of Expander/Module.................................................................................................H1-2
1.3 Appearance of Communication Expansion Module ....................................................................H1-4
1.4 List of FBS-PLC Models ................................................................................................................H1-5
1.5 Specifications of Main Unit ............................................................................................................H1-7
1.6 Environmental Specifications ........................................................................................................H1-8
1.7 Connection Diagrams of Various Models.....................................................................................H1-9
1.7.1 NC Control Main Unit..............................................................................................................H1-9
1.7.2 Basic/Advanced Main Unit .....................................................................................................H1-10
1.7.3 Digital I/O Expander................................................................................................................H1-12
1.7.4 Digital I/O Expansion Module.................................................................................................H1-13
1.7.5 High-Density Digital I/O Expansion Module ..........................................................................H1-14
1.7.6 Numeric I/O Expansion Module.............................................................................................H1-14
1.7.7 Analog I/O Expansion Module ...............................................................................................H1-14
1.7.8 Temperature Input Module.....................................................................................................H1-15
1.7.9 Expansion Power....................................................................................................................H1-15
1.7.10 Communication Module (CM)..............................................................................................H1-16
1.7.11 Communication Board (CB).................................................................................................H1-17
1.8 Drawings with External Dimensions .............................................................................................H1-18
Chapter 2System Architecture
2.1 Single-Unit System of FBS-PLC...................................................................................................H2-1
2.2 Formation of Multiple Units............................................................................................................H2-2
2.2.1 Connection of multiple FBS-PLC...........................................................................................H2-2
2.2.2 Connection of FBS-PLC with host computer or intelligent peripherals................................H2-3
Chapter 3Expansion of FBS-PLC
3.1 I/O Expansion.................................................................................................................................H3-1

Other manuals for FATEK FBs-20MC Series

Question and Answer IconNeed help?

Do you have a question about the FATEK FBs-20MC Series and is the answer not in the manual?

FATEK FBs-20MC Series Specifications

General IconGeneral
BrandFATEK
ModelFBs-20MC Series
CategoryController
LanguageEnglish

Summary

Introduction to FATEK FBS Series PLC

Appearance of Main Unit

Describes the physical structure and case sizes of FBS-PLC Main Units, using FBS-24MC as example.

List of FBS PLC Models

Lists various FBS PLC models with their specifications, covering NC Control, Advanced, Basic Main Units, Expansion Power, and Digital I/O Modules.

Specifications of Main Unit

Provides detailed specifications for main units, including execution speed, memory, I/O points, and register types.

Expansion of FBS-PLC

I/O Expansion

Covers the expansion of Digital I/O and Numeric I/O using expansion units or modules, including system limitations.

Installation Guide

Precautions of PLC Installation

Provides essential precautions for PLC installation, including avoiding noise sources and proper placement for ventilation.

Power Supply Wiring, Power Consumption Calculation, and Power Sequence Requirement

Specifications of AC Power Sourced Power Supply and Wiring

Lists specifications and wiring details for available AC power supplies, including power consumption and isolation type.

Specifications of DC Power Sourced Power Supply and Wiring

Provides specifications and wiring for DC power sourced supplies, detailing their capabilities and differences from AC counterparts.

Residual Capacity of Main/Expansion Unit & Current Consumption of Expansion Module

Describes the residual capacities of power supplies and current consumption of expansion modules to prevent overloading.

Digital Input (DI) Circuits

Specifications of Digital Input (DI) Circuit

Details specifications for 5VDC differential and 24VDC single-end inputs, including signal voltage, current, and status indication.

Digital Output (DO) Circuits

Specifications of Digital Output Circuit

Outlines specifications for digital outputs, including Line-driver and single-end circuits, and notes on external protection.

Output Device Protection and Noise Suppression in DO Circuit

Discusses protection measures for output devices like relays and transistors against surge currents and noise.

Test Run, Monitoring and Maintenance

Inspection after Wiring and Before First Time Power on

Outlines essential checks before powering on the PLC, including wiring, power type, and load consistency.

LED Indicators on PLC Main Unit and Troubleshooting

Details the function of LED indicators on the main unit and provides troubleshooting guidance for common errors.

PLC Ladder Diagram and the Coding Rules of Mnemonic

The Coding Rules of Mnemonic

Details the coding rules for translating ladder diagrams into mnemonic instructions, crucial for programming.

FBS-PLC Memory Allocation

FBS-PLC Memory Allocation

Illustrates the memory buffer layout in PLC and FBS-PACK, detailing SRAM and program areas.

Digital and Register Allocations

Lists and explains the allocation of digital (bit) and register (word) data types, including their ranges and remarks.

Special Registers Details

Provides a comprehensive list of special registers, their functions, and descriptions, covering PID control and temperature monitoring.

FBS-PLC Instruction Lists

Sequential Instructions

Lists sequential instructions with their operands, symbols, descriptions, execution time, and instruction types.

Function Instructions

Introduces various function instructions, categorized into Basic and Advanced groups, covering a wide range of operations.

Sequential Instructions

Valid Operand of Sequential Instructions

Shows the valid operands and ranges for sequential instructions like ORG, LD, AND, OR, and their application to various relays.

Descriptions of Function Instructions

The Format of Function Instructions

Details the format of function instructions, including input control, instruction number, operand, and function output.

Use Index Register(XR) for Indirect Addressing

Explains the use of index registers (V, Z, P0-P9) for indirect addressing, allowing flexible operand manipulation.

Basic Function Instruction

T (Timer)

Describes Timer instructions (Tnnn) with different time bases (0.01S, 0.1S, 1S), including operation and examples.

C (Counter)

Explains Counter instructions (Cnnn) for counting events, including 16-bit and 32-bit counters, and their preset values.

FUN 8 MOV MOVE

Explains the MOVE instruction for transferring data from a source register (S) to a destination register (D).

FUN 11 (+) ADDITION

Covers the ADDITION instruction for performing arithmetic addition of Sa and Sb, storing the result in D, with carry/borrow flags.

FUN 12 (-) SUBTRACTION

Details the SUBTRACTION instruction for performing arithmetic subtraction of Sa and Sb, storing the result in D, with carry/borrow flags.

FUN 17 CMP COMPARE

Covers the COMPARE instruction for comparing Sa and Sb, setting function outputs based on equality, greater than, or less than.

Advanced Function Instructions

Watchdog timer instructions (FUN90~91)

Covers WATCHDOG TIMER (FUN90) for setting timeout and RESET WATCHDOG TIMER (FUN91) for resetting the timer.

NC positioning instructions (FUN140~143)

Covers NC positioning instructions such as HSPSO (FUN140), MPARA (FUN141), PSOFF (FUN142), and PSCNV (FUN143) for motion control.

Communication instructions (FUN150~151)

Details communication instructions like MODBUS MASTER (FUN150) and COMMUNICATION LINK (FUN151) for device communication.

Floating Point Number operation instructions(FUN200~213)

Lists floating-point operations including Integer to Floating (FUN200), Floating to Integer (FUN201), ADDITION (FUN202), SUBTRACTION (FUN203), MULTIPLICATION (FUN204), DIVISION (FUN205), COMPARE (FUN206), ZONE COMPARE (FUN207), SQRT (FUN208), SIN (FUN209), COS (FUN210), TAN (FUN211), NEG (FUN212), ABS (FUN213).

Step Instruction Description

Introduction of Step Instructions: STP, FROM, TO and STPEND

Introduces core step instructions: STP (step), FROM (source step), TO (transfer target), and STPEND (end of process).

Related product manuals