When should I fire the TRIAC's gate when controlling an inductive load (AC motor)?

You need to know when the AC line zero crossings are. Unlike what others are saying, you are looking for the voltage zero crossings when turning on the triac. This should be obvious when considering the triac is not yet on and therefore the current is zero.

You seem to be trying to measure the voltage zero crossings with the bottom circuit, but you may have to do some experimenting to get it to work well. You are counting on the voltage being low enough to not turn on the LEDs at each zero crossing, which then turns off the transistor each zero crossing. You therefore hope to get a small positive glitch each zero crossing. Getting the LEDs to be off long enough for the transistor to turn off enough for the pullup to work, and then have all that happen with little phase delay is going to be tricky.

In one case I had to do this, I used two optos in push-pull configuration. The LEDs were wired back to back, so each was on for 1/2 each line cycle. The outputs were wired so that one pulled high and the other low. The resulting output was a nice clean square wave with 50% duty cycle and the edges very close to the zero crossings.

In any case, once you have a signal per zero crossing, you simply add a variable delay before turning on the triac. The delay can be from zero to almost half a line cycle. The longer the delay, the lower the overall average voltage to the motor. If the line frequency is 50 Hz, then a whole cycle is 20 ms, and a half cycle is 10 ms, so the variable delay period should probably be limited to 0-9 ms or so.

You will have to experiment to determine the average voltage the motor will see as a function of the delay. You could calculate this if the load were known. Your load has a unpredictable inductive component, so the triac will actually turn off somewhat after the next voltage zero crossing. This delay will itself vary as a function of your turn on delay and as a function of what the motor is doing. If your turn on delay is small, then the inductor gets most of the half line cycle to charge, so will take a while to discharge. If your delay was long, then the inductor was only charged for a short time at low voltage, and will therefore take only a short time to discharge and reach the zero current level where the triac will turn off.

For low apparent motor voltages (long turn on delays), the turn off lag doesn't matter since the triac turns off before you attempt to turn it on again near the end of the next half cycle. As you turn up the motor drive, and therefore decrease your turn on delay, eventually the inductor zero current occurs after your turn on signal for the next half cycle. The triac will now be on the whole time, meaning you motor sees the full line voltage. Shorter turn on delay wont increase the motor drive. However, you still have a nearly full range of control over the motor, just that it's not spread evenly over the whole line cycle. Small turn on delays are the same as continuously on.

Note this assumes that the triac is driven continously from your turn on delay until near the end of the half line cycle. This guarantees the triac is on during the on phase of each half line cycle, regardless of what the current is doing. If you don't do this and instead drive the triac with a short blip after the turn on delay, then two bad things will happen. First, when the motor is full on and the current zero crossing from the previous half cycle occurs after the turn on for the next, the triac will then turn off at that zero crossing. Second, the triac can turn off when there are short glitches in the current, as can happen with mechanically commutated motors.


How can I know when the TRIAC turns off?

When the triac is on, the voltage across the triac is clamped to a voltage near zero. (The data sheet for your triac might say something like worst-case V_A1_A2_on is +- 1.5 V).

Many circuits detect when the voltage (positive or negative) across the triac is above roughly +10 V or below roughly -10 V, to indicate that the triac is definitely off. See Figure 4 of AN307.

Have you considered possibly sensing the voltage across the triac, like all zero-crossing solid-state relays do, rather than sensing the line voltage, which no solid-state relay does?

When should I fire the TRIAC's gate to obtain an arbitrary motor speed (let's say half the normal speed)?

For a few loads, the speed is roughly proportional to the triac on-time. For these loads, turn on the triac 1/2 the time (turn the triac off 1/2 the time) to get a speed close to half the maximum speed.

More often the load increases as the square of the speed (for example, when pushing a vehicle through the air). For these loads, turn on the triac 1/4 the time (turn the triac off 3/4 the time) to get a speed close to half the maximum speed.

Nearly always there is some minimum on-time (maximum off-time) just to get things moving; anything less than that and some electric power goes in, but nothing moves.

As Olin Lathrop mentions, it is often adequate to experimentally measure the output speed vs. triac on-time a few times (perhaps for 1/5, 2/5, 3/5, 4/5, of the full on-time or full off-time), figure out which setting gives close to half-speed, and hope it stays approximately the same when you run open-loop.

If precisely maintaining some particular speed is important, you may want to run closed-loop -- in other words, add some sort of tachometer to measure the actual speed at all times, and close the loop by adding something to automatically increase the on-time (decrease the off-time) when the measured speed is too low, etc.

When should I fire the TRIAC's gate when controlling an inductive load?

Please consider doing things in the way recommended by the data sheets and app notes provided by the manufacturer, in this case ST application note AN307: "Use of triacs on inductive loads".

Perhaps the simplest approach is

  • watch the voltage across the triac (between pins A1 and A2). When that voltage goes above +10 V or below -10 V, the triac is definitely off.
  • After we sense the triac is definitely off, delay some time from 0 (full-speed) to nearly 10 ms (nearly motionless), then pull the gate LOW.
  • Keep pulling the gate low for some time, until the triac appears to turn on (until the voltage across the triac is small). Then pull the gate HIGH (set the gate voltage the same as the triac A1 pin voltage).
  • Repeat.