I have an application that might be perfect for the art controller. I have a laser cutter that can control the exhaust fan directly. But although not mentioned anywhere in motor the documentation, starting the motor more than 2 times per hour will cause the starting coil to overheat and fail. So I would like to have the following functionality:
- When receiving a dry-loop trigger from the laser, activate the contactor (relay) that turns the fan on
- When the laser says to stop the fan, keep the fan on for a specified delay period (approx 15-30 min)
- If the laser says to turn the fan on during that time, clear the timer and keep the fan on
- If the laser has said the fan should be off long enough that the timer reaches zero, turn the fan off
- If a manual cancel button is pressed, bypass the timer and switch the fan off. (ideally this should only work when the laser says the fan should be off, but this check isn't critical)
1. Can I achieve this functionality without reprogramming the firmware? I don't have an AVR programmer.
2. Is there a different voltage regulator I can use to enable me to use the regulated 24VDC source already being used in my fan control circuit?
Thanks.
Michael
Comments