not reallyI think that what you are trying to do is already done.
you would need to name every element
eg bat1-drive ,bat1-current.............
bat2-drive..................
thats 50 named vars
and how can you step through them in a loop ?
my way
for i= 0 to 10
array_get i,volts,j
array_get i,amps,k
array_get i,drive,l
serout x,y,z ["in some nice format" , j, k, l,/n]
next
simple clean easy to read




Bookmarks