Skip to content

Releases: DoosanRobotics/API-DRFL

GL013302(v1.33.2)

28 Jan 12:01
820b400

Choose a tag to compare

Modify Version Information: GL013302

Update Features

  • Merged DRFL.h and DRFLEx.h into a unified header.
  • Legacy CamelCase APIs in DRFL.h are planned to be deprecated.
    → Use the unified snake_case APIs for new development.

Updated Functions

Added Hold-to-Run Functions

  • hold2run
  • jog_h2r
  • movej_h2r
  • movel_h2r

Added Ethernet Register Functions

Output Registers

  • set_output_register_bit
  • set_output_register_int
  • set_output_register_float
  • get_output_register_bit
  • get_output_register_int
  • get_output_register_float

Input Registers

  • get_input_register_bit
  • get_input_register_int
  • get_input_register_float

GL013301(v1.33.1)

28 Jan 08:25
926cdda

Choose a tag to compare

GL013301(v1.33.1)

What's Changed

New Contributors

Full Changelog: https://github.com/DoosanRobotics/API-DRFL/commits/GL013301(v1.33.1)