Replies: 13 comments
-
I think there is a "FileType" in the OPC UA spec (part 5), but I think we haven't got a feature for that so far, have we? @oroulet |
Beta Was this translation helpful? Give feedback.
-
UPDATE |
Beta Was this translation helpful? Give feedback.
-
Well I would say try it with a large file and do normal other OPC UA stuff concurrent. :^) But what would maybe cool is a possibility to make a "standard" file objekt which contains the "standard" functions. |
Beta Was this translation helpful? Give feedback.
-
Ok, this is what i wanted to know, thanks 👍
You mean locally, or a new functionality to add to the core? |
Beta Was this translation helpful? Give feedback.
-
I saw this video and thought about doing such a thing as core function. It is a video of a company, but it seems to be an in general OPC UA thing. |
Beta Was this translation helpful? Give feedback.
-
Ok, I watched the video.
I think it's like you say, so the next question is: both client and server can send a file to each other, or is the communication unidirectional server->client? |
Beta Was this translation helpful? Give feedback.
-
Well a Server serves what a Client requests, so I would guess it can be possible to send it bidirectional. Problem is, I haven't got the specs (and perhaps for another couple of days *sigh*) but will make a proper answer when I got them. |
Beta Was this translation helpful? Give feedback.
-
Ok then, I'll wait for updates 👍 |
Beta Was this translation helpful? Give feedback.
-
It was a long time ago, sry @FIAV1 , but finally I got them...but got also noticed, that you can download them for free on the foundation website, when you create a free account. 🤦 Haven't known that. |
Beta Was this translation helpful? Give feedback.
-
Hi @swamper123, absolutely no problems, just this morning I thought about this project, I think this is a kind of sign 🤣 |
Beta Was this translation helpful? Give feedback.
-
Hmmm ... I am a bit confused about that stuff. So back to your question, yes it is possible, just the implementation will be tricky (or a problem of the opc ua client). I would recommened you to read this where you will find the necessarry methods, vars etc. which would be needed to be implemented. Already exist and wait for you to use them. ;) |
Beta Was this translation helpful? Give feedback.
-
I created an example in issue #371 if it helps anyone |
Beta Was this translation helpful? Give feedback.
-
This is now supported . See example. https://github.com/FreeOpcUa/opcua-asyncio/blob/master/examples/client-file.py |
Beta Was this translation helpful? Give feedback.
-
Hi, I consider myself a regular customer now 😄
I saw there's a way to transfer an xml file from server to client, but is there a way to transfer any file from server to client?
Is this considered possible in an OPC UA environment?
I could help developing such a feature if still not present.
Thanks in advance! 💪
Beta Was this translation helpful? Give feedback.
All reactions