36 lines
1.0 KiB
Markdown
36 lines
1.0 KiB
Markdown
# 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:
|
|
|
|
- Tecna T3L
|
|
- Tecna T3P
|
|
- Furness controls FCO730
|
|
|
|
In addition to leak testing, the software supports many other functions, depending on which system is deployed:
|
|
|
|
- electrical resistance measurement
|
|
- vision test
|
|
- fixture digital I/O management
|
|
|
|
|
|
## Setup
|
|
- Clone the repository
|
|
- On Windows: ./init_win.bat
|
|
- On Linux: ./init.sh
|
|
|
|
## FIX Chrome
|
|
If chrome doesn't start run this command
|
|
rm ~/.config/google-chrome/SingletonLock
|
|
## FIX FOR TERMINAL NOT WORKINK FOR WINDOWS 10
|
|
Help | Find Action," type registry, Enter
|
|
Disable terminal.use.conpty.on.windows
|
|
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 |