8,877
edits
Line 510: | Line 510: | ||
* '''Min''': minimum allowed for the parameter "value". | * '''Min''': minimum allowed for the parameter "value". | ||
* '''Significant digits''': Maximum number of digits that the parameter "value" can take. Also be aware that the maximum significant digits value is 7. Note that 8 is accepted but only value which are power of 2 can be shown with 8 digits because NVGate is a 32 bits software. | * '''Significant digits''': Maximum number of digits that the parameter "value" can take. Also be aware that the maximum significant digits value is 7. Note that 8 is accepted but only value which are power of 2 can be shown with 8 digits because NVGate is a 32 bits software. | ||
* '''Precision''': Rounds value to the closest power of 10. For instance, with precision = 0.1, rounds 2.62 to 2.6. A new input is ignored if the difference with the current input is smaller than precision. | * '''Precision''': Rounds value to the closest power of 10. For instance, with precision = 0.1, rounds 2.62 to 2.6. A new input is ignored if the difference with the current input is smaller than precision/2. | ||
==CAN Bus== | ==CAN Bus== |