Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:hw:02-neuron:description-of-io:01-description-of-di [2020/12/17 11:55] jan_kozaken:hw:02-neuron:description-of-io:01-description-of-di [2025/05/02 09:49] (current) – updated wrap ofojt
Line 1: Line 1:
 ====== Digital inputs ====== ====== Digital inputs ======
 +
 +<WRAP group>
 +<WRAP half column 100%>
 +#;;
 +<html><style>h1 {margin-bottom: 10px !important;}</style><span class="tag-skelet inline-tag mobile-only">
 +<span class="tag-neuron">Neuron</span>
 +</span></html>
 +#;;
 +</WRAP>
 +</WRAP>
  
 /* zapojení DI */ /* zapojení DI */
Line 10: Line 20:
 {{page>:en:hw:02-neuron:special-function-info-hidden}} {{page>:en:hw:02-neuron:special-function-info-hidden}}
  
 +----
 +
 +/* Seznam přehledových článků s tutoriály na různých systémech (Zatím jen Mervis) */
 +{{page>en:hw:special-functions-overview-tutorials-hidden}}
 +
 +----
 +
 +/* Debounce (#debounce) */ 
 +{{page>en:hw:special-function-debounce-hidden}}
 +
 +----
  
 /* CNT (#cnt) */  /* CNT (#cnt) */ 
 {{page>:en:hw:special-function-cnt-hidden}} {{page>:en:hw:special-function-cnt-hidden}}
  
-<WRAP center round info 95%> +<WRAP group center round box 95%> 
-**Pozor:** \\ +{{ :files:img_warning-line_b.png?nolink |}} 
-U jednotek Neuron se čítač vynuluje při odpojení napájení a je nutno tuto funkci ošetřit v SW /* FIXME - odkázat na návod, kde je tento postup vysvětlen - nutno sepsat návod */+<WRAP half column 13%> 
 +{{ :en:hw:09_safety-instructions_pseudo-ISO-7010-attention.png?nolink |(!)}} 
 +</WRAP> 
 +<WRAP half column 83%> 
 +**Attention:** \\ 
 +On Neuron units the counter resets when the power supply is unplugged. Bear this in mind during the SW programming. /* FIXME - odkázat na návod, kde je tento postup vysvětlen - nutno sepsat návod */ 
 +</WRAP>
 </WRAP> </WRAP>
  
Line 24: Line 51:
 {{page>:en:hw:special-function-ds-hidden}} {{page>:en:hw:special-function-ds-hidden}}
  
-===== Technické parametry =====+---- 
 + 
 +/* Výchozí nastavení (#default-set) */ 
 +{{page>en:hw:special-function-other-hidden}} 
 + 
 +|< 100% 30% 30% 40% >| 
 +^ Stored data  ^ Default configuration  ^ Exceptions 
 +|||| 
 +| Debounce  | 5ms  |  | 
 +| DirectSwitch  | off  |  | 
 +| Counter  | 0  | Value not stored in Neuron units  | 
 + 
 +---- 
 + 
 +/* Master Watchdog (#mwd) */ 
 +{{page>en:hw:special-function-mwd-hidden}} 
 + 
 + 
 +===== Technical parameters =====
  
 /* Parametry DI */ /* Parametry DI */
 {{page>:en:hw:technical-parameters-di-hidden}} {{page>:en:hw:technical-parameters-di-hidden}}