doc/bms-ch6.sgml

Mon, 18 May 2020 11:00:59 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 18 May 2020 11:00:59 +0200
changeset 679
48f8f3fce7c0
parent 364
487274c2e9dc
permissions
-rw-r--r--

Added reconnecting-websocket.js to automatic reconnect the websocket if the connection is lost. Usefull for mobile devices that go to sleep after a while. Changed mon_fermenters to use websockets instead of polling. Fixed wrong temperature color ranges on the fermenter monior. Increased the websocket receive buffer to 2048. In cannot overflow, but larger messages are chunked and the application does not handle these split messages. Needs termferm 0.9.9 or newer.

362
42321bf1bab0 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 <!--
42321bf1bab0 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 vim:syntax=docbksgml
42321bf1bab0 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 -->
42321bf1bab0 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4
42321bf1bab0 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5 <chapter id="productie">
42321bf1bab0 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 <title>Productie.</title>
42321bf1bab0 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 <para>
42321bf1bab0 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8 Productie tekst.
42321bf1bab0 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9 </para>
42321bf1bab0 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10
364
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
11 <sect1 id="prodfases">
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
12 <title>Productie fases.</title>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
13 <para>Het productie proces is verdeeld in de volgende stappen:</para>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
14
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
15 <orderedlist>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
16 <listitem><para>Planning.</para></listitem>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
17 <listitem><para>Wachten.</para></listitem>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
18 <listitem><para>Brouwen.</para></listitem>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
19 <listitem><para>Hoofdgisting.</para></listitem>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
20 <listitem><para>Nagisting.</para></listitem>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
21 <listitem><para>Lageren.</para></listitem>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
22 <listitem><para>Verpakken.</para></listitem>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
23 <listitem><para>Hergisten.</para></listitem>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
24 <listitem><para>Rijpen.</para></listitem>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
25 <listitem><para>Proeven.</para></listitem>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
26 <listitem><para>Gereed.</para></listitem>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
27 <listitem><para>Afgesloten.</para></listitem>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
28 </orderedlist>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
29
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
30
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
31 </sect1>
487274c2e9dc Documentation updates.
Michiel Broek <mbroek@mbse.eu>
parents: 362
diff changeset
32
362
42321bf1bab0 Added new chapters.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
33 </chapter>

mercurial