Categories
Casio Casio SDK

Civil: Concrete Section Analysis for Casio

Civil is a C language add-in written in Casio 9860 SDK that can analyze concrete sections according to Eurocode. It can calculate and design beam and column sections, find geometric properties of sections, and calculate yield and ultimate rotations for concrete columns. All the calculations of the software are exact and based on forces equilibrium, […]

Categories
Casio Casio SDK

Beam: Structural 2d frame analysis

Beam is a C language add in written in casio 9860 SDK. It uses a user friendly interface, to input any two dimensional structural frame, and solves it using the matrix stiffness method. You input, the nodes, elements, loads (point and uniform),select materials, and the output gives moments (M), shear forces (Q), axial forces (N) […]

Categories
Casio Casio SDK

Helper C library for Casio 9860

Casio sdk, comes with a plain C/C++ favor, a c standard library with a trimmed command set, and a machine library with simple drawing, display functions. The library is made for use for my personal projects for Casio SDK. With the help of the library someone with C language knowledge can write simple or more […]