I'm not sure if I understood 100% your question, but if I understood correctly, all you have to do is to open the S7 node configuration, and configure it to read a single variable (instead of all), then you can copy and paste the node and use it in all your gauges.
My question are . If i enable a multi read data (data 1,2,3,4) the response of the debug are : node: 70a046f9.9d4a68msg.payload : Object
Pwr_1: 0
Pwr_2: 0
Pwr_3: 0
Pwr_4: 0
How to extrapolate the value of the single tags (for eample Pwr_1 this is a name of my variable) to insert on the Gauge Object to show just the value of the Pwr 1
Then what I exmplained above should fix your problem.
Just click twice in your S7 node and configure it to "single item" and select the item you want, then duplicate the node and select another tag, like the image below.
let msg1 = {payload: var1};
let msg2 = {payload: var2};
let msg3 = {payload: var3};
let msg4 = {payload: var4};
let msg5 = {payload: var5};
let msg6 = {payload: var6};
let msg7 = {payload: var7};
let msg8 = {payload: var8};