Detect Raven
TMX is the serial control interface for the trackmaster treadmill protocol
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
About The Project
Using the trackmaster protocol, This simple tkinter GUI can control the speed and elevation of the treadmil.
Built With
Getting Started
To run program use the executable
output\main.exe
Modifications
Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- Python 3.10 at https://python.org
wget https://www.python.org/ftp/python/3.10.1/Python-3.10.1.tgz
tar xzf Python-3.10.1.tgz
cd Python-3.10.1 ./configure --enable-optimizations
make altinstall
Dependencies
- We need to install a virtual environment and dependencies
- Clone the repo
git clone https://github.com/jbirbal-skydom/TMX/.git
- Install virtual environment
pip install virtualenv
- To make virtual environment
python -m venv .venv
- Start VEnv
.\.venv\Scripts\activate
- Install dependencies
python -m pip install -r requirements.txt
Configure the settings JSON file
-
Initialize our annotations file
nano setting\config.jsonc
-
edit the Config
{ /**** * DATASET PATHS ****/ "writePort": "COM1", "readPort": "COM2", "rate": 4800, "stopbits": 1, "Parity": "N", "bytes": 8, "timeout": 0, "Duplex": "full" ```
Usage
Clicking the button up sends comand to increase the speed/elevation in relation to the set values respectfully. The increment are hard coded abut can be changed easily.
The reference unit is the TMX 428:
---Any units that uses the treadmaster protocol should work.---
For more examples, please refer to the Documentation
Roadmap
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt
for more information.
Contact
Jason Birbal - skydom@zoho.com
Project Link: https://github.com/jbirbal-skydom/TMX/
Acknowledgments and References
-
https://www.medwrench.com/documents/view/11197/trackmaster-tmx-425-field-service-manual-part-1-pdf
-
https://www.medwrench.com/documents/equipment/9428/trackmaster-tmx-425)
-
https://archive.org/details/manualzilla-id-5844026/page/5/mode/2up)
-
https://www.manualslib.com/manual/2566968/Trackmaster-Tmx428.html?page=5#manual
-
https://www.manualslib.com/manual/1393524/Trackmaster-Fvx325.html?page=117#manual
-
https://www.raso.name/computers/38-automation/76-trackmaster-treadmill?start=1
-
https://forum.allaboutcircuits.com/threads/trackmaster-tm400-s-treadmill-control.176610/