Skip to content

fsteccanella/node-red-contrib-as400

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published