instrument control, data acquisition display and analysis
Experix is a command-line driven environment for laboratory data acquisition and device control and graphical presentation and analysis of data. Written in C for GNU-Linux . Tested on PC and Raspberry Pi.
The core is written very generally in order to support applications by means of script files.
Device interfaces: PCMCIA daq (2 devices tested) via kernel module with interrupt handler and memory-mapped data; USB daq (1 device tested) using libusbx; running an equipment servicing program...
Calculate the number of theoretical trays with McCabe-Thiele method
Use the McCabe-Thiele method to calculate the number of theoretical trays in a distillation column operated under the conditions specified.
It has tools for data analysis to obtain empirical or semi-empirical equilibrium models. You can even use cubic splines.
This project uses icons of "Open Icon Library"
https://sourceforge.net/projects/openiconlibrary/
An interactive binary search tree. The user may interact with the tree by performing rotations, balancing, insertions, and deletions. For educational purposes