1.0.4 • Published 3 years ago

@tonimoeckel/node-red-pv-protocol-parser v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Pfeiffer Vacuum Protocol Parser

NodeJS lib for parsing serial responses from multiple Pfeiffer Vacuum products.

This lib currently supports:

  • Pfeiffer Vacuum Protocol (RS485)
  • MAGPOWER (ATH)
  • Dry pumps (M4, M6)

Coming up:

  • ASM Leak Detectors

Installation

npm install @tonimoeckel/node-red-pv-protocol-parser

Usage

//Input
const message = {
    payload: "1231030906000633037", //Response from serial path
    request_payload: "1230030902=?112", //Default request key from serial path
    request: "", //Custom request key (opt.)
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

1.0.4

3 years ago

1.0.3

3 years ago