[2.0.0] - 25.10.2025
IMPORTANT: This is a major version update. There are breaking changes!
This update changes to ads-client v2. See ads-client CHANGELOG for more details about the update.
Breaking changes
Get Symbol Infonode renamed toGet SymbolRead System Manager Statenode renamed toRead Tc System StateRead Runtime Statenode renamed toRead PLC Runtime StateRead Symbolnode renamed toRead ValueWrite Symbolnode renamed toWrite ValueSubscribenode renamed toSubscribe ValueInvoke RPC Methodsetting properties changedSubscribesetting properties changed- Target ADS port setting removed from all nodes - now always uses the one specified in client settings
- In future, the usage of
targetOptswill be available on all nodes as in ads-client
- In future, the usage of
Changes
- Added
Get Symbolsnode - Added
Read TC System Extended Statenode - Client settings updated to match ads-client v2
- Some sanity checks removed and left to end-user instead (e.g. checking data types of provided
topicproperties) - Documentation updated
- README updated
- Minor cleanup here and there