Related

Saturday, September 14, 2013

RS485 based SCADA system for longer distance powered devices

The system makes use of RS485 based communication which is suitable of transferring data over longer distances.The RS-485 is the recommend standard by the Electronic Industries Association (EIA) that specifies the electrical characteristics of generators and receivers that may be employed for the interchange of binary signals in multipoint interconnection of digital equipments. When implemented within the guidelines, multiple generators and receivers may be attached to a common interconnecting cable. An interchange system includes one or more generators connected by a balanced interconnecting cable to one or more receivers and terminating resistors.
 
This project consists of two Microcontroller based motherboards one dedicated with the sensors and the other at the display end. This display unit is provided for the user interface to view the parameter levels. Both the controllers are connected using Rs-485 cables for transmitting the data from one to other. The Receiver controller receives the data from the other microcontroller and takes the responsibility to display the data into the LCD. The motherboard at the other end is provided with few sensors such as voltage sensor, current sensor and frequency sensor. These sensors monitor the load conditions of the device to which it connected and provides the same to the controller.
 
 The sensors, which we are employing, are meant to monitor very high voltage devices that we come across in industrial environment. There is a requirement for very sensitive interfacing between the sensors, controller and the high voltage devices. These interfacing protect the controller from damage. We also make use of the ADC module which available internally in a microcontroller to read the input from these sensors.

No comments:

Post a Comment