FabioAlmeida25

Results 7 comments of FabioAlmeida25

Thanks for your response. For example, imagine I want to send number of button clicks to opcua server, how I do that? ```javascript io.on('connection', function(client) { //when the server receives...

I try, but dont do nothing. My code in index.html: ![image](https://user-images.githubusercontent.com/86373561/136553103-cb0b53dd-70cb-4b73-8713-55e436f31492.png) My code in app.js: ![image](https://user-images.githubusercontent.com/86373561/136553171-6eeb6490-f2a0-4a14-b482-54e4440187a1.png) And in inside on this function I want to update the state of variable...

Its the link on example what I use as a base for my application. What do you say it was i need to create a server to send data to...

But I continue to don´t understand how is the process to send data to opcua server.

If you need my code to understand more what I am doing?? I send to your email, if you don´t mind.

Ok, first thing, I can now write on especific node id. using this code: ```javascript //########################################################################################## let val = await session.read({nodeId: "ns=4;i=83"}) console.log("Antes de escrever: ", val.value.value) dataToWrite = {...

I am learning from scratch, and it's the first time working with node opcua and socket.io. I am using for my master's thesis. Sorry if it's hard for you to...