Release Notes for PC SDK 2024.4
General
The release name is PC SDK 2024.4 and the build number is 24.4.11080.0. The build date is January 14, 2025.
Improvements
Improved performance of IOSystem.GetSignals()
Previously, using IOSystem.GetSignals() to retrieve signals from a controller with many signals could take many seconds or even minutes because of an extra roundtrip to the controller for each signal. The number of roundtrips to the controller has been greatly reduced, resulting in a significant performance boost for IOSystem.GetSignals().
API changes from PC SDK 2024.3
Added Types
Namespace | Type | Description |
---|---|---|
ABB.Robotics.Controllers | RestoreIncludeSafetySettings | Flags to control what safety settings that shall be included during a restore operation. |
RestoreIncludeUasSettings | Flags to control what UAS settings that shall be included during a restore operation. | |
RestoreInfo | Contains information about the result of a check restore operation. | |
RestoreMismatches | Specifies mismatches or inconsistencies in a backup. | |
RestoreResult | Specifies the result of a check restore operation. |
Added Members
ABB.Robotics.Controllers
Type | Member | Description |
---|---|---|
Controller | CheckRestore2(String, RestoreIncludes, RestoreIgnores, RestoreIncludeSafetySettings, RestoreIncludeUasSettings) | Checks for possible mismatches and other problems with a backup. |
Restore(String, RestoreIncludes, RestoreIgnores, RestoreIncludeSafetySettings, RestoreIncludeUasSettings, Boolean) | Performs a Restore operation of a controller system. | |
RestoreIgnores | PassphraseId | Ignore passphrase. |
TamperedId | Ignore file changes. | |
UasId | Ignore user grants. |