Skywalker roaster... | [386] |
Skywalker, the AL... | [279] |
Skywalker Roasts | [105] |
War on Farmers by... | [58] |
Using a TC4 with ... | [41] |
Fluid bed roaster cooling stage Artisan+TC4
|
|
iPa |
Posted on 01/23/2022 8:15 AM
|
Newbie Posts: 44 Joined: December 22, 2021 |
How do you manage cooling stage with Artisan and fluid bed roaster ? I mean there is no Drop stage, but need to power off heater and adjust fan speed to cool down as quick as possible. Add some specific button ? Is it possible to set more than one action with a single button (heater OFF, fan 80%) ? Alarm Actions ? Thank you |
|
|
renatoa |
Posted on 01/23/2022 8:40 AM
|
Administrator Posts: 3160 Joined: September 30, 2016 |
Create a button with a serial command action OT1;0 for the heater, followed by OT2;80 for the fan This is for a TC4 scenario, for other devices the commands are different. |
|
|
iPa |
Posted on 01/23/2022 5:05 PM
|
Newbie Posts: 44 Joined: December 22, 2021 |
@renatoa thank you |
|
|
iPa |
Posted on 01/23/2022 8:20 PM
|
Newbie Posts: 44 Joined: December 22, 2021 |
Quote renatoa wrote: Create a button with a serial command action OT1;0 for the heater, followed by OT2;80 for the fan This is for a TC4 scenario, for other devices the commands are different. I've tried to send more than one command with a "Serial command" button without success, probably not using the correct separator between commands. But Button mode Multiple events works well. |
|
|
iPa |
Posted on 01/24/2022 1:38 AM
|
Newbie Posts: 44 Joined: December 22, 2021 |
I saw in the list of serial commands: PID,STOP Turns off the PID and heater. Sets fan to auto cool setting as defined in user.h. Can be used at end of roast. Response from TC4 device is "# PID Roast Stop" I could use this command to end the roast, even better no? But I suppose that Artisan would sent it too, but when it does, on press DROP button ? |
|
|
renatoa |
Posted on 01/24/2022 2:40 AM
|
Administrator Posts: 3160 Joined: September 30, 2016 |
Nope, Artisan don't send anything to TC4 other than some init commands and temperature reading command. Any event related commands should be added by the user in the Events dialog. Attached you have an example of an Events dialog really stuffed with commands, but they aren't mandatory for a typical TC4 setup. PID;STOP control of the fan depends on other config values. Is PHASE_ANGLE_CONTROL defined? How is the fan connected/controlled ? ~~~
renatoa attached the following image:
|
|
|
iPa |
Posted on 01/24/2022 4:57 AM
|
Newbie Posts: 44 Joined: December 22, 2021 |
Quote renatoa wrote: Nope, Artisan don't send anything to TC4 other than some init commands and temperature reading command. Any event related commands should be added by the user in the Events dialog. Attached you have an example of an Events dialog really stuffed with commands, but they aren't mandatory for a typical TC4 setup. PID;STOP control of the fan depends on other config values. Is PHASE_ANGLE_CONTROL defined? How is the fan connected/controlled ? ~~~ Thank you, that was the missing part ! My config : Yes PHASE_ANGLE_CONTROL is defined for this config |
|
|
renatoa |
Posted on 01/24/2022 6:36 AM
|
Administrator Posts: 3160 Joined: September 30, 2016 |
If PAC defined, then PID;STOP will call outIO2 for the fan control, thus a DC fan connected to IO3 will not react to this command. You need CONFIG_PAC2_IO3FAN in this case. |
|
Jump to Forum: |