sunit Posted December 12, 2014 Report Posted December 12, 2014 Hi I want to connect 2-3 Remote operator simultaneously to V350 plc. I tried it with socket 1 port 20256 but only one Remote operator gets conneted at a time.
Eyal Koren Posted December 14, 2014 Report Posted December 14, 2014 Hi, With the Vision series, you can connect up to 4 devices via Ethernet, where each connection occupy one socket. Remote Operator opens the socket and keeps the link connected. If you want to create more than one connections to the same PLC (I would like to know what for exactly) you will need to create different connections from different sockets.
sunit Posted December 14, 2014 Author Report Posted December 14, 2014 Hi I am using a V350 - j- TRA22 PLC. I want to use remote operater with 3 computers. i am using a ethernet port with plc 1. 1st computer is in the control roon from there the operater will see the status of machine and control it. 2. 2nd is in the quality control roon from there the quality person will just see the status of machine and quality related parameters (no control from there) 3. 3rd is in the production managers cabine form there he will just see the status of machine and production related parameter ( no control from there) The 1st computer will be connect to plc 24X7 , but the other 2 will be connected to the plc as per there requirement. You can also suggest any other good option for this application.
Eyal Koren Posted December 15, 2014 Report Posted December 15, 2014 Hi I am using a V350 - j- TRA22 PLC. I want to use remote operater with 3 computers. i am using a ethernet port with plc 1. 1st computer is in the control roon from there the operater will see the status of machine and control it. 2. 2nd is in the quality control roon from there the quality person will just see the status of machine and quality related parameters (no control from there) 3. 3rd is in the production managers cabine form there he will just see the status of machine and production related parameter ( no control from there) The 1st computer will be connect to plc 24X7 , but the other 2 will be connected to the plc as per there requirement. You can also suggest any other good option for this application. As I explained, you can use up to four different devices over the Ethernet network. You can define different port for each device and communicate as you will... Please see the attached application. I sets up four sockets with consecutive ports 20255-20258 for TCP communication. All you need to do is define the IP address, port number and PLC name to open a connection. V130_4_Ethernet_Slaves.vlp
sunit Posted December 15, 2014 Author Report Posted December 15, 2014 As I explained, you can use up to four different devices over the Ethernet network. You can define different port for each device and communicate as you will... Please see the attached application. I sets up four sockets with consecutive ports 20255-20258 for TCP communication. All you need to do is define the IP address, port number and PLC name to open a connection. Thank you , i will check the same with your program and let you know soon
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