Steve-Mcl / node-red-contrib-buffer-parser

A node-red node to convert values in a buffer, integer array or hex string into many different data type(s). Supports Big/Little Endian, BCD, byte swapping and much more.
MIT License
24 stars 8 forks source link

Interface issue with fanned output #6

Closed mikeS7 closed 3 years ago

mikeS7 commented 3 years ago

Hi Steve,

there are unexpected number of outputs when fan out is not selected. Steps to reproduce:

  1. Add node to workspace and add several items. Do not check fan out.
  2. Press Done.
  3. Open edit dialog for node again and press Cancel.
  4. Select node on workspace.

Check number on node outputs.

Visual record can be found in the forum https://discourse.nodered.org/t/updated-node-red-contrib-buffer-parser-v3-1-1/25879/45?u=mikes7

Steve-Mcl commented 3 years ago

Hi Mike, I think I have this one rather odd issue solved. Just waiting on some feedback from Dave C on something else and I will release. Probably later this evening.

How are you liking the latest additions?

As always, thanks for taking the time to report issues.

Steve-Mcl commented 3 years ago

Fixed in V3.1.2 Thanks.