nazarijtipusak080/accumulate-and-read-character-string@0.0.2

Accumulate characters in string and read characters from string. It is possible to store "namber" or "byte" in a string as a stream of characters. And from this string, read the characters indicated by the index. Characters will be displayed in the form of "number" or "byte".
NodeDescription
shift-string
Generated from gweimer/utils/string-queue. This is a character accumulator in the form of "NUMBER", which after filling with the number of characters specified in "CAP" switches to SHIFT-STRING mode.
accum-byte-to-string
Accumulates a string of characters (byte) supplied to the CHAR input.
accum-number-to-string
Accumulates a string of characters (numbers) supplied to the CHAR input.
index-n-string
We output the character by index from the string in the form "NUMBER".
index-string
We output the character by index from the string in the form "byte".
main
Just as a sample, I recorded the counter count in string. Then I read the reference numbers from the string.
read-byte-string
We read a byte (character) from the line when a pulse arrives on the UPD.
read-number-string
We read a number (character) from the line when a pulse arrives on the UPD.
string-queue-copyNo description
sub-string-copy
Pull substring from STR starting at OFST for LEN
To use the nodes in your project you should have the nazarijtipusak080/accumulate-and-read-character-string library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.