Swervomotor Posted August 6, 2019 Report Share Posted August 6, 2019 Good day everyone, I have a project with 20 Ethernet/IP scanners running on a unistream 15.6". The machine network is separate from the plant network and goes through a layer 3 switch with VLAN port. I also have 6 Modbus TCP devices running on the machine network. I noticed when debugging the program I was having some bugs from what I assumed was network clogging with cyclic communication. By lengthening the RPI on some nodes I was able to resolve most issues. I also have a lot of disconnecting issues when trying to monitor in Online mode. I notice in the Help file under the Scanner Node Struct there is a Uint16 for the RPI. 1st Question: Am I able to Write a value to this "on the fly" and not have to reset the plc? Not everything on the machine needs to run at the same time so I would love to be able to transfer higher RPI to nodes when not in use and lower RPI to those nodes in use. 2nd Question: Am I able to use the "Enable Node Bit" (in the same struct) in the same fashion on the fly? if so, does the device stay connected and you would be able to turn on or off cyclic communication in one ladder scan? Or would there be a delay (greater than the RPI) after the node was Enabled before communication would begin? Thanks, -Swervomotor Link to comment Share on other sites More sharing options...
Swervomotor Posted August 6, 2019 Author Report Share Posted August 6, 2019 Ok, looks like the Node RPI is restricted as read only from ladder so Q1 is out. I am however wondering about Q2 above, The enable bit is read/write from ladder so wondering about any "start up" delay. 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