rajnishnationfirst

Results 11 comments of rajnishnationfirst

Thanks @starturtle for your reply . Could you pls help me with the an example explaining your statements - **" What stops you from deferred execution of your "stop handling...

> @rajnishnationfirst you are really asking a lot of open source developers working for free... Questions like this have nothing to do with issues related to the library and are...

Thank You Andrew. It would be great of you if you can help or tell on how we can do the following below : 1) What is the correct configuration...

Can anyone help me for my post 👍 https://github.com/FreeOpcUa/python-opcua/issues/1017 Anyone can help me out.?

> @oroulet > The answer was late. sorry. > As a result of checking, it is not possible to accurately express the alarm, but I was able to confirm it...

Thanks Andreas, A very good morning to you. hope you are fine. I added the below code as per your suggestions. **Code** : `except Exception as exe: ...................` *-BUT STILL...

Thanks Andreas , If you can help me with some links of video reference of tracing alarms and also if possible any specific topic on alarms in the wireshark documentation

Hi Andreas , when i added the below code in the my client ``` import logging. logging.basicConfig(level=logging.DEBUG) ``` After the alarms not recieved from the WINCC End m=, client programs...

Hi Andreas, the below is the architecture diagram for the WinCC SCADA server and the Python OPCUA Client. ![image](https://user-images.githubusercontent.com/64892368/122357919-c77c5380-cf71-11eb-844b-6b1b5c0c58e8.png) Andreas, both the WinCC Software / Server and the Python OPCUA...

Thanks for the reply Andreas, Yes when i used **node.read_event_history(starttime=None, endtime=None, numvalues=0, evtypes=2041)** on alarms nodes ( TAGS ) and queried WinCC SCADA over OPCUA server , i got the...