|
|
|
|
|
|
|
|
2005 E-One Cyclone II |
1997 E-One Cyclone
|
2008 Freightliner/Wheeled Coach |
1250 GPM Hale Pump |
1500 GPM Hale Pump |
|
700 Gallon Tank |
500 Gallon Tank |
|
| |
75' Aerial w/ 1250 GPM Water Way |
|
| |
|
|
| R-10 is first due to vehicle fires and responds with SQD-10 to all MVA’s. On structure fires it is used primarily as a support piece providing breathing air through its 6000 psi cascade system and lighting through it 6000 watt light tower. R-10 is also ALS equipped and first responds when SQD-10 is tied up on a call. |
Q-10 is first due to all commercial structural incidents in Carrollton; Q-10 is 2nd due to all residential structural incidents and accidents in the CVFD run area. It also responds 2nd due to the Town of Smithfield on all working structure fires. FYI Q-10 was 1st due to all structural incidents in Carrollton until E-10 was placed in service |
SQD10 is an ALS equipped medic unit. It responds to all EMS related calls in Carrollton and is the second due medic to Isle of Wight Rescue Squad. CVFD has acquired a second medic unit due to the increased EMS call volume in northern Isle of Wight. |
|
|
|
|
|
|
2000 Freightliner/ALF |
2010 E-ONE Cyclone II |
  |
1978 Brenner/Emergency Outfitters |
1500 GPM Hale Pump |
|
1250 GPM ALF Pump |
1000 Gallon Tank |
|
5500 Gallon Tank |
20 Gallon Class A Foam Tank |
|
| |
|
|
T-10 is second due to all structural responses and any large fires in non-hydrant areas. It also runs second due to Smithfield on most working structure or large working fires out in the county. |
E-10 is first due to all residential structural, brush, hazmat and miscellaneous incidents. E-10 is also equipped with a 6000 watt light tower powered by a 15 kw generator and it has a 10" Newton Kwik-Dump |
B-10 is second due to all brush fires. It is also used to pull the air support unit. |
|
|
|
|
|
|
2008 Dodge Durango |
|
|
| Z-10 & Z-11 are used by EMS Providers who live in the run district which allows them to take the vehicles home and meet Squad 10 on scene. |
|
Med11 is an ALS equipped medic unit. It responds to all EMS related calls in Carrollton and is the second due medic to Isle of Wight Rescue Squad. CVFD has acquired a second medic unit due to the increased EMS call volume in northern Isle of Wight. |
Retired Fleet |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
  |
|
  |
|
|
|
|
|
|
|
| |
|
|
|
|
Begin and Hide
function scrollit_r2l(seed)
{
var starter = " ";
var m1 = " ~~Annual Fund Drive Going on know~~ ";
var m2 = " ";
var m3 = "~~more text~~ ";
var msg= starter+m1+m2+m3;
var out = " ";
var c = 1;
if (seed > 100) {
seed--;
var cmd="scrollit_r2l(" + seed + ")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 100 && seed > 0) {
for (c=0 ; c < seed ; c++) {
out+=" ";
}
out+=msg;
seed--;
var cmd="scrollit_r2l(" + seed + ")";
window.status=out;
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 0) {
if (-seed < msg.length) {
out+=msg.substring(-seed,msg.length);
seed--;
var cmd="scrollit_r2l(" + seed + ")";
window.status=out;
timerTwo=window.setTimeout(cmd,100);
}
else {
window.status=" ";
timerTwo=window.setTimeout("scrollit_r2l(100)",75);
}
}
}
// End -->