DIMAX804KC User’s Manual
DEXON Systems
37
<databits>{8|7}</databits>
<parity>{None|Even|Odd|Mark|Space</parity>
<stopbits>{1|1.5|2}</stopbits>
<flow_control>{None|XonXoff|Hardware}</flow_control>
</serial_port>
<log_config error="{Yes|No}" warning="{Yes|No}" info="{Yes|No}" hwmonitor="{Yes|No}"
debug="{Yes|No}" trace="{Yes|No}">{Yes|No}</log_config>
<date>mm/dd/yyyy</date>
<time>h:i:s</time>
</misc_config>
Description:
The DIMAX server sends misc_config reply message to the client in response to the
query_misc_config and the config_misc requests. The DIMAX server sends misc_config
event message to the client if one or more advanced parameters have been changed.
Elements:
• password: protected=Yes means that the administrator password is set. The password
itself is not published, of course.
• mac_address: mac address of the network adapter
• dhcp: Yes: dhcp enabled, No: dhcp disabled
• ipv4_address: ipv4 address
• network_mask: network mask
• serial_port: RS-232 port settings.
• osd: the On Screen Display information panel visualization can be permanently turned
On or Off, or it can be displayed Automatically in case of changes in the settings. The
duration of automatic display can be set in seconds in the time attribute. The position of
the panel can be configured with the top and left coordinates of the area. The
coordinates are counted in percentage of the full dimensions of the output image. The
colouring of the panel can be set the RGB specifications of the background, text and
highlight colours.
• transition: possible values: Cut, Fade. In case of Fade the duration of the transition
period is specified in seconds by the Duration attribute.
• log_config: logging configuration. The logging can be turned on or off generally.
Further, the different types of log messages can be turned on or off individually: error,
warning, info, hwmonitor, debug, trace
• date and time: the current date and time set on the device
• wakeup_scheduler: a time value when the device will deactivate the standby mode
• standby_scheduler: a time value when the device will activate the standby mode
CONFIG_MISC
config_misc - Request
Request message:
<config_misc needack="{Yes|No}">
<password clear="{No|Yes}">xxxx</password>
<wakeup_scheduler time="h:i" recurring="{No|Yes}">{No|Yes}</wakeup_scheduler>
<standby_scheduler time="h:i" recurring="{No|Yes}">{No|Yes}</standby_scheduler>
<dhcp id="n">{Yes|No}</dhcp>
<ipv4_address id="n">n.n.n.n</ipv4_address>
<network_mask id="n">n.n.n.n</network_mask>
<osd left="n,nn" top="n,nn" time="n" bgcolor="0xhhhhhh" textcolor="0xhhhhhh"
highlightedcolor="0xhhhhhh">{Auto|Yes|No}</osd>