You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- adds support for Toper roasting machines with PLC and touch screen produced 2025 and later, supporting burner, airflow, and drum speed control as well as the operation of the charge/discharge doors, the stirrer and the cooling fan.
- limits MODBUS fetch_max_blocks to segements of length 100
Copy file name to clipboardExpand all lines: src/artisanlib/main.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1419,7 +1419,7 @@ def run(self) -> None:
1419
1419
class MyQDoubleValidator(QDoubleValidator): # pylint: disable=too-few-public-methods # pyright: ignore [reportGeneralTypeIssues] # Argument to class must be a base class
Copy file name to clipboardExpand all lines: wiki/ReleaseHistory.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,11 @@ v3.2.1
9
9
- adds tooltip to phases widget in Comparator displaying 2nd and 3rd phase bean temperatures (or RoR if ALT/Option key is pressed) limits ([Issue #1906](../../../issues/1906))
10
10
- adds support for [Kraffe](https://artisan-scope.org/machines/kraffe/) shop roasters
11
11
- adds support for [Berto Essential and Autonics](https://artisan-scope.org/machines/berto/) models
12
-
- adds support for [Nordic](https://artisan-scope.org/machines/nordic/) PLC models including control
13
-
- adds support for [Prisma](https://artisan-scope.org/machines/prisma/) USB and PLC models including control
14
-
- adds support [Cogen roasting machines](https://artisan-scope.org/machines/cogen/) with Siemens PLC (v2)
12
+
- adds support for [Nordic](https://artisan-scope.org/machines/nordic/) PLC models supporting burner, airflow, and drum speed control
13
+
- adds support for [Prisma](https://artisan-scope.org/machines/prisma/) USB and PLC models supporting burner, airflow, and drum speed control
14
+
- adds support for [Cogen roasting machines](https://artisan-scope.org/machines/cogen/) with Siemens PLC (v2)
15
15
- adds support for [Easyster Smart](https://artisan-scope.org/machines/easyster/), legacy [Proaster](https://artisan-scope.org/machines/proaster/) THCR-01A as well as Easyster/Proaster machines with air pressure sensor
16
+
- adds support for [Toper roasting machines](https://artisan-scope.org/machines/toper/) with PLC and touch screen produced after 2025 supporting burner, airflow, and drum speed control
0 commit comments