LouCOMAX-Controllers


NameLouCOMAX-Controllers JSON
Version 0.11.0 PyPI version JSON
download
home_pageNone
SummaryControllers for all devices used in the LouCOMAX (CNRS) project
upload_time2025-07-16 09:46:57
maintainerNone
docs_urlNone
authorBLASIAK Antoine
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LouCOMAX_Controllers

Controllers for hardware in the LouCOMAX Project.

## Overview

LouCOMAX_Controllers is a collection of software modules designed to interface with and control various hardware components used in the LouCOMAX Project. The controllers provide reliable communication, automation, and monitoring for supported devices.

The following hardware devices are interfaced within this package :
- Amptek DP5, PX5, DP5X, DP5G, MCA8000D, Mini-X2 and products derived from these (X123, X55, Gamma-Rad5, TB-5).
- iMOXS/2® Control Service Unit for X-Ray Source
- Specific setup of Arduino with telemetry laser : HG-C1100-P
- Thorlabs' BCS203 with NanoMax300 micropositioning stages
- Zaber multi stage daisy chain (contains 3 stages XYZ)

Note : The modules were initialy developped for specific hardware setup on LouCOMAX project.
It may not be usable as is for some setup too different. Please feel free to contribute to the 
github or ask questions to developper.
 
## Features

- Modular controller architecture for easy extension
- Support for multiple hardware interfaces (e.g., serial, USB, Ethernet)
- Logging and error handling
- Example scripts for common hardware tasks

## Getting Started

1. **Clone the repository:**
   ```
   git clone https://github.com/abpydev/LouCOMAX_Controllers.git
   ```
2. **Install dependencies:**  
   Refer to the `requirements.txt` or relevant setup instructions for your platform.

3. **Run an example controller:**
   ```
   python controllers/example_controller.py
   ```

## Directory Structure

```
LouCOMAX_Controllers/
├── controllers/         # Main controller modules
├── examples/            # Example usage scripts
├── tests/               # Unit tests
├── README.md            # Project documentation
└── requirements.txt     # Python dependencies
```

## Initial developpers

Developped by : 

- Antoine BLASIAK : antoine.blasiak66@gmail.com

Other contributors :

- Laurent PICHON : laurent.pichon@culture.gouv.fr

## Contributing

Contributions are welcome! Please open an issue or submit a pull request.

## License

This project is licensed under the MIT License.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "LouCOMAX-Controllers",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "BLASIAK Antoine",
    "author_email": "antoineblasiak66@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cb/e0/22a5ef3da34d08636c2bccd1fe13740bd8cfabe983f4e4f169cba62de600/loucomax_controllers-0.11.0.tar.gz",
    "platform": null,
    "description": "# LouCOMAX_Controllers\r\n\r\nControllers for hardware in the LouCOMAX Project.\r\n\r\n## Overview\r\n\r\nLouCOMAX_Controllers is a collection of software modules designed to interface with and control various hardware components used in the LouCOMAX Project. The controllers provide reliable communication, automation, and monitoring for supported devices.\r\n\r\nThe following hardware devices are interfaced within this package :\r\n- Amptek DP5, PX5, DP5X, DP5G, MCA8000D, Mini-X2 and products derived from these (X123, X55, Gamma-Rad5, TB-5).\r\n- iMOXS/2\u00ae Control Service Unit for X-Ray Source\r\n- Specific setup of Arduino with telemetry laser : HG-C1100-P\r\n- Thorlabs' BCS203 with NanoMax300 micropositioning stages\r\n- Zaber multi stage daisy chain (contains 3 stages XYZ)\r\n\r\nNote : The modules were initialy developped for specific hardware setup on LouCOMAX project.\r\nIt may not be usable as is for some setup too different. Please feel free to contribute to the \r\ngithub or ask questions to developper.\r\n \r\n## Features\r\n\r\n- Modular controller architecture for easy extension\r\n- Support for multiple hardware interfaces (e.g., serial, USB, Ethernet)\r\n- Logging and error handling\r\n- Example scripts for common hardware tasks\r\n\r\n## Getting Started\r\n\r\n1. **Clone the repository:**\r\n   ```\r\n   git clone https://github.com/abpydev/LouCOMAX_Controllers.git\r\n   ```\r\n2. **Install dependencies:**  \r\n   Refer to the `requirements.txt` or relevant setup instructions for your platform.\r\n\r\n3. **Run an example controller:**\r\n   ```\r\n   python controllers/example_controller.py\r\n   ```\r\n\r\n## Directory Structure\r\n\r\n```\r\nLouCOMAX_Controllers/\r\n\u251c\u2500\u2500 controllers/         # Main controller modules\r\n\u251c\u2500\u2500 examples/            # Example usage scripts\r\n\u251c\u2500\u2500 tests/               # Unit tests\r\n\u251c\u2500\u2500 README.md            # Project documentation\r\n\u2514\u2500\u2500 requirements.txt     # Python dependencies\r\n```\r\n\r\n## Initial developpers\r\n\r\nDevelopped by : \r\n\r\n- Antoine BLASIAK : antoine.blasiak66@gmail.com\r\n\r\nOther contributors :\r\n\r\n- Laurent PICHON : laurent.pichon@culture.gouv.fr\r\n\r\n## Contributing\r\n\r\nContributions are welcome! Please open an issue or submit a pull request.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Controllers for all devices used in the LouCOMAX (CNRS) project",
    "version": "0.11.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3cffafd0ed0d59362c3508a044300cb4c1c7c248f1430efeddd2a410254846c2",
                "md5": "02574c15a6a5c30e2968f346d76eaf01",
                "sha256": "f78205ac191b358a69c422a11ef68fd8e6760812a9e96fecc9e3c54a868ab177"
            },
            "downloads": -1,
            "filename": "LouCOMAX_Controllers-0.11.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "02574c15a6a5c30e2968f346d76eaf01",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 88163698,
            "upload_time": "2025-07-16T09:45:32",
            "upload_time_iso_8601": "2025-07-16T09:45:32.267291Z",
            "url": "https://files.pythonhosted.org/packages/3c/ff/afd0ed0d59362c3508a044300cb4c1c7c248f1430efeddd2a410254846c2/LouCOMAX_Controllers-0.11.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cbe022a5ef3da34d08636c2bccd1fe13740bd8cfabe983f4e4f169cba62de600",
                "md5": "ce6db4ff72b5ac42cc731387a0fad2a0",
                "sha256": "5a9b997fa4c05e12b39ef28a5f0240ea67bf0f8a3a13905513aea09a1cec9dc3"
            },
            "downloads": -1,
            "filename": "loucomax_controllers-0.11.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ce6db4ff72b5ac42cc731387a0fad2a0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 88123146,
            "upload_time": "2025-07-16T09:46:57",
            "upload_time_iso_8601": "2025-07-16T09:46:57.501537Z",
            "url": "https://files.pythonhosted.org/packages/cb/e0/22a5ef3da34d08636c2bccd1fe13740bd8cfabe983f4e4f169cba62de600/loucomax_controllers-0.11.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-16 09:46:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "loucomax-controllers"
}
        
Elapsed time: 1.78423s