Hello
Is there a command to add the values of two channels. My channels are huge and adding them using a loop takes too long.
For example if
channel 1 has "1,2,3"
channel 2 has "1,1,1"
I want to create a new channel with "2,3,4" by adding the values of the first two channels
Anne