Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hello, I can I connect Kepware to any PLC and read the data from that PLC?
Does Kepware work as an OPC server to read data from PLC?
How can I read data from PLC if its Modbus ports are not opened? Can it be done with Kepware?
Hi jdave1,
Thank you for the post. I can address these questions for you.
@jdave1 wrote:
Hello, I can I connect Kepware to any PLC and read the data from that PLC?
Does Kepware work as an OPC server to read data from PLC?
How can I read data from PLC if its Modbus ports are not opened? Can it be done with Kepware?
For the first question: You can connect the KEPServerEX to many types of PLCs, could you tell me a bit more about the devices you wish to connect to assuming they are not Modbus PLCs? We support Reads and Writes.
Second question: KEPServerEX supports OPC-DA/OPC-UA and many more client interfaces..
Third question: Modbus devices can be Master or Slave, most users are using KEPServerEX as the Master and the PLC as the Slave, assuming we are talking about a Modbus TCP Slave PLC we would need to be able to establish a TCP socket to some port the Slave is listening on. The default Modbus TCP port is 502.
If the PLC is a Master and you need KEPServerEX to act a Slave we can do this as well, the Device ID you would set in the KEPServerEX is 127.0.0.1.1, this would create a Slave Node 1 in the KEPServerEX. You would then point the Master PLC, to read and write to our slave using the IP of the PC that is running KEPServerEX.
Let me know if this helps.
Hello,
Thank you for your response.
I am working on Industrial IoT projects where I have to read the Seimens S7-300 controllers through Modbus.
Problem is the Modbus ports on S7 300 are closed and manufacturers are saying that you can't read those Modbus ports unless you have an OPC license (which opens the port). In this case,
1. Can Kepware help read the Modbus ports without buying an OPC license?
2. If yes, please tell me about the communication medium between S7-300 and Kepware, since I am new to the kepware. Can I install Kepware on customized IoT Gateway connected to S7-300 through Modbus?
Okay. Thank you! I shall go through it.