ZK0 Posted June 15, 2022 Report Share Posted June 15, 2022 Hi all, I've run into a reoccurring issue with a web page. I have a V1210 setup to contain remote inputs and have configured the web page to show a list of the analog values. It works great, just type in the IP and get those values remotely from the office. However the web page will occasionally halt, throwing a "web page took too long to respond" error. At this point it stays like that until I send the PLC a reset command. Is there some sort of time out feature or user access limit for the web service? Link to comment Share on other sites More sharing options...
MVP 2023 Ausman Posted June 16, 2022 MVP 2023 Report Share Posted June 16, 2022 There are myriad references on the forum to links dropping and solutions, but the very first question to answer is: Do you have SB168 set with a power-up value of 1? I'm guessing you do, given you say you send a reset, but it's the first thing to check. cheers, Aus Link to comment Share on other sites More sharing options...
ZK0 Posted June 16, 2022 Author Report Share Posted June 16, 2022 SB168 is initialized to 1, as well as being 1 while looking at the program in online mode. In my debugging attempts SI145 has caught my attention. With no web page open, SI145 sits at a value of 2. With one instance of the webpage open, SI145 will sit at 2 and flick up to 6 every 10 seconds (the length of the webpage refresh time). With multiple instances of the web page open on other devices, SI145 flicks to 6 every ten seconds for each instance that is open. The webpage was working fine when I got in this morning, so it seems like it only gets hung up when too many devices are viewing the webpage at once. It is easy to limit the number of people opening the webpage, but I am wondering if there is some way to bring the webpage back online without resetting the whole PLC. Link to comment Share on other sites More sharing options...
Gabriel Franco Posted June 16, 2022 Report Share Posted June 16, 2022 You can reconfigure the socket periodically, let´s say, every 5 minutes. This was my workaround some time ago. Link to comment Share on other sites More sharing options...
ZK0 Posted June 17, 2022 Author Report Share Posted June 17, 2022 Thank you very much, I'll try this out and see how it works for me. When the webpage goes down, SI145 gets stuck on 6, I might use that as a condition to reconfigure the socket after SI145 = 6 for long enough. 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