node-red-contrib-mip-robotics 0.1.1

The Node-Red node 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.

npm install 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.

Node Info

Version: 0.1.1
Updated 3 years, 10 months ago
License: ISC
Rating: not yet rated

Actions

Rate:

Downloads

2 in the last week

Nodes

  • Setup
  • GTP
  • RelativeMvt
  • Open Gripper
  • Close Gripper
  • set IO
  • Wait input
  • If
  • Else If
  • End If
  • Set Index
  • Hold Time
  • Add Comment
  • Call Sub Program
  • Restart Program
  • Program End

Keywords

  • node-red

Maintainers