I created the gauges for engines like the ones in the red box. I would like the numerical values to have an update not instantaneous but of a few tenths of a second as in the following video, minute 0:54
For example my XML code for the first decimal of the EPR is: (L:EPR E1, enum) 100000 + 10 * 10 % int
for the second decimal is: (L:EPR E1, enum) 100000 + 100 * 10 %
In this way the updating of the value is instantaneous, while I would like it with a defined time rate, is it possible?
For example my XML code for the first decimal of the EPR is: (L:EPR E1, enum) 100000 + 10 * 10 % int
for the second decimal is: (L:EPR E1, enum) 100000 + 100 * 10 %
In this way the updating of the value is instantaneous, while I would like it with a defined time rate, is it possible?




