Difference between revisions of "NVGate Front End"

Jump to navigation Jump to search
10 bytes removed ,  10:27, 10 October 2023
Line 506: Line 506:
<u>Settings for simulated DC Inputs</u>
<u>Settings for simulated DC Inputs</u>


* ''Value'' : Value of the input. Be aware that this value can be controlled by an external developer program.  
* 'Value' : Value of the input. Be aware that this value can be controlled by an external developer program.  
* ''Max'': maximum allowed for the parameter "value".  
* 'Max': maximum allowed for the parameter "value".  
* ''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.


==CAN Bus==
==CAN Bus==

Navigation menu