Jump to content

Recommended Posts

Hello all,

I have a question about an Ethernet connection. I'm trying to connect multiple V570 PLCs to the existing network. I use the program Arkadi Samarov wrote to assign an IP address through DHCP. I would like to connect to the PLCs by using there Hostnames through a DDNS server, but when checking the DHCP table in my router it seems the PLCs don’t have Hostnames. I can’t seem to find an option to assign this to the PLCs. Is it possible to assign it or should I go with a static IP address.

Thanks in advance,

thanswijk

Link to comment
Share on other sites

I have not find a host name either, but i am using listen mode in Visilogic:

VL.JPG

In the plc program add attempt to "TCP connect" to designated port to you PC with Visilogic (PC should be on static IP, ideally public static)

Execute it every 30-60 sec (less then 30 sec, not recommended because of TCP retry logic).

Since Visilogic does not have multi-threaded TCP listener, Each PLC should have a unique destination port, so make a reference table between Unique PLC ID number (SDW9) or other device ID and Visilogic destination port.

When you need connection to PLC, just activate visilogic listen mode and within 30 sec you'll have a connection established:

connected.JPG

I have 400+ DHCP controllers across US and as soon it plugged into the network i have an instant connection from Visilogic.

Link to comment
Share on other sites

I am agree about webinar.

In addition to my previos post, there is a few important settings must be taken care of in system integers:

  1. Socket "X" TCP/IP Keep Alive (units of 100 msec) - corresponding SI103-SI106 should be set to at least for a 2 minutes. This is nessesary for downloads.
  2. Socket "X" TCP/IP Connection Keep (units of 100 msec) - corresponding SI107-SI110 should be set to at least for a 2 minutes as well. This will be nessesary in case if you lose connection while PLC in stop mode, so OS will reconnect controller to your Visilogic.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...