Expanded the functionality in test_instructions.py to also monitor and record the state of inverse sensors (inv_sensor). This was done in the checking phase, following similar logic that is used for regular sensors (sensor). Also adjusted the sensor index referencing for these inverse sensors.
This commit includes key changes in the machine settings files st-ten-11.ini and st-ten-1.ini. We removed several parameters from the [digital_io] section in st-ten-11.ini and also updated the 'tester_discharge_enable' value to 'yes'. In st-ten-1.ini, the 'galaxy_camera' and 'screwdriver' settings were respectively altered to 'absent' and 'absent'.
Configuration files for a new automatic machine called st-ten-11 have been created, along with a placeholder SVG image. The configuration includes settings for various hardware components, printing details, recipe defaults, and testing parameters.
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.