Releases: underautomation/Staubli.NET
Releases · underautomation/Staubli.NET
v0.3.0.0
- Enhanced Documentation: Added comprehensive XML documentation comments to all public classes, enums, interfaces, and members
- ToString() Methods: Implemented concise string representations for all data classes
- Equals() & GetHashCode(): Added proper equality comparison methods to all data classes
- MotionDesc Defaults: Frame property now initializes to World frame instead of null; Tool property initializes to flange center as TCP
v0.2.1.0
Licensing
- Updated
LicenseInfoinitialization logic for single-file apps by disabling process-based executable creation-date probing. - Added
IsLicensedproperty to expose a direct boolean check forLicensed,Trial, andExtraTrialstates.
SOAP Data Model Improvements
- Added
ToString()overrides for:AnthroConfigScaraConfigVrbxConfigConfig
- Enriched XML/API documentation comments in
MotionDescproperties to improve readability and generated docs quality.
SOAP V3 Response Updates
- Added
ToString()overrides for response models:ForwardKinResponseMoveJJResponseResetMotionResponseReverseKinResponseSetPowerResponse
- Refined
ResetMotionResponseserialization contract:- XML root changed to
motionResponse - response field renamed to
ReturnCode - explicit XML element name set to
motRet
- XML root changed to
v0.1.1.1
First version to implement SOAP client
v0.1.1.0
First version to implement SOAP client