meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:controller:examples [2022/07/19 18:25]
dmitry [Switching on reverse by selecting the control mode with activated function "Reverse on brake"]
en:controller:examples [2022/08/09 19:41] (current)
dmitry [Configuring the config loading with the CAN button]
Line 4: Line 4:
  
 In this section, we provide examples of various typical Controller settings and some non-obvious functions. The section is constantly being supplemented, if you have an example of your own settings of any function, you can send us a description on [[https://nucular.tech|website]]. In this section, we provide examples of various typical Controller settings and some non-obvious functions. The section is constantly being supplemented, if you have an example of your own settings of any function, you can send us a description on [[https://nucular.tech|website]].
 +
 +
 +===== Configuring the config loading with the CAN button =====
 +
 +In the settings of the controller with firmware version 0.8.7 and newer, it became possible to instantly download the desired configuration from the SD card to the Controller by pressing a button. This can be useful when using several different batteries, so that when you change batteries, you can quickly load new settings without using the import and export menus. Or, if you want to quickly change the controller settings from low power to high power config. The configuration loaded in this way is not saved in the Controller upon restart, unless it is specifically saved in the Controller menu after import. To download, the SD card must be in the on-board computer and the number in the configuration file name must match the number of the function configured in the Controller. You can use several methods to load the configuration: \\
 +  - [[en:controller:examples#loading_the_config_using_the_on-board_computer_buttons|On-board computer buttons]].
 +  - External switch, connected to On-board computer.
 +  - External switch, connected to Controller.
 +
 +==== Loading the config using the on-board computer buttons ====
 +
 +This method is the easiest to set up, configuration loading is activated by one of the four buttons on the On-board computer.
 +  - Make sure you set up and export the configuration to the SD-card to a file **NCconf1.cfg** — **NCconf5.cfg**. \\
 +  - For example, you want to load the configuration **NCconf3.cfg** on pressing the first button on the On-board Computer. Go to the **Controller** > **I/O configuration** menu section, then assign the **CL3** function to the **CAN port 1** menu item. \\
 +  - Save the settings in the menu item **Controller** > **Save settings**. \\
 +  - Go to the menu section **On-board computer** > **Button setup** and for the button **Hot key 1 func.** assign **CAN_1**. Button type **Hotkey 1 type** select **Normal**. \\
 +  - Save the settings in the menu item **On-board computer** > **Save**. Setup completed. Go to the main screen. Now by pressing and holding the first button of the On-board computer you will be able to instantly import the **NCconf3.cfg** configuration from the SD-card. After importing, you will see a notification with the name of the loaded configuration. \\
 +
 +If you specifically do not save the loaded configuration in the Controller settings, then after switching off and on the Controller, your previous configuration, which was used before the import, will be automatically loaded.
 +
 +
 +