EasyManua.ls Logo

FATEK FBs-CM55 User Manual

FATEK FBs-CM55
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-CM55

Question and Answer IconNeed help?

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

FATEK FBs-CM55 Specifications

General IconGeneral
BrandFATEK
ModelFBs-CM55
CategoryController
LanguageEnglish

Summary

Chapter 1: Introduction of FATEK FBS Series PLC

1.4 List of FBS PLC Models

Provides a comprehensive list of FBS-PLC models with their specifications.

1.5 Specifications of Main Unit

Outlines the key specifications for FBS-PLC main units, including memory and speed.

1.7 Connection Diagrams of Various Models

Illustrates the terminal block layouts and connection diagrams for various FBS-PLC models.

1.7.1 NC Control Main Unit

Shows connection diagrams for NC Control Main Units, detailing digital I/O points.

1.7.2 Basic/Advanced Main Unit

Provides connection diagrams for Basic and Advanced Main Units (MA/MC models).

1.7.3 Digital I/O Expansion Unit

Details the connection diagrams for Digital I/O Expansion Units.

1.7.4 Digital I/O Expansion Module

Illustrates connection diagrams for various Digital I/O Expansion Modules.

Chapter 2: System Architecture

2.2 Formation of Multi-Unit System

Describes how to integrate multiple single-unit PLC systems for resource sharing.

Chapter 3: Expansion of FBS-PLC

3.1 I/O Expansion

Covers expanding FBS-PLC I/O points using digital and numeric expansion units/modules.

3.1.1 Digital I/O Expansion and I/O Numbering

Explains digital I/O expansion, numbering, and terminal block labeling.

3.1.2 Numeric I/O Expansion and I/O Channel Mapping

Details numeric I/O expansion and the mapping of NI/O channels to PLC registers.

3.2 Expansion of Communication Port

Describes methods for expanding communication ports using Communication Boards (CB) and Modules (CM).

Chapter 4: Installation Guide

4.2 Precautions of PLC Installation

Provides essential precautions for safe and effective PLC installation.

4.2.1 Placement of PLC

Details guidelines for vertically mounting PLCs and expansion units.

4.2.2 Ventilation Space

Specifies required ventilation space around the PLC for heat dissipation.

4.3 Fixation by DIN RAIL

Explains the procedure for mounting the PLC using a DIN RAIL.

4.4 Fixation by Screws

Details the positions and sizes of screw holes for unit fixation.

4.5 Precautions on Construction and Wiring

Provides critical safety and wiring guidelines for PLC installation.

Chapter 5: Power Supply Wiring, Power Consumption Calculation, and Power Sequence Requirements

5.1 Specifications of AC Power Sourced Power Supply and Wiring

Lists specifications and wiring diagrams for AC power supplies.

5.2 Specifications of DC Power Sourced Power Supply and Wiring

Details specifications and wiring for DC power supplies.

Chapter 6: Digital Input (DI) Circuit

Chapter 7: Digital Output (DO) Circuit

7.3 Single-End Output Circuit

Explains the single-end output circuit structure for relays, transistors, and TRIACs.

7.5 Output Device Protection and Noise Suppression in DO Circuit

Discusses protection and noise suppression for output devices like relays and transistors.

Chapter 8: Test Run, Monitoring and Maintenance

8.1 Inspection after Wiring and Before First Time Power on

Covers essential checks after wiring and before initial power-on.

8.2 Test Run and Monitoring

Explains how to perform test runs, monitor operation, and use the disable function.

8.3 LED Indications on PLC Main Unit and Troubleshooting

Details PLC LED indicators and provides troubleshooting guidance for errors.

Chapter 1: PLC Ladder Diagram and the Coding Rules of Mnemonic

1.4 The Coding Rules of Mnemonic

Provides rules for translating ladder diagrams into mnemonic instructions.

Chapter 2: FBS-PLC Memory Allocation

2.2 Digital and Register Allocations

Lists the allocation of digital points (bits) and registers (words).

Chapter 3: FBS-PLC Instruction Lists

3.2 Function Instructions

Categorizes and introduces the various function instructions available.

Chapter 5: Descriptions of Function Instructions

5.2 Use Index Register(XR) for Indirect Addressing

Details using index registers for indirect addressing of operands.

Chapter 6: Basic Function Instructions

T (Timer)

Details the Timer instructions (T) including time bases and preset values.

C (Counter)

Explains Counter instructions (C) covering preset values and counting modes.

Set (SET)

Describes the SET instruction to set bits or registers to 1.

Reset (RESET)

Explains the RESET instruction to set bits or registers to 0.

Chapter 7: Advanced Function Instructions

Watchdog timer instructions (FUN90~91)

Implements watchdog timer functionality for system safety and error detection.

High speed counting/timing (FUN92~93)

Manages hardware high-speed counters (HSC) and their values.

Table instructions (FUN100~114)

Provides instructions for table data manipulation: move, fill, shift, rotate, search, sort.

Matrix instructions (FUN120~130)

Handles matrix operations like AND, OR, XOR, XNOR, inverse, and compare.

NC positioning instructions (FUN139~143)

Controls NC positioning operations including pulse output and parameter setting.

Communication instructions (FUN150~151)

Manages communication protocols like Modbus Master and communication link.

Floating Point Number operation instructions(FUN200~213)

Covers floating-point arithmetic: conversion, addition, subtraction, multiplication, division, compare.

Chapter 8: Step Instruction Description

8.1 The Operation Principle of Step Ladder Diagram

Explains the basic operation principle of step ladder diagrams and steps.

8.2 Basic Formation of Step Ladder Diagram

Describes the basic structures of step ladder diagrams: single path, divergence, convergence.

8.3 Instruction of Step Introduction: STP, FROM, TO, and STPEND

Introduces fundamental step instructions: STP, FROM, TO, and STPEND.

8.4 Notes for Writing a Step Ladder Diagram

Provides important notes and recommendations for writing step ladder programs.

8.6 Syntax Check Error Codes for Step Instruction

Lists and explains syntax check error codes for step instructions.

Appendix: DAP Simple Human Machine Interface

1.2 Important points before operation

Highlights critical points and precautions before operating the FB-DAP.

Related product manuals