|
87 | 87 | <li>adds configuration to allow to send MODBUS PID SV as 32bit float</li>
|
88 | 88 | <li>adds configuration to specify the mode (by time, BT or ET) for the playback of the DROP event</li>
|
89 | 89 | <li>adds mixed event playback, by time (for increasing event values) and temperature (for decreasing event values)</li>
|
90 |
| - <li>adds new Artisan Commands (with `n` from `{1,2,3,4}`)</li> |
91 |
| - <ul> |
92 |
| - <li>`quantifier(n,bool)` to toggle quantification per event type</li> |
93 |
| - <li>`playback(n,bool)` to toggle event playback per event type</li> |
94 |
| - <li>`ramp(n,bool)` to toggle event playback ramping per event type</li> |
95 |
| - <li>`alarm(m,bool)` enable/disable alarm number `m`</li> |
96 |
| - <li>`setBatchSize(float)` to set the batch size. if the given number is negative the batch size is taken from the background profile, if available</li> |
97 |
| - <li>`playbackdropmode(int)` to set the mode for the playback of the DROP event (0: by time, 1: by BT, 2: by ET)</li> |
98 |
| - </ul> |
| 90 | + <li>adds new Artisan command `quantifier(n,bool)` to toggle quantification per event type (with `n` from `{1,2,3,4}`)</li> |
| 91 | + <li>adds new Artisan command `playback(n,bool)` to toggle event playback per event type (with `n` from `{1,2,3,4}`)</li> |
| 92 | + <li>adds new Artisan command `ramp(n,bool)` to toggle event playback ramping per event type (with `n` from `{1,2,3,4}`)</li> |
| 93 | + <li>adds new Artisan command `alarm(m,bool)` enable/disable alarm number `m`</li> |
| 94 | + <li>adds new Artisan command `setBatchSize(float)` to set the batch size. if the given number is negative the batch size is taken from the background profile, if available</li> |
| 95 | + <li>adds new Artisan command `playbackdropmode(int)` to set the mode for the playback of the DROP event (0: by time, 1: by BT, 2: by ET)</li> |
99 | 96 | <li>adds event slider input dialog via a double-click on a sliders LCD</li>
|
100 | 97 | <li>adds slider focus on slider LCD click</li>
|
101 | 98 | <li>adds quick keyboard focused event slider input using numeric keys followed by the ENTER/RETURN key. The last digit can be removed by using the backspace key. ESC cancels the action.</li>
|
|
0 commit comments