- Migrate underlying library to @st-one-io/node-s7
- Remove optional dependency on mpi-s7 (project is now split into this and
node-red-contrib-mpi-s7
) - Added tag validation on the editor
- Fixes and improve PLC discovery UI
- Adds support to
DT
,DTZ
,DTL
andDTLZ
data types
- Updates dependency of nodes7 - fixes sequence collision bug
- Adds support for Node-RED 1.0 API
- Changes node's category to "plc"
- Implements discovery of ethernet PLCs
- Fixes #49 - fixes regression introduced in 2.0.1 that prevented writing to array of vars
- Fixes #48 - prevents exception being thrown when writing to unknown variables
- Adds support for MPI-USB adapters as transport for connecting to PLCs
- l10n - Fix translation code for German
- l10n - Add translations to German
- Bumps dependency of nodes7
- Implements "s7 control" node, currently for manual control of the cycle time
- Fixes #33: handle diff of array types, so they're emitted only when an item changes
- Skip cyclic reading of variables if there's none configured
- Avoids trying to connect again after closing the node
- Enables errors to be catch by the "catch" node (#17)
- Implements "connecting" status - thanks @CarstenMaul (#19)
- Fixes connection leak introduced on 1.3.1
- Fixes #11: Correctly parses tsap values and improve validation
- Implements configuration option to set library's debug independently from Node-RED
- Sets timeout and TSAP defaults to old configs without them
- Force a connection restart if we receive no callback response within 10 tries
- Retry to connect to PLC if failing to connect on flow deploy
- Improve logging
- Implements ability to connect to PLC using local/remote TSAP instead of rack and slot only
- Implements buttons to import and export the variable list in the S7 Eenpoint node
- Fixes #4: Avoid EventEmitter warnings when lots of S7In nodes are used
- Fix default value of new timeout configuration
- Implement timeout parameter, as we may have higher delays than the default one in unstable networks
- Fixes alignment of s7 write node
Major Release
- Implements s7 write node
- Enable underlying nodes7's logging when NodeRED is run in verbose mode (either with -v or at settings.js)
- [BUGFIX] - memory leak on STATUS event that was registered on the endpoint node but never removed
- [BUGFIX] - show the endpoint label if mode:single but no variable configured, label was empty
- Defer the reading cycle if the previous reading hasn't returned yet. This prevents queuing a lot of read requests in the stack
- Displays the variable's address in the config of the S7 In node for information purposes only
- Replace arrow founction with standard function, so we're backwards compatible with previous versions of Node.JS
- Add repository/bugs information to package.json
- Implements new reading mode "All variables, one per message"
- Help text of the in node rewritten
- s7 endpoint now stores the variable as an array, not as stringified JSON. Backwards compatible.
- [BUGFIX] Fix require of EventEmitter (#1)
- Initial release