HMI versus OIT

HMI = Human Machine Interface
OIT = Operator Interface Terminal
You may also see MMI - Man Machine Interface. Now considered politically incorrect so you don't see that as often.

All referring to an Operator Screen
 
Some projects will define OIT as the local interface for a controller. The HMI is the plant level, or SCADA interface for multiple controllers or the system as a whole.
Other projects do not specify a difference. Check the specs.
 
Perhaps OIT's are smarter today. Years ago, the OIT didn't have any smarts. Much like a dumb terminal. HyperTerminal, for example, except these just have 2 or 4 line LCDs.
Set up RS232, and send it text. Read key presses.
All of the processing is done inside the PLC. Send ASCII text. Read ASCII characters coming back. An absolute pain to program and test.

An HMI is a single board fanless PC. It has a built-in software, most likely running Linux.
You use a program to set up everything, and write it to the flash memory in the HMI. The PLC reads and writes registers in the background. This is all automatic, based on your address table. The only thing you need to set up is the baud rate and protocol. Modbus, for example.

Small HMI's are so cheap today, I can't justify an OIT.
For me, the difference is easy - OIT's are obsolete.
 
A trip down memory lane ...

I still chuckle at A-B changing they're terminology from MMI to HIM years ago. Human Interface Module on the old 1305 drives
 

Similar Topics

I have an application where I am currently reading very small amounts of data from as many as 15 processors using a ML1100 dedicated to that...
Replies
7
Views
5,911
hi there, I'm a beginner pls help when transferring pc to hmi there's an error message on shihlin hmi written com1 station 1: communication...
Replies
1
Views
87
Hello, I have a Mitsubishi FX3G 14M PLC and a E615 HMI from Mitsubishi/Beijer. I'm using GXWorks 2 to do the programming and I have no problem...
Replies
4
Views
158
Good people of PLCs.net, I am currently working with an HMI that is advantech 1250H, that communicates with a 1769 Compact logix and Currently...
Replies
2
Views
80
Hello all, I know its not good practice to have duplicate destructive bits when writing plc code, but I'm wondering about writing to the same tag...
Replies
2
Views
129
Back
Top Bottom