Ruslan Posted November 2, 2022 Report 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?
MVP 2023 Flex727 Posted November 2, 2022 MVP 2023 Report Posted November 2, 2022 https://www.unitronicsplc.com/Download/SoftwareHelp/VisiLogic_Knowledgebase/URB/URB_Remote_I_O_(UniStream_Remote_I_O).htm
Ruslan Posted November 3, 2022 Author Report 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?
JPG Posted November 7, 2022 Report 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.
MVP 2023 Ausman Posted November 7, 2022 MVP 2023 Report 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
Ruslan Posted December 2, 2022 Author Report 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
Gabriel Franco Posted December 2, 2022 Report Posted December 2, 2022 Post your code here so we can take a look and give advice
Ruslan Posted December 3, 2022 Author Report 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
Gabriel Franco Posted December 5, 2022 Report 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
Ruslan Posted December 5, 2022 Author Report 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
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