chavez Posted March 6, 2013 Report Share Posted March 6, 2013 Hy all, I am new around here so big cheers to every one... I have problem with connecting to my plc v1020 via ethenrnet port. I am using v200-19 ET1 snap in modul. I programmed it correctly and i can ping my Plc, but when i try to connect with him in visio logic or by my aplication i get comunication error. In visio is standard communication error....Both devices are new and i am the first user. Can anybody help me?? Thank You very much Link to comment Share on other sites More sharing options...
Ryan Posted March 6, 2013 Report Share Posted March 6, 2013 What do you have for Socket Inits? Are you trying to connect with port 20256? Welcome to the forum! Link to comment Share on other sites More sharing options...
MVP 2014 Simon Posted March 7, 2013 MVP 2014 Report Share Posted March 7, 2013 Also check firewall settings on your PC, turn off the firewall temporarily to start with. Link to comment Share on other sites More sharing options...
chavez Posted March 7, 2013 Author Report Share Posted March 7, 2013 Thank you for answer... last night about 1AM 0'clock I solved the problem. I used socket 20257 becasue 20256 was in use (I progamed in PLC 20256 to be used ?!?), and I must use start bit to initialize network. It isnt like in webinars Another problem I have is with readWrite function for reading MF registers for my SCADA program which i progamed in C#. I have examples for MI MB nad other Registers, what's the form for reading and writing in MF registers? Thank you alot for help. I can if need explaine more how I solved the problem. Link to comment Share on other sites More sharing options...
MVP 2023 Flex727 Posted March 7, 2013 MVP 2023 Report Share Posted March 7, 2013 - Make sure PC is on the same subnet as the PLC address. - Use socket 1, port 20256, at least initially until you work out all your connection issues. - Some PC firewalls can get stubborn and will want you to be on the 192.168.1.xxx subnet - try that (on both PC & PLC) if you aren't already. - Check your cables. You need a crossover cable unless you're using an ethernet switch. - Check your System Bits 141-150 to confirm that the ethernet card is present, initialized, socket initialized, etc. Link to comment Share on other sites More sharing options...
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