alextu Posted August 27, 2019 Report Posted August 27, 2019 Hello, I have PLC V280-18-B20 and SCADA GE Cimplicity I have a SW that monitores network assets and traffic, and it noticed (first time) that there was an attempt to communicate from the PLC to SCADA on port 56780 This is the first time that PLC initiates communication with the SCADA And this is the first time I can see unitronics using port 56780. The firewall dropped the session, but it looks suspicious to me, Did anyone expirienced something like this?
MVP 2023 Joe Tauser Posted August 27, 2019 MVP 2023 Report Posted August 27, 2019 The port number is defined on both sides of the packet exchange. A single transaction can have two different port numbers. Are you using Modbus TCP for you communication? If so, how is the table set up in the Modbus IP Config block? Joe T.
alextu Posted August 27, 2019 Author Report Posted August 27, 2019 Hi Joe, Thank you for the answer, Indeed i am using Modbus TCP communication between the SCADA and the PLC What do you mean in the second question? I didn't understand.
MVP 2023 Joe Tauser Posted August 27, 2019 MVP 2023 Report Posted August 27, 2019 Posting your program would be helpful so we're not playing forum-question-pong. You'll set up a port number for Modbus on the Vision side using the SOCK INIT block. Then in the MODBUS IP config block you'll set the IP and the port number of the slave- The slave port number can be whatever you want, but it has to match what you have defined in the slave. Joe T>
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now