AUTOMATION PROGRAMMING - PLC - FC 105.

AUTOMATION PROGRAMMING - PLC - FC 105.

F.C. 105 is a function block which is already exists in our memory and we use in order to convert and scale an integer ( 0 - +27648 ) to a physical size . We use Ladder as we see from the picture we understand the symbol of FC 105 let me explain in short about inputs and outputs of this symbol and how we use them :

EN : If we call FC 105 with C.C. or U.C.

IN : We have to write the address of an analog input which we need to convert-scale for example PIW 256 , we remember that we have logical addresses for analog inputs from *byte 256 to byte 767* .

HI-LIM : We write the high limit of a physical size in which we have to scale an integer +27648 of a analog input .

LO-LIM : We write the low limit of a physical size in which we have to scale an integer -27648 of analog input.

BIPOLAR : We determine if the signal is a single-pole if *merker = 0 , a bipolar if * merker = 1 * .

ENO : We have our *input situation* .

RET_VAL: This is an output with *RLO = 0* if we have our programm run without any errors , so we give an MW adress .

OUT : We have to give an *DW* address in which we store the scaled price of an analog input .

We need to know about the * Analog Signals * theory to understand completely for what we talking about *FC 105* .

In short , we have analog signals because we need to convert and scale them , for a example a liters of water to digital size and after that this digital size convert and scale to its physical size .

要查看或添加评论,请登录

Nikolaos Stellios的更多文章

  • FAIL-SAFE MODE IN PROFIBUS

    FAIL-SAFE MODE IN PROFIBUS

    We mean that we have a fail-safe operation for an implementation in one of our slave device and this allows us to…

  • TROUBLE SHOOTING / MODULE INFORMATION

    TROUBLE SHOOTING / MODULE INFORMATION

    When we have our cpu in ''stop'' situation we need to open from ''simatic'' the ''module information'' through our…

  • SUPERVISORY CONTROL AND DATA ACQUISTION

    SUPERVISORY CONTROL AND DATA ACQUISTION

    SCADA systems in general are used to control assets where centralized data acquisition is as important as control…

  • DCS control logic

    DCS control logic

    When control logic is developed, HMI , alarms and communications are automatically configured. Faceplates automatically…

  • AUTOMATION PROGRAMMING COMMANDS INFLUENCING THE ACCU AREA .

    AUTOMATION PROGRAMMING COMMANDS INFLUENCING THE ACCU AREA .

    We need to know that with the command ''CAW'' we change the ''L'' byte area of ACCU 1. The results stores in ''L'' area…

    2 条评论
  • DIAGNOSTIC BUFFERS

    DIAGNOSTIC BUFFERS

    We have systems in P.L.

  • PLC-ELECTRONIC NUMBERS (PART1)

    PLC-ELECTRONIC NUMBERS (PART1)

    A number which is take values from -32768 to +32767 is an '' integer''..

  • CROSS REFERENCE

    CROSS REFERENCE

    Many times on long programms we need to know how many counters or timers we use or in which blocks are located some…

  • DIGITAL OUTPUT OF P.L.C.

    DIGITAL OUTPUT OF P.L.C.

    Their role is to convert the desicions gets the CPU in commands of our programm . Desicions are registered in the…

  • DIGITAL UNIT INPUT OF P.L.C.

    DIGITAL UNIT INPUT OF P.L.C.

    The using of digital unit input has the purpose to transfer to cpu the situations of digital sensors or switch controls…

社区洞察

其他会员也浏览了