Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: How to Design a Motor Faceplate in Graphics? – SCADA Tutorials
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > Control Systems > How to Design a Motor Faceplate in Graphics? – SCADA Tutorials

How to Design a Motor Faceplate in Graphics? – SCADA Tutorials

Learn how to design a motor faceplate in SCADA or HMI graphics. These SCADA tutorials help you to optimize the PLC projects.

Last updated: August 15, 2023 6:49 am
Viral Nagda
Control Systems PLC Tutorials
No Comments
Share
7 Min Read
SHARE

When you design a SCADA or HMI system, there are instances when many screens tend to repeat themselves, due to the same information everywhere.

Contents
What is a Faceplate?Motor Faceplate Design

For example, if there are 10 motors and every motor has the same information in it, many programmers create 10 different screens for them. But, there also comes a feature in HMI or SCADA, called a faceplate. It is a common screen where you have to indirect address the motors by linking the variables, and the corresponding motor data will be communicated. You need not have to create multiple screens for them.

A motor is the most commonly used equipment in industrial automation, and it is important to see how you design a motor faceplate in the graphics. This can help the user provide relevant information.

In this post, we will learn how to design a motor faceplate in SCADA or HMI graphics.

What is a Faceplate?

First of all, let us understand what a faceplate is. A faceplate can be termed as a common screen or popup, in which indirect addresses are defined. Whenever you call one faceplate of an object, its corresponding values are moved and shared with the faceplate. And when you call the faceplate of suppose the fourth object, then its corresponding values are moved and shared with the faceplate.

In short, the SCADA screen is the same; just need to create multiple instances and tag the corresponding variables in it. Whenever an instance is called, the tags in it are shared with the faceplate. This reduces the need to design multiple screens and popups for the same.

Because you create only a single screen or popup, the programming size also reduces, and indirectly, the programming work also reduces. Because, if suppose there are 20 objects having the same data to be shared; then there is no use to create 20 screens or popups of the same. It is an utter waste of time and energy. Instead, just create a single screen and link internal variables in it. These internal variables will be overwritten by external variables upon calling it through any instance.

This concept is very similar to a library you create in PLC programming. When the logic is the same for many types, you just create a single library for that type, instead of writing the logic multiple times. This saves time and energy in writing logic.

Motor Faceplate Design

Refer to the below image for understanding. As you can see, all the general information is present in the faceplate.

How to Design a Motor Faceplate in Graphics - SCADA Tutorials

Let us have a look at some of the most common data that can be shown in the popup:

  • Title – This is the first and foremost data required in the faceplate. In the image, the title name is given as RO High-Pressure Pump, ROHPP-01A. This is important because it shows which motor faceplate has been opened by the user.
  • Manual Command – This button is used to turn on the motor in manual mode. Instead of providing a separate screen for turning on all the motors, just give this button in the faceplate and you can individually control all the motors from here.
  • Motor Status – This status is used to show whether the motor is running or stopped.
  • Run Feedback – This feedback comes from the motor contactor or thermal overload relay. It shows whether the motor is running or stopped.
  • Trip Feedback – This feedback too comes from the electrical panel and is used to denote whether the motor is tripped or not.
  • Local Remote Feedback – MCC panels mostly have a local/remote switch in them. It gives the option to either run the motor locally through the electrical panel or run the motor through PLC logic in a remote way. This switch feedback is thus used to denote whether the motor is in local or remote mode.
  • Pump Analog Output – If the pump has an analog output for speed control, then this information shows how much the current analog output is given by the PLC to the motor.
  • Pump Speed Reference – When an analog input is taken in the PLC from the motor, this data is used to how much is the current speed of the motor.
  • Manual mode speed – This setting is used to feed the motor with a fixed speed in manual mode.
  • Speed selection – This selection is used to define the speed operation in either auto or manual mode. In manual mode, the motor will take manual mode speed reference, and in auto mode, the motor will take reference from either PID or some other type of logic written.
  • PID values of set and current – If PID logic is used for motor speed control, then this shows the PID reference set value, current value, and also the PID output from the motor.

These are some of the most general types of data shown in the motor faceplate. There are other data too, like alarm status, running hour status, motor temperature, or energy consumption data. It varies on programmer to programmer and what is the client requirement.

If you liked this article, then please subscribe to our YouTube Channel for Instrumentation, Electrical, PLC, and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

  • Overview of SIEMENS PLC
  • HMI and VFD Control System
  • Sequential PLC Pneumatic Valves
  • HMI Screen Design for Hazardous
  • S7-1200 Hardware Configuration
Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

Various Types of Delta PLC used in Industrial Automation
Factory Acceptance Test (FAT) of a PLC Panel
How do LED Stumps in Cricket Work?
Use of Comments in SCL Language
Modbus Communication between PLC and Energy Meter
Identify Process Variables in P&ID
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Read Gas Composition from Gas Metering System using RS485 Protocol
PLC Analog Signals Wiring Techniques
PLC Input Output Modules
PLC Program for Automatic Parameter Initialization When Power UP
Comparison of Control Loops – Open, Closed, Cascade, Feedforward, Ratio
Workstation Healthiness Checks
Case Statement in SCL Language
Siemens LOGO PLC Complete Programming Course

Keep Learning

Function Module in Siemens PLC

What is Function Module in Siemens PLC?

Unmanaged Switch

Managed Switch vs Unmanaged Switch

PLC Programming Example on Timers Function Block

PLC Programming Example on Timers Function Block

What is an Electromechanical Relay

Difference Between Solid State Relay and Electromechanical Relay

Distributed Control System Architecture

Control System Architecture

How to set password in Siemens HMI

How to Password Protect HMI in Siemens TIA Portal?

Automation in Mining Industry

Industrial Automation in the Mining Industry

Industry 4.0 Explained

Industry 4.0 Explained – Industrial Internet of Things

Learn More

HART Communication

HART Communication Protocol Overview

Digital Electronics Multiple Choice Questions

Programmable Array Logic Objective Questions

Ion Analyzers Questions and Answers

Ammonia and Fluoride Electrode Questions & Answers

Coriolis Flow Meter Inaccuracy

Coriolis Flow Meter Uncertainty and Inaccuracy

Installation and Maintenance of Control Valves

Installation and Maintenance of Control Valves

Gate Array Logic using PLC

PLC Program to Simulate Gate Array Logic

Advantages of Star and Delta Systems

Advantages of Star and Delta Systems

Rotary Encoder

Rotary Encoder Interview Questions and Answers

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?