diff -r 8388e6d4aa61 -r 80ebb88cf7b7 svghmi/svghmi.js --- a/svghmi/svghmi.js Mon Feb 15 15:46:47 2021 +0100 +++ b/svghmi/svghmi.js Tue Feb 16 11:32:00 2021 +0100 @@ -142,6 +142,7 @@ INT: (number) => new Int16Array([number]), BOOL: (truth) => new Int16Array([truth]), NODE: (truth) => new Int16Array([truth]), + REAL: (number) => new Float32Array([number]), STRING: (str) => { // beremiz default string max size is 128 str = str.slice(0,128);