NuB AB SSrelay?
NuB AB SSrelay?
(OP)
First time post...
I have an AB SLC5/04 PLC trying to turn on a Crouzet GAO 3 phase solid state relay. I have tried using a relay output and a solidstate output. 24Vdc. Neither has worked. I can force the output on and the relay will turn on but when used in automatic the relay will turn on every now and then.
I have taken the output module power straight to a 24 Vdc power supply and tied the common from the control of the SS relay to the same supply. Still nothing. I have extended the automatic signal time from 200 mS to 1.5 S still nothing. Any other suggestions?
Link to relay data sheet:
htt p://www.cr ouzet.com/ catalogue_ web/int/en g/637/Soli d-state-re lays-GA-th ree-phase- ENG-26.htm
I have an AB SLC5/04 PLC trying to turn on a Crouzet GAO 3 phase solid state relay. I have tried using a relay output and a solidstate output. 24Vdc. Neither has worked. I can force the output on and the relay will turn on but when used in automatic the relay will turn on every now and then.
I have taken the output module power straight to a 24 Vdc power supply and tied the common from the control of the SS relay to the same supply. Still nothing. I have extended the automatic signal time from 200 mS to 1.5 S still nothing. Any other suggestions?
Link to relay data sheet:
htt





RE: NuB AB SSrelay?
So the problem is that it turns on sometimes when you DON'T want it to, or it fails to turn on sometimes when you do? You seem to have mixed up your tenses here.
Eng-Tips: Help for your job, not for your homework Read FAQ731-376
RE: NuB AB SSrelay?
I raised the turn on time from an original setting of 0.2 S to 1.5 S, trying to eliminate that as one of the factors.
I can take a piece of wire and pulse the SS input, as quick as possible, directly from the 24 V supply and the relay will respond correctly. For some reason pulsing the SS from the AB output module doesn't turn on the input of the SS.
RE: NuB AB SSrelay?
Eng-Tips: Help for your job, not for your homework Read FAQ731-376
RE: NuB AB SSrelay?
This is why I posted here, I have tried everything I can think of.
RE: NuB AB SSrelay?
Eng-Tips: Help for your job, not for your homework Read FAQ731-376
RE: NuB AB SSrelay?
I haven't been close to a PLC for a long time, but I used to have a demonstration circuit that behaved totally differently on three different models of PLC depending on how they did their internal processing. You may have a problem not with the timers directly but with some programing associated with the timing. Relay equivalent; A relay, when energised, starts the timing cycle. A circuit race turns the relay off at the same time as it turns on.
Try a different program to control the SSR.
Use a manual input to turn the SSR on. Then use the same manual input to start a timer. Verify the operation of the new timer. Use the new timer to turn the SSR off after a delay. When you get that working, start shortening the time to see if your timing is less than the PLC can comfortably handle.
yours