Category: PLC

  • PLC என்றால் என்ன?

    முந்தைய முன்னுரையில் தானியங்கி தொழில்நுட்பம் என்னவென்பதை சுருங்கக்கண்டோம். இன்றைய தொழிற்சாலைகளில் இயந்திரங்களை  தன்னிச்சையாக (Automatic) செயல்படவைக்க உதவும் இரண்டு மிக முக்கியமான கட்டுப்பாட்டு கணினிகள்(Controllers) Programmable Logic Controller மற்றும் Distributed Control System. இவை இரண்டும் தொழிற்சாலைகளின் கடின சூழலுக்கேற்ப உருவாக்கப்பெற்ற Embedded System-த்தின் ஒரு மேம்படுத்தப்பட்ட கட்டமைப்பாகும். குறிப்பு: PLC  மற்றும் DCS இவை இரண்டும் ஒரே மாதிரியான செயல்பாட்டுக் கொள்கைகளைப் பகிர்ந்து கொள்கின்றன. இருப்பினும், தொழிற்சாலைகளின் அளவிற்கேற்ப இவைகள் தேர்ந்தெடுக்கப்படுகின்றன. எடுத்துக்காட்டாக சிறிய…

  • தானியங்கி தொழில்நுட்பம் (Automation Technology).

    அயராது வளர்ச்சியடையும் மனிதனின் மூளைக்கேற்ப இயந்திரங்களும் அதன் தொழில்நுட்பங்களும் மனிதனுடன் இணைந்தே வளர்ச்சியடைகின்றன. தனி மனிதனின் இன்றியமையாத தேவைகளான உணவு, உடை, உறைவிடம் என தொடங்கி சமூகத்தேவைகளான மருத்துவம், கல்வி, பாதுகாப்பு, கேளிக்கை வரை அனைத்திலும் இன்று அறிவியல் புகுந்து அவைஅவைகளின் தேவைகளை பூர்த்திசெய்ய முனைகின்றது. அப்படி பூர்த்தி செய்ய முனையும் அறிவியலின் பல்வேறு பரிணாமங்களில் ஒரு இன்றியமையாத இடத்தை பெற்றதுதான் தானியங்கி தொழில்நுட்பம் (Automation Technology). தானியங்கி தொழில்நுட்பம் என்பது ஒரு இயந்திரத்தின் திறனை, தனுக்குத்…

  • Automation Technology

    Machines and their technologies are developing relentlessly in tandem with Human’s thoughts. Nowadays, from the basic needs of individuals such as food, cloth & home to social needs such as medicine, education, safety, entertainment, etc., are being scrutinized by science and science is continuously evolving in various disciplines to fulfil their needs. In these various…

  • PLC Compare Instructions

    PLC Compare Instructions

    Compare instructions are used to compare the two numeric values or two tags which are numerical data types (like Integer(INT), Float (or) Real, DINT). Refer the following diagram of the Tank Level measurement system and we are going to see how to generate the High-Level Alarm (HAL) and Low-Level Alarm (LAL) by using Ladder Logic.…

  • Ladder Logic Bit Instructions – Part 2

    Ladder Logic Bit Instructions – Part 2

    4. Positive Transition or One Shot Rising (OSR) Edge Positive Transition instruction becomes Logic high (State”1″) only for the moment, “Tagname” value transit from Logic low(0) to Logic High(1). Note: The name Positive transition or OSR is depends on the PLC manufacturer. Refer the following Examples, The moment when Tagname transits from “0” to “1”,…

  • Ladder Logic Bit Instructions – Part 1

    Ladder Logic Bit Instructions – Part 1

    Following table shows the PLC Programming Ladder Logic Instructions. 1. Contact (NO) Contact instruction maintains its state same as present state of the Tag which is linked with it. Refer below diagram which shows Contact instruction with Tagname, Point “A” & Point “B”. Point “A” is the input side of the instruction and Point “B”…

  • Types of PLC IO signals and DATA Types

    Types of PLC IO signals and DATA Types

    Programmable Logic Controller(PLC) receives Input signals from the sensors and controls the output devices by sending control or output signals, to achieve the desired operation in a system. For Basic details of PLC & Programming click these links What is Programmable Logic Controller? & Understanding the PLC Programming Types of PLC Input: Digital Input (DI)…

  • Understanding the PLC system

    PLC program is the control logic that is stored inside the PLC memory to perform the predefined actions to control the system. The above image shows how PLC control system is interacting with field/system with help of IO modules and PLC Program. Following are the important parts of the typical PLC program, Hardware Configuration –…

  • What is PLC or Programmable Logic Controller?

    Nowadays Industrial automation technology plays an important role in Manufacturing industries to meet Quality and Productivity. Industrial automation technology uses advanced & Robust embedded controllers like PLC or DCS to control the process in a predefined & desired manner. Note: Both PLC & DCS are the types of Industrial automation controllers, which share almost the…

  • OFF DELAY TIMER – TOF

    OFF DELAY TIMER – TOF

    OFF Delay Timer (TOF) delays the OFF status its Output bit (DN bit). OFF Delay Timer makes Done (DN) bit to State “1” once it is enabled. DN bit Remains in State “1” till the timer is enabled. Once the timer input is disabled, TOF Timer keeps its output to State “1” till the time…

  • ON DELAY TIMER – TON

    ON DELAY TIMER – TON

    ON – Delay Timer delays the Output (Done bit) to become state “1” for the predefined PRESET time. Following Video shows the operation of TON – ON delay timer. All the timer blocks having following Common parameters, EN – Enable bit, ON Logic which enables the Timer Block. DN – Done bit, This the output…

  • PLC/DCS based System Architecture

    PLC/DCS based System Architecture

    INTRODUCTION System Architecture is the diagram which gives details about control system components and their communication interfaces. Components such as,– Computers (DCS Servers, SCADA, Database servers, etc.,)– Controllers ( DCS, PLC, PAC, VFD, etc.,)– Human Machine Interfaces ( Machine control via Screens)– Ethernet Switches– Transmitters(Sensors), Multi-Function Meters(MFM), etc., Interfaces, this gives the details of communication…