6/15/2018 10:50 AM | |
Posts: 13 Rating:
|
It does not work. Something is wrong with it... It does not refresh by it self. only when page reloads. The question is : how to stop blinking page when using meta refresh (its for reseting values: <!-- AWP_In_Variable Name='"Start"' --> <!-- AWP_In_Variable Name='"Stop"' --> ). Because PLC is controled from two sides (independetly) and if I dont use <meta http-equiv="refresh" content="5" /> The hidden values in FORM will not be reset to EMPTY, and if someone will REFRESH page the command from FORM hidden 1 will be sent to PLC ). That blinking its coudl be OK, but VARIABLES on blinking shows 0. And it is very bad. Does any one had similar situation ? ------------------------------------------------------------------------------------------ Attachmentindex.zip (25 Downloads) |
Last edited by: gincevince at: 6/15/2018 10:50:41 AMLast edited by: gincevince at: 6/15/2018 1:04:21 PMLast edited by: gincevince at: 6/15/2018 2:38:37 PMLast edited by: gincevince at: 6/15/2018 2:40:33 PMLast edited by: Jen_Moderator at: 6/27/2018 2:11:24 PMNew subject after splitting |
|
6/18/2018 8:54 AM | |
Joined: 10/2/2014 Last visit: 5/16/2023 Posts: 86 Rating:
|
you need to remove the meta argument and setup an asynchronous update via Java AJAX and JSON Files. This will prevend the reload of the whole page, just the data you need needs to be updated. Pls. have a look into the App. Example in the online support - the extended examples, chapter 11 & 18: |
Follow us on