https://github.com/sandialabs/rattlesnake-vibration-controller
Vibration Controller targetting Multiple-Input-Multiple-Output (MIMO) and Combined Environments Control
https://github.com/sandialabs/rattlesnake-vibration-controller
control data-acquisition modal-analysis modal-testing random-vibration scr-2655 snl-applications structural-dynamics vibration
Last synced: about 1 month ago
JSON representation
Vibration Controller targetting Multiple-Input-Multiple-Output (MIMO) and Combined Environments Control
- Host: GitHub
- URL: https://github.com/sandialabs/rattlesnake-vibration-controller
- Owner: sandialabs
- License: gpl-3.0
- Created: 2021-07-16T21:39:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T14:39:30.000Z (4 months ago)
- Last Synced: 2025-04-06T22:38:39.230Z (2 months ago)
- Topics: control, data-acquisition, modal-analysis, modal-testing, random-vibration, scr-2655, snl-applications, structural-dynamics, vibration
- Language: Python
- Homepage:
- Size: 814 KB
- Stars: 21
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

This project aims to develop a Combined Environments, Multiple-Input/Multiple-Output (MIMO) vibration
controller that can better simulate dynamic environments than a traditional single-shaker test.The controller is nicknamed "Rattlesnake," which blends together snakes (as it is written in Python programming language),
vibration (rattlesnakes are famous for shaking their tails to create sound),
and New Mexico (the location of the main Sandia National Laboratories campus, where rattlesnakes can commonly be found).Rattlesnake can be run as a Python script using the code from this repository, or an executable can be downloaded from the [Releases](https://github.com/sandialabs/rattlesnake-vibration-controller/releases) page.
See the [User's Manual](https://github.com/sandialabs/rattlesnake-vibration-controller/releases/download/v3.0.0/Rattlesnake.pdf) for more information.
### Flexible
The controller can currently run using National Instruments hardware using the [NI-DAQmx](https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8baSAC&l=en-US)
interface or [B+K LAN-XI](https://www.bksv.com/en/instruments/daq-data-acquisition/lan-xi-daq-system) hardware using their OpenAPI.
It can also run synthetic control problems using finite element results or State Space Matrices. Advanced users can implement new hardware devices in Rattlesnake.### Capable
Rattlesnake has been run with over 50 control channels and 12 shaker drives while streaming over 250 channels to disk.
### Research Focus
To facilitate MIMO vibration research and development, users can program their own control laws to load into the controller at runtime.
See [Control Laws](https://github.com/sandialabs/rattlesnake-vibration-controller/tree/main/control_laws) for examples.