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:56] 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%> 
-**Caution:** \\ +{{ :files:img_warning-line_b.png?nolink |}} 
-On Neuron controllers the counter resets when the power supply is unplugged. This function needs to be configured in the control 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 23: Line 50:
 /* DirectSwitch (#directswitch) */ /* DirectSwitch (#directswitch) */
 {{page>:en:hw:special-function-ds-hidden}} {{page>:en:hw:special-function-ds-hidden}}
 +
 +----
 +
 +/* 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 ===== ===== Technical parameters =====