OPC icon indicating copy to clipboard operation
OPC copied to clipboard

Any plans to develop an OPCUA version?

Open nzfarmer1 opened this issue 9 years ago • 13 comments

nzfarmer1 avatar Aug 06 '15 00:08 nzfarmer1

For Arduino UNO maybe could be a bit heavy but maybe for YÚN could be possible. Any plan to use it in a real project to test it?

All the best ilde

ildemartinez avatar Sep 10 '15 18:09 ildemartinez

Hi! I think a OPCUA Version running on either the Yùn or perhaps the zero would be very interesting to test out. I can think of multiple uses for this at my workplace, ranging from valve automation to pressure control just to mention a few things.

Regards, Martin

Martimeus avatar Nov 25 '15 08:11 Martimeus

Thank you Martin for the information and suggestions

At this moment I have no plans to integrate OPCUA because not enough time but maybe soon ;)

All the best ilde

ildemartinez avatar Mar 11 '16 11:03 ildemartinez

Sorry to reopen this! But if you want i can help you making an UA version of your great job! I'm working on a simulation platform based on a cortex m0+ (feather m0 wifi) and i want to integrate OPCUA architecture! I saw this project (https://github.com/Pro/open62541-arduino) but i can't build it with arduino ide!

dj-fiorex avatar May 23 '18 13:05 dj-fiorex

Hello

some Arduinos does not have enough power to server OPC UA....I am trying to do it with a Yun and OPC library from https://github.com/FreeOpcUa/python-opcua but need more space than the memory of the device....is a progress work

maybe could start from there?

all the best ilde

ildemartinez avatar May 24 '18 09:05 ildemartinez

Hello Arduino Yun have both linux and arduino core, but my platform is based only on arduino core, meanwhile i wrote to the open62541-arduino repo to ask some help :)

dj-fiorex avatar May 24 '18 16:05 dj-fiorex

You simply need to find an AT Mega based MCU that supports the hardware foot print necessary for the OPCUA stack and port accordingly.

nzfarmer1 avatar May 24 '18 21:05 nzfarmer1

I agree that this should be developed in OPC UA. At this moment this is working on COM/DCOM what is a huge drawback. There would be much more capabilities using Ethernet, you could use with phone etc. Then this project could become very useful.

ProximaB avatar Jul 03 '18 09:07 ProximaB

I want to create an Arduino OPC UA server. Will it be possible to create an Arduino opc Ua server? Does Arduino equipped with OPC UA protocol?

rony91jp avatar Nov 06 '20 05:11 rony91jp

Not enough SRAM. You could start with an STM32 and it would be a worthy project. Run it on a linux flavoured RTOS.

nzfarmer1 avatar Nov 06 '20 06:11 nzfarmer1

Thank you for your suggestion. Could you provide me any source that will help me? I want to communicate via LAN cable and want to send sensor analog data to the the OPC UA client.

rony91jp avatar Nov 06 '20 06:11 rony91jp

You could start with something like this. But I think you may be underestimating the effort a bit.

https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware

nzfarmer1 avatar Nov 06 '20 06:11 nzfarmer1

Hi all, sorry for my delay on this topic, i'm stuck with porting Open62541 to my Feather M0 + WIZ5500 ethernet featherwing. I am not a cmake and code compilation expert so i have some trouble with this library! If anyone has made progress in the meantime let us know!

dj-fiorex avatar Jan 27 '21 15:01 dj-fiorex