Node-RED: Difference between revisions

From Axel Public Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''Node-RED LogicLab Documentation'''
'''Node-RED LogicLab Documentation'''
== FOREWORD ==
== Requirements ==
The cross-reference functions allows to identify and list all the usages (references) of the symbols (vaiables, POUs, type definitions etc.) of a PLC application.
In order to make this package work, you have to install the JavaScript run-
For each symbol all its references inside the application are listed, for each reference the following elements are reported:
time Node.js, the package manager npm and Node-RED. The package manager
* referencing block (POU or variable group)
is usually provided along with the Node.js installer, however you should make
* position inside the block (e.g. the line inside the source code)
sure that both the versions you got are still supported by Node-RED.
* access type, read or write
=== Availability ===
=== Availability ===
The cross-reference is available on '''LogicLab''' releases starting from '''4.0.x'''.
The cross-reference is available on '''LogicLab''' releases starting from '''4.0.x'''.

Revision as of 11:44, 18 June 2018

Node-RED LogicLab Documentation

Requirements

In order to make this package work, you have to install the JavaScript run- time Node.js, the package manager npm and Node-RED. The package manager is usually provided along with the Node.js installer, however you should make sure that both the versions you got are still supported by Node-RED.

Availability

The cross-reference is available on LogicLab releases starting from 4.0.x.