Closed awadekaustubh closed 6 years ago
@awadekaustubh thank you for filling the template. For the record, could you also describe the client application (name, vendor, version etcc) you're are using to connect to your node-opcua server ? On my side I have managed to reproduce your behavior with the Prosys OPCUAClient but not with the UAExpert Client.
@erossignon I am using Prosys OPCUAClient to test this. When can I expect this Bug fix?
Hi, I have successfully instantiated the alarm. But whenever the alarm is raised I am getting following error.
How to resolve the issue? Also, how to get the change event on occurrence of any event? any sample code if provided will be helpful.
I'm submitting a ... (check one with "x")
Current behavior
When above piece of code is executed and alarm conditions are reached, it throws the mentioned error.
Expected behavior
I want a function which gets called when any event is called and I want the event details, so that I can call sms/email functionality to alert the users.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
I am trying to create alarm functionality which will monitor the modbus device values and trigger the required function like sms/email.
Please tell us about your environment:
I have used jsmodbus to create a modbus device and read the values from the holding registers. This functionality is working fine for data monitoring. To test it, I am using Rsim simulator for values simulation.
( ) I have installed node-opcua from source ( using git clone)
( x) I have installed node-opcua as a package ( using npm install )
( ) I am using an application that uses node-opcua
Device: _____
OS version: _____
0.1.0
node --version
= 8.0.0Hope I have supplied enough information, please let me know if further more inputs are required. Thanks in advance.