2024-01-16 18:12:06 +00:00
|
|
|
# ST-TEN-1
|
|
|
|
|
|
|
|
|
|
CONTROL SOFTWARE FOR ERRECINQUE LEAK TEST SYSTEMS
|
|
|
|
|
|
|
|
|
|
## Getting started
|
|
|
|
|
|
|
|
|
|
This software is deployed on many different systems, each using one of the following leak test instruments:
|
2024-04-22 16:38:34 +00:00
|
|
|
|
|
|
|
|
- Tecna T3L
|
|
|
|
|
- Tecna T3P
|
|
|
|
|
- Furness controls FCO730
|
2024-01-16 18:12:06 +00:00
|
|
|
|
|
|
|
|
In addition to leak testing, the software supports many other functions, depending on which system is deployed:
|
2024-04-22 16:38:34 +00:00
|
|
|
|
|
|
|
|
- electrical resistance measurement
|
|
|
|
|
- vision test
|
|
|
|
|
- fixture digital I/O management
|
2024-01-16 18:12:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
## Setup
|
2024-04-22 16:38:34 +00:00
|
|
|
- Clone the repository
|
|
|
|
|
- On Windows: ./init_win.bat
|
|
|
|
|
- On Linux: ./init.sh
|
2024-01-16 18:12:06 +00:00
|
|
|
|
2025-04-01 12:46:41 +00:00
|
|
|
## fIX Chrome
|
|
|
|
|
If chrome doesn't start run this command
|
2025-04-22 13:50:11 +00:00
|
|
|
rm ~/.config/google-chrome/SingletonLock
|
2025-04-22 13:48:55 +00:00
|
|
|
## FIX FOR TERMINAL NOT WORKINK FOR WINDOWS 10
|
|
|
|
|
Help | Find Action," type registry, Enter
|
|
|
|
|
Disable terminal.use.conpty.on.windows
|
2025-09-15 14:55:08 +00:00
|
|
|
Restart PyCharm
|
|
|
|
|
|
|
|
|
|
## FIX FOR DISABLE PASSWORD CHECK WINDOWS 11
|
|
|
|
|
Use an admin cmd privileges terminal
|
|
|
|
|
copy paste this :reg ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v DevicePasswordLessBuildVersion /t REG_DWORD /d 0 /f
|
|
|
|
|
use netplwiz and remove the check for password
|