In the barcode_recipe_selection.py script, the way data is split and processed has been revised. 'Splitlines' is now used instead of 'split("-")', and the length for candidates was changed from 8 to 10.
FIX
A modification has been made to the `st-ten-10.ini` configuration file under the `machine_settings` directory. The `istruzione_abilitata` field under `recipes_defaults` has been updated to be empty indicating likely disabling of a certain feature or instruction.
Updated the text displayed on the brother label printer to only show "ST-TEN-10" instead of "ETICHETTA \nST-TEN-10". Also changed the warning images in machine settings for st-ten-3 and st-ten-2 to use a generic image instead of their specific ones.
Updated the printing labels in the brother_label_printer.py file and added warning images fields across multiple configuration files. This includes changes in machine settings for st-ten-3.ini, st-ten-2.ini and st-ten-10.ini. Also, modified the "labeltxt_5" field in the test.py file and in recipe_selection.py to fetch the correct value.
The configuration for machine settings `st-ten-2.ini` and `st-ten-10.ini` has been updated. Specifically, the value of the `barcode_serial_field` setting has been changed to reflect the updated input parameters. This change ensures that the machine settings are up-to-date with current requirements.
The configuration for machine settings `st-ten-2.ini` and `st-ten-10.ini` has been updated. Specifically, the value of the `barcode_serial_field` setting has been changed to reflect the updated input parameters. This change ensures that the machine settings are up-to-date with current requirements.
The ArchiveSynchronizer now tracks machine status and sends updates about it. Options of status are tracked as "working", "logged-in", and "logged-out". This implementation includes configuration changes for the st-ten-10 machine and error reporting for failures during remote archive operations.