4.88.8
3/14/2023
If there was no target, a Closed Loop Die Accelerator was not returning home when entering the run mode.
This is most likely to occur on a Hole Count controller or on the second die of a Dual Die Accelerator system.
A Hole Detect controller does not require a target for the shear die to stay in run.
The second die may or may not have a target.
In most cases the die will already be home but in some cases an operator may have manually jogged it away from home for maintenance or for a manual operation.
This has been resolved.
The 0x00B0002 task error is an indication of memory record corruption It is displayed when the record corruption is detected.
SCN 4716 setup conditions that cause memory corruption when trying to implement a new Queue Record garbage collection scheme.
SCN 4755 attempted to fix it by adding more protection around adding, removing, and deleting records. Customers are still experiencing issues with the new collection scheme, so it has now been re-implemented using a combination of the original method but with a new improvement.
The original method involved each press task removing and immediately deleting their own Queue Records. Deleting the records can be a lengthy process and is undesirable in a high priority press task.
The new solution returns to having each press task remove its own Queue Records but rather than delete them, it adds them to a new queue that a low priority task monitors to do the deletion.
Most prompt windows need to lock the Main Menu to prevent the screen from being changed or prevent the menu options from being selected while the prompt is open.
The Allow Stationary Cut window failed to unlock the Main Menu, preventing the screen or menu options from being changed after it was closed. This has been resolved.