Releases: arduino-libraries/Arduino_OPC_UA
Releases · arduino-libraries/Arduino_OPC_UA
0.1.2
What's Changed
- Fix: rename all references from "bcmi-labs" to "arduino-libraries". by @aentinger in #27
- Remove PLC wording from README in order to avoid confusion with PLC runtime. by @aentinger in #28
- Fix: do no wait for a serial connection on startup. by @aentinger in #29
- Fix: document how to use Python's virtual environments for building O…PCUA client gui. by @aentinger in #30
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- Fix: adjust to now semantically correct usage of "getPwmPeriod" and "getPwmPulse". by @aentinger in #25
- Raise debug level to INFO and above. by @aentinger in #26
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- Expose LED property to expose USER LED - but only on Arduino Opta WiFi. by @aentinger in #1
- Fix: show correct opta model variant in OPC/UA field "ModelName". by @aentinger in #2
- Fix: ADCs provide erroneous readings. by @aentinger in #3
- Fix: only create aggregate OPC/UA objects (Relays, LEDs, ...) when there is at least one such node. by @aentinger in #4
- Bugfix: premature deletion of socket causes hard-fault when opcua-client disconnects. by @aentinger in #5
- Provide minimal documentation on how to use the Arduino Opta as OPC/UA server by @aentinger in #7
- Feature: enable detailed stack/heap tracing on a per-thread basis by @aentinger in #9
- Fix: casts between
mbed::SocketAdrress *
andstruct sockaddr *
cause memory overwrites due to different memory size and layout by @aentinger in #8 - Demonstration: expose RS485 connected Modbus sensor via OPC/UA by @aentinger in #10
- Use NTP to synchronize time of internal RTC for usage by OPC/UA server by @aentinger in #6
- Feature: automatic detection of Opta expansion modules and exposure via OPC/UA by @aentinger in #11
- Remove superfluous digit "s" leading to compilation error when compiling ModBus demo. by @aentinger in #15
- Enable CI build of ModBus demo (integrated with OPC/UA sketch). by @aentinger in #16
- Add Github workflow to render API documentation by @sebromero in #18
- Feature: implement suppport for Arduino Opta Analog expansion module by @aentinger in #17
- Add documentation for all user-facing APIs using Doxygen and Markdown. by @aentinger in #19
- Chore: rename library to "Arduino_OPC_UA". by @aentinger in #20
- Cleanup: OPC UA is written as "OPC UA" (not "OPC/UA") by @aentinger in #21
- Rename firmware for OPC UA server capabilities to "opta_opcua_server"… by @aentinger in #22
- Doc: providing class names, methods and constants for syntax high-lighting. by @aentinger in #23
- Chore: ensure that all function prototypes are CamelCase. by @aentinger in #24
New Contributors
- @aentinger made their first contribution in #1
- @sebromero made their first contribution in #18
Full Changelog: https://github.com/bcmi-labs/Arduino_OPC_UA/commits/0.1.0