-
-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- faster termination of the sampling loop
- faster WebLCDs startup - delayed start of WebLCDs on app start - use spawn instead fork multiprocessing also on macOS (now supported by py2app) - fixes missing qtbase translations - updated translations - adds additional translatable button labels (\i: STIRRER, \f: FILL, \r: RELEASE) - adds further Carmomaq machine setups (PR #1233)
- Loading branch information
Showing
80 changed files
with
106,651 additions
and
104,118 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
95 changes: 95 additions & 0 deletions
95
src/includes/Machines/Carmomaq/Caloratto-Materatto_Legacy.aset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
[General] | ||
Delay=2000 | ||
roastertype_setup=Carmomaq Caloratto/Materattor Legacy | ||
|
||
[Device] | ||
id=29 | ||
|
||
[Modbus] | ||
PID_OFF_action= | ||
PID_ON_action= | ||
PID_SV_register=0 | ||
PID_d_register=0 | ||
PID_i_register=0 | ||
PID_p_register=0 | ||
PID_slave_ID=0 | ||
PIDmultiplier=0 | ||
SVmultiplier=1 | ||
baudrate=115200 | ||
bytesize=8 | ||
comport=COM4 | ||
host=192.168.0.10 | ||
input1bcd=false | ||
input1code=3 | ||
input1div=0 | ||
input1float=false | ||
input1FloatsAsInt=false | ||
input1Signed=false | ||
input1mode=C | ||
input1register=8000 | ||
input1slave=1 | ||
input2bcd=false | ||
input2code=3 | ||
input2div=0 | ||
input2float=false | ||
input2FloatsAsInt=false | ||
input2mode=C | ||
input2register=8001 | ||
input2slave=1 | ||
input3bcd=false | ||
input3code=4 | ||
input3div=0 | ||
input3float=false | ||
input3FloatsAsInt=false | ||
input3mode=C | ||
input3register=0 | ||
input3slave=0 | ||
input4bcd=false | ||
input4code=4 | ||
input4div=0 | ||
input4float=false | ||
input4FloatsAsInt=false | ||
input4mode=C | ||
input4register=0 | ||
input4slave=0 | ||
input5bcd=false | ||
input5code=3 | ||
input5div=0 | ||
input5float=false | ||
input5FloatsAsInt=false | ||
input5mode=C | ||
input5register=0 | ||
input5slave=0 | ||
input6bcd=false | ||
input6code=3 | ||
input6div=0 | ||
input6float=false | ||
input6FloatsAsInt=false | ||
input6mode=C | ||
input6register=0 | ||
input6slave=0 | ||
input7bcd=false | ||
input7code=3 | ||
input7div=0 | ||
input7float=false | ||
input7FloatsAsInt=false | ||
input7mode=C | ||
input7register=0 | ||
input7slave=0 | ||
input8bcd=false | ||
input8code=3 | ||
input8div=0 | ||
input8float=false | ||
input8FloatsAsInt=false | ||
input8mode=C | ||
input8register=0 | ||
input8slave=0 | ||
littleEndianFloats=false | ||
parity=N | ||
port=502 | ||
stopbits=1 | ||
timeout=0.4 | ||
type=3 | ||
wordorderLittle=true | ||
optimizer=true | ||
fetch_max_blocks=false |
Oops, something went wrong.