Hello,
Currently, I have a waveform record that holds 10 different values.
I was wondering if there was any way to reference an individual element
in that waveform record. My best solution so far is to use the "aCalcOut"
record and have it process, then output, a single hard coded value.
Something like this for the "calc" field:
field(CALC, "AA[0,0]") or field(CALC, "AA[1,1]")
While this is fine for a few elements, I may need to be able to access up
to 30 different values in a single waveform record individually.
Are there any clever or streamline ways to go about this?
Thank you,
~ Chris