Posts

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.

What is Structured List (ST) PLC Programming Language?

What is Structured List (ST) PLC Programming Language? Basically Structured List (ST) is a high-level programming language like Basic, Pascal and C. It is very powerful and well suited for complex mathematical functions and data analysis tasks. And Structured List is a text-based language, so you have to write each line of code. The ST uses functions such as IF, WHILE, FOR, and CASE. Some of the advantages of Structured List are that it is suitable for complex logic and data handling tasks, very organized and good for large mathematical calculations, more flexible than ladder logic. And some disadvantages of structured lists are that the syntax can be difficult if not familiar with high-level languages like C, difficult to debug and edit online.

What is an optical pyrometer?

What is an optical pyrometer? Optical pyrometer are basically used to measure the temperature of luminous objects visible to the naked eye. And it works on the principle of matching the brightness of an object to the brightness of a filament placed inside a pyrometer. An optical pyrometer has two parts, an optical system and a detector. They can be used to measure the temperature of furnaces, molten metal and other superheated substances or liquids.

What is Radiation Pyrometer?

What is Radiation Pyrometer?  Basically, a radiation pyrometer detects heat radiation from a target hot object and reads and records its temperature according to the radiation intensity. They are suitable for measuring temperatures in excess of 1200oC. There are two types of radiation pyrometers available, fixed focus type radiation pyrometer and variable focus type radiation pyrometer.

What is a Non-Contact Type Temperature Transducer?

What is a Non-Contact Type Temperature Transducer? Basically in non-contact type the temperature transducer sensor is not in direct contact with the substance. And the working principle behind non contact type temperature transducer is “every object with temperature above absolute zero (0 °K) emits infrared thermal energy”. They measure the temperature by sensing the thermal energy, infrared energy emitted by the object whose temperature is being measured. Non contact type temperature transducer has an optical system to collect the energy emitted by the target, the detector converts this energy into electrical signal. This is the preferred technique for small, moving, inaccessible items. A non-contact temperature gauge is also called a pyrometer. There are three types of pyrometers, radiation pyrometers, thermal imagers, and optical pyrometers.

What types of devices provide analog signals?

What types of devices provide analog signals?  Basically devices like control valve, PT, LT, TT, %LEL, O2, load cell provide analog signal.

What are the different types of flow meters?

What are the different types of flow meters? Differential pressure (DP) flow meter Velocity flowmeter Positive displacement flowmeter Mass flowmeter Differential pressure (DP) flow meter Examples of DP flow meters are orifice plate, venturi meter, flow nozzle, rotameter. Velocity flowmeter Examples of velocity flow meters are electromagnetic flowmeter, ultrasonic flowmeter, turbine flowmeter, paddlewheel flow meter. Positive displacement flowmeter Examples of PD flow meters are nutting disc, rotary vane, gear, diaphragm flowmeter. Mass flowmeter Examples of mass flow meters are Coriolis flow meters, thermal dispersion meters

What is Wire Wound RTD?

What is Wire Wound RTD?  Basically wire wound RTD are made using a small diameter wire, usually platinum, that is either wrapped in a coil and packed inside a ceramic mandrel, or around the outside of a ceramic housing. is wrapped and coated with an insulating material. They provide high accuracy for large temperature range.

What is PTC thermistor?

What is PTC thermistor?   Basically PTC is known as Positive Temperature Coefficient. And in PTC, when the temperature increases, the resistance of the thermistor also increases. And when the temperature decreases, the resistance also decreases

What is NTC thermistor?

What is NTC thermistor?  Basically NTC thermistor is known as negative temperature coefficient. And NTC thermistor works as the temperature rises, the resistance of the thermistor will decrease. And when the temperature is low the resistance will increase.

What is thermistors?

What is thermistors?  Basically thermistor is also called thermal resistor. And thermistors work on the principle that as the temperature of a resistive material changes, its resistance will also change. Although the resistance of all resistors changes slightly with the change in temperature. But thermistors are designed to be sensitive to temperature changes. They are widely used in temperature measurement because they are cheap and robust methods of temperature measurement. The thermistor has a temperature measurement range of -55°C to +115°C.

What is a contact type temperature transducer?

What is a contact type temperature transducer?  Basically the contact type temperature transducer is in direct contact with the process whose temperature is being measured. And there are four contact type temperature transduced is Thermistors, resistance thermometers or resistance temperature detectors (RTDs), thermocouples, integrated circuit temperature transducers.

What are the advantages of IC temperature sensor?

What are the advantages of IC temperature sensor?  Basically the output of the IC temperature sensor is linear. IC sensors are very small in size. No additional circuit is required for the IC sensor. Very accurate temperature measurement. The cost is comparatively less. The IC sensor can be easily integrated with other microcontrollers