11 stable releases (3 major)

new 3.0.0 May 3, 2024
2.0.0 Mar 13, 2024
1.2.2 Feb 21, 2024
1.2.0 Jan 22, 2024
0.1.1 Mar 11, 2023

#1022 in Science

Download history 10/week @ 2024-01-19 8/week @ 2024-01-26 2/week @ 2024-02-02 92/week @ 2024-02-16 60/week @ 2024-02-23 13/week @ 2024-03-01 167/week @ 2024-03-08 32/week @ 2024-03-15 5/week @ 2024-03-22 66/week @ 2024-03-29 13/week @ 2024-04-05

79 downloads per month
Used in gmt_dos-clients_servos

MIT license

2MB
11K SLoC

gmt_dos-clients_m2-ctrl

Crates.io Documentation

A client for the GMT M2 control system.


lib.rs:

ASMS Control Systems

Models of the control systems of the ASMS positioners and voice coil actuators

Example

use gmt_dos_actors::system::Sys;
use gmt_dos_clients_m2_ctrl::{ASMS, AsmsPositioners};
use gmt_fem::FEM;

let mut fem = FEM::from_env()?;
let positioners = AsmsPositioners::new(&mut fem)?;
let asms: Sys<ASMS> = ASMS::new(&mut fem)?.build()?;

Dependencies

~68MB
~1M SLoC