working mode
Select between operation as MNC server (mnc) or together with an NMS Server (vlc)
SATNMS_TYPE="mnc"
mnc name A unique identification for an MNC system. use UPPER case letters this should match with the name definition in backend.properties e.g. MNC-A if backend.mnc.1.name=MNC-A
Default is set to MNC, which is ok for all-in-one systems. As soon as you have more than one MNC service in your setup, select here unique values.
SATNMS_HOSTNAME="MNC"
serial ports (deprecated)
Moxa PCI Express cards did not have any jumpers to select RS232/422/485 and termination. This has to be set with muestty on startup.
Servers with OS Debian-satnms-4 and later supports 1 card with up to 8 ports. Define here the existing ports and interface types:
## add 2 lines for each port and replace "x" with the number 1..8
SATNMS_SERIALx_INT = [RS232,RS422,RS4852W,RS4854W]
SATNMS_SERIALx_TERM = [NONTERM,120TERM]
## (only relevant for 422/485)
## example Port 1 to RS422 and no termination
SATNMS_SERIAL_INT_1=RS422
SATNMS_SERIAL_TERM_1=NONTERM
Please refer to Moxa documentation for details. Check current settings with
muestty -g /dev/ttyS11
Card comes up with RS232, therefore it is not necessary to configure these cards. Just comment out lines with RS232 to prevent error messages.