HMI Experiment No-1
HMI Experiment No-1
Fourth Year
Prepared by:
Prof. Dr. Mofeed T. Rashid
Prof. Dr. Ammar A. Aldair
Dr. Abdul-Basset A. Al-Hussein
Introduction
The touch panels which are also called human machine interfaces (HMI) are programmable devices
permit the human operators to communicate with the industrial control systems like for example the
programmable logic controller (PLC), the variable frequency drive (VFD) and the servo driver. There are
large number of touch panel manufacturers and each series of panels have their own programming
software. As an examples, XP_50TTA is LSIS product and is programmed using XP-BUILDER,
DOP_B10E615 is Delta one programmed by SCREEN_EDITOR, KTP_400 is Siemens brand and is
programmed by SIMATIC WINCC. In fact, all the brands and supported programming software shot the
same birds. They provide the human operator with the abilities to monitor the critical process variables
in the way they prefer, input commands to select the suitable control algorithm, direct the maintenance
technicians to fault source (s), give pictorial representation to the process under control, allow different
languages speakers to deal with the machinery, etc. Specifically one can say the programmed HMI is
have the ability to modify the controllers memory contents ( lnput-image register, output-image register,
memory-registers) as bit, byte, word, dword, real, and also as group of any of these types and also have
the theme related display technique. In addition, here one must not forget that HMI is can be
programmed with high level like languages (C, Basic) to implement their own tasks. Here LSIS brand will
be used to introduce the role of the HMI panels in the industrial process control and the commonly used
software programming components.
1) Bit Switch
Bit switch is used to control the ON/OFF of the relevant PLC bit address. It can be assigned any shape
from the programming environment library or new created shapes. It may be found in one of four modes.
These are:
a. ON mode: Pressing the bit switch under this mode sets the PLC relevant bit on and preserves the on
state whether the switch is still pressed or not.
b. OFF mode: Pressing the bit switch with this mode resets the PLC relevant bit previously set by a bit
switch of on mode. The state is preserved whether the switch is still pressed or not.
c. Momentary mode: Here the bit switch behaves as if it were normally open push button. As long as
the switch is pressed the PLC relevant bit is on. The time the switch is released the PLC bit return to
its normal value.
d. Alternative mode: In this mode of operation, each time the bit switch is pressed the PLC relevant bit
is inverted that means if it was on before the pressing, after the pressing it becomes off and if it was
off it becomes on.
Table 1
Bit Switch LampSW ON OFF SET RESET
Mode Alternative Momentary Momentary ON OFF
Address MW3.0 MW1.1 MW1.0 MW2.0 MW2.0
(A)
(B)
(D)
Fig. 1: Create New Project.