Changes

no edit summary
Line 1: Line 1: −
{{Template: Networking_rutos_manual_fw_disclosure
+
{{Template: Networking_device_manual_fw_disclosure
| fw_version ={{Template: Networking_rutos_manual_latest_fw
+
| series = {{{series}}}
 +
| name  = {{{name}}}
 +
| fw_version ={{Template: Networking_device_manual_latest_fw
 
  | series = {{{series}}}
 
  | series = {{{series}}}
 
  | name  = {{{name}}}
 
  | name  = {{{name}}}
Line 14: Line 16:  
This manual page provides an overview of the BACnet functionality in {{{name}}} devices.
 
This manual page provides an overview of the BACnet functionality in {{{name}}} devices.
   −
<b>Note:</b> BACnet is additional software that can be installed from the <b>Services → [[{{{name}}} Package Manager|Package Manager]]</b> page.</u>
+
<b>Note:</b> BACnet is additional software that can be installed from the <b>System → [[{{{name}}} Package Manager|Package Manager]]</b> page.</u>
    
==General Configuration==
 
==General Configuration==
Line 42: Line 44:  
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
         <td>Port forward</td>
+
         <td>Allow Remote Access</td>
 
         <td>off | on; default: <b>off</b></td>
 
         <td>off | on; default: <b>off</b></td>
 
         <td>Creates port forward firewall rule to make application port in LAN reachable from selected BBMD interface.</td>
 
         <td>Creates port forward firewall rule to make application port in LAN reachable from selected BBMD interface.</td>
Line 58: Line 60:  
     <tr>
 
     <tr>
 
         <td>Gateway port</td>
 
         <td>Gateway port</td>
         <td>integer [0..65535]; default: <b>none</b></td>
+
         <td>integer [1..65535]; default: <b>none</b></td>
 
         <td>Gateway port number.</td>
 
         <td>Gateway port number.</td>
 
     </tr>
 
     </tr>
Line 77: Line 79:  
     <tr>
 
     <tr>
 
         <td>BIP port</td>
 
         <td>BIP port</td>
         <td>integer [0..65535]; default: <b>47808</b></td>
+
         <td>integer [1..65535]; default: <b>47808</b></td>
 
         <td>BIP UDP port.</td>
 
         <td>BIP UDP port.</td>
 
     </tr>
 
     </tr>
Line 84: Line 86:  
==MSTP Configuration==
 
==MSTP Configuration==
   −
Master - Slave Token Passing (<b>MSTP</b>) is most commonly used to connect field devices to controllers / routers / control applications. The physical layer uses RS485 which allows up to 31 devices to be installed on a single network.
+
<b>MSTP</b> is most commonly used to connect field devices to controllers / routers / control applications. The physical layer uses RS485 which allows up to 31 devices to be installed on a single network.
    
[[File:Networking_rutos_manual_bacnet_mstp_configuration_v2.png|border|class=tlt-border]]
 
[[File:Networking_rutos_manual_bacnet_mstp_configuration_v2.png|border|class=tlt-border]]
Line 101: Line 103:  
     <tr>
 
     <tr>
 
         <td>MSTP MAC max</td>
 
         <td>MSTP MAC max</td>
         <td>integer [0..127]; default: <b>127</b></td>
+
         <td>integer [1..127]; default: <b>127</b></td>
         <td>Maximum master address in the MSTP network.</td>
+
         <td>Maximum client address in the MSTP network.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Baud rate</td>
 
         <td>Baud rate</td>
         <td>300 {{!}} 1200 {{!}} 2400 {{!}} 4800 {{!}} 9600 {{!}} 19200 {{!}} 38400 {{!}} 57600 {{!}} 115200 {{!}} 230400 {{!}} 460800 {{!}} 921600 {{!}} 1000000 {{!}} 3000000; default: <b>38400</b></td>
+
         <td>300 {{!}} 600 {{!}} 1200 {{!}} 2400 {{!}} 4800 {{!}} 9600 {{!}} 19200 {{!}} 38400 {{!}} 57600 {{!}} 115200 {{!}} 230400{{#switch:{{{series}}}|RUT9|TRB2|TRB1|TRB2M= {{!}} 460800 {{!}} 921600 {{!}} 1000000 {{!}} 3000000}}; default: <b>38400</b></td>
 
         <td>Serial data transmission rate (in bits per second).</td>
 
         <td>Serial data transmission rate (in bits per second).</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Parity</td>
 
         <td>Parity</td>
         <td>Even {{!}} Odd{{#switch:{{{series}}}|TRB2|TRB1= {{!}} Mark {{!}} Space}} {{!}} None; default: <b>None</b></td>
+
         <td>Even {{!}} Odd {{!}} Mark {{!}} Space {{!}} None; default: <b>None</b></td>
 
         <td>In serial transmission, parity is a method of detecting errors. An extra data bit is sent with each data character, arranged so that the number of 1 bits in each character, including the parity bit, is always odd or always even. If a byte is received with the wrong number of 1s, then it must have been corrupted. However, an even number of errors can pass the parity check.
 
         <td>In serial transmission, parity is a method of detecting errors. An extra data bit is sent with each data character, arranged so that the number of 1 bits in each character, including the parity bit, is always odd or always even. If a byte is received with the wrong number of 1s, then it must have been corrupted. However, an even number of errors can pass the parity check.
 
             <ul>
 
             <ul>
 
                 <li><b>None</b> (<b>N</b>) - no parity method is used.</li>
 
                 <li><b>None</b> (<b>N</b>) - no parity method is used.</li>
 
                 <li><b>Odd</b> (<b>O</b>) - the parity bit is set so that the number of "logical ones (1s)" has to be odd.</li>
 
                 <li><b>Odd</b> (<b>O</b>) - the parity bit is set so that the number of "logical ones (1s)" has to be odd.</li>
                 <li><b>Even</b> (<b>E</b>) - the parity bit is set so that the number of "logical ones (1s)" has to be even.</li>{{#switch:{{{series}}}|TRB2|TRB1=<li><b>Space</b> (<b>S</b>) - the parity bit will always be a binary 0.</li>
+
                 <li><b>Even</b> (<b>E</b>) - the parity bit is set so that the number of "logical ones (1s)" has to be even.</li>
                 <li><b>Mark</b> (<b>M</b>) - the parity bit will always be a binary 1.</li>}}
+
                <li><b>Space</b> (<b>S</b>) - the parity bit will always be a binary 0.</li>
 +
                 <li><b>Mark</b> (<b>M</b>) - the parity bit will always be a binary 1.</li>
 
             </ul>
 
             </ul>
 
         </td>
 
         </td>
Line 123: Line 126:  
     <tr>
 
     <tr>
 
         <td>Data bits</td>
 
         <td>Data bits</td>
         <td>{{#switch:{{{series}}}|TRB2|TRB1=7 {{!}} 8|#default=8}}; default: <b>8</b></td>
+
         <td>{{#switch:{{{series}}}|TRB2|TRB2M=7 {{!}} 8|RUT9=8|#default=5 {{!}} 6 {{!}} 7 {{!}} 8}}; default: <b>8</b></td>
 
         <td>Number of data bits for each character.</td>
 
         <td>Number of data bits for each character.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Stop bits</td>
 
         <td>Stop bits</td>
         <td>1{{#switch:{{{series}}}|TRB2|TRB1= {{!}} 2}}; default: <b>1</b></td>
+
         <td>1 {{!}} 2; default: <b>1</b></td>
         <td>Stop bits sent at the en of every character allow the receiving signal hardware to detect the end of a character and to resynchronise with the character stream. Electronic devices usually use one stop bit. Two stop bits are required if slow electromechanical devices are used..</td>
+
         <td>Stop bits sent at the end of every character allow the receiving signal hardware to detect the end of a character and to resynchronise with the character stream. Electronic devices usually use one stop bit. Two stop bits are required if slow electromechanical devices are used..</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>
    
[[Category:{{{name}}} Services section]]
 
[[Category:{{{name}}} Services section]]