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.

Problems with javascript write to bus
#1
Hi,

I am trying again. Hope somebody can help me Smile
Code:
<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <script src="http://192.168.10.111/apps/js/jquery.js.gz"></script>
  <script src="http://192.168.10.111/apps/js/localbus.js.gz"></script>
  <script src="http://192.168.10.111/scada/vis/busdecode.js.gz"></script>
</head>
<body>
<script>

$(function() {
  // listen to all groupwrite telegrams
  localbus.listen('groupwrite', function(event) {
    console.log(event);

  });

  localbus.init('http://192.168.10.111, admin:admin');

 

});
</script>
</body>
</html>
I found this code from another post her in the forum, but I need some help to get it right.
I am trying to write a value from my browser to LM, I have tried different codes but I think there is no connection between the javascript and LM.
And when I check the console in my browser no errors are there, but no log info from the bus either.

What am I missing? I have read this posts about Websockets but I am a beginner at this scripting thing so I don't understand it all.

I have also added websocket.lua (a file from another post) in my user library in LM.
Reply


Messages In This Thread
Problems with javascript write to bus - by Alexander - 03.05.2021, 09:23

Forum Jump: