Posts

What is a submersible pump?

What is a submersible pump? Basically it is a type of centrifugal pump. Instead of pulling water like normal cases, a submersible pump pushes water. It consists of a hermetically sealed motor attached to the pump body which helps in pushing the liquid to the surface. The impeller plates used in this pump are of backward curved type, which helps in pushing the water with great force. Its motor converts rotary motion into kinetic energy, and diffuser blades convert this kinetic energy into pressure energy.

What is magnetic field?

What is magnetic field? A magnet basically has two poles and they are north and south. A magnet either attracts or repels. Also, if the north pole is placed around the south pole, it will attract and if the north pole is placed around the north pole, it will be repelled. The region around the magnet where the poles either attract or repel is called the magnetic field. Basically, in a magnet, the magnetic field is created either naturally as discussed earlier or also by a passing current. When an electric charge moves in space or on a conductor, its motion induces a magnetic field. Therefore, whenever a metallic object such as iron comes within the range of this magnetic field, the magnet will attract the iron towards it.

What is a pilot or air operated valve?

What is a pilot or air operated valve?  A pilot valve is basically the same as a solenoid valve, however, instead of an electric signal, an air pressure signal will be used to open or close the spool.

What are the benefits of smart sensors?

What are the benefits of smart sensors? Advantages of smart sensors is  Improve process performance Minimize maintenance by predicting equipment failure Log data for historic records and regulatory compliance Notify of anomalies that affect process quality Self-Test, Self-Calibration and Self-Diagnosis Multi-sensing capabilities High accuracy Improve processing performance

What are the different types of smart sensors?

What are the different types of smart sensors?  There are basically five main types of smart sensors used in industrial automation. And they are  Level sensors  Temperature sensors  Pressure sensors  Infrared sensors  Proximity sensors

How Smart Sensors Work?

How Smart Sensors Work? Basically, a smart sensor consists of 5 basic components which are the base sensor, power supply, microprocessor, memory and communication module. A base sensor is a common sensor responsible for detecting physical quantities. A power supply is to supply power to the computing resource and perhaps to the sensor base. A microprocessor is a computing component, which enables the sensor to perform some data calculations in order to measure quantities and take action based on these analyses. Memory is dedicated to storing measured values and calculated data, and also stores the software logic that controls how the sensor handles this data. The communication module is the one that transmits and receives data between sensors and external devices over the same network or the Internet. Essentially a raw base sensor used to provide sensing capability, it is designed to measure physical quantities and produce analog signals. These analog signals need to be processed befor

What is Smart Sensor?

What is Smart Sensor? Basically, a smart sensor is a device that can measure a physical quantity and give an output related to the measured value just like a normal sensor, but it also has the ability to analyze some data from this measured quantity using built-in computing resources and use this data to take some action to increase the efficiency of the automation process. Use it. And smart sensors can also provide more accurate measurements, thanks to built-in computing resources that filter out any signal noise and convert the measured signal into a usable digital form without the need for transducers like normal sensors. Smart sensors have built-in communication capabilities that enable them to transmit data over the Internet or similar networks and give them the ability to communicate with external devices, which is the main reason why smart sensors are such important components in the Internet of Things.

What is Normal Sensor?

What is Normal Sensor? Basically a normal sensor is a device capable of sensing physical quantities like temperature, pressure, flow etc. and gives an output correlated to that quantity. And this output can either be an on/off signal, i.e., a switching signal, such as a proximity sensor, or it can be an analog representation of a continuously measured physical quantity, usually in the form of millivolts or some change in resistance value, such as thermocouples or pressure sensors. A common sensor by itself will not be sufficient to be able to use this measured value in an automation system. Instead, a transducer is introduced to enable converting these measured millivolts or resistance into a usable format such as 4 to 20 mA. Then you will need a computing capability like a PLC to use these measured values in some calculations and actions for automation processes.

What is a controller?

What is a controller? Basically the controller is used to control the entire process by getting the feedback from the sensors and modulating the actuators accordingly. And the actuators work automatically by receiving commands from the controller. The most popular type of controller is the PLC. 

What is an Actuator?

What is an Actuator? Basically the actuator follows the sensor feedback and let's say you are controlling the process temperature. For example, room temperature should be maintained using chilled water. In this case, an actuator would be a modulating valve to control the flow of cooling water supply. But, real room temperature feedback will be taken by the sensor. Based on the feedback, the valve will open or close accordingly to maintain the process. Includes actuators such as valves, heaters and drives.

What is Quick Exhaust Valve (QEV)?

What is Quick Exhaust Valve (QEV)?  Essentially, the quick exhaust valve is a three-way valve that operates primarily on the differential pressure between the inlet and outlet ports. And this valve finds application where a fast stroke time is required or where air needs to be exhausted quickly from the cylinder. Quick exhaust valves are widely used in actuators and pneumatic cylinders for quick exhaust and stroking applications.

What are the benefits of HMI?

What are the benefits of HMI? Basically the benefits of HMI are  Enhanced visibility Increased functionality Reduced downtime Enhanced visibility With the ability to display all the important data related to your process in a single dashboard, the HMI gives operators enhanced visibility into their processes at all times. It helps improve productivity. Increased functionality Because the HMI provides real-time data of your process, operators can use this data to monitor production and adjust process parameters in real-time to meet changing demand. Data captured from HMI can be analyzed to help identify areas of improvement for your processes. Reduced downtime With the alarms and alerts provided by the HMI, operators can better monitor their process performance and respond quickly to failures reducing downtime. Also analyzing the data provided by the HMI can help identify areas where future problems may occur and take appropriate action.

What is HMI?

What is HMI? Basically HMI stands for Human-Machine Interface. And it is simply a device that allows communication and data exchange between a user or operator and a machine or process. Most often an HMI is a touch screen but a simple keypad that gives orders to a process is also an HMI, the main concept being that with an HMI you can either give instructions to the process, get information about the process, or both. And HMI basically has two types Keypad HMI and Touchscreen HMI. Also HMI is widely used in industries but you can also find HMI everywhere around you, simple example of HMI is ATM and ATM is the HMI you use to withdraw your money. In industrial applications, the major functions of HMI are real-time information exchange between operators and production processes. HMI screens display data, provide visual feedback, and execute operational commands through input devices such as touch screens and keyboards.

What is the Sequential Function Chart (SFC) PLC programming language?

What is the Sequential Function Chart (SFC) PLC programming language? Basically Sequential Function Chart (SFC) is another PLC programming language that uses graphical blocks for logic, but in SFC each block is called a step and your code will continue to execute the instructions within it until the transition condition is met. Allows logic to proceed to the next step. This concept is similar to a flow chart, hence the word chart in SFC. The decision to move to the next step of your SFC logic can be based on timing, a particular step in the process, or the physical state of the equipment. Unlike traditional flow charts, SFCs can have multiple paths (branches), and you can use branches to execute multiple steps at once. Some advantages of Sequential Function Charts are useful for large processes you can break down into major steps, easy online debugging, you can see exactly at which point your logic stopped, much faster to design your process. And some of the disadvantages of sequential

What is the Instruction List (IL) PLC programming language?

What is the Instruction List (IL) PLC programming language? Basically an Instruction List (IL) is another textual language that you can use to program your PLC, as the name suggests; You can write your reasoning in this language as a list of instructions. Each command is written on a new line. IL is a low-level language and resembles assembly. You can add any comments you want at the end of each one. Some of the advantages of Instruction List (IL) are very useful for compact code, very useful for time-critical code, very fast and consumes less memory. Some of the disadvantages of instruction lists (IL) are that they are slightly more limited in terms of structuring code, are more difficult to debug and resolve errors, are more prone to run-time errors, and can lead to infinite loops.