Good afternoon, RL
There are a couple of ways to approach this. One is to use some
sort of filler so that each segment in the concatenation is the same
length (analogous to "bit stuffing") in numeric format.) You can
then use a simple offset in a string split vi. Perhaps a more elegant
means is to use a unique delimiter...use characters that have no
Labview significance, and then use the Search String vi to
"de-concatenate" the string. You can also use the "unbundle by name"
vi, but you have to convert the data from string to numeric, and then
back again...perhaps a bit overkill for your application.
Hope these suggestions are useful. Good luck!
Eric