Good morning, is there a way to implement a non-linear scaling with the analog input object? Something like that: _calib := 6.143; ScaledValue := EXPT(10, (Loc120B836.Unit.OutImm.PhysicalValue -_calib)/1.286); I can scale the value by myself, but I would like to see the scaled value in the DefaultView graph (which, by the way, should be logarithmic!)
... View more