I am trying to get a payload weight for my program but only want to get it once at a certain point.
I understand that I have to read the payload station count and then go through each of the stations to add them all up for the combined weight.
I was just wondering which call do I use to get data once only? I already have a loop that is running reading a set of data every second for fuel weight.
I would like to call the routine to first read the count of stations and then another call to read the correct amount of station weights. Dont want to read more than needed.
I understand that I have to read the payload station count and then go through each of the stations to add them all up for the combined weight.
I was just wondering which call do I use to get data once only? I already have a loop that is running reading a set of data every second for fuel weight.
I would like to call the routine to first read the count of stations and then another call to read the correct amount of station weights. Dont want to read more than needed.

