Loon Wong

Results 4 comments of Loon Wong

But the point is that one module can refer to another. Something like this: Module1.js ``` function module1_function() { // Some code } ``` Module2.js ``` function module2_function() { module1_function();...

Yes, this is what I need, thank you very much for the detailed description of the actions. I didn't pay attention to the Execute method of the CompiledScript class.

Hello, As for the manufacturer of the opc ua server, this is an interesting topic. I would like to note that in opc ua, events mean a special system (https://reference.opcfoundation.org/v104/Core/docs/Part3/4.6.1/),...

Yes, I also agree with @gavioto , usually polling and subscription are implemented as a OPC UA client configuration layer. I also want to draw your attention to the fact...