Commit Graph

815 Commits

Author SHA1 Message Date
118c0367b9 Refactor remote_fetch and add check_actions_to_do
Simplify the remote_fetch method by removing machine_status parameter and updating error handling. Introduce check_actions_to_do method to determine necessary actions for the machine, including invoking remote_fetch as a required action.
2024-10-29 17:28:35 +01:00
gg
115ae7bea4 Merge remote-tracking branch 'origin/master' 2024-10-29 13:19:13 +01:00
gg
f6b9bc568c ferrari label flag qr only 2024-10-29 13:17:15 +01:00
3f4f0aab82 Set machine status to "logged-in" by default
Updated the default machine status from "offline" to "logged-in" in the ArchiveSynchronizer class. This ensures the correct initial status is set when the object is instantiated.
2024-10-29 12:04:28 +01:00
82c09a8ced Refactor machine status updates
Removed unnecessary machine status update to "stand-by" and streamlined status changes to "working" and "logged-in" based on specific actions. This helps in maintaining a cleaner and more accurate status flow within the application logic.
2024-10-29 12:03:20 +01:00
bd0ea025f7 Update machine status handling and fix archive synchronizer init
Refactor machine status updates to include more states such as working" for better control. Also, ensure `ArchiveSynchronizer` is initialized with the `config` parameter where needed, improving consistency in object creation across multiple UI components.
2024-10-29 11:41:42 +01:00
a73fa2c66e fix error during import 2024-10-29 10:00:56 +01:00
3f8630bd7f Add error dialogs for USB connection issues
Introduce `QMessageBox` dialogs to notify users of USB connection errors in `modbus_component.py`. This provides immediate feedback to users, improving the usability and troubleshooting process. The change replaces previous warnings with more visible error messages.
2024-10-29 09:15:35 +01:00
Eduardo
58bc7c0477 fix 2024-10-28 15:58:46 +01:00
Eduardo
d3b7fcaecd fix 2024-10-28 09:30:47 +01:00
087d3a48d6 Refactor ArchiveSynchronizer usage and clean up code
Refactor code to properly utilize `ArchiveSynchronizer` class across multiple modules. Adjust conditional statements and imports for consistency. Remove unnecessary debug outputs and redundant code, ensuring more streamlined and maintainable codebase.
2024-10-25 17:11:00 +02:00
1722ad260d auto import wip 2024-10-25 14:38:28 +02:00
ec54636257 fix dynamic export 2024-10-25 11:34:25 +02:00
bfa5ee8d74 fix merge 2024-10-25 10:07:22 +02:00
e9d83f1fce fix merge 2024-10-25 09:29:22 +02:00
4853e7883c new export logic 2024-10-25 09:18:44 +02:00
32e858f0f7 fix merge 2024-10-25 09:18:10 +02:00
cb9abeb46f fix merge 2024-10-24 16:58:31 +02:00
84c22c8035 fix merge 2024-10-24 16:55:55 +02:00
e940964f84 merge 2024-10-24 16:47:56 +02:00
0a6edec384 fix q dialog linux 2024-10-24 15:57:49 +02:00
neo
7b316bad18 fix QFileDialog.getSaveFileName 2024-10-24 13:14:52 +02:00
gg
3239e6de5c Merge branch 'remove-steps-table' of https://gitlab.com/neosystems/errecinque/mappano/st-ten-1 into remove-steps-table 2024-10-24 12:54:54 +02:00
gg
a60a2d945e ferrari label 203dpi 2024-10-24 12:42:03 +02:00
27fd430a0b auto import wip
Updated remote_fetch to allow flexible machine_status input and reorganized file saving logic to categorize downloads based on file types. Modified test configuration to ensure compatibility with the new changes.
2024-10-24 11:11:03 +02:00
fce0151ecc Refactor remote_fetch method to improve file management
Updated remote_fetch to allow flexible machine_status input and reorganized file saving logic to categorize downloads based on file types. Modified test configuration to ensure compatibility with the new changes.
2024-10-23 16:51:27 +02:00
1da8c3ae39 Add machine_id parameter to remote_fetch method
Updated the remote_fetch method to accept a mandatory machine_id parameter and adjusted the URL endpoint accordingly. Modified relevant invocation and added error handling for missing machine_id. Updated the corresponding tests to include the machine_id parameter.
2024-10-23 15:00:17 +02:00
e6c7b76ccd dev.r5portal remote_fetch
fix
2024-10-23 11:46:57 +02:00
2c01810685 dev.r5portal remote_fetch
ok
2024-10-23 11:30:30 +02:00
7261f2d1e0 dev.r5portal upload system unit test ok 2024-10-23 09:45:57 +02:00
61b7fc98a5 dev.r5portal upload system unit test ok 2024-10-23 09:36:55 +02:00
4c056f72f1 dev.r5portal upload system unit test ok 2024-10-23 09:22:30 +02:00
d5a4813b58 dev.r5portal upload system unit test ok 2024-10-23 09:20:41 +02:00
e1289065c8 dev.r5portal upload system wip 2 2024-10-22 16:37:55 +02:00
5464f9a9c4 dev.r5portal upload system wip 2024-10-22 12:11:56 +02:00
a54935fcad initial commit dev.r5portal upload system 2024-10-21 17:17:10 +02:00
neo
847338984d fixme prod server status 2024-10-21 12:50:44 +02:00
neo
c4e83468c8 new extra synchronizer endpoint wip 2024-10-18 12:37:07 +02:00
eduardo
88c45fc9c4 dev 2024-10-10 08:49:36 +02:00
neo
6467307957 dev 2024-10-09 12:07:41 +02:00
neo
7ee96d63dd advantech digital I/O ok on linux, tbt 2024-10-08 15:36:05 +02:00
3a163bfab4 dima Mclaren 2024-10-08 16:24:35 +02:00
6113da2f7b unit test usb586x 2024-10-08 09:35:47 +02:00
eb0c876aeb second test instruction step for st-ten-11 tbt sim ok 2024-10-08 09:35:29 +02:00
363021c8d9 Merge remote-tracking branch 'origin/master' 2024-10-07 11:49:51 +02:00
f7355805e7 Add default value to 'codice_prodotto' if missing
Ensure 'codice_prodotto' has a default value in recipe selection. Additionally, appended 'archived' column in st-ten-11.csv to indicate archived status.
2024-10-07 11:49:40 +02:00
fc105eadf0 second test instruction step for st-ten-11 tbt sim ok 2024-10-07 11:49:38 +02:00
gg
486e09b479 new recipe and import svg rows names 2024-10-07 09:33:11 +02:00
neo
9bf55ee87f remove steps table wip editor modify ok 2024-10-05 17:16:57 +02:00
neo
fd632bee8e remove steps table wip add recipe & first save ok 2024-10-04 19:06:04 +02:00
gg
700849ef9b save recipes OK 2024-10-04 15:52:54 +02:00
neo
dd88b1eafa save recipes wip 2024-10-04 11:39:16 +02:00
stres1
92abd632b2 Merge remote-tracking branch 'origin/master' 2024-10-01 13:08:58 +02:00
stres1
b0584851f5 stten1 2024-10-01 13:08:49 +02:00
neo
e3db54583d Tecna recipe reader tool WIP 2024-09-27 19:11:49 +02:00
neo
982c44793c Merge remote-tracking branch 'origin/master' into remove-steps-table 2024-09-23 17:29:35 +02:00
stten7
5ea6a58101 dev st ten 7 2024-09-19 12:53:03 +02:00
stten7
ed6d2e263b fix 2024-09-19 11:04:02 +02:00
neo
938e420800 wtf 2024-09-18 18:15:01 +02:00
neo
e7fc30d5f6 remove steps table wip 2024-09-18 18:03:13 +02:00
gg
8abc123b49 dogotal i/o 2024-09-18 14:48:21 +02:00
gg
e2cfa8204f dogotal i/o 2024-09-18 14:47:54 +02:00
neo
d65e2a03ea remove steps table wip, import ok 2024-09-18 14:18:07 +02:00
neo
b5d4a07ab2 remove steps table wip 2024-09-17 15:19:36 +02:00
neo
9e0bc33904 ferrari label ok 2024-09-13 11:32:14 +02:00
neo
a4b06e3f47 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	config/label_templates/st-ten-1/ferrari_30x16_203.prn
2024-09-11 15:56:20 +02:00
neo
8b22158d0a ferrari label wip 2024-09-11 15:52:01 +02:00
eduardo
201a3ed18d st_ten 12/13 update 2024-09-11 13:54:38 +02:00
gg
6eb3c0608f Merge remote-tracking branch 'origin/master' 2024-09-10 18:02:31 +02:00
gg
b5fb437519 ferrari new label wip 2024-09-10 17:57:46 +02:00
gg
bbb053462a _stat implementation tbt 2024-07-18 09:43:42 +02:00
gg
debafdbf18 _stat implementation 2024-07-16 13:08:40 +02:00
gg
4243507d62 _stat implementation 2024-07-16 13:02:01 +02:00
ST-TEN-11
978df8ff01 Add inverse sensor monitoring in test instructions
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.
2024-07-12 11:03:32 +02:00
ST-TEN-11
7351f66d61 Add inverse sensor monitoring in test instructions
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.
2024-07-11 08:53:59 +02:00
eduardo
d0de088e22 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/test/rfid.py
2024-06-25 07:52:12 +02:00
eduardo
0068ce6d49 Add error handling and print traceback in RFID tests
The update introduces IOError specific exception handling in the RFID tests. It also prints a traceback for both IOError and general exceptions. This is done to better diagnose issues related to connectivity and IO in the tests as and when they occur. The code is also cleaned for better readability by fixing indentation and removing unnecessary comments and spaces.
2024-06-25 07:51:38 +02:00
eduardo
e2d344cf1e Add error handling and print traceback in RFID tests
The update introduces IOError specific exception handling in the RFID tests. It also prints a traceback for both IOError and general exceptions. This is done to better diagnose issues related to connectivity and IO in the tests as and when they occur. The code is also cleaned for better readability by fixing indentation and removing unnecessary comments and spaces.
2024-06-20 08:01:06 +02:00
eduardo
f2afea6110 fix 2024-06-11 06:58:03 +02:00
Eduardo
c6717c3ae6 fix 2024-06-05 11:20:28 +02:00
eduardo
ba1bb3f559 Merge remote-tracking branch 'origin/master' 2024-05-28 07:41:47 +02:00
eduardo
47a77d83c5 supporto assemblati ok 2024-05-28 07:35:58 +02:00
gg
244f5195dc op sys fix 2024-05-27 13:35:31 +02:00
eduardo
8e87c5b212 supporto assemblati ok 2024-05-24 13:40:48 +02:00
eduardo
b6e294151a supporto assemblati ok 2024-05-24 09:24:06 +02:00
eduardo
8f7868c8b7 supporto assemblati whip 2024-05-24 08:45:04 +02:00
eduardo
941e3ba764 supporto assemblati whip 2024-05-23 15:08:22 +02:00
eduardo
3f72be3abc supporto assemblati whip 2024-05-23 14:26:01 +02:00
eduardo
51ba135e14 supporto assemblati whip 2024-05-23 09:09:05 +02:00
eduardo
7f489d6634 supporto assemblati whip 2024-05-21 08:45:27 +02:00
eduardo
057baabcdd supporto assemblati whip 2024-05-21 07:56:15 +02:00
eduardo
4c1d1fff6c last csv update 2024-05-17 11:07:07 +02:00
ST-TEN-1
b5b7af6d56 Merge branch 'master' of https://gitlab.com/neosystems/errecinque/mappano/st-ten-1
 Conflicts:
	src/ui/test/test.py
2024-05-17 09:13:04 +02:00
ST-TEN-1
90de35b498 DEV 2024-05-17 09:09:46 +02:00
neo-dl
91597533de fix 2024-05-14 10:04:12 +02:00
neo-dl
25291bf0ff fix 2024-05-14 09:22:19 +02:00
eduardo
e18f597b76 Warning for st-ten-2 2024-05-13 09:34:06 +02:00
eduardo
c8333273ff Updated data processing in barcode_recipe_selection
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
2024-05-13 09:02:44 +02:00
Edo
9f90343666 st ten 10 2024-05-09 12:07:15 +02:00
eduardo
e40d0e7fa7 Update label text and warning images configurations
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.
2024-05-08 12:39:28 +02:00
eduardo
53c34957cc Update printing labels and warning images in config files
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.
2024-05-08 11:46:03 +02:00
Eduardo
0f8b54b81c image_for_warnig uddate every machi has his own folder the images, also addede warnig images for ST-TEN-10 a last update csv for it 2024-05-08 07:45:19 +02:00
Eduardo
c43a870db5 Merge remote-tracking branch 'origin/master' 2024-04-23 11:15:53 +02:00
Eduardo
85c1ec2d2d Add machine status tracking and update for ArchiveSynchronizer
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.
2024-04-23 11:15:23 +02:00
gg
5fcb04f969 -various fixes
-st-ten-8 tested ok with new flush blow valves
2024-04-22 18:38:34 +02:00
stten7
ed13b91073 fix 2024-03-21 14:30:03 +01:00
Edo
dfcdf31d29 st ten 10 wip 2024-03-19 14:23:58 +01:00
Edo
07007c69b1 st ten 10 print_button and instructions wip 2024-03-19 10:23:59 +01:00
Edo
bd37d53bb4 st ten 10 print_button and instructions wip 2024-03-18 13:22:19 +01:00
Edo
89fae6cfa1 st ten 10 printing ok 2024-03-18 11:02:01 +01:00
Edo
d0ac7c5d9b win32 print image to be finished, test ok 2024-03-15 10:42:58 +01:00
Edo
428d28297d st ten 10 wip 2024-03-14 13:15:08 +01:00
Edo
4fb3cdd676 st-ten-10 wip 2024-03-12 13:48:00 +01:00
STTEN8
7174fd84d4 stten8 auto select recipe from RFID at startup 2024-02-23 18:34:17 +01:00
STTEN8
f24669f18a Merge remote-tracking branch 'origin/master' 2024-02-23 17:28:01 +01:00
gg
3eb19be036 fix leak sign 2024-02-23 16:01:43 +01:00
STTEN8
0e7fc9bb36 Merge remote-tracking branch 'origin/master' 2024-02-03 09:55:51 +01:00
stten7
7a9e4b805b instruction folder 2024-02-01 14:53:00 +01:00
stten7
6d1f6c71b9 instruction folder 2024-02-01 14:50:45 +01:00
gg
dea95e6d76 serial test linux 2024-01-26 10:12:45 +01:00
Eduardo
6810b9c63f Serial test 2024-01-26 10:05:47 +01:00
STTEN8
6249abf014 Merge remote-tracking branch 'origin/master' 2024-01-17 09:05:05 +01:00
neo-nb3
e3542ceb25 ref 2024-01-16 19:12:06 +01:00
STTEN8
d54ca99bfd Merge remote-tracking branch 'origin/master' 2023-11-15 15:57:19 +01:00
STTEN8
bcb3ff2936 stten8 fix & reprint label 2023-11-13 15:00:55 +01:00
gg
936647379a pid correction via config file tbt 2023-11-07 16:57:58 +01:00
gg
ca2fffabfc fix 2023-11-02 09:51:47 +01:00
st-ten-9
cfb33edeeb Merge remote-tracking branch 'origin/master' 2023-10-19 09:40:54 +02:00
st-ten-9
3f3c82661a fco730 alpha 2023-10-19 09:37:45 +02:00
stten5
1a31be38ee STTEN5 2023-10-19 08:52:16 +02:00
st-ten-9
464d8d532e fco730 alpha 2023-10-13 17:52:41 +02:00
st-ten-9
f2075d1c76 fco730 dev 2023-10-13 13:34:21 +02:00
st-ten-9
dce65caa55 fco730 dev 2023-10-12 19:37:39 +02:00
neo-nb3
6a254e7922 fco730 2023-10-11 22:01:05 +02:00
st-ten-9
5b0aee7437 fco730 dev 2023-10-11 16:40:46 +02:00
st-ten-9
587674eabb fco730 unit test ok 2023-10-11 16:26:34 +02:00
neo-dl
62ce71cfc2 fco730 dev 2023-10-11 15:15:42 +02:00
neo-dl
656b56eb62 fco730 dev 2023-10-11 09:46:38 +02:00
neo-dl
f854eff774 dev 2023-10-07 18:14:30 +02:00
stten6
6645d333a0 stten6 final beta 2023-10-05 18:39:09 +02:00
stten6
70ad344351 Merge remote-tracking branch 'origin/master' 2023-10-05 14:25:02 +02:00
neo-dl
7dbc1c6417 dev 2023-10-03 15:29:02 +02:00
neo-dl
43a2b38b38 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/ui/test/test.py
2023-09-23 16:08:40 +02:00
neo-dl
863ad1d33f fix 2023-09-23 16:06:30 +02:00
STTEN8
5a46797cd5 stten8 fix & reprint label 2023-09-23 12:58:55 +02:00
neo-nb3
6be3816265 debug reprint 2023-09-23 00:13:31 +02:00
stten5
09d3545097 STTEN5 2023-09-19 18:07:04 +02:00
neo-dl
a385cce080 fix 2023-09-19 17:22:02 +02:00
neo-dl
abd74805aa label 2023-09-11 13:53:17 +02:00
neo-dl
e2fd365142 fix stten8 2023-09-07 11:53:51 +02:00
neo-dl
c0e2a261ae fix stten8 2023-09-06 10:35:15 +02:00
neo-dl
835f551450 fix stten8 tbt 2023-09-05 18:54:54 +02:00
stten7
78f150eada Merge remote-tracking branch 'origin/master' 2023-09-05 16:39:51 +02:00
stten7
6fee7d1714 stten7 fix 2023-09-05 16:39:01 +02:00
STTEN8
083518a597 stten8 fix 2023-09-05 16:33:18 +02:00
stten7
8c24b3a783 stten7 fix 2023-09-05 15:07:28 +02:00
stten7
987698cc8d Merge remote-tracking branch 'origin/master' 2023-09-05 14:47:38 +02:00
neo-dl
77d86b3651 extra label printer custom folder tbt 2023-09-03 17:54:15 +02:00
neo-dl
999c32734e tentative fix label glitch + speedup 2023-09-03 17:27:54 +02:00
neo-dl
71300177ff Merge remote-tracking branch 'origin/master' 2023-09-03 10:00:38 +02:00
neo-dl
27e3b095a2 fix 2023-09-03 10:00:31 +02:00
neo-nb3
eb73c9c9a0 wip 2023-09-02 23:29:09 +02:00
stten7
a382a74634 Merge remote-tracking branch 'origin/master' 2023-09-01 09:44:43 +02:00
neo-dl
8ec46fdde4 fix 2023-08-30 14:22:47 +02:00
neo-dl
a725a587ec fix 2023-08-25 18:51:03 +02:00
STTEN8
98e0f3a112 stten8 beta 2023-08-25 15:35:07 +02:00
neo-dl
09db085651 calibrated leak image 2023-08-24 18:20:52 +02:00
neo-dl
b0c101d54c fix st-ten-8 2023-08-24 12:10:01 +02:00
neo-dl
86b839aff3 discard piece tbt 2023-08-23 15:08:22 +02:00
neo-dl
1ba6d062e6 fix 2023-08-09 11:37:39 +02:00
neo-dl
1956a4da8d optional tecna internal discharge 2023-08-09 11:32:49 +02:00
neo-dl
f34403a16c recipe written fix 2023-08-09 11:00:34 +02:00
neo-dl
f04a58f234 stten8 fix 2023-08-03 15:49:22 +02:00
STTEN8
d89d6ffa01 stten8 beta 2023-08-01 15:51:38 +02:00
stten7
f44a2c4619 Merge remote-tracking branch 'origin/master' 2023-08-01 14:58:18 +02:00
stten7
963c75379f stten7 2023-07-31 16:25:22 +02:00
STTEN8
03615fe1a7 stten8 beta 2023-07-31 15:30:29 +02:00
neo-nb3
90f8eafd2b tecna upload only when necessary tbt 2023-07-30 22:06:10 +02:00
STTEN8
ebb0ff887f Merge remote-tracking branch 'origin/master' 2023-07-30 21:42:46 +02:00
STTEN8
283dbc7fb8 stten8 beta 2023-07-30 21:42:26 +02:00
germano
32905ffcdb stten8 import 2023-07-29 23:04:39 +02:00
STTEN8
478b7938e0 stten8 beta 2023-07-28 11:14:10 +02:00
STTEN8
371b48d997 stten8 wip 2023-07-27 18:19:05 +02:00
germano laptop
59cb76c443 stten8 beta ok 2023-07-27 12:02:37 +02:00
germano
d26c23c82f stten8 wip 2023-07-26 21:29:14 +02:00
germano
2676809216 fix rfid 2023-07-25 21:18:16 +02:00
germano laptop
2e830989b5 blow&flush beta ok 2023-07-25 15:44:45 +02:00
germano
6346a91c19 PID params tbt 2023-07-24 22:46:19 +02:00
germano laptop
0ff07836ed blow&flush beta ok 2023-07-24 18:11:47 +02:00
neo-dl
c49bda6b8e flush_blow option wip 2023-07-24 15:16:12 +02:00
neo-dl
6d65d00d88 flush_blow option wip 2023-07-24 14:31:52 +02:00
neo-dl
9bf1d6b0fd Merge branch 'flushdev'
# Conflicts:
#	config/machine_settings/st-ten-6.ini
2023-07-24 09:02:55 +02:00
neo-dl
900e94daa3 flush_blow option wip 2023-07-22 12:42:25 +02:00
neo-dl
13684e8ab6 instruction reminder ok 2023-07-18 16:47:06 +02:00
neo-dl
216a957fc6 blow&flush wip 2023-07-14 17:09:29 +02:00
Utente
11bdfe2887 fix 2023-07-14 08:24:10 +02:00
Utente
7a7d7eb197 fix positive qpos in tube-tube check 2023-07-13 16:31:10 +02:00
neo-dl
a819a2f7c2 write tags wip 2023-07-12 19:37:57 +02:00
stres1
bed886f2a5 csv 2023-07-12 10:03:07 +02:00
germano
30b8120afa copypaste fix 2023-07-09 22:57:18 +02:00
neo-dl
6c76ff4f97 stten4 autotest fix tbt 2023-07-06 12:59:06 +02:00
Utente
ad60e2148e fix 2023-07-01 16:46:33 +02:00
Utente
e9a11be9d3 Merge remote-tracking branch 'origin/master' 2023-07-01 16:17:13 +02:00
Utente
241f669aa4 stten4 2023-07-01 16:16:58 +02:00
stten7
36115d55d7 stten7 2023-07-01 11:34:51 +02:00
neo-dl
1fada57b7a stten4 2023-06-30 15:59:40 +02:00
neo-dl
4c7981910e autotest on logout beta 2023-06-29 19:09:16 +02:00
germano2239
fe320af13e lbl ferrari 2023-06-29 15:47:44 +02:00
neo-dl
fd0eff72f5 label ferrari 2023-06-29 14:57:21 +02:00
germano
9d42108e2d vision 2023-06-28 21:51:32 +02:00
neo-dl
db92d7741e rfid beta 2023-06-28 19:49:13 +02:00
neo-dl
ed6ab8dece rfid beta 2023-06-26 19:21:12 +02:00
neo-dl
2e6f3840e3 rfid wip 2023-06-23 19:25:41 +02:00
neo-dl
79d99bd718 autotest window fix 2023-06-23 10:20:26 +02:00
stten6
33ff5407be stten6 fix precision 2023-06-21 17:09:16 +02:00
neo-dl
ce525e99e5 autotest window fix 2023-06-18 16:44:43 +02:00
stten6
2e6a754393 stten6 at window ok 2023-06-10 11:22:26 +02:00
stten6
ab539bd50f Merge remote-tracking branch 'origin/master' 2023-06-10 09:55:34 +02:00
stten6
554263cc21 stten6 2023-06-10 09:55:19 +02:00
neo-dl
1d1457f29c autotest window tbt 2023-05-31 15:02:06 +02:00
stres1
f02b435f78 fix stten1 2023-05-24 15:36:52 +02:00
neo-dl
3629f86c2d autotest on logout tbt 2023-05-22 18:39:28 +02:00
stres1
d59e9744e4 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/ui/test/test.py
2023-05-22 08:56:40 +02:00
stres1
57780e1e59 dev stten1 2023-05-22 08:52:20 +02:00
stten6
0c8bce3a39 stten6 2023-05-20 15:28:57 +02:00
stten6
3fd5c63172 Merge remote-tracking branch 'origin/master' 2023-05-20 09:14:38 +02:00
stten6
c561db8128 stten6 2023-05-20 09:13:03 +02:00
neo-dl
a307bf76ea dev tbt 2023-05-18 16:12:40 +02:00
neo-dl
3e246014cc dev wip 2023-05-18 13:55:34 +02:00
neo-dl
0fd352a595 dev wip 2023-05-18 10:43:03 +02:00
neo-dl
d05d94ed7f dev wip 2023-05-18 10:40:16 +02:00
stten6
d4e18cd249 stten6 2023-05-18 09:58:36 +02:00
neo-dl
66b94fef6f rfid wip 2023-05-16 19:39:30 +02:00
STTEN8
0617d0f4bb discard wip 2023-05-12 09:05:17 -07:00
neo-dl
1755dad9b4 leak test number & leak limits 2023-05-12 17:37:25 +02:00
neo-dl
2a7d3e9ec7 leak test number & leak limits 2023-05-12 16:13:22 +02:00
stten6
9064950213 Merge remote-tracking branch 'origin/master' 2023-05-12 15:18:45 +02:00
stten6
fd23c955cc stten6 2023-05-11 12:16:01 +02:00
stten6
bea5c30295 stten6 2023-05-11 11:19:08 +02:00
neo-dl
dcc2167f8c vision oring tbt 2023-05-02 19:18:58 +02:00
germano
cf446602f2 autotest wip 2023-04-23 18:53:05 +02:00
germano
29b1120f22 Merge remote-tracking branch 'origin/master' 2023-04-23 18:18:23 +02:00
germano
5ff0912093 csv_extract_leak.py 2023-04-23 18:18:05 +02:00
ST-TEN-1
24c50d990d DEV 2023-04-21 12:16:42 +02:00
neo-dl
cc2a1ed065 user del fix 2023-04-21 10:45:25 +02:00
neo-dl
524c21f494 user del fix 2023-04-13 09:31:40 +02:00
neo-dl
4e787a679b review instruction during leak test wip 2023-04-12 11:38:30 +02:00
neo-dl
0705d40a09 new sensor id ok 2023-04-11 17:01:17 +02:00
neo-dl
e886433fd7 autotest leak fix 2023-04-11 14:23:37 +02:00
neo-dl
b69f827fe6 autotest leak fix 2023-04-11 14:13:53 +02:00