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 Quote 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! Quote 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. Quote 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. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted March 7, 2013 MVP 2022 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. 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.