Saturday, March 24, 2018



What is SCADA System





Supervisory control and data acquisition (SCADA) is a system of software and hardware elements that allows industrial organizations to:

  • Control industrial processes locally or at remote locations
  • Monitor, gather, and process real-time data
  • Directly interact with devices such as sensors, valves, pumps, motors, and more through human-machine interface (HMI) software
  • Record events into a log file

SCADA systems are crucial for industrial organizations since they help to maintain efficiency, process data for smarter decisions, and communicate system issues to help mitigate downtime.

The basic SCADA architecture begins with programmable logic controllers (PLCs) or remote terminal units (RTUs). PLCs and RTUs are microcomputers that communicate with an array of objects such as factory machines, HMIs, sensors, and end devices, and then route the information from those objects to computers with SCADA software. The SCADA software processes, distributes, and displays the data, helping operators and other employees analyze the data and make important decisions.

For example, the SCADA system quickly notifies an operator that a batch of product is showing a high incidence of errors. The operator pauses the operation and views the SCADA system data via an HMI to determine the cause of the issue. The operator reviews the data and discovers that Machine 4 was malfunctioning. The SCADA system’s ability to notify the operator of an issue helps him to resolve it and prevent further loss of product.

What is HMI

A human-machine interface (HMI) is the user interface that connects an operator to the controller for an industrial system.



Industrial control systems (ICS) are integrated hardware and software designed to monitor and control the operation of machinery and associated devices in industrial environments, including those that are designated critical infrastructure. An HMI includes electronic components for signalling and controlling automation systems.






Some HMIs also translate data from industrial control systems into human-readable visual representations of the systems. Through the HMI, an operator can see schematics of the systems and turn switches and pumps on or off, for example, or raise or lower temperatures. HMIs are usually deployed on Windows-based machines, communicating with programmable logic controllers (PLC) and other industrial controllers.





The accessibility of HMIs poses a risk for ICS security. The systems themselves have long been considered secure from malware because they were not connected to the Internet. In some cases, administrators have deliberately disabled security mechanisms.

Saturday, March 17, 2018

PLC Programming 


Before the advent of solid-state logic circuits, logical control systems were designed and built exclusively around electromechanical relays. Relays are far from obsolete in modern design, but have been replaced in many of their former roles as logic-level control devices, relegated most often to those applications demanding high current and/or high voltage switching.

Systems and processes requiring “on/off” control abound in modern commerce and industry, but such control systems are rarely built from either electromechanical relays or discrete logic gates. Instead, digital computers fill the need, which may be programmed to do a variety of logical functions.

In the late 1960’s an American company named Bedford Associates released a computing device they called the MODICON. As an acronym, it meant Modular Digital Controller, and later became the name of a company division devoted to the design, manufacture, and sale of these special-purpose control computers. Other engineering firms developed their own versions of this device, and it eventually came to be known in non-proprietary terms as a PLC, or Programmable Logic Controller. The purpose of a PLC was to directly replace electromechanical relays as logic elements, substituting instead a solid-state digital computer with a stored program, able to emulate the interconnection of many relays to perform certain logical tasks.

A PLC has many “input” terminals, through which it interprets “high” and “low” logical states from sensors and switches. It also has many output terminals, through which it outputs “high” and “low” signals to power lights, solenoids, contactors, small motors, and other devices lending themselves to on/off control. In an effort to make PLCs easy to program, their programming language was designed to resemble ladder logic diagrams. Thus, an industrial electrician or electrical engineer accustomed to reading ladder logic schematics would feel comfortable programming a PLC to perform the same control functions.

PLCs are industrial computers, and as such their input and output signals are typically 120 volts AC, just like the electromechanical control relays they were designed to replace. Although some PLCs have the ability to input and output low-level DC voltage signals of the magnitude used in logic gate circuits, this is the exception and not the rule.
Signal connection and programming standards vary somewhat between different models of PLC, but they are similar enough to allow a “generic” introduction to PLC programming here. The following illustration shows a simple PLC, as it might appear from a front view. Two screw terminals provide connection to 120 volts AC for powering the PLC’s internal circuitry, labeled L1 and L2. Six screw terminals on the left-hand side provide connection to input devices, each terminal representing a different input “channel” with its own “X” label. The lower-left screw terminal is a “Common” connection, which is generally connected to L2 (neutral) of the 120 VAC power source.


Inside the PLC housing, connected between each input terminal and the Common terminal, is an opto-isolator device (Light-Emitting Diode) that provides an electrically isolated “high” logic signal to the computer’s circuitry (a photo-transistor interprets the LED’s light) when there is 120 VAC power applied between the respective input terminal and the Common terminal. An indicating LED on the front panel of the PLC gives visual indication of an “energized” input:




More Video Tutorials  :Click Here

Tuesday, February 13, 2018

Xinje PLC Software Training



Download the Software      :  Click Here

Installation Video                : Click Here






Tuesday, September 12, 2017

XINJE Hardware Connection

(XC3 series )Hardware Components


  • PLC unit
          

          More Details

          You can buy it Now..

  • Extension Unit
                XC series PLC can be used independently or used along with                     the expansions.

           you can Buy it now...


  • Analog module
Specialty

              14 bits high precision analog input

              8 channels analog input The first four channels current input (0~20mA 4~20 mA two kinds)                                                                 The left 4 channels voltage input (0~5V0~10V two kinds)

              

                As special function module of XC, 7 models could be connected at most.

              With PID adjustment function  


                                                                   you want to buy it now...




Sunday, September 10, 2017

Xinje PLC programming Lessons


Soft Components :

There are many relays, timers and counters inside PLCs. They all have countless
NO (Normally ON) and NC (Normally Closed) contactors. Connecting these contactors with
the coils will make a sequential control circuit



  • Input Relay ( X )  


  1. Usage of the input relays
              The input relays are used to accept the external ON/OFF signal, we use X to state.

      2 .Address Specify Principle
              


  • In each basic unit, specify the ID of input relay, output relay in the form of  X000~X007X010~X017…,Y000~Y007Y010~Y017… (octal form).
  • The expansion module’s ID obeys the principle of channel 1 starts from X100/Y100, channel 2 starts from X200/Y200… 7 expansions can be connected in total
       
       3. Points to pay attention to when using:
  •  For the input relay’s input filter, we use digital filter. Users can change the filter parameters via relate settings.
  • PLCs are equipped with with more relays than are required for the input/output points, these can be utilized as auxiliary relays, program as normal contactors/coils.  




  • Output Relay ( Y )  


  1. Usage of the output relays
Output relays are the interface of drive external loads, represent with sign Y;     
      2. Address Assignment Principle      

  •  In each basic unitassign the ID of output relays in the form of Y000~Y007, Y010~Y017… this octal format.
  • The ID of expansion obeys the principle of: channel 1 starts from Y100, channel 2 starts from Y200… 7 expansions could be connected totally  




  • Auxiliary Relays ( M )
  • Counter ( C )  
  • Data Register ( D )
  • FlashROM Register ( FD )  
  • Constant ( B ) ( K ) ( H )  


Click Here to :More Details  or  downlode


Wednesday, August 23, 2017

PLC Programming Language

Different types of programming language can use to program the PLC unit.

  • LD (Ladder Diagram) 

For more details Click or Download PDF

  • FBD (functional block Diagram)

For more Details Click  or Download  PDF
  • SFC (Sequential Function Chart)
For more Details Click