CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Electronics > General Electronics Discussion


General Electronics Discussion Discuss basic electronics, power supplies and anything else electronic related here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 09-18-2008, 07:30 PM
 
Join Date: Jul 2008
Location: Canada
Posts: 4
kindred is on a distinguished road
Delaying Relay

Hello everyone,

I have recently made a switching regulator that I am using to power my controller and several relays. I have noted that when I power the regulator my relays stutter before finally closing (you can hear them trying to close). The reason for this is because for safety reasons i have made my regulator ramp the output current up instead of giving the output voltage instantly. The safety reasons are basically inrush current on the input side.

I want to find a way to delay the time the relays turn on so that when they try to turn on the available output voltage is present. I have tried several methods I have thought of myself but sadly none of them have worked.

So far I have tried to drive a zener diode into reverse break down so that it conducts once my output hits 30V to turn on a transistor; in all honesty I'm not too experienced with zener diodes being used like this so I assume I have done something wrong. I have also tried a delay network with a capacitor but that only posses the same problem, as it ramps the voltage on the base of the transistor.

Heres a quick look at what I am attempting:




Technical Info:
Relay:EV200
Zener: 1n4750a
Transistor:TIP41c

I also tried a mosfet since the base current of the TIP41C is a little daunting...
Mosfet: Irf540n

Vout = 30V, limited to 3A max

This is for my final project for college so any help is greatly appreciated. Thank you for any info you can share,

Asa

EDIT: Had to clean up the links

Last edited by kindred; 09-18-2008 at 07:51 PM.
Reply With Quote

  #2   Ban this user!
Old 09-18-2008, 07:55 PM
 
Join Date: Jan 2006
Location: USA
Posts: 1,766
keebler303 is on a distinguished road

how about using a comparator and a voltage divider network to sense the 30V, then it will output logic high to drive a transistor to turn on the relays.

maybe a comparator driving a ULN2003 would be appropriate

Matt
Reply With Quote

  #3   Ban this user!
Old 09-19-2008, 09:21 PM
 
Join Date: Jul 2008
Location: Canada
Posts: 4
kindred is on a distinguished road

Hello Matt,

Is there any particular reason you suggest using the darlington arrays? I have used the method you mentioned and it works with the mosfet i had before, irf510 (I mistakingly put irf540n).

The problem I have now is one that really surprises me. The two relays turn on separately but will not turn on properly when they are set to be turned on together. I have made it so that each really turns on about 1second apart, but they still try to close at the same time, this puzzles me. I am using an RC network on the input side of my comparators to create a delay that sets each of them apart. For what ever reason, they still try to close at the same time when connected in the circuit together. Does anyone have an idea about the typicall gate current of a mosfet is, I beleive they are supposed to be extremely low.

I have 12v on the gate with a 100ohm resistor in series. I selected a 100ohm because when I tried to turn on the relay and used a pot this is the value it turned on at.

Does anyone have an idea as to why I am having this problem?

Thank you, if you need anymore info let me know please,

Asa

EDIT:
My 12v regulator doesnt seem to be the problem in terms of current since my fan still runs constantly even when the relays wont power on. Most of the time i can hear the relays humming, so they are trying to close.

I have also noticed that if after the instance of the relays not turning on, i disconnect the power to the comparators and reconnect them one at a time both relays close and work properly. But if i completley remove power and try them again without connecting each comparator one at a time, they fail to turn on again.

Last edited by kindred; 09-19-2008 at 10:08 PM.
Reply With Quote

  #4   Ban this user!
Old 09-20-2008, 05:30 PM
 
Join Date: Jul 2008
Location: UK
Age: 54
Posts: 411
irving2008 is on a distinguished road

A MOSFET gate is not current driven but charge driven, however you need to be able to supply enough current to charge the gate capacitor fast enough to turn the MOSFET on into saturation. If you look at the spec for a IRF540 you will see the gate charge is 71nC at 10v Vgs. Supposing your comparator output switches from 0v to 10v and you want a turn on time of 1uS then your comparator needs to source (i = Q/t) 71 X10^-9/1 X 10^-6 = 71mA at the full 10v output. If it goes into current-limit while doing this then the MOSFET may not turn on, or will turn on slowly which may cause chatter in the relay.

I don't know what circuit you are using but an RC network on the input side of the comparators is unlikely to work. I'd use one comparator to signal that the supply volts were valid (and drive the first relay via a bipolar transistor) and then trigger the second comparator from that, see pic... rv1 adjusts the initial turn on volts for the first relay to pull in and rv2 the delay before the second relay pulls in (approx 1 - 2 sec if I got my calcs right)
Attached Thumbnails
Click image for larger version

Name:	sequenced relays.jpg‎
Views:	49
Size:	40.8 KB
ID:	66712  
Reply With Quote

  #5   Ban this user!
Old 09-20-2008, 07:42 PM
 
Join Date: Jul 2008
Location: Canada
Posts: 4
kindred is on a distinguished road

Hello Irving,

I have spent the entire day working on it and thankfully I got it working . But thank you so much for your input Irving. My eyes are burning like crazy lol. It turns out the problem stemmed from the ramping up of my 30V from my switching regulator. The ramping of the 30V caused a ramping in the 12V regulator, the comparators (lm311) didnt seem to like this.

Personally I never knew .5 seconds would cause such a problem even though I delayed the relays themselve extensively before hand to offset that .5 secs. I had initially put the .5sec of ramping on the swtching reg because I damaged 2 chips that way and I didnt want it to happen again. But after reading the data sheet again for the regulator it said it had protection against this and soft starts werent required except if powered by a power supply. I suppose I had damaged them before because the heat sink for the chip at the time was possibly too small for the inrush current, I have a much larger heat sink now.

I also had to place a larger capacitor on the input side of the 12v regulator to make it work perfectly.

Unfortunatly I have yet another problem, woopie.

[IMG] [/IMG]

The problem now is that when I check continuity or the resistance, I can see a connection accross the red line shown above. Both relays are off (checked with continuity, and no power to the system when I measure the red line). If I remove the resistor from accorss the main relay I do no see any continuity or resistance accross the red line shown above.

Does anyone know the reason behind this?

Thank you,
Asa

UPDATE: So if i disconnect that connector between the two relays I still get a connection. I can also see battery voltage on the controller with the main connector to the secondary relay disconnected from the battery pack.

Last edited by kindred; 09-20-2008 at 08:10 PM.
Reply With Quote

Sponsored Links
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
relay cueshark General Electronics Discussion 2 02-18-2008 12:33 PM
keep relay guhl Fanuc 2 08-17-2007 07:22 AM
more relay trouble aegfurn General Electronics Discussion 3 02-28-2007 06:55 PM
Another relay ? Bear General Electronics Discussion 4 11-23-2005 05:31 PM
Need Relay help... CarveJunky General Electronics Discussion 5 07-20-2005 08:52 AM




All times are GMT -5. The time now is 09:37 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361