Jump to content

Two Scada software at the same time connected to Unitronics V570?


Recommended Posts

Hi. I have connected Citect Scada through ip 10.20.52.21 port 502, and Remote Operator through ip 10.20.52.21 port 20256. Both these work fine at the same time. I would like to test Ignition Scada, but I dont want to diconnect the Citect until I get the Ignition fully up and running since the Citect is collecting historical data that I dont want to loose. When I diconnect the Remote Operator I can connect the Ignition Scada through 10.20.52.21 port 20256 and the Ignition confirms that it has connected. The tags updates fine when connected through 502 port, but when using the 20256 port the tags just shows error. Do anybody know if it is possible to connect two Scada sytem at the same time to Unitronics V570?

Link to comment
Share on other sites

  • MVP 2023

You have 4 sockets available to connect multiple devices to your V570. On those 4 sockets you can mix and match a mix of any available protocol or combination of master & slave. I've connected multiple SCADA devices to V570s many times, though I usually use ports 502 & 503, that is totally up to your discretion. Be sure you initialize the sockets to the correct protocol and port numbers, and if you are using MODBUS, be sure you have a separate MODBUS configuration block for each. If you also want to use Remote Operator, you will need to assign a separate socket and port number as it won't work if the socket is configured for MODBUS.

Link to comment
Share on other sites

29 minutes ago, kratmel said:

Adding to kratmel post,  you have 4 sockets available and as I understood you are only using 2.

2 hours ago, kringh said:

The tags updates fine when connected through 502 port, but when using the 20256 port the tags just shows error.

Come on!!! , this is because for your SCADA you are using MODBUS TCP/IP and remote operator is the proprietary Unitronics protocol.

2 hours ago, kringh said:

. Do anybody know if it is possible to connect two Scada sytem at the same time to Unitronics V570?

The actual relevant question to your problem is: can you make changes in your PLC program? if you have the source code and you can make the chances you have 2 options:

- Add another MODBUS protocol in other socket 

- Connect and disconnect sockets between servers (Modbus MASTER devices, that is most likely how your SCADA setup is), maybe use UDP instead of TCP for this

Link to comment
Share on other sites

Thank you for all help! I don't know how to program the PLC, and I was hoping there was some kind of default port connections. I understand now that this have to be configured in the PLC. I also tought that when I disconnected the Remote Operator from the PLC I could connect the Ignition to the same ip and port as R.O was using(20256). I am sorry if I am asking dumb questions.

I will read the links provided. Thank you!

Link to comment
Share on other sites

  • MVP 2023
55 minutes ago, kringh said:

I also tought that when I disconnected the Remote Operator from the PLC I could connect the Ignition to the same ip and port as R.O was using(20256).

As you found, this will not work. When using MODBUS (typical for SCADA systems), the port must be configured to talk MODBUS. Since you were using that port to talk to Remote Operator, it was incapable of talking to the SCADA using MODBUS. All of this is easy to fix, but you must have access to the program and the bit of knowledge required.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...