Host Engineering Forum
General Category => Do-more CPUs and Do-more Designer Software => Topic started by: ddubs2248 on April 04, 2019, 04:20:40 PM
-
Is it possible to scale the onboard analog inputs with memory locations (i.e. D0, Custom Heap Item, etc.)? It does not appear so, but maybe, just maybe it will be there in the future?
-
That would be nice.
I use either a Math or Scale function inside of a For/Next loop with the scale factors stored in a custom UDT.
-
SCALE box does great for programmatic scaling (vs. static scaling which is in the configuration). You can even use MATH or LERP if it's non-linear. Very, very powerful.
Just stick them in the $tTopOfScan for inputs or $tBottomOfScan for outputs.
-
Guess you guys do think through mostly everything! Good point Franji1!