Skip to content

Releases: underautomation/Staubli.NET

v0.3.0.0

15 Feb 05:57

Choose a tag to compare

  • 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

13 Feb 08:07

Choose a tag to compare

Licensing

  • Updated LicenseInfo initialization logic for single-file apps by disabling process-based executable creation-date probing.
  • Added IsLicensed property to expose a direct boolean check for Licensed, Trial, and ExtraTrial states.

SOAP Data Model Improvements

  • Added ToString() overrides for:
    • AnthroConfig
    • ScaraConfig
    • VrbxConfig
    • Config
  • Enriched XML/API documentation comments in MotionDesc properties to improve readability and generated docs quality.

SOAP V3 Response Updates

  • Added ToString() overrides for response models:
    • ForwardKinResponse
    • MoveJJResponse
    • ResetMotionResponse
    • ReverseKinResponse
    • SetPowerResponse
  • Refined ResetMotionResponse serialization contract:
    • XML root changed to motionResponse
    • response field renamed to ReturnCode
    • explicit XML element name set to motRet

v0.1.1.1

12 Feb 08:46

Choose a tag to compare

First version to implement SOAP client

v0.1.1.0

01 Jul 15:07

Choose a tag to compare

First version to implement SOAP client