node-red-contrib-as400

0.0.2 • Public • Published

node-red-contrib-as400

A Node-RED node to read and write to a AS400 system.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-contrib-as400

Usage

Allows basic access to a AS400 system.

The msg.payload must hold the query

and the result is returned in msg.payload.

Each row will send a new payload, so you can work with big results.

The last row sends also a msg.complete message, so you can join the results.

If nothing is found for the key then null is returned.

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-as400

Weekly Downloads

7

Version

0.0.2

License

MIT

Last publish

Collaborators

  • fsteccanella