XL2CL
4.108.0
7/17/2026
SCN: 5313 — XL2; Added Parts Total for Tag bundle tag print macro.

A customer asked for a parts total to count the number of parts on a bundle tag. We did not have this. What we did have was a total by item.

Details on the Macro can be found in the PMACROS document.

SCN: 5325 — XL2; Incorrect Tool 1 Error message on XL270 Tile Machine controller.

On a tile machine Tools 1 is expected to be used for programming Tile Steps. When the machine is configured for dual forming presses, Tool 2 is reserved for the configuration of the second forming press. However, it must not be programmed in the pattern.

There was a test added to the part calculations that detected ths condition. The test displayed the wrong error message. It displayed an error message that is reserved for the Alternating Press option. In addition, the conditions when it would display the error were not correct either.

The test now only fails when the machine is configured for two forming presses.It also displays an error message to indicate Tool 1 is only to be used to configure Tile operations, not Tool 2.

SCN: 5342 — XL2; New compiler efficiency

The new compiler for the XL200 code is producing less efficient code, causing 0xF0001 Task errors on dual die accelerators.

We believe this is due to inline math and other functions not being enabled.

Inline functions are now expanded inline for the application and the OS. They are not expanded inline in the PEG library due to an issue with how the libaries get built for the complex functions in PEG.