Read values from S7-1500 OPC #1401
-
Hello, i try to get some values from a Siemens S7-1500 OPC Server I browse the tag I want to read with the Prosys OPC UA Browser So tried the following code:
My output is:
But it does not really matter, I always get a exception:
get_child:
Can someone explain me what I am doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
bauermarkus
Aug 12, 2023
Replies: 1 comment
-
Ok I need to read the string with the
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bauermarkus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok I need to read the string with the
get_node
node = client.get_node('ns=3;s="S360 Main Data DB"."Offline Nest"[1]."PDR"."LPC"."Num"')