Community Documents

cancel
Showing results for 
Search instead for 
Did you mean: 

MakerBot Replicator 2 control with LabView over serial COM

Title:Direct control of MakerBot Replicator 2 over Serial COM


Overview of what project is:
Demonstrates how to control MakerBot Replicator 2 directly over serial COM port. Implementation of the most important s3g commands described in the document https://github.com/makerbot/s3g/blob/master/doc/s3gProtocol.md

Using queues for sending and receiving serial data.


Picture of project:
<Example: Front panel, physical project, code>
<Maximum file size: 500.0 K. Also, please note that images larger than 800px wide or 600px tall will be scaled to fit those limits in your content.>


(optional) Video of project:
<Supported file formats: youtube, vimeo, and google video>
<Length: 3-5 minutes>


(optional) Parts List:
<Example: Sensors, materials used>


Wiring Diagram:
< If an external circuit was created an actual picture of circuit and drawing of connections>


Instructions:

1. Stop the MakerBot Conveyor Service (in Local Services) - this will allow you to access the COM port

2. Select the MakerBot serial COM port in the main VI

3. Run the code - the MakerBot will initialize and move the head just like starting a new 3D print task. After initialization use arrow keys and PgUp/PgDown to move the head. By holding down the key (repeat) the head accelerates.


C or LV?:


Version of LV:Labview 2014



see attached ZIP file for the whole project

Contributors