This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Change page at condition on event script
#1
Hi

I have see th epobbility to change the page by custom script

Code:
$(function(){
  if (typeof objectStore !== 'undefined') {
    var id = Scada.encodeGroupAddress('32/1/41');

    objectStore.addListener(id, function(object, type) {
      if (type == 'value') {
        showPlan(55);
      }
    });
  }
});
But if i Need to cahneg page not for all change of 32/1/41 but only if increase is a number , is possible directly custo script or need make a event script , if I use event script , in wich way change page for ES.

BR,
Reply


Messages In This Thread
Change page at condition on event script - by Frank68 - 31.07.2020, 11:25

Forum Jump: