0.8.0 • Published 3 years ago

@eez-open/node-red-contrib-bb3 v0.8.0

Weekly downloads
4
License
GPL-3.0-only
Repository
github
Last release
3 years ago

node-red-contrib-bb3

A Node-RED nodes to work with EEZ BB3.

Install

To install - either use the manage palette option in the editor, or change to your Node-RED user directory.

    cd ~/.node-red
    npm install @eez-open/node-red-contrib-bb3

Features

Supported EEZ BB3 related nodes:

  • bb3-connect: Connects to EEZ BB3 using TCP.
  • bb3-disconnect: Disconnects from EEZ BB3.
  • bb3-command: Executes SCPI command.
  • bb3-query: Execute SCPI query.

Learn about supported SCPI commands and queries from here https://www.envox.hr/eez/eez-bench-box-3/bb3-scpi-reference-manual/bb3-scpi-introduction.html.

Also, there are two nodes for simple event based communication inside Node-RED flows. You can emit events with bb3-emit-event and catch it with bb3-on-event from any node in your project.

0.8.0

3 years ago

0.7.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.6.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago