Ruslan Posted November 2, 2022 Report Share Posted November 2, 2022 Hi all , I've got a PLC V350 and 2 URB-TCP with discrete and analogue inputs/outputs modules. How do I configure this in Visilogic? Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted November 2, 2022 MVP 2022 Report Share Posted November 2, 2022 https://www.unitronicsplc.com/Download/SoftwareHelp/VisiLogic_Knowledgebase/URB/URB_Remote_I_O_(UniStream_Remote_I_O).htm Quote Link to comment Share on other sites More sharing options...
Ruslan Posted November 3, 2022 Author Report Share Posted November 3, 2022 13 hours ago, Flex727 said: https://www.unitronicsplc.com/Download/SoftwareHelp/VisiLogic_Knowledgebase/URB/URB_Remote_I_O_(UniStream_Remote_I_O).htm Thank you for link. But I mean not URD-TCP2, I mean URD-TCP - 2 pcs. located in 2 different places. Can I connect URD-TCP- 2 pcs. to PLC. PLC has only 1 socket № 0 for URD connection. May be has a decision how connect 2pcs. of URD to PLC? Quote Link to comment Share on other sites More sharing options...
JPG Posted November 7, 2022 Report Share Posted November 7, 2022 It can be done. I'm using multiple URB-TCP modules with one V700. Give each URB a unique IP address. Configure a socket for each URB module and set up a Modbus config block for each. Use a TCP/IP connect block to connect to the URB modules address. Of course there are other ways to do it but this is what has worked for me with a V700. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Ausman Posted November 7, 2022 MVP 2022 Report Share Posted November 7, 2022 Also, I thought the modules were set up with 2 physical ports, done to allow easy daisy chaining. If I'm mistaken on this, apologies. Have you got this pdf? It appears to be a precis of the larger official one. https://www.t-uk.co.uk/wp-content/uploads/2020/07/Datasheet-URB-TCP.pdf Quote Link to comment Share on other sites More sharing options...
Ruslan Posted December 2, 2022 Author Report Share Posted December 2, 2022 On 11/8/2022 at 1:12 AM, JPG said: It can be done. I'm using multiple URB-TCP modules with one V700. Give each URB a unique IP address. Configure a socket for each URB module and set up a Modbus config block for each. Use a TCP/IP connect block to connect to the URB modules address. Of course there are other ways to do it but this is what has worked for me with a V700. Hi JPG, I've got PLC V350 and URB-TCP - 2pcs. URB-TCP- I connected to 0 and 2 socket of V350. But If I load programm for 1st URB, after 2nd URB, then 1st is disconnect. If I load 2nd URB, after 1st URB, then 2nd is disconnect. Could you give me example, please, how you made it? I think that I've got issue with settings of connection in ladder Quote Link to comment Share on other sites More sharing options...
Gabriel Franco Posted December 2, 2022 Report Share Posted December 2, 2022 Post your code here so we can take a look and give advice Quote Link to comment Share on other sites More sharing options...
Ruslan Posted December 3, 2022 Author Report Share Posted December 3, 2022 18 hours ago, Gabriel Franco said: Post your code here so we can take a look and give advice Yes, you right. Version 9.8.91 PLC_4_V51.vlp Quote Link to comment Share on other sites More sharing options...
Gabriel Franco Posted December 5, 2022 Report Share Posted December 5, 2022 When configuring second URB, make sure do not overlap PLC addresses (XB, XI) assigned to 1st URB. You can manually modify those operands. Attached edited file. Only modified those rungs associated with sockets and modbus config. I did not check addressing nor structs. PLC_4_V51_edited.vlp Quote Link to comment Share on other sites More sharing options...
Ruslan Posted December 5, 2022 Author Report Share Posted December 5, 2022 1 hour ago, Gabriel Franco said: When configuring second URB, make sure do not overlap PLC addresses (XB, XI) assigned to 1st URB. You can manually modify those operands. Attached edited file. Only modified those rungs associated with sockets and modbus config. I did not check addressing nor structs. PLC_4_V51_edited.vlp 1.07 MB · 0 downloads Thank you. When I check I'll let you know about results Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.