Coder Social home page Coder Social logo

jpkh / crs-c500c-utils Goto Github PK

View Code? Open in Web Editor NEW

This project forked from petteriaimonen/crs-c500c-utils

0.0 0.0 0.0 496 KB

Utilities for Thermo CRS C500C series robot arm controllers

License: Other

Shell 1.35% Python 34.94% Rebol 53.37% Makefile 1.12% CMake 9.21%

crs-c500c-utils's Introduction

Tools for Thermo CRS C500C Robot Controller

This repository contains various tools that are useful with the Thermo CRS C500C robot arm controllers. These were manufactured between 1997 and 2002 and are used with CRS F3, A465 and A255 robot arms.

Various documentation can be found on Google, I have collected them here: http://jpa.kapsi.fi/stuff/other/crs_robot/

Original software

The original system is meant to be used with Robcomm3 Windows software, which I do not have available. It would directly support file transfer to and from the controller using some unknown protocol.

The controller itself runs some kind of embedded Unix-alike called CROS. It can be accessed by the serial port on the front of the device with default baudrate of 57600 bps.

The controller has firmware filesystem in 1 MB flash, which is not written to in operation. A 512 KB RAM-based filesystem backed up by 3.6V lithium battery is overlaid on it, and user files are stored here. By holding down F1, F2 and P/C buttons down while booting the device goes into diagnostic mode that allows transferring flash and nvram contents to/from PC using a simple protocol that resembles XMODEM but doesn't seem compatible. See bootloader_download.py in file_transfer folder.

In the filesystem there is available a few useful tools, such as r3c compiler for the RAPL-3 language and edit as a simple line editor.

File transfer

To permit easy file transfer between PC and CROS, first step is to install uudecode on the target. After that other files can be transferred using it.

G Code interpreter

Eventual goal of this project is to implement a G code interpreter in RAPL-3. It would read G-code commands from the serial port and execute them as robot movements.

crs-c500c-utils's People

Contributors

petteriaimonen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.