0

We have a system at my work that controls a furnace via a NI cRIO. This circuit currently uses a SCR (model listed below) with the cRIO to switch power out to the furnace. I don't want to get into the weeds but I would like to swap out this SCR for an SSR (model listed below). Currently the SCR signal is limited to 25% of the maximum possible output via the cRIO. My coworker claims that at full signal, this SCR actually decreases the max amount of current that will pass through the furnace heating elements by 25% while the SSR will give 100% current for 25% of the time. This will require a full HAZOP because our max current draw will be 4x now.

I don't think this is true from my reading. I think the SCR would give 100% current 25% of the time, it'll just do it at a much higher frequency than the SSR and with lower thermal shock effects. Can anyone comment if my assessment is correct? It would be much more convenient on my end to use an SSR b/c that's what the rest of our equipment uses.

Link to SCR: WATLOW DIN-A-MITE DA10-24F0-0000

SSR part: CRYDOM D2425

user3430541
  • 103
  • 3
  • 2
    The SCR is just a switch. It either gives you 100% or 0% for variable amounts of time, just like the SSR. There is no functional difference. – Jonathan S. Oct 30 '22 at 18:57
  • The thing that makes me go in circles about this is with SCRs fast switching, is it possible it actually is reducing current by only using the high voltage section of the waveform (see Figure 1 in https://electronics.stackexchange.com/a/339759/325080), verses an SSR which can't do 60Hz and therefore has the full period of the waveform when it's switched on? – user3430541 Oct 30 '22 at 19:06
  • 3
    @user3430541 Note that SCRs *cannot* be turned off except by waiting for the AC power to reach zero. So that sort of switching isn't possible with an SCR, though it would be with a MOSFET or IGBT. However, that won't equate to lower current draw except when driving some specific types of loads. – Hearth Oct 30 '22 at 19:09
  • 2
    Thanks for the link to my answer in the other question. The Watlow literature is a little vague but you have the F0 version which is analog input. I can't see how the time proportional control is done on the output. Is it zero-cross giving an integer number of full cycles during each period or is it adjustable phase angle. Their diagram shows it internally as two back-to-back SCRs but the Crydom module may be the same. I don't think your question can be answered without more detail on the control circuit. – Transistor Oct 30 '22 at 19:20
  • 2
    @user3430541 There are functional differences between an SSR using a TRIAC and an SSR using two SCRs. (I feel 2 SCRs is better and it is what I use in my own discrete SSR designs. Won't debate that here, though.) I'm not sure where you are getting your 100% and 25% figures and I don't have time now to try and understand the misunderstandings that are likely involved. But just keep in mind that not all SSRs are the same. – jonk Oct 30 '22 at 19:21
  • The 25% limit is a software limit on the signal output from the cRIO. I'll edit the post to reflect that. – user3430541 Oct 30 '22 at 19:35
  • Is that for a 4-20 mA control loop? 25% would be 8 mA. If a SSR or SCR controller is designed for that, with analog proportional output, it could be phase modulated or duty cycle modulated. Otherwise the PLC would need to provide the proper output to achieve the required behavior. – PStechPaul Oct 30 '22 at 21:05

1 Answers1

1

It looks like your 'SCR' controller has analog phase control, while the SSR only has zero voltage switching on-off control. If so then your coworker is correct.

With phase control the heater receives an adjustable portion of each half cycle. At 25% max the rms and peak currents will both be much lower than if it was switched fully on.

Perhaps you can reprogram the temperature controller to produce a pulsed phase control output, and use an 'instantaneous turn-on' SSR which permits phase control. If not then you might need to reconsider your plans.

Bruce Abbott
  • 55,540
  • 1
  • 47
  • 89