10.07.2015 Views

EsiDet - návod na obsluhu - AMiT

EsiDet - návod na obsluhu - AMiT

EsiDet - návod na obsluhu - AMiT

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ESIDETRam.Vykon_Ventilatoru.2 = false;Ram.Vykon_Ventilatoru.1 = true;Ram.Vykon_Ventilatoru.0 = false;else// Pokud je vyhodnocen test pro <strong>na</strong>stavení nultého bitu // <strong>na</strong> hodnotu„true“if Hyst2.Output(Ram.Akcni_zasah) thenRam.Vykon_Ventilatoru.2 = false;Ram.Vykon_Ventilatoru.1 = false;Ram.Vykon_Ventilatoru.0 = true;elseRam.Vykon_Ventilatoru = 0;endif;endif;endif;else// Ruční režim ventilátoru// Režim „Vypnuto“if Ram.Rezim_Ventilatoru == 0 thenRam.Vykon_Ventilatoru = 0;endif;// „Stupeň 1“if Ram.Rezim_Ventilatoru == 1 thenRam.Vykon_Ventilatoru.0 = true;Ram.Vykon_Ventilatoru.1 = false;Ram.Vykon_Ventilatoru.2 = false;endif;// „Stupeň 2“if Ram.Rezim_Ventilatoru == 2 thenRam.Vykon_Ventilatoru.0 = false;Ram.Vykon_Ventilatoru.1 = true;Ram.Vykon_Ventilatoru.2 = false;endif;// „Stupeň 3“if Ram.Rezim_Ventilatoru == 3 thenRam.Vykon_Ventilatoru.0 = false;Ram.Vykon_Ventilatoru.1 = false;Ram.Vykon_Ventilatoru.2 = true;endif;endif;Zápis <strong>na</strong> výstupyZápis <strong>na</strong> výstupy, podobně jako čtení vstupů, zabezpečuje objekt IO.Zápis <strong>na</strong> triakové výstupy ovládající polohu regulačního ventilu bude následovný.IO.Ty0 = Valve1.Down;IO.Ty1 = Valve1.Up;Zápis <strong>na</strong> reléové výstupy ovládající výkon ventilátoru bude následovný.IO.RL0 = Ram.Vykon_Ventilatoru.0;IO.RL1 = Ram.Vykon_Ventilatoru.1;IO.RL2 = Ram.Vykon_Ventilatoru.2;21/41 esidet_g_cz_100

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!