Interface plc with home devices
-
- Posts: 3
- Joined: Sat Oct 03, 2015 9:26 am
Interface plc with home devices
How can i interface plc to home devices like ups or reciever with ethernet port
-
- Posts: 80
- Joined: Wed Apr 30, 2014 6:16 pm
Re: Interface plc with home devices
You need to know what kind of port and protocol uses your device. For example:
- Industrial UPS units have ethernet port and use Modbus TCP/IP. The manufacturers provide communication tables.
- Old home UPS units had serial ports (I don't know what kind of protocols they used).
Then you need to install a suitable communication module and write the logic to manage the data flow.
If your device only provides output relays, you can use a digital input module.
- Industrial UPS units have ethernet port and use Modbus TCP/IP. The manufacturers provide communication tables.
- Old home UPS units had serial ports (I don't know what kind of protocols they used).
Then you need to install a suitable communication module and write the logic to manage the data flow.
If your device only provides output relays, you can use a digital input module.
-
- Posts: 3
- Joined: Sat Oct 03, 2015 9:26 am
Re: Interface plc with home devices
Many thanks for your information, i want interface PLC with home devices like satellite reciever or UPS and read data from rsview32. (SCADA) for monitoring and control, but i dont know the AB module name for this type interfaces.
Can please anybody help me for this issue.
Can please anybody help me for this issue.
-
- Posts: 80
- Joined: Wed Apr 30, 2014 6:16 pm
Re: Interface plc with home devices
There are no specific modules for the devices you are listing. You need to start reading the specification manuals of your devices and get the information about available ports, communication and protocols. Then you can specify the PLC modules you'll need.389omid wrote:Many thanks for your information, i want interface PLC with home devices like satellite reciever or UPS and read data from rsview32. (SCADA) for monitoring and control, but i dont know the AB module name for this type interfaces.
Can please anybody help me for this issue.