Cessna CG-2

The Cessna Model CG-2 was a 1930s American primary glider built by the Cessna Aircraft Company.

Model CG-2
A CG-2 on display
Role Primary Glider
Manufacturer Cessna Aircraft Company
Designer Clyde Cessna, Eldon Cessna
Introduction 1930
Unit cost
$398 (1930)

Design and development

Cessna Aircraft was suffering in the depression and downturn in the economy following the Wall Street crash. The company designed a simple primary glider (the Model CG-2) in an attempt to keep the factory going. Cessna marketed the aircraft for sale in a catalog. The glider did go into limited production before the company ceased operation for a number of years.

Operational history

An example of a CG-2 resides on display at the EAA Airventure Museum in Oshkosh, Wisconsin, and another resides in the Museum of Flight in Seattle, Washington.[1]

Variants

  • Cessna CPG-1 A motorized variant using a 10 hp Cleone engine.[2]

Specifications

Data from AirVenture Museum website[3]

General characteristics

  • Crew: one pilot
  • Length: 18 ft 0 in (5.49 m)
  • Wingspan: 36 ft 2 in (11.02 m)
  • Height: 6 ft 10 in (2.08 m)
  • Wing area: 157 sq ft (14.6 m2)
  • Empty weight: 120 lb (54 kg)

Performance

  • Maximum speed: 25 mph (40 km/h, 22 kn)

gollark: The clunky syntax for functions?
gollark: <@!330678593904443393> Serde is the de-facto Rust serialization library.
gollark: No, skynet as in my websocket messaging server for CC.
gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!
gollark: No, actually, HQ9+ is better.

References

  1. "Cessna CG-2 Glider". Retrieved 29 March 2011.
  2. AAHS Journal. 29. Missing or empty |title= (help)
  3. AirVenture Museum website Archived July 19, 2011, at the Wayback Machine
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.