Socket
Book a DemoInstallSign in
Socket

node-red-contrib-float

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-float

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

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
215
7.5%
Maintainers
1
Weekly downloads
 
Created
Source

node-red-contrib-float

Buy Me A Coffee

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

Install

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

npm install node-red-contrib-float

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.

Keywords

node-red

FAQs

Package last updated on 23 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts