Thursday 29 December 2016

Troubleshooting of PLC SCADA system

Prior to beginning a system start up procedure, it is important to check and verify that PLC system has been installed according to the manufacturers specifications and that the installation meets local, state and national codes. Special attention should be given to system grounding.

Before applying power to the PLC controller, following is to be ensured:
  • Check all power and communication cables to ensure that connector pins are straight and not bent or pulled out.
  • Connect all cables making sure that connectors are fully inserted into their sockets. Secure connectors as applicable.
  • Ensure that all modules are securely held in the I/O rack.
  • Place PLC System processor key switch to a safe position.
Apply power and observe processor indicator light for proper indication. When power is applied and safety switch is closed, the power supply should provide the necessary DC voltage for the processor and I/O rack. If the proper voltage is present, the input indicator LEDs of the input modules will function. Any input device that is closed or ON will have an illuminated LED.

Testing PLC Inputs PLC input module should illuminate. Failure of a LED TO illuminate indicates:
  • Improper input device operation
  • Incomplete or incorrect wiring; check to be sure that the input device is wired to the correct input module and proper channel.
  • Loss of power to the PLC input device
  • Defective LED or input module
Testing PLC outputs before testing output devices, it must be determined which devices can safely be activated and which devices should be disconnected.

The second method uses the force function of the PLC system to energize outputs, one at a time. This allows the user to turn an output device ON and OFF without using a push button or other contacts.

For final system checkout, the following steps should apply:
  • Place the processor in the program mode
  • Clear the memory of any previous rung used for testing.
  • Using a programming device, enter the program (ladder diagram) into memory.
  • Place the processor in the test or disable output mode, depending on the PLC system and verify correctness of program.
  • Once the circuit operation has been verified in the test or disable output mode, the PLC processor can be placed in the run mode for final verification.
  • Make changes to the program as required (timer setting, counter presets etc.)
  • Once the circuit is in final form and the machine or process is running correctly it is recommended that a copy of the program be made.
Troubleshooting

Systematic approach towards PLC troubleshooting should consist of the following steps:
  • Symptom recognition
  • Isolate the problem
  • Corrective action
The status lights of a typical PLC system with built-in power supply indicate:
  • DC Power ON if this LED is not lit, there is a fault in the DC power supply. Check the power supply fuse or incoming power.
  • Mode indicates which operating mode the processor is in (Run, test, program etc.). The fault may simply be that the key switch is in the wrong position.
  • Processor fault when this status light is on
  • Memory fault this status light illuminates when a parity error exists in transmission of data between the processor module and memory module. Replace only one module at a time.
  • I/O Fault this light indicates a communication error between the processor and the I/O rack.
Some PLC manufacturers offer deluxe output modules that have two indicator LEDs. One indicates that the logic from the PLC processor has been received to turn on the output: the second LED comes on when the triac or power transistor has been turned ON. Similar to the deluxe output modules, there are also input modules that have two indicating LEDs. The first LED indicates that the input device has closed and a voltage signal has been received by the input module; the second LED indicates that the status of the input device ON has been communicated to the processor. 
 
For more, visit at www.sofcontraining.com

Thursday 22 December 2016

Analogy to understand Distributed Control System

DISTRIBUTED CONTROL SYSTEM, THE CONCEPT

Distributed control systems (DCS) use decentralized elements to control distributed processes or manufacturing systems specifically continuous process operations. Advantages of DCS are as follows:

· Flexibility

· Equipment long life

· Further modification and improvement in the plant

· Centralized maintenance

The basic idea behind DCS is that there are multiple controllers within the industrial plant and are connected to the central intelligence system through industrial network protocol as per the requirement and other constraints. DCS enables the engineer to control, monitor and report of every individual component or process from a central location.

Redundancy elements are necessary in DCS as to avert any dangerous situation in which we don’t like compromise with safety of life and infrastructure within the plant. Reliability of the system improves as a byproduct of adding redundant components.

DISTRIBUTED CONTROL SYSTEM, THE ANALOGY

Consider an engineering college, where the Director is responsible to run the whole college. Not let us assume that there no head of the departments in the college or if there are heads but they don’t have any administrative power.

Now in this case if any student wants a leave or has any issue on that specific day when Director is not available in the college and Director has also not nominated any other person like Dean or Deputy Director in his absence to work as an acting director, then the student will not be able to get his leave technically.

But if Director has appointed the heads and also has given the rights to exercise administration within their role then there will be no problem of any kind related to administration.

Similarly in DCS as mentioned above, there are multiple controllers within the industrial plant and are connected to the central intelligence system through industrial network protocol as per the requirement and other constraints.

If you have any query, please contact UshaNishad, 9873630785, Sofocn India Pvt. Ltd., B5, 2nd Floor, Sector 2, Noida

For more inquiries, Kindly contact: www.sofcontraining.com

or

Call Now Our TOLL FREE No. 1800 - 200 – 4051

Noida +91-9873630785
Delhi +91-9711861537
Gurgaon +91-9873588305
Lucknow +91-9838834288
Allahabad +91-7704003025
Jaipur +91-8058033551
Mohali +91-9873349806
Bhopal +91-9755559168
Vadodara +91-9898666980
Ahmedabad +91-9227185900
Pune +91-7387700416

Saturday 17 December 2016

Image Processing using MATLAB

Image processing using MATLAB has been very often used activity used for computation and data analysis. This article describes how image processing is done using OpenCV library, article also is about basic image processing operations using MATLAB, which is widely used by students and engineers in this field. MATLAB is a high performance language for technical computing. It is used for Maths calculations/ computation, data analysis, algorithm development, modelling stimulation and prototyping. Edge detection, noise modelling, and image histogram modelling basic tools in image processing feature of MATLAB.

Edge Detection: An image is the mapping of intensity of light. We can detect these edges using MATLAB commands. There are many methods for edge detection such as Robert’s operator, Sobel operator, Canny edge detector and so on.

Noise: In image processing, noise in just like a digital image generated during image acquisition and also during transmission. We can use different types of noise as special effects in an image using MATLAB.

Histogram modelling: a histogram of an image provides a vast description of the image. In this program, we plot the histogram on the original image and of the histogram equalized image.

Testing: MATLAB program is run straightforward. There are 3 .m files, one each for edge detection, noise effects, and histogram. Two .JPEG image files are also included along with these .m files in the same folder. Launch MATLAB from your desktop and open an .m file and run the program. Image processing is a diverse and most useful field of science in MATLAB. This article highlights basic image processing using MATLAB. Many useful topics can be applied using MATLAB or OpenCV library such as erosion, degradation, smoothing, restoration, segmentation, dilation, point processing, line processing and edge detection of images.

MATLAB based GUI Graphical user interface for digital image watermarking


GUI (Graphical user interface) based watermarking system required a login password for authentication. In the absence of correct password no one will be able to access the program and GUI (Graphical user interface) panel.

In order to run the application you need a 32 or 64 bit operating system with MATLAB software, a cover image and a logo/watermark image. In this project, GUI (Graphical user interface) panel/program is quite user friendly.

Software

The application program has been developed in MATLAB. This will give you to access the main GUI (Graphical user interface) panel. But an incorrect password closed the GUI (Graphical user interface) panel/program. The watermark image will be generated on pressing ‘assemble/embedded watermark’ button. The similarity between cove image and watermarked image is evaluated by calculating the peak signal to noise ration and mean square error values.

For more inquiries, Kindly contact:

For More, visit at http://www.sofcontraining.com

or

Call Now Our TOLL FREE No. 1800 - 200 – 4051
Noida +91-9873630785
Delhi +91-9711861537
Gurgaon +91-9873588305
Lucknow +91-9838834288
Allahabad +91-7704003025
Jaipur +91-8058033551
Mohali +91-9873349806
Bhopal +91-9755559168
Vadodara +91-9898666980
Ahmedabad +91-9227185900
Pune +91-7387700416


Tuesday 6 December 2016

From relays to intelligent Industrial automation

Today Industrial automation control/ automated processes from production lines to waste water treatment facilities and infrastructure systems are one control system on one network. Evolution of Intelligent industrial automation has taken more than 40 years that began in 70s. Technology innovation has taken leaps in each decade, initiating developments of simple automation to intelligent automation, and from electronics to IT. Intelligent industrial automation creates great business value for all kinds of firms who face the challenges of high wages and production costs. Without intelligent automation, many more manufacturing companies would have been forced to migrate to lower cost countries.

The infrastructure has become modernized, and industrial automation based automated solutions with built-in intelligence make everything from water treatment facilities to bridges and hospitals run more efficiently.

There has been a journey to reach this far. The first major step toward Industrial automation was programmable controllers called PLC that replaced enormous relay boards which could take electricians thousands of hours to hardwire, start up, troubleshoot and update. Programmable logic controllers, or PLCs, often are made by principal manufacturers like Allen-Bradley, Siemens, Modicon, Mitshubishi, Omron, Delta etc. pioneers in this field. As technology progressed, engineers were able to easily program control systems and make production processes much more efficient. In the beginning, PLCs were costly so only a few companies were able to afford, as their electronic components were expensive, but more and more companies replaced relay boards with PLCs as prices came down in 80s.

PLC manufacturers dominated the market, they developed their own proprietary protocols, fieldbuses and networking standards. Throughout the 90s, however, Ethernet emerged as the sole standard. Thus, IT departments are now involved in production processes and helping to support the network.

As PLCs evolved, many new intelligent industrial automation products/devices have arrived on the scene to become part of industrial automation solutions. Frequency drives, robots, cameras for vision systems, RFID readers and other process instruments now share the same control systems and programming languages. Today, there is one network one control system. Industrial automation Process control has become faster and simpler, and it has become easier to scale solutions that work in both small and large plants. Companies today are using just one network for both their Windows platform and data, and this offers a number of challenges. There are potential risks that require attention is that of hackers stealing/disrupting into production data and doing damage. Network Security will thus be an issue that will require our full attention in coming years.
 
For More, Visit at http://www.sofcontraining.com

or

Call Now Our TOLL FREE No. 1800 - 200 – 4051
Noida +91-9873630785
Delhi +91-9711861537
Gurgaon +91-9873588305
Lucknow +91-9838834288
Allahabad +91-7704003025
Jaipur +91-8058033551
Mohali +91-9873349806
Bhopal +91-9755559168
Vadodara +91-9898666980
Ahmedabad +91-9227185900
Pune +91-7387700416

Tuesday 29 November 2016

Fire detection & Fire Alarm systems

Frequent cases of residential fire have been a regular headache for fire departments world over. Estimates suggest at least half of the lives that are lost due to residential fires could be saved by installing early warning fire detection and Alarm systems. They are very critical part of building management system

There are 2 types of residential fire detection systems: smoke detectors and heat detectors. The basic fire detection system in residential area depends upon detectors which have a sensing chamber, alarm sounding device and a means of electrical power transmission. There are 2 different kinds of smoke detectors: photoelectric and ionisation. Photoelectric one is responsive to fires that begin with a long period of smouldering, whereas ionisation one is more responsive to flame fires. Since prediction of fire is unpredictable, for maximum protection both technologies are in use.

Photoelectric smoke detectors:  Smoke can block or obscure the beam. When smoke blocks the light beam from the light source, reduction in light reaching the photosensitive device alters its output. Change in this output is sensed by the detector circuitry and alarm is initiated. Photoelectric smoke detectors are better suited to detect slow smouldering fires.

Ionisation smoke detectors:  Ionisation smoke detectors have a small amount of radioactive material. When smoke enters the chamber, it disrupts the flow of ions, thus reducing the flow of current and activating the alarm. They are more suitable for detection of fast flaming fires. 

Smoke detectors offer earliest possible fire detection and alarm system/warning of fire. In certain circumstances where standard fire detectors are unsuitable, special purpose detectors are used. Laser based fire detectors are used where extremely early fire warning is desired. They are ultra sensitive to smoke being 100 times more sensitive to standard ones.

Lately designers of fire detection & alarm systems have begun to introduce fire detectors that combine photoelectric and ionisation sensor in the same unit. The units combine the advantage of both the sensors into an advanced unit that detects smoke from a broader spectrum of fire. A residential fire detection and alarm system may also include a heat detector. Heat detectors wake up when air temperature exceeds the preset range or rate of rise is beyond preset limit, then they raise an laert when temperature in the vicinity rises.

For More, Visit at http://www.sofcontraining.com/builiding-management.htm

or

Call Now Our TOLL FREE No. 1800 - 200 – 4051
Noida +91-9873630785
Delhi +91-9711861537
Gurgaon +91-9873588305
Lucknow +91-9838834288
Allahabad +91-7704003025
Jaipur +91-8058033551
Mohali +91-9873349806
Bhopal +91-9755559168
Vadodara +91-9898666980
Ahmedabad +91-9227185900
Pune +91-7387700416

Wednesday 9 November 2016

Implementation of Industrial Automation PLC SCADA in Power distribution

Power distribution: Additional layer of automation, communication and IT System to achieve operational efficiency and reduce losses has become a business necessity for power distribution utilities today. SCADA, Outage management system, Geographic information system, Energy management system, Network analysis tools, Work force and field automation system is being implemented for Power distribution utilities now a days.

-    SCADA increases the reliability of power supply automatically
-    There are APPS for information to consumers regarding availability of electricity or any disturbances in sub-station
-    SMS alerts on mobiles regarding bill generation, bill payment & position of availability of electricity.
-    IT enables posting of bills online immediately after taking reading of consumer’s meters.
Smart grid is an electrical grid which includes a variety of operational and energy measures including smart meters, smart appliances, renewable energy resources and energy efficiency. Some of these are.

-    AMI advance metering infrastructure
-    PLM Peak load management
-    OSM Outage management system
-    DG Distributed generation
-    MG Micro grid
-    SCADA Supervisory control & data acquisition

PLC SCADA has greater role in this entire operation. Power distribution companies today have optimized their operations through implementing automation. PLC is used for controlling the operations, SCADA for monitoring purpose. SCADA comes with feature of alarms & events. The moment there is some fault, SCADA triggers an alarm, which is messaged to the relevant engineer on duty. Now a day there are PLCs come with GSM connectivity card. The moment SCADA generates an alarm, information is received by PLC. PLC as per the program & GSM card which has a slot for GSM Sim sends an SMS to the duty engineer regarding particular fault/alarm/shut down etc. In this way information about the sub-station is available to operator on real time basis, which is important for healthy maintenance & operation.

For More, Visit at http://www.sofcontraining.com

or

Call Now Our TOLL FREE No. 1800 - 200 – 4051
Noida +91-9873630785
Delhi +91-9711861537
Gurgaon +91-9873588305
Lucknow +91-9838834288
Allahabad +91-7704003025
Jaipur +91-8058033551
Mohali +91-9873349806
Bhopal +91-9755559168
Vadodara +91-9898666980
Ahmedabad +91-9227185900
Pune +91-7387700416


Wednesday 12 November 2014

Tech News On Electronic Products | Components & Design

Electronica 2014 – Latest News Roundup

Toshiba launches ADAS image recognition processors


At Electronica Toshiba announced the expansion off its line-up of image recognition processors with the launch of the TMPV760 series.

Supported by 14 hardware-based image recognition accelerators, the first device in this new series will support the implementation of next generation Advanced Driver Assistance Systems (ADASs).

The TMPV7608XBG supports standard ADAS features such as AEB (Autonomous Emergency Braking), TSR (Traffic Sign Recognition), LDW (Lane Departure Warning) / LKA (Lane Keeping Assist), HBA (High Beam Assistance), FCW (Forward Collision Warning). It also supports a number of new applications that will become part of the Euro NCAP testing program in 2018, including TLR (Traffic Light Recognition), and pedestrian detection at night-time.


ADAS applications are processed concurrently within a typical time window of 50ms inside the image recognition processor and with relatively low power consumption due to the purpose-built hardware accelerators and media processing units.


The TMPV7608XBG integrates two new Enhanced CoHOG accelerators[1] that provide far higher image recognition accuracy especially in low light and night-time conditions. The device greatly improves night-time pedestrian detection rates using colour-based gradient analysis of images supplied by Full HD (2 megapixel) connected cameras.

In addition, the TMPV7608XBG supports a SfM(Structure from Motion) accelerator[2] that detects objects not part of a pre-defined library.

The processor can handle multiple applications simultaneously in real time using its Heterogeneous Multi-Core architecture. The device features newly-integrated image processing accelerators and eight MPEs (Media Processing Engines) supported by FPUs that perform double precision floating point arithmetic calculations.

The chip is housed in a P-FBGA 796 ball package measuring 27mm x 27mm. Ball pitch is 0.8mm.

To ensure optimal power management, Toshiba is also launching the TC9580FTG power management IC, designed specifically for the TMPV760 series. The IC provides all the voltages necessary for the system components and contributes in achieving the functional safety level required for the ADAS.

- See more at: http://www.electronicsweekly.com/news/business/toshiba-launches-adas-image-recognition-processors-2014-11/#sthash.4aBthj5R.dpuf