0

I'm using open62541 to run a server on my embedded device(stm32f429), as a client I use UAExpert to connect to the server and borowse the nodes.

My problem is that I want to upload a file from Client "UAExpert" to my Server. I found a similiar question here on Stackoverflow but the answer didn't help me a lot.

I read the Annex C in part 5 but I couldn't understand how to implement the methods on the server side.

Can any one help me?

thnx in advance

norbitrial
  • 14,716
  • 7
  • 32
  • 59
  • Does this answer your question? [How to transfer Files from OPC UA Client to Server](https://stackoverflow.com/questions/57685714/how-to-transfer-files-from-opc-ua-client-to-server) – Stefan Profanter Nov 13 '19 at 08:16
  • i worte that i found it, but it is not so clear how to write those method like open, read, close ... i can understand it if i write application for windwos/linux but how should i do open a file usind uC? – Embedded Sys Nov 13 '19 at 08:24

1 Answers1

0

I don't think that UAExpert supports this feature.

UAExpert can display Image from OPC UA Variable values from the Server (So actually if the Variable is writeable you could overwrite the value with you own)

Camille G.
  • 3,058
  • 1
  • 25
  • 41