Adding mulitple variables at once in OPCUA Server #1257
Replies: 3 comments 7 replies
-
|
does they change while runtime or are they always the same? |
Beta Was this translation helpful? Give feedback.
-
|
look at code of create_variable() and write your low level code yourself. |
Beta Was this translation helpful? Give feedback.
-
|
I have used Note that this is different than using a shelf!!! python-opcua/opcua/server/address_space.py Line 563 in 0d595e5 Read the docs around those functions though... they have some limitations. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We are working on adding approximately 20000 variables in OPCUA Server from CSV / Excel. The addition is successful but iterating the below line by using a for loop for 20000 variables is a time consuming task.
OPC_Tag = Param.add_variable(addspace,Tag,0)
So we wanted to know, if there is a way to add such huge quantity of tags at a faster rate to server.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions