Changes

3,193 bytes removed ,  09:38, 18 October 2018
no edit summary
Line 11: Line 11:     
{{Template: webui_services_rs232_rs232_configuration_general_table}}
 
{{Template: webui_services_rs232_rs232_configuration_general_table}}
 +
 +
==Serial types==
 +
 +
{{Template: webui_services_rs232_rs232_configuration_serial_types_summary}}
 +
 +
===Console===
 +
----
 +
{{Template: webui_services_rs232_rs232_configuration_console}}
 +
 +
===Over IP===
 +
----
 +
{{Template: webui_services_rs232_rs232_configuration_over_ip}}
 +
 +
[[]]
 +
 +
{{Template: webui_services_rs232_rs232_configuration_over_ip_table}}
    
{| class="wikitable"
 
{| class="wikitable"
Line 17: Line 33:  
! style="width: 250px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | VALUE
 
! style="width: 250px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | VALUE
 
! style="width: 579px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | DESCRIPTION
 
! style="width: 579px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | DESCRIPTION
|-
  −
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Enabled
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | yes {{!}} no; Default: '''no'''
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | When checked, enables the RS232 service
  −
|-
  −
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Baud rate
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 300 {{!}} 1200 {{!}} 2400 {{!}} 4800 {{!}} 9600 {{!}} 19200 {{!}} 38400 {{!}} 57600 {{!}} 115200; Default: '''115200'''
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Sets the data rate for serial data transmission (in bits per second)
  −
|-
  −
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Data bits
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 5 {{!}} 6 {{!}} 7 {{!}} 8; Default: '''8'''
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | The number of data bits for each character
  −
|-
  −
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Parity
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | None {{!}} Odd {{!}} Even; Default: '''None'''
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 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. <br> '''None''' ('''N''') - no parity method is used <br> '''Odd''' ('''O''') - the parity bit is set in a way that the number of "logical ones (1s)" has to be odd <br> '''Even''' ('''E''') - the parity bit is set in a way that the number of "logical ones (1s)" has to be even
  −
|-
  −
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Stop bits
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 1 {{!}} 2; Default: '''1'''
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" |
  −
|-
  −
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Flow control
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | None {{!}} RTS/CTS {{!}} Xon/Xoff; Default: '''None'''
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" |
  −
|-
  −
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Serial type
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Console {{!}} Over IP {{!}} Modem {{!}} Modbus gateway {{!}} NTRIP client; Default: '''Console'''
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Specifies the serial connection type.
  −
|-
  −
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Echo
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | yes {{!}} no; Default: '''no'''
  −
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" |
   
|-
 
|-
 
|}
 
|}
    +
===Modem===
 +
----
 +
{{Template: webui_services_rs232_rs232_configuration_modem}}
 +
The figure below is an example of available configuration fields for the modem serial type and the table below provides information on these fields:
 +
[[]]
 +
 +
{{Template: webui_services_rs232_rs232_configuration_modem_table}}
 +
 +
===Modbus gateway===
 +
----
 +
{{Template: webui_services_rs232_rs232_configuration_modbus_gateway}}
 +
The figure below is an example of available configuration fields for the Modbus gateway serial type and the table below provides information on these fields:
 +
[[]]
 +
 +
{{Template: webui_services_rs232_rs232_configuration_modbus_gateway_table}}
 +
 +
===NTRIP client===
 +
----
 +
{{Template: webui_services_rs232_rs232_configuration_ntrip_client}}
 +
The figure below is an example of available configuration fields for the NTRIP client serial type and the table below provides information on these fields:
 +
[[]]
 +
 +
{{Template: webui_services_rs232_rs232_configuration_ntrip_client_table}}
    
{| class="wikitable"
 
{| class="wikitable"

Navigation menu