Skip to content

Instantly share code, notes, and snippets.

@uzi18
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uzi18/341721c30504864d1731 to your computer and use it in GitHub Desktop.
Save uzi18/341721c30504864d1731 to your computer and use it in GitHub Desktop.
parametry dla TRK
#===============================================================================
# Parametry wspolne
#
# Tutaj wpisz parametry globalne pracy
#===============================================================================
# automatycznie przelaczanie w tryb manual sterownika i w tryb auto po zatrzymaniu skryptu
autotrybmanual = True
#======== parametry CO ===============
tempZadanaGora = 66.0;
tempZadanaDol = 55.0;
tempZalaczeniaPomp = 45.0
# po spadku ponizej tempZadanejGora uruchamia bloki normal
wymuszonahistereza = True
histerezaBlokuStop = 0.1
#======== parametry podtrzymania ===============
podtrzymanie_postoj = 10 # w minutach
podtrzymanie_podajnik = 10
podtrzymanie_przerwa = 30
podtrzymanie_nadmuch = 38
czas_tla = 20
tlo = 36
#======== paramtery autoregulacji dopalania
tspalin = 80
deltaspalin = 3.0
min_obr_dmuchawy = 25
max_obr_dmuchawy = 38
#tryb_autodopalania = True
tryb_autodopalania = False
opoznienie = 3
max_temp_podajnika = 50
staly_nadmuch = True
#======== Korekta grupowa =============
czasPodawania = 0;
czasPrzerwy = 0;
czasNawiewu = 0;
#mocNawiewu =-10;
mocNawiewu = 0;
#========== Parametry blokow ===================================================
# mozliwe tryby to - start, stop, normal, 1start, 1normal, 1stop
t_min = [ 0, 0, 0, 0, 0, 58, 58, 63, 63, 64, 64, 0]
t_max = [ 0, 0, 0, 58, 58, 63, 63, 64, 64, 0, 0, 0]
czas_podawania = [ 15, 0, 0, 12, 0, 9, 0, 5, 0, 5, 0, 0]
czas_przerwy = [ 20, 30, 60, 20, 20, 20, 20, 30, 20, 60, 20,100]
czas_nawiewu = [ 20, 30, 60, 20, 20, 20, 20, 20, 20, 20, 20,100]
moc_nawiewu = [ 41, 38, 35, 39, 35, 39, 35, 38, 35, 35, 25, 35]
tryb = ['start','start','jeden_normal','normal','normal','normal','normal','normal','normal','normal','normal','stop']
#=========== Parametry trybu Lato ==============================================
Tryb_autolato = True
T_zewnetrzna_lato = 15;
T_dolna_CWU = 55;
CWU_jako_bufor = True;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment