Which unit of SCADA is used to collecting the data and store the data in database, provide the interface to operator and send the information to other system?

Which unit of SCADA is used to collecting the data and store the data in database, provide the interface to operator and send the information to other system? Correct Answer MTU (Master Terminal Unit)

RTU (Remote terminal unit):

A remote terminal unit (RTU) is a microprocessor-controlled device that interfaces measured physical quantity to a distributed control system or SCADA system by transmitting telemetry data to a master system, and by using messages from the master supervisory system to control connected objects.

HMI (Human-machine interface):

It is a user interface that is a combination of hardware and software that permits easy interaction between human and machine.

Such an interaction between humans and machines is to control and monitor the processes ongoing at the remote locations without physically being present at that particular location.

The human-machine interface is a crucial component of automated industrial processes and thus is of significant importance in SCADA systems.

MTU (master terminal unit):

Master terminal units (MTU) in SCADA system is a device that issues the commands to the Remote Terminal Unit (RTUs) which are located at remote places from the control, collect the required data, stores the data information, and process the information, and display the information in the form of pictures, curves, and tables to human interface and help to control decision.

Related Questions

You are the administrator of a SQL Server 2000 computer. Your company uses the server to store service contract information for its customers. You are also the administrator of an Oracle relational database management system (RDBMS) server. This server is used to store your company's financial information. The financial information is updated frequently throughout the day.You need to create a series of reports that combine the service contract information and the financial information. These reports will be updated several times a day.You want to create these reports on the SQL Server computer by using the minimum amount of disk space. What should you do?
You are the database administrator for a financial services company. Employees enter data 24 hours a day into a SQL Server 2000 database. These employees report slower response times when new account information is gathered from branch offices and added to the database. You currently use the following BULK INSERT statement to add the account information.BULK INSERT finance.dbo.customersFROM 'd:bulkaccts143_10142000.txt'WITH DATAFILETYPE = 'char', FIELDTERMINATOR = 't', ROWTERMINATOR = 'n', TABLOCK You want to ensure that response times do not slow when new account information is added to the database. What should you do?