(Created page with "For ''save setup'', ('L' command), there are two bytes read <code>if((address < 11 && address != 2) || address > 47)</code> (decimal values), else, only one. See code of proce...")
 
(No difference)

Latest revision as of 02:15, 19 February 2013

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (MCMTII)
For ''save setup'', ('L' command), there are two bytes read <code>if((address < 11 && address != 2) || address > 47)</code> (decimal values), else, only one. See code of procedure <code>TSetupTelescope.Button_EcrireClick</code> in Setup.pas (from the [[:File:McmtII dll v2012.08 source.zip|DLL code]]) or better, the defines at the beginning of the C [[:File:McmtII_MCU_v2.7.5_source.c|code of the microcontroller]]. Speeds, power, precisions and corrections are set using these commands.

For save setup, ('L' command), there are two bytes read if((address < 11 && address != 2) || address > 47) (decimal values), else, only one. See code of procedure TSetupTelescope.Button_EcrireClick in Setup.pas (from the DLL code) or better, the defines at the beginning of the C code of the microcontroller. Speeds, power, precisions and corrections are set using these commands.