I have a qr code reader in my machine where i get a csv with data for the machine so it knows how to fill it. But i cant figure out how to get al the values in the string in a array of real so i can use the data, there is no set size of characters for the values in the string.
i can get 500,30,345,342.5,403,1000,403 for exaple with about max 28 items.
How can i set the values in an array of real with the 1510sp plc?
Ive tried with some chatgpt code to look for the , and then get the text inbetween but that doesnt work.