Regbot: Difference between revisions
No edit summary |
|||
Line 8: | Line 8: | ||
(as of June, 2015) | (as of June, 2015) | ||
* [[Installation on windows]] | |||
* [[Software installation]] and tool-charin | |||
* [[Design calculations]] | |||
* [[installation in windows]] | |||
* [[Schematic]] | |||
repository for software - client and robot | |||
* client: svn://repos.gbar.dtu.dk/jcan/regbot/qtgui | |||
* teensy: svn://repos.gbar.dtu.dk/jcan/regbot/regbot | |||
==User interface== | ==User interface== | ||
Line 29: | Line 43: | ||
[[File:Blockdiagram.png]] | [[File:Blockdiagram.png]] | ||
Revision as of 10:29, 10 June 2015
Small robot intended for control-1 exercises.
Version
- Robot software (regbot.hex): 95
- Client software for windows (regbot.exe): 95
(as of June, 2015)
- Installation on windows
- Software installation and tool-charin
- Design calculations
- installation in windows
- Schematic
repository for software - client and robot
- client: svn://repos.gbar.dtu.dk/jcan/regbot/qtgui
- teensy: svn://repos.gbar.dtu.dk/jcan/regbot/regbot
User interface
The user interface can configure and run the robot, as wel as inspecting almost all values on the robot. Written in python using Qt GUI library.
Install client in Windows
Get the regbot.exe from the course homepage, place it in a directory, this directory will be default for configuration file and result files from the robot.
A driver must be installed to get in contact with the robot - see installation in windows
The driver willcreate a com-port when connected - most likely com3. When the robot is disconnected by unplugging the cable, then the client needs to be restarted if it was connected when the cablewas unplugged.
for more advanced installation see installation in windows