spinner
{{ header }}

Custom cycles:

  • easy to create - custom cycles are created in virtually the same way as typical subroutines in the Fanuc Macro B or Centroid standard. The difference is that they can have a detailed description of the arguments, which allows a large part of the program to be generated automatically
  • universality - custom cycles can be used both in a typical macro program or in conversational programming (via the user interface)
  • simplicity of use and testing - custom cycles are automatically embedded in the main program with one click, along with their invocation and assignment of addresses to the corresponding variables. Moreover, no matter whether you use variables in the range #1 to #26 or #1 to #33, the appropriate addresses will be automatically assigned
  • less code to write - thanks to the detailed description of arguments, such as default value, test for values used by the user or description, a large amount of repetitive and necessary code can be generated automatically
  • easier to maintain code - when using custom cycles, information such as their name or argument description is written separately, thanks to which the main code responsible for executing a specific function is much smaller and more readable