node-red-contrib-double 1.0.5

Node-RED node to parse decimal and binary numbers to IEEE-754 Double Precision Floating Point Numbers

npm install node-red-contrib-double

node-red-contrib-double

Node Red node to convert binary and decimal numbers in IEEE-754 double precision floating point numbers

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-double

Usage

Input msg.payload can be a Number or a binary String (just '0' and '1' chars) or an Array of this two objects. Output msg.payload will be a Float or an Array of Float.

It's possible to set the max number of decimal digit of the output float Number with the node 'Decimal Digits' property. If left blank the number will not be truncated.

Node Info

Version: 1.0.5
Updated 4 years, 6 months ago
License: ISC
Rating: not yet rated

Categories

Actions

Downloads

24 in the last week

Nodes

  • toDouble

Keywords

  • node-red
  • IEEE-754
  • luigonsec
  • Float64
  • Double
  • Converter
  • Decode

Maintainers