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:sw:01-mervis:creating-new-project-hidden [2021/08/05 11:39]
avsetula
en:sw:01-mervis:creating-new-project-hidden [2024/01/24 09:30] (current)
avsetula [Uploading a blank configuration]
Line 1: Line 1:
 <​html><​div class="​version-switch">​ <​html><​div class="​version-switch">​
-  <a href="#​first_project_with_a_unipi_controller"><​div class="​actual-version">​IDE v2.4.0</​div></​a>​ +  <a href="#​first_project_with_a_unipi_unit"><​div class="​actual-version">​IDE v2.3.0 ​and later</​div></​a>​
-  <a href="#​first_project_with_a_unipi_controller"><​div class="​actual-version">​IDE v2.3.0</​div></​a>​+
 </​div></​html>​ </​div></​html>​
-====== First project with a Unipi controller ​======+====== First project with a Unipi unit ======
 <WRAP group 100%> <WRAP group 100%>
 <WRAP half column 81%> <WRAP half column 81%>
Line 23: Line 22:
 <​html><​span class="​kbBlue-H4alt">​Prerequisites:</​span></​html>​ <​html><​span class="​kbBlue-H4alt">​Prerequisites:</​span></​html>​
   - PLC Unipi [[https://​www.unipi.technology/​patron-c44|Patron]] / [[https://​www.unipi.technology/​neuron-c2|Neuron]] / [[https://​www.unipi.technology/​gate-c50|Gate]] / Axon   - PLC Unipi [[https://​www.unipi.technology/​patron-c44|Patron]] / [[https://​www.unipi.technology/​neuron-c2|Neuron]] / [[https://​www.unipi.technology/​gate-c50|Gate]] / Axon
-  - [[https://​www.unipi.technology/​power-supply-for-din-rail-24v-dc-0-63a-p18|24 V⎓ / 0.5 A power supply]]+  - [[https://​www.unipi.technology/​power-supply-for-din-rail-24v-dc-0-63a-p18|24 V⎓ power supply]]
   - Downloaded Mervis OS archive for [[en:​files:​software:​os-images:​00-start#​patron_mervis_os|Patron]],​ [[en:​files:​software:​os-images:​00-start#​neuron_mervis_os|Neuron]],​ [[en:​files:​software:​os-images:​00-start#​gate|Gate]],​ or [[en:​files:​software:​os-images:​00-start#​axon_mervis_os|Axon]]   - Downloaded Mervis OS archive for [[en:​files:​software:​os-images:​00-start#​patron_mervis_os|Patron]],​ [[en:​files:​software:​os-images:​00-start#​neuron_mervis_os|Neuron]],​ [[en:​files:​software:​os-images:​00-start#​gate|Gate]],​ or [[en:​files:​software:​os-images:​00-start#​axon_mervis_os|Axon]]
   - a computer with [[en:​files:​software:​mervis:​00-start#​get_the_latest_stable_version|Mervis IDE]] installed ​   - a computer with [[en:​files:​software:​mervis:​00-start#​get_the_latest_stable_version|Mervis IDE]] installed ​
Line 109: Line 108:
 Now we move to the configuration. This part is especially important if you are just starting a new project with a controller or expansion modules that have been used in the past. That's because these devices may have a previous configuration that is independent of the uploaded solution, even the operating system, and may unexpectedly affect the operation of the entire solution. Now we move to the configuration. This part is especially important if you are just starting a new project with a controller or expansion modules that have been used in the past. That's because these devices may have a previous configuration that is independent of the uploaded solution, even the operating system, and may unexpectedly affect the operation of the entire solution.
  
-There is no need to worry, just right-click on the modbus table named after the assigned controller in the current clean project and select **Configure Unipi module**. This will load the default configuration. Detailed description of this procedure is in the article: [[cs:​sw:​01-mervis:​unipi-configure-module-hidden|Konfigurace modulu Unipi]].+There is no need to worry, just right-click on the modbus table named after the assigned controller in the current clean project and select **Configure Unipi module**. This will load the default configuration. Detailed description of this procedure is in the article: [[en:​sw:​01-mervis:​unipi-configure-module-hidden|]].
  
 {{ :​en:​sw:​01-mervis:​12_creating-new-project_en.png?​direct |}} {{ :​en:​sw:​01-mervis:​12_creating-new-project_en.png?​direct |}}
Line 127: Line 126:
 {{ :​en:​sw:​01-mervis:​14_creating-new-project_en.png?​direct |}} {{ :​en:​sw:​01-mervis:​14_creating-new-project_en.png?​direct |}}
  
-The result is you now have access to other functions. The most visible change occurred in the left panel - at its bottom, the **History log** item appeared. **Executable Projects** now also displays **generated.Mixed.st** file. This file contains variable definitions,​ in our case automatically generated by the Simple Mode. Don't delete, move or edit this file, its editing and creation are performed ​automatically. Autogen serves for automatic generation of variables from data points and can be applied to an entire device containing multiple data points, groups etc. +The result is you now have access to other functions. The most visible change occurred in the left panel - at its bottom, the **History log** item appeared. **Executable Projects** now also displays **generated.Mixed.st** file. This file contains variable definitions,​ in our case automatically generated by the Simple Mode. Don't delete, move or edit this file, its editing and creation are done automatically ​by Autogen 
 + 
 +Autogen serves for automatic generation of variables from data points and can be applied to an entire device containing multiple data points, groups etc. 
  
 <WRAP center round info 90%> <WRAP center round info 90%>