Skip to content

Industrial application to control and monitor the "MiniCyc" particle accelerator (Cyclotron) designed by AIMA Developpement

License

Notifications You must be signed in to change notification settings

AIMA-Dev/AIMA-MiniCyc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

44bae38 Β· Jun 25, 2024
Jun 6, 2024
May 23, 2024
Jun 3, 2024
Jun 25, 2024
Jun 25, 2024
Jun 25, 2024
May 7, 2024
Jun 5, 2024
Jun 25, 2024
Jun 6, 2024
May 31, 2024
May 31, 2024
May 24, 2024
Jun 7, 2024
Jun 7, 2024
May 7, 2024
Jun 18, 2024
Jun 25, 2024

Repository files navigation

AIMA MiniCyc

Industrial application to control and monitor the "MiniCyc" particle accelerator (Cyclotron) designed by AIMA Developpement

Uses AutoCopyright

GitHub Actions Workflow Status

Setup

To run the MiniCyc application, follow these steps:

  1. Clone this repository to your machine.
  2. Run the MiniCyc.bat file
  3. Use the following credentials to log in to Grafana:
  • Username: admin
  • Password: admin

Make sure to replace admin with the appropriate username and password if you have modified the default settings in your Grafana configuration.

Contributing

If you would like to contribute to this project, please follow these guidelines:

  1. Fork the repository
  2. Create a new branch: git checkout -b my-feature
  3. Make your changes and commit them: git commit -am 'Add some feature' note that your commit message may start with a gitmoji
  4. Push the branch to your forked repository: git push origin my-feature
  5. Submit a pull request