hi all I'm using opcua compact server node and in a tutorial there are the following command in the javascript code
function constructAlarmAddressSpace(server,addressSpace,eventObjects,done){
...
...
var flexServerInternals = this;
this.sandboxFlowContext.set("isoInput1",0);
I would like learn more details about flexServerInternals and sandboxFlowContext in order to reach them outside node too
many thanks in advance
best regards