User Tools

Site Tools


plc:plc_procedure_aliases

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
plc:plc_procedure_aliases [2017/09/12 17:55] skirillovplc:plc_procedure_aliases [2017/09/12 18:00] skirillov
Line 9: Line 9:
 We need to run this codes M3/M5 exactly as our current codes М71/М74. There are 2 solutions in this case - bad and good :). We need to run this codes M3/M5 exactly as our current codes М71/М74. There are 2 solutions in this case - bad and good :).
   - (**bad**) Add to PLC Builder 2 procedures М3 and М5 and copy content from M71 to M3 (Cutting On) and from M74 to M5 (Cutting Off), then Rebuild All procedures and send to Controller )press 3 buttons on th right side of PLC Builder widget - **Save**, **Rebuild All** and **Send**.  Con of this method: if you need to fix one of procedures (for example **M71**) then you need to do the same fixes in **M3** manually.   - (**bad**) Add to PLC Builder 2 procedures М3 and М5 and copy content from M71 to M3 (Cutting On) and from M74 to M5 (Cutting Off), then Rebuild All procedures and send to Controller )press 3 buttons on th right side of PLC Builder widget - **Save**, **Rebuild All** and **Send**.  Con of this method: if you need to fix one of procedures (for example **M71**) then you need to do the same fixes in **M3** manually.
-  - Назначить М3 как "синоним" (Alias) для М71, а М5 как "синоним" (Alias) к М74. Тогда при редактировании и компиляции М71 система myCNC будет автоматически создавать идентичный код для обоих процедур М71 и М3.+  - (**good**) Assign **М3** as Alias to **М71**and **М5** as Alias to **М74**In this case if you edit  and compile M71 procedure myCNC will automatically create identical binary procedure for M3 as well. No need to worry about it.
  
-Ниже показана последовательность действий для создания Alias (синонимов):+There is how to create Alias instruction below:
  
   - Войти в **PLC builder** (Настройки-Cfg-PLC Компилятор-Встроенное PLC){{mycnc:mycnc-plc-builder-ru--2.png}}   - Войти в **PLC builder** (Настройки-Cfg-PLC Компилятор-Встроенное PLC){{mycnc:mycnc-plc-builder-ru--2.png}}
plc/plc_procedure_aliases.txt · Last modified: 2017/09/12 18:27 by skirillov

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki