Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All configuration variables have names beginning with "rf_". The variables are visible only under the Pally program node, but can be enforced to be globally visible by declaring global variables with the same name above the Pally program node in the program structurein case the variables are referenced in other threads or subroutines.

Changing configuration variables at startup

...

It might be necessary to modify some configuration variables from a Pally callback, e.g. change the approach distance for some specific products only. Due to limitations in the URScript program structure, the rf-variables are not visible in the callbacks. In this case it is necessary to enforce the corresponding variable to be global. we recommend using the OnNextTask callback, which is called before all calculations start.

Info

Note: Changing some configuration variables such as the pallet calibration points in runtime won't have any effect on the current pallet as the values are only used once after product selection.

Info

Note: Changing configuration variables may have no effect until pattern verification database is cleared.

See the list of available variables, categorized by their functionality:

...