11/11/2020 7:45 PM | |
Joined: 4/28/2020 Last visit: 11/11/2020 Posts: 4 Rating:
|
Dears, I have a problem with input of the webpage to web server on S7-1200. My HTML code attached. I am logged in insdide the webpage (created new user, no restricted acces for now) Input I have tried over button, or Entry field, to Data Block variable as well as to PLC tag - none is working. Page is pure HTML, no javascript. I am at the end with ideas... AWP comment is present - you can check it in attachement. Would anybody have an idea what could be wrong? bellow snippet of my HTML code: :="DB_WEB_DATA".CLEAR_ALARM_COUNTER: <form method="post" action=""> <input type="submit" value="Smazat počet cyklů alarmu" class="inputbutton"> <input type="hidden" name='"DB_WEB_DATA".CLEAR_ALARM_COUNTER:' value="1"> </form> <form method="post"> <input name='"DB_WEB_DATA".CLEAR_ALARM_COUNTER:' type="number" /> <button type="submit">Save</button> </form> :=WEB_TAG: <form method="post"> <input name='WEB_TAG:' type="number" /> <button type="submit">Save</button> </form>
Attachmentindex.txt (8 Downloads) |
11/11/2020 8:01 PM | |
Joined: 2/6/2015 Last visit: 3/2/2021 Posts: 73 Rating:
|
Hi Milan_87, You will find an application example about how to program web pages in this link: Creating and using user-defined web pages on S7-1200 / S7-1500 https://support.industry.siemens.com/cs/ww/en/view/68011496 Download this example and apply it in your program. Best Regards, CGA81 |
If this Information really helps, you could use the Rate function |
|
Follow us on