Hello,
I have a Wago 750-891 controller which is still programmed with Codesys V2.3. Because modern browsers don’t support the java-aplets, used for webvisu in Codesys V2.3, anymore, I’m writing the HTML and Javascript myself. Using a video on Youtube (https://youtu.be/OxGdd9X35cM) I was able to read values from the PLC and displaying them in my browser. But now I am trying to modify variables in the PLC from the browser (write). When using the method showed in the video it doesn’t work and the browser returns http status code 302 and I just get redirected to my main page. This is the code shown in the video:
What could be the problem? Is the action “/WRITEPI” supported by the PLC? Are there alternatives to achieve this?
Thanks in advance for your help.