node-red-contrib-mip-robotics

0.1.1 • Public • Published

node-red-contrib-mip-robotics

image

The Node-RED nodes included in this package will help MIP robot users to create programs locally on their machines. The created programs can be simulated and/or executed by the real MIP robots.

Installation

# change to your ~/.node-red/ folder 
cd ~/.node-red/
npm install node-red-contrib-mip-robotics

Node-RED - Manage Palette Installation

You can also install the node via the manage palette feature in the Node-RED administration UI.

How to use the Node-RED node

Step 1: create your program

  • Add an inject node.
  • Add the Setup node in which you define the program path and name.
  • Add all the instructions you want to execute (Go to point, Set IO,..).
  • When you are done with your program, add the "Program End" node.
  • You are done :)

Step 2: generate the program

Once you have your program created, all you need to do is to deploy and press the inject node placed at the start. You will end up by getting a text file which contains the robot program.

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-mip-robotics

Weekly Downloads

1

Version

0.1.1

License

ISC

Unpacked Size

59 kB

Total Files

50

Last publish

Collaborators

  • mip-robotics