3.3.1 - Compatibility notes for version 2.6 and above
3.3.1.1 - Path planning
The path planning algorithm has significantly changed in version 2.6. It is recommended to
test existing projects with full pallets of all products after upgrading to version 2.6.
3.3.1.2 - ProductCount
Since version 2.6 the "ProductCount" variable is now properly initialized to 0. In earlier
versions it was initialized to -1 incorrectly. It is necessary to update custom code in callbacks
that rely on the ProductCount variable.
3.3.2 - Compatibility notes for version 2.7.1 and above
3.3.2.1 - Pallet confirmation variables
From version 2.7.1 the pallet confirmation variables "rf_PS1_ok" and "rf_PS2_ok" should be
updated with the following script command:
palletmanager_daemon.write_key_value_static(name, value)
The old method
palletmanager_daemon.write_key_value(0, name, value)
has
no longer effect on the pallet confirmation state.
Programs that directly update the pallet confirmation variables should be verified.
3.3.3 - Compatibility notes for version 2.8 and above
3.3.3.1 - Execution of beforeZone and afterZone callbacks
From version 2.8.0 the beforeZone callback will be invoked when the lifting column has
already reached the specified position but palletizing has not yet started. Similarly, the
afterZone callback will be invoked after palletizing the last box has finished but the lifting
column is still in the position as specified by the current zone. Programs that use a lifting
column and have user code in beforeZone and afterZone callbacks should be verified.
3.3.3.2 - Execution of beforeGrab callback
From version 2.8.0 the pipeline architecture for all path planning calculations has been
redesigned such that all calculations are already done when the program enters the
beforeGrab callback. Changing some path-planning related internal rf_-variables in
beforeGrab for smart exit or collision radius calculations will no longer have any effect on the
next movement. Programs that modify internal (rf_) path planning variables directly in
beforeGrab should be verified.
Version 2.9.1
© Rocketfarm AS 2021. All rights reserved.
9
Содержание URCap
Страница 1: ...Pally URCap User Manual Version 2 9 1 ...