RE: CDI gr8flyer55    Gallery
View related threads: (in this forum | in all forums)

Logged in as Guest



Users viewing this topic: none
    Search This Thread  
 
Printable Version

All Forums >> Glow Engines, Gas Engines, Fuel & Mfg Support Forums >> Engine Conversions >> RE: CDI gr8flyer55
Page: <<   < prev  35 36 37 38 39 40 41 [42] 43 44   next >   >>  

Tower Hobbies Get Coupon Codes Brands  
Login
Message << Older Topic   Newer Topic >>
RE: CDI gr8flyer55 - 12/14/2012 3:15 AM  1 votes
gr8flyer55


 

Posts: 800
Score: 600
Joined: 11/30/2005
Last Login: 5/18/2013
From: Hamburg, PA, USA
Status: offline
Mine copies the code to clipboard for pasteing great. Don't know how you get this problem unless the excel sheet was corrupted when you downloaded it Rob.
Have you figured it out yet? If I don't change the optionreg statement which just switches from before sensor to after sensor, it only changes timing a few degrees but still runs fine on my engine with the hex file I create from it.

John

Hide Signatures

(in reply to Gompy)
       Post #: 1026

RE: CDI gr8flyer55 - 12/14/2012 6:44 AM  1 votes
jakestew


 

Posts: 144
Score: 180
Joined: 8/13/2011
Last Login: 5/18/2013
From: Moscow, ID, USA
Status: offline
quote:

ORIGINAL: Gompy
There is also a line not right into the 12F683 code
OPTION_REG = 0b00000000; // pullups on, falling edge, Tmr0

It must be:
OPTION_REG = 0b10000000; // pullups off, falling edge, Tmr0


This isn't an error. The pullups should be enabled in OPTION_REG. Only the hall sensor pullup is actually turned on.

If you're getting negative values in the table settings send me a copy so I can see what is going on. There should be a minimum value for each of the table settings, but some of the user settings at the start of the table probably don't have the value checks in place.


-Jake

_____________________________

http://www.electrofunnel.com/CDI-2012/index.htm

Hide Signatures

(in reply to Gompy)
       Post #: 1027

RE: CDI gr8flyer55 - 12/14/2012 10:53 AM  1 votes
Gompy



Posts: 402
Score: 460
Joined: 7/3/2010
Last Login: 5/18/2013
From: Alkmaar, NETHERLANDS
Status: offline
quote:

ORIGINAL: jakestew

quote:

ORIGINAL: Gompy
There is also a line not right into the 12F683 code
OPTION_REG = 0b00000000; // pullups on, falling edge, Tmr0

It must be:
OPTION_REG = 0b10000000; // pullups off, falling edge, Tmr0


This isn't an error. The pullups should be enabled in OPTION_REG. Only the hall sensor pullup is actually turned on.


Why, there is allready a external pull-up resistant (R9) on the PCB, see schematic.

quote:

If you're getting negative values in the table settings send me a copy so I can see what is going on. There should be a minimum value for each of the table settings, but some of the user settings at the start of the table probably don't have the value checks in place.

-Jake


The problem is much bigger, see photo's
The timing go negative, ATDC and that can blow you engine / exhaust.


Attachments
Click to see fullsize image.
Click for fullsize
Click to see fullsize image.
Click for fullsize
Click to see fullsize image.
Click for fullsize


< Message edited by Gompy -- 12/14/2012 7:40 PM >


_____________________________

CU, Rob
http://www.electronics.gompy.net

Hide Signatures

(in reply to jakestew)
       Post #: 1028

RE: CDI gr8flyer55 - 12/15/2012 2:11 AM  1 votes
Nav-Aids



Posts: 48
Score: 200
Joined: 9/5/2012
Last Login: 5/9/2013
From: Winnipeg, MB, CANADA
Status: offline


quote:

ORIGINAL: Gompy

Oeps.....


Read only cell, illegal value, sensor degree '0', est. Start RPM '-4688'. Not good, oh well you won't know if you don't try. To error is human.

Gompy do you get an error message asking you to "End" or "Debug" ? When you open the Excel workbook in Office 2003?

Ray



_____________________________

Everything is easy......Once you know how.

Hide Signatures

(in reply to Gompy)
       Post #: 1029

RE: CDI gr8flyer55 - 12/15/2012 2:26 AM  1 votes
Nav-Aids



Posts: 48
Score: 200
Joined: 9/5/2012
Last Login: 5/9/2013
From: Winnipeg, MB, CANADA
Status: offline

quote:

ORIGINAL: gr8flyer55

Ray, now that you have one of the working timer boards, program a 683 chip with the setup specs and Rob's curve and see what you get for results. I just tried version 1.0 software and am not seeing the problem Rob is seeing. More eyes on a problem may see what is causing it. I know if I type in my start up setting for hall position on the engine at 32 degrees, eliminating Jake's setting of 49 degrees, it works for me. Unless there is another glitch somewhere, this setup works on my running engine tracked with a timing light up to 8,000 rpm's. Check if you can and let us know what you find.

John



Sorry John, business has been very busy lately with Xmas and all. I haven't had time to do much on the ignition but, this weekend is mostly open and I will try to get as much done as possible. Jake created the Excel speadsheets mostly with macros so there isn't much VBA code for me to modify/change. I have found 1 error that gives me an error message when I open the workbook in Office 2003, I'll send this to Jake and go from there, it's an easy fix. I'll also be putting my orders in for parts this weekend so maybe I'll have something new for you's this coming week. Oh I don't have any engine that can go above 11,000 rpm so I'll have to make something up, I can go digitaly to 32,000 rpm and then measure the frequence and use my scope to get the advance degrees. Also I can look at the wave forms and post them, this might help

Ray

_____________________________

Everything is easy......Once you know how.

Hide Signatures

(in reply to gr8flyer55)
       Post #: 1030

RE: CDI gr8flyer55 - 12/15/2012 4:29 PM  1 votes
Gompy



Posts: 402
Score: 460
Joined: 7/3/2010
Last Login: 5/18/2013
From: Alkmaar, NETHERLANDS
Status: offline
Sheet error (?)

Attachments
Click to see fullsize image.
Click for fullsize
Click to see fullsize image.
Click for fullsize


_____________________________

CU, Rob
http://www.electronics.gompy.net

Hide Signatures

(in reply to Nav-Aids)
       Post #: 1031

RE: CDI gr8flyer55 - 12/15/2012 5:12 PM  1 votes
gr8flyer55


 

Posts: 800
Score: 600
Joined: 11/30/2005
Last Login: 5/18/2013
From: Hamburg, PA, USA
Status: offline
I hope you talked to Jake in email about this potential error in the worksheet.
The way it looks to me, edits were done in the command formulas and wrong destinations are given in response. This is very confusing. If I go with the normal sensor range settings, mine is working. Unless Jake can figure out what you are trying to do by setting the sensor past 40 degrees, there is nothing I can figure out that will work for those settings.

Does the timing work correctly if you follow the normal setup of 28 to 32 degrees for physical sensor location on the engine?
If I understand correctly, you are telling it that you are placing the sensor at 60 degrees and are having the problem appear. I think it is out of the normal range for the formula to work correctly. Your situation seems way too far advanced for it to be computed correctly and give you what you need. Maybe it's not possible to go past 40 degrees in the setup.

John


Hide Signatures

(in reply to Gompy)
       Post #: 1032

RE: CDI gr8flyer55 - 12/15/2012 5:36 PM  1 votes
Gompy



Posts: 402
Score: 460
Joined: 7/3/2010
Last Login: 5/18/2013
From: Alkmaar, NETHERLANDS
Status: offline
Normaly the ignitiontime of a Homelite will be 24 till 27 degrees BTDC.
Place the hallesensor to 30 degrees BTDC will be imposseble I think.
You need some calculationtime befro fire the spark.

It doesn't matter where I set the hallsensor (40 or 50 or 60 degrees) the value is copy 1 to copy 2 is wrong.
It copy K14 to E21....**** is K14.....empty cell ?
Into the macro it's OK, but the program will do something else.
I remove the button so I can't make the mistake to copy empty cells.

I change the SCR timing to 100 usec and the engine timing is much better.
We use into our 12F628 CDI 56 usec for SCR timing, so 100 usec is OK for now.
I can't find the timing of the SCR we use, it's tryl and error for the moment.

Still have a problem with tha max rpm, at 12,500 rpm the timing jumps to 20 or 30 degrees ATDC.

Table switch isn't work to like it use to be.
I have to remove or place the jumper, then shut on / off the power to switch tables.

BTW, is you make the MSD_Delay less, it will burn the 78L05.
The current at 4000 usec is 200 mA less then if you set the delay to 400 usec.
Problem, you can't shut-off the MSD, you have to use 4msec for MSD and this will be also (I think) the max rpm problem.

_____________________________

CU, Rob
http://www.electronics.gompy.net

Hide Signatures

(in reply to gr8flyer55)
       Post #: 1033

RE: CDI gr8flyer55 - 12/15/2012 5:48 PM  1 votes
Nav-Aids



Posts: 48
Score: 200
Joined: 9/5/2012
Last Login: 5/9/2013
From: Winnipeg, MB, CANADA
Status: offline
Gompy that macro command is correct but, the formula for that cell is not. It shows the value for that cell =K14 and it should be =K4.
Oh you saw that.

The formula in the cell overrides the macro. Either correct the cell or remove the formula, save the workbook, close it, and reopen it and it should be fine. Nope that didn't work but, I'll find it.

As for the other problems, we'll have to work on them.

Ray


_____________________________

Everything is easy......Once you know how.

Hide Signatures

(in reply to Gompy)
       Post #: 1034

RE: CDI gr8flyer55 - 12/15/2012 6:01 PM  1 votes
gr8flyer55


 

Posts: 800
Score: 600
Joined: 11/30/2005
Last Login: 5/18/2013
From: Hamburg, PA, USA
Status: offline
Sounds like we need all new software to properly use the available functions on the B board.
I've been using my original timer with my settings and curves without problems. I didn't change the MSD delay so that was not an issue for me. As for the current draw, any settings I made in the sheet do not make any excess current draw. At 10,000 rpm, my current draw is never over 200 mah total with my old timer and original ignition circuit.

Changes will have to be made for the new timer board with the 78L05 so it doesn't burn up. Presently, mine doesn't have an issue with current draw the way it is powered. Oh well, back to square one again.

John


Hide Signatures

(in reply to Gompy)
       Post #: 1035

RE: CDI gr8flyer55 - 12/15/2012 6:08 PM  1 votes
Gompy



Posts: 402
Score: 460
Joined: 7/3/2010
Last Login: 5/18/2013
From: Alkmaar, NETHERLANDS
Status: offline
I try to set the hallsensor to 30 degrees BTDC and a table start of 24 degrees BTDC.
The timing is lost complete controle and at 8,000 rpm it jumps all over the disk.

Uhhhh....there is K4 into the cell, but not after copy 1 -> copy 2
Remove the button is the best solution

Attachments
Click to see fullsize image.
Click for fullsize
Click to see fullsize image.
Click for fullsize


_____________________________

CU, Rob
http://www.electronics.gompy.net

Hide Signatures

(in reply to gr8flyer55)
       Post #: 1036

RE: CDI gr8flyer55 - 12/15/2012 6:20 PM  1 votes
Nav-Aids



Posts: 48
Score: 200
Joined: 9/5/2012
Last Login: 5/9/2013
From: Winnipeg, MB, CANADA
Status: offline

quote:

ORIGINAL: Gompy

I try to set the hallsensor to 30 degrees BTDC and a table start of 24 degrees BTDC.
The timing is lost complete controle and at 8,000 rpm it jumps all over the disk.

Uhhhh....there is K4 into the cell, but not after copy 1 -> copy 2
Remove the button is the best solution



I don't know why Excel is incrementing the value by 10, I know having programmed VBA (Office) it can do real stupid things and sometimes it really pis_es me off. Anyway here is the fix.

Sub Move_User_Settings()
' Move_User_Settings Macro
    'Range("E11").Copy Destination:=Range("E21") Rem this line with a (') at the begining.
    Range("E21").Value = Range("E11")  Add this line and it will work fine.
    Range("E13").Copy Destination:=Range("E23")
    Range("E14").Copy Destination:=Range("E24")
    Range("E15").Copy Destination:=Range("E25")
    Range("E16").Copy Destination:=Range("E26")
    Range("E17").Copy Destination:=Range("E27")
    Range("E18").Copy Destination:=Range("E28")
    Application.CutCopyMode = False
    Range("A1,A1").Select
End Sub

For 2003 users you should rem these lines out if you get an error when opening the workbook:
Private Sub Workbook_Open()
    Me.Worksheets("Setup_Settings").Protect UserInterfaceOnly:=True
    Me.Worksheets("Advance_Curves").Protect UserInterfaceOnly:=True
    Me.Worksheets("Saved_Curves").Protect UserInterfaceOnly:=True
    Me.Worksheets("Table_Values").Protect UserInterfaceOnly:=True
    Me.Worksheets("12F683_Code").Protect UserInterfaceOnly:=True
    Me.Worksheets("12F1840_Code").Protect UserInterfaceOnly:=True
    Me.Worksheets("Compiler_Command_Lines").Protect UserInterfaceOnly:=True
'    SendKeys "^{F1}", True
'    Application.DisplayFullScreen = True
'    Application.ExecuteExcel4Macro "SHOW.TOOLBAR(" & Chr(34) & "Ribbon" & Chr(34) & ",False)"
    ActiveWindow.DisplayHeadings = False
    Application.DisplayFormulaBar = False
    'If Application.CommandBars.Item("Ribbon").Height > 100 Then Rem this line
    '    SendKeys "^{F1}"                                                                                 Rem this line
    'End If                                                                                                          Rem this line
    Sheets("Setup_Settings").Select
    Range("A1,A1").Select
End Sub

Let Jake or me know if you find other problems.

Ray

_____________________________

Everything is easy......Once you know how.

Hide Signatures

(in reply to Gompy)
       Post #: 1037

RE: CDI gr8flyer55 - 12/15/2012 7:11 PM  1 votes
Nav-Aids



Posts: 48
Score: 200
Joined: 9/5/2012
Last Login: 5/9/2013
From: Winnipeg, MB, CANADA
Status: offline
I just realized that this problem also happens in Office 2007 so the spreadsheet needs to be modified, I'll post a fixed version later.

Ray

_____________________________

Everything is easy......Once you know how.

Hide Signatures

(in reply to Nav-Aids)
       Post #: 1038

RE: CDI gr8flyer55 - 12/15/2012 7:27 PM  1 votes
Gompy



Posts: 402
Score: 460
Joined: 7/3/2010
Last Login: 5/18/2013
From: Alkmaar, NETHERLANDS
Status: offline
For only 4 values so much work.....remove the (usless) button, error solved.
More important will be the timing, I don't want to blow a hole into my pistons.

I don't say the software is complete sh*t, but it need some updates now we know the problems.
If the 683 software will be the same like the 1840, we will have the same problems too.

_____________________________

CU, Rob
http://www.electronics.gompy.net

Hide Signatures

(in reply to Nav-Aids)
       Post #: 1039

RE: CDI gr8flyer55 - 12/15/2012 7:48 PM  1 votes
Nav-Aids



Posts: 48
Score: 200
Joined: 9/5/2012
Last Login: 5/9/2013
From: Winnipeg, MB, CANADA
Status: offline

quote:

ORIGINAL: Gompy

For only 4 values so much work.....remove the (usless) button, error solved.
More important will be the timing, I don't want to blow a hole into my pistons.

I don't say the software is complete sh*t, but it need some updates now we know the problems.
If the 683 software will be the same like the 1840, we will have the same problems too.


Patience Gompy I have the spreadsheet fixed. I will now work on the timing problem as soon as I get a test circuit setup.

Ray

The F1 on the end denotes Fix 1.
Gompy's version with latest fixes. "Pull-ups are turned off for the switches and the polarities are reversed CDI-2012_v1.0_B-F1.xlsm"
www.unimatrixtech.com/CDI-2012/Pull-ups are turned off for the switches and 0the polarities are reversed CDI-2012_v1.0_B-F1.xlsm

Standard version with latest fixes: "CDI-2012_v1.0-F1.xlsm"
www.unimatrixtech.com/CDI-2012/excel/CDI-2012_v1.0-F1.xlsm

Explanation of fixes:
www.unimatrixtech.com/CDI-2012/excel/Version F1 Fixes.txt

These should be tested, also let me know if there are any problems with them.

Ray

< Message edited by Nav-Aids -- 12/16/2012 6:05 AM >


_____________________________

Everything is easy......Once you know how.

Hide Signatures

(in reply to Gompy)
       Post #: 1040

RE: CDI gr8flyer55 - 12/15/2012 8:02 PM  1 votes
Gompy



Posts: 402
Score: 460
Joined: 7/3/2010
Last Login: 5/18/2013
From: Alkmaar, NETHERLANDS
Status: offline
I just programmed a new PIC-version, 40 degrees BTDC and a straight line of 24 degrees BTDC.
Within the range of 2000 till 10,000 rpm the timing will be at 10,000 rpm 12 degrees.
For a normal 2 stroke Homelite this is a very good table with good values.
BUT, thats not wat I have programmed and thats the problem.
It look good on paper, but into the field it's not good.

First I was thinking it was the magneticfeeld, at high speed the feeld moves and will be smaller.
Now I use a optosensor with a window of 5 degrees, very small, zo there is no 20 or more degrees magnetic window like the hallsensor have.

It's no problem to use this software, but you have to program only straight lines and use twostroke engines

_____________________________

CU, Rob
http://www.electronics.gompy.net

Hide Signatures

(in reply to Nav-Aids)
       Post #: 1041

RE: CDI gr8flyer55 - 12/15/2012 8:13 PM   
Nav-Aids



Posts: 48
Score: 200
Joined: 9/5/2012
Last Login: 5/9/2013
From: Winnipeg, MB, CANADA
Status: offline
LOL

_____________________________

Everything is easy......Once you know how.

Hide Signatures

(in reply to Gompy)
       Post #: 1042

RE: CDI gr8flyer55 - 12/16/2012 4:59 PM  1 votes
gr8flyer55


 

Posts: 800
Score: 600
Joined: 11/30/2005
Last Login: 5/18/2013
From: Hamburg, PA, USA
Status: offline
Ray, have you been in contact with Jake about the problems with the excel sheet and the fixes you have done?
Seems he is now to busy with his other projects. I am about to program my first chip with your corrections, although I think the timing problems haven't been addressed as of this time. Is there anything really potentially wrong using my curves with the current "fixed" F1 version? Or should I hold off until you take a look at the file for any problems?
I can just do a static test first which I always do anyway, but if there's nothing really wrong, I'll do my actual engine tests today to check functional switches, starting and top end timing etc.

John


Hide Signatures

(in reply to Nav-Aids)
       Post #: 1043

RE: CDI gr8flyer55 - 12/16/2012 5:57 PM  1 votes
Nav-Aids



Posts: 48
Score: 200
Joined: 9/5/2012
Last Login: 5/9/2013
From: Winnipeg, MB, CANADA
Status: offline

quote:

ORIGINAL: gr8flyer55

Ray, have you been in contact with Jake about the problems with the excel sheet and the fixes you have done?
Seems he is now to busy with his other projects. I am about to program my first chip with your corrections, although I think the timing problems haven't been addressed as of this time. Is there anything really potentially wrong using my curves with the current "fixed" F1 version? Or should I hold off until you take a look at the file for any problems?
I can just do a static test first which I always do anyway, but if there's nothing really wrong, I'll do my actual engine tests today to check functional switches, starting and top end timing etc.

John



I have been in touch with Jake early last week and he is in the middle of exams right now, exams should be finished by now or by Wednesday at the latest, that's how mine were. The only thing I fixed were problems with the spreadsheets themselves, from what I saw some of the values weren't being copied properly. As for the 'C' code itself, that remains unchanged but, the timing values should be what is selected now. Some problems only appeared in Excel 2003 and some were in both. In your case you were using Excel 2007/2010 so there shouldn't be anything code wise that has changed for you so go nuts and let me know how it goes. Please note that only curve-1 is copied to the clipboard, I could not remember if just cuvre-1 got copied or both curve-1 and curve-2 got copied. I have to build a Gompy Timing Light right now.

Cheers

Ray

_____________________________

Everything is easy......Once you know how.

Hide Signatures

(in reply to gr8flyer55)
       Post #: 1044

RE: CDI gr8flyer55 - 12/16/2012 8:29 PM  1 votes
Gompy



Posts: 402
Score: 460
Joined: 7/3/2010
Last Login: 5/18/2013
From: Alkmaar, NETHERLANDS
Status: offline
Again some movies to show wat happens with the timing

Curve 1 at 11,500 rpm ATDC



Curve 2 at 8350 rpm ATDC



Setupfiles


Attachments
Click to see the file in new window.Attachment.txt Click to see fullsize image.
Click for fullsize
Click to see fullsize image.
Click for fullsize


_____________________________

CU, Rob
http://www.electronics.gompy.net

Hide Signatures

(in reply to Nav-Aids)
       Post #: 1045

RE: CDI gr8flyer55 - 12/16/2012 10:46 PM  1 votes
gr8flyer55


 

Posts: 800
Score: 600
Joined: 11/30/2005
Last Login: 5/18/2013
From: Hamburg, PA, USA
Status: offline
If I program a curve to either table and save it, then reload it later, it works great. Only the copy command from table one to table two is at fault. Otherwise, I ran an engine with it today and it follows the programmed curve exactly to the degrees of the program. Don't know what else to say. I can't duplicate the timing change problem.

John


Hide Signatures

(in reply to Gompy)
       Post #: 1046

RE: CDI gr8flyer55 - 12/16/2012 11:04 PM  1 votes
Gompy



Posts: 402
Score: 460
Joined: 7/3/2010
Last Login: 5/18/2013
From: Alkmaar, NETHERLANDS
Status: offline
Follow the wave is not follow the curve, thats the differens.
I copy only one table into the code, I copy both tables to the code, I copy the complete code, I edit by hand and it's allways the same......wrong.
I don't know a other way to show wat is wrong, movies aren't problably not enough.
Have fun with the code, but don't complain if some one blow his engine and thye cost are yours.

_____________________________

CU, Rob
http://www.electronics.gompy.net

Hide Signatures

(in reply to gr8flyer55)
       Post #: 1047

RE: CDI gr8flyer55 - 12/16/2012 11:50 PM  1 votes
gr8flyer55


 

Posts: 800
Score: 600
Joined: 11/30/2005
Last Login: 5/18/2013
From: Hamburg, PA, USA
Status: offline
I am the only one testing it on an engine. My engine won't go past 7500 rpm so I don't have the problem. If its bad software, it's bad software. Not a problem. What I use in my planes was written by Nyemi. Never a problem. In fact, yesterday we flew one of my ignitions with Nyemi's software in a $7,000 airplane. Perfect performance all around. MSD works well on the DA 60 in that plane and some top contest flyers are now asking to try it. It's all I probably would ever need, but Jake's would be nice when it is working correctly I think.
When these problems are worked out, we will test it in my friend's plane.
The features it has make it desirable, not the problems. We were off to a good start just like last time though there are problems. I think it's all fixable though. I'm not afraid to do engine testing myself. I have nothing to lose, my engines cost me nothing other than my time.

John


Hide Signatures

(in reply to Gompy)
       Post #: 1048

RE: CDI gr8flyer55 - 12/17/2012 12:05 AM   
Gompy



Posts: 402
Score: 460
Joined: 7/3/2010
Last Login: 5/18/2013
From: Alkmaar, NETHERLANDS
Status: offline
There is the monkey with the banana......Nyemi's software.

I'm done with it.

_____________________________

CU, Rob
http://www.electronics.gompy.net

Hide Signatures

(in reply to gr8flyer55)
       Post #: 1049

RE: CDI gr8flyer55 - 12/18/2012 8:42 PM  1 votes
gr8flyer55


 

Posts: 800
Score: 600
Joined: 11/30/2005
Last Login: 5/18/2013
From: Hamburg, PA, USA
Status: offline
I remember something about some type of NET file that had to be updated to get things working..anyone remember what the file was?
I used to have problems until I updated them but can't remember what the name of the files were..Microsoft Netsomething..

John


Hide Signatures

(in reply to Gompy)
       Post #: 1050

Page:   <<   < prev  35 36 37 38 39 40 41 [42] 43 44   next >   >>  
All Forums >> Glow Engines, Gas Engines, Fuel &amp; Mfg Support Forums >> Engine Conversions >> RE: CDI gr8flyer55
Page: <<   < prev  35 36 37 38 39 40 41 [42] 43 44   next >   >>  





Jump to:


 
Google 



Search | Marketplace | Event Calendar | Local Clubs | Magazine | Product Ratings | New Products | Discussion Forums

Photo Gallery | Instructor Search | Field|Track|Marina Search

Advertisers | Hobby Vendor Resources | Rate Manufacturers | Sign In/Sign Up

SITE MAP!   : :   FORUM RULES

RC Universe is a service of Internet Brands, Inc. Copyright © 2001-2013.

Charities we support that also need your help
Yorkie Rescue | Humane Society | ASPCA | Crohn's-Colitis America


1.656RCU1