You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library provides an implementation of [OPC/UA](https://en.wikipedia.org/wiki/OPC_Unified_Architecture) by porting the Fraunhofer [`open62541`](https://github.com/open62541/open62541) for the Arduino [Opta](https://www.arduino.cc/pro/hardware-arduino-opta/)`microPLC` family.
7
+
This library provides an implementation of [OPCUA](https://en.wikipedia.org/wiki/OPC_Unified_Architecture) by porting the Fraunhofer [`open62541`](https://github.com/open62541/open62541) for the Arduino [Opta](https://www.arduino.cc/pro/hardware-arduino-opta/)`microPLC` family.
8
8
9
9
Furthermore, the library supports automatic detection, configuration and exposure of up to two Arduino Opta Expansion Boards (i.e. Digital Expansion w/ mechanical relays [`D1608E`](https://store.arduino.cc/products/opta-ext-d1608e), Digital Expansion w/ solid-state relays [`D1608S`](https://store.arduino.cc/products/opta-ext-d1608e), Analog Expansion [`A0602`](https://store.arduino.cc/products/opta-ext-a0602)) via OPC UA.
10
10
11
-
### How-to-OPC/UA
11
+
### How-to-OPCUA
12
12
* Compile and upload [`examples/opcua_server`](examples/opcua_server/opcua_server.ino)
Copy file name to clipboardExpand all lines: library.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ name=Arduino_OPC_UA
2
2
version=0.0.1
3
3
author=Arduino <info@arduino.cc>
4
4
maintainer=Arduino <info@arduino.cc>
5
-
sentence=Arduino port of the open62541 providing OPC/UA for Arduino Opta.
5
+
sentence=Arduino port of the open62541 providing OPCUA for Arduino Opta.
6
6
paragraph=This library is an Arduino port of open62541, an open source implementation of OPC UA (OPC Unified Architecture / IEC 62541) written in the C language.
0 commit comments