The Lauer SCOM Protocol is designed for remote control of Beijer Electronics
MT230 Nautic Monitor over different kind of interfaces. It is based on the SCOM
Protocol, which allows easy replacement of existing units. Besides the standard command set, the Lauer SCOM Protocol includes a rich set of special purpose commands
for extended remote controlling options. The SCOM Protocol is extended with these
special features, without affecting the compatibility.
Some of the major extensions are:
• Ethernet support by encapsulating the SCOM protocol within UDP packets.
• Special purpose command set available with the new SCOM command “LAU”.
• Extended address field functionality, which enables monitor grouping, allowing a
total count of 240 monitors in a network (15 groups, 16 monitors in each group).
All examples in the manual are intended solely to increase understanding of the software’s functionality and
use. Beijer Electronics AB bears no responsibility if these examples are used in actual applications.
Because of the large number of application areas for this software, users must acquire the appropriate knowledge to use the software properly for their specific applications. Persons responsible for the application must
themselves ensure that each application is in compliance with all relevant requirements, standards and legislation in respect to configuration and safety.
Beijer Electronics AB assumes no responsibility for damages that may occur during installation or use of the
software.
Beijer Electronics AB hereby forbids all modification of the software.
A command can be sent either using the serial interface (RS232 or RS485) or the
Ethernet interface via UDP.
This is the default configuration for the two interfaces:
Interface typeDefault configuration
Serial (RS232 or RS485)9600 bits/second, 8 data bits, 1 sta r t bit, 1 st op bit
EthernetUDP receive port 10000, UDP send port 10001
Although the Beijer Electronics MT230 Nautic Monitor supports serial port data
transfer speed at different rates and configurable UDP ports for the Ethernet communication, the given default configuration should be used for compatibility issues.
Related information
Ethernet Communication
Beijer Electronics, MAEN9757
Ethernet Communication
2Ethernet Communication
In addition to serial communication via the built-in RS232- and RS485 interfaces,
Beijer Electronics MT230 Nautic Monitor also supports Ethernet communication
for remote controlling, device configuration and firmware update.
For a wide range of software support, the firmware includes standard network protocols such as TCP/IP, HTTP, UDP and WINS. The main communication channel
uses UDP (User Datagram Protocol), which is a connectionless and simple protocol.
Using broadcast addressing, Beijer Electronics MT230 Nautic Monitor can be accessed within a network without complicated configuration, or even automatically
detected with simple software support. Once connected to the device, detailed configuration data, such as IP address or subnet mask for TCP/IP communication, can
be queried by using the special Lauer command set.
SCOM packets are encapsulated within UDP packets. For the UDP communication, two configurable UDP ports are used to send and receive data.
protocol used as
the main
protocol for
communication.
Please refer to section UDP for details.
TCP/IPSupports high
level protocols,
such as HTTP.
Please refer to section TCP/IP for details.
HTTPProvides HTML-
based
configuration
pages, exposed
through the
integrated web
server.
Please refer to section HTTP for details.
WINSAllows using a
unique name
(host name),
mapped to an IPaddress.
Please refer to section WINS for det a il s.
The UDP ports can be
configured using the built-in
HTML configuration pages.
Current UDP settings can be
queried using the Lauer
command set.
A TCP/IP address and the
corresponding subnet mask
can be assigned dynamically
or statically.
Static and current TCP/IP
settings can be querie d using
the Lauer command set.
No separate configuration can
be made, except for password
configuration, since the
protocol is stacked above
TCP/IP.
No configuration can be made,
except for the host name that
can be changed.
The host name can be queried
using the Lauer command set.
UDP receive port:
10000
UDP send port:
10001
Static IP-address:
192.168.0.1
Static subnet mask:
255.255.255.0
HTTP port:
80
Password:
admin
Host name:
LAU+[last two bytes of
the MAC-address as
ASCII coded
hexadecimal value]
8Beijer El ectr onics, MAEN97 5
Ethernet Communication
UDP
UDP (User Datagram Protocol) is a connectionless protocol.
SCOM messages are encapsulated within UDP, which allows sending and receiving
them via Ethernet.
Connectionless means that no individual destination address is specified. Instead,
UDP packets are sent to the predefined broadcast address 255.255.255.255, at
which any Beijer Electronics MT230 Nautic Monitor listens. Individual addressing
is done in the upper protocol layers, such as SCOM and TCP/IP.
Po rts Used to Send and Receive Data
Two ports are used to send and receive data:
•UDP receive port
•UDP send port
From the Beijer Electronics MT230 Nautic Monitor perspective, commands are received from the receive port and responses are sent to the send port. Thus, a remote
controller software must send commands to the receive port and receive responses
from the send port. If a Beijer Electronics MT230 Nautic Monitor acts as a remote
controller, it also sends commands to the receive port, because remote controlled
monitors always listen to this port to get commands.
TCP/IP
In contrast to UDP, TCP/IP (Transmission Control Protocol/Internet Protocol) uses
a network address assigned to each participant in a network. Beijer Electronics
MT230 Nautic Monitor implements TCP/IP to support high level protocols, such
as HTTP.
A TCP/IP address and the corresponding subnet mask can be assigned dynamically
or statically.
Dynamic Addressing
Dynamic TCP/IP addressing is made using an by an external DHCP-server.
Static Addressing
Static TCP/IP addressing is made using the built-in HTML configuration pages.
HTTP
Beijer Electronics MT230 Nautic Monitor uses HTTP (Hypertext Transfer Protocol) to provide HTML-based configuration pages. These pages are exposed through
the integrated web server.
There is no separate configuration option available, since the protocol is stacked
above TCP/IP.
The only option that can be configured is a password, which can be used to protect
some configuration pages.
Beijer Electronics, MAEN9759
Ethernet Communication
WINS
WINS (Windows Internet Naming Service) allows a Beijer Electronics MT230 Nautic Monitor to register a unique name (host name) and map it to its IP-address. Once
registered, the Beijer Electronics MT230 Nautic Monitor can be accessed using this
configurable name, without the knowing its IP-address.
Definition of Host Name
By default, the host name of a Beijer Electronics MT230 Nautic Monitor is defined
using the last two bytes of its MAC-address, converting it to its hexadecimal ASCII
representation and finally succeeding the three characters “LAU”.
Example
A Beijer Electronics MT230 Nautic Monitor with the MAC-address 00-30-AC-1017-1A has the host name “LAU171A”, if it is not changed by the user.
Related information
Command Reference
Sample Application
The sample communication application chapter shows the full source code of a simple command line application, developed in plain ANSI-C, including necessary program snippets to communicate with a Beijer Electronics MT230 Nautic Monitor via
Ethernet. The sample code can be ported to any operating system supporting ANSIC with none or little development effort.
Related information
Sample Communication Application
10Beijer Electronics, MAEN975
Message Format and Description
3Message Format and Description
A SCOM message is a stream of bytes, containing the destination, type of message
and the corresponding data, if available. The complete stream is protected by two
checksums. Data transfer is initiated by sending a command message. Depending on
the command, a response message may be sent back. Some commands may contain
sub-commands and data, which are sent in the data field of the message.
SCOM Message Basic Format
Byte
Field
01234567...7 + [LEN]
ATNADRCMDLENICHKHDATAICHKD
Each field of the message is described in the following table:
ByteFieldValueSizeDescription
0ATN
1ADR
2
34CMD
0x07 (BELL):
Command
0x06 (ACK):
Acknowledge
0x15 (NAK):
Negative
Acknowledge
0x00 to 0xEF:
Monitor group/
address
0xFF:
Broadcast address
0xF0 to 0xFE:
Unused address
range
0x42 0x52 0x54:
“BRT”
0x4D 0x41 0x4E:
“MAN”
0x56 0x45 0x52:
“VER”
0x50 0x4F 0x54:
“POT”
0x4D 0x43 0x43:
“MCC”
0x54 0x59 0x50:
“TYP”
0x45 0x54 0x43:
“ETC”
0x4C 0x41 0x55:
“LAU”
1 byte
1 byte
3 bytes
Identifies the start of a new me ssage. Th e
type of message is given by its value. Data
transfer is always initiated by using the
Command message type. Depending on
the command, a response message of type
Acknowledge or Negative Acknowledge
may be sent back by the destination.
Defines the destination of a command
message or the source of the response
message. A unique monitor group/address
can be assigned to each monitor in a
network, and then individually addressed
using this field. By default, all monitors
also suppor t th e Br o adcast address an d
can be controlled simultaneously. In this
case, no response messages are sent.
Contains the main command supported in
the current firmware version.
Please refer to section Command
Reference for a description of commands
and sub-co mmands.
Beijer Electronics, MAEN97511
Message Format and Description
ByteFieldValueSizeDescription
5LEN
6ICHKH...1 byte
7
DATA...
...
7 + [LEN] ICHKD ...1 byte
0 to 74
(0x00 to 0x4A)
1 byte
0 to 74
bytes
82 bytes
The size of the DATA-field in bytes.
To protect the message header
(bytes 0 to 5), a simple 8-bit checksum is
calculated as follows:
Calculate the sum of bytes 0 to 5.
1.
Reduce the sum width to 8 bits
2.
(AND 0xFF).
3.
Invert all bits. The result is ICHKH.
The checksum is verified as follows:
Calculate the sum of bytes 0 to 6.
1.
Reduce the sum width to 8 bits (AND
2.
0xFF).
3.
The result should be 0xFF.
Optional field.
If the LEN-field is not 0, this f ield contains
sub-commands and/or data for the
specified command. If the LEN-field is 0,
no data is available.
Optional field. On l y sent if data is
available (LEN ≠ 0).
T o protect the data (bytes 7 to 7+(LEN-1)),
a simple 8-bit checksum is calculated as
follows:
1.
Calculate the sum of bytes 7 to
7+(LEN-1)
2.
Reduce the sum width to 8 bits (AND
0xFF)
3.
Invert all bits. The result is ICHKD.
The checksum is verified as follows:
1.
Calculate the sum of bytes 7 to 7+LEN
2.
Reduce the sum width to 8 bits (AND
0xFF)
3.
The result should be 0xFF
As shown in the table, the DATA field is optional, if the used command does not re-
quire any data. In this case the value of LEN is 0 and the minimum size of a SCOM
message 7 bytes (bytes 0 to 6), because field ICHKD is not sent.
If a command requires data to be sent, the maximum size of a SCOM message is 82 bytes. This means, that the last field ICHKD is located at the offset of the first data
byte plus the value of the LEN field.
The maximum value of the LEN field is 74, which is calculated as:
By default, a Beijer Electronics MT230 Nautic Monitor supports the standard
SCOM addressing scheme, which allows a total count of 16 monitors within a network. The address of a monitor is set with four DIP switches. If a SCOM command
is sent to a monitor, the ADR field must contain either the broadcast address 0xFF,
or the address of the destination device set by the DIP switches. To eliminate this limit, a new addressing scheme is introduced first with Beijer Electronics MT230 Nautic
Monitors.
According to the previous chapter, the width of the ADR field is 1 byte (or 8 bits).
The standard SCOM addressing scheme uses only the lower 4 bits of this field (only
in case of the broadcast address, all bits are used), allowing a maximum of 16 addresses.
Related information
Message Format and Descri pt i on
The new addressing scheme, implemented in Beijer Electronics MT230 Nautic
Monitor, uses also the 4 upper bits. To distinguish between the standard and new addressing scheme, these bits are called “group bits” or simply “group”. Based on this
definition, the following table shows field ADR in more detail:
ADR bits 7...4ADR bits 3...0
Group
(0 … 14)
Address
(0 … 15)
As shown in the table, a group between 0 and 14 can be specified. Group 15 is not
supported, to avoid address collision with the broadcast address. Thus, together with
the address field, a total count of 15 x 16 = 240 monitors can be connected to one
network.
Monitor grouping is activated only, if the monitor is set up to use the software configured address, instead of the hardware address specified by the DIP switches. If the
monitor uses the hardware address, the group address is automatically set to 0, regardless of the group configuration.
Beijer Electronics MT230 Nautic Monitor addresses are always given in a dotted notation as “group.address”. This means, if a monitor belongs to group 7 and its address
is 3, the resulting address will be 7.3, which is 115 (0x73). In the standard mode (i.e.
DIP switch address is used), the monitor address will be 0.3 (or simply 3) for the given example, because the group bits are set to 0.
If a Beijer Electronics MT230 Nautic Monitor is configured as remote controller, it
addresses always monitors within its own group. By definition, a Beijer Electronics
MT230 Nautic Monitor cannot remote control monitors in another group.
Beijer Electronics, MAEN97513
Protocol Description and Timings
5Protocol Description and Timings
The protocol used for transferring SCOM messages and receiving response messages
is optimized for easy software implementation. Regardless of the type of interface, a
connected monitor is always passive and listening for a command to be received by
any available communication interface. A monitor never sends SCOM messages by
itself, unless it is configured as a remote controller.
If a monitor receives a SCOM message from any interface, it verifies the message and
checks the address field ADR. In case of an address match between the received address and the monitor address, the command is processed.
If the broadcast address 0xFF is received, a command is always processed by any
monitor in the network. Depending on the received address and the type of the interface, a response message (ACK or NAK) might be sent back to the interface, from
which the command was received.
If a monitor is individually addressed and a serial port (RS232 or RS485) is used, the
next command shall not be sent until a delay time called Inter-message gap. The
Inter-message gap depends on the baud rate and is calculated as shown below:
5 x 10
Ti =
b
Ti: Inter-message gap [s]
b: Baud rate [bits/second]
Example
Inter-message gap at 9600 baud: Ti = 5 x 10 / 9600 ≈ 0.0052 s = 5.2 ms
14Beijer Electronics, MAEN975
Protocol Description and Timings
Conditions for Response Message
The conditions for a response message generated by the monitor are described below:
InterfaceAddress conditionCo mmand statusResponse
RS232Address does not match
monitor address
Address matches monitor
address
Address is Broadcast
address (0xFF)
RS485Address does not match
monitor address
Address matches monitor
address
Address is Broadcast
address (0xFF)
EthernetAddress does not match
monitor address
Address matches monitor
address
Address is Broadcast
address (0xFF)
Delayed Response
not EXECUTEDNo response
not EXECUTEDNo response
if COMPLETEDACK
if FAILEDNAK
if COMPLETEDACK
if FAILEDNAK
not EXECUTEDNo response
not EXECUTEDNo response
if COMPLETEDACK
if FAILEDNAK
if COMPLETEDDelayed ACK
if FAILEDNo response
not EXECUTEDNo response
not EXECUTEDNo response
if COMPLETEDACK
if FAILEDNAK
if COMPLETEDNo response
if FAILEDNo response
If a monitor receives a SCOM message with a broadcast address from the RS485 interface and the command is completed, the generated response message is sent after
a delay time. This is required, because many monitors can be attached to the RS485
bus, but only one monitor can claim the line for its communication. The delay guarantees that each response message is sent one after one, even if all monitors have received the broadcast message and processed it at the same time, avoiding a collision
on the RS485 bus.
The length of the delay time depends on the monitor address and maximum length
of a response message, and is calculated according to the following formula:
(2.5 + Lr) x 10 x N
Te =
b
Te: Broadcast command response [s]
Lr: Maximum length of response message
N: Monitor address + 1
b: Baud rate [bits/second]
Beijer Electronics, MAEN97515
Protocol Description and Timings
The Lr value depends on the command, for which the response message is generated.
Detailed information and the “Maximum Lr value” for each response message can be
found in Command Reference chapter.
Note:
The given “Maximum Lr value” is specified for a valid command. If an invalid command
with a data field exceeding the specification is sent, the Lr value will grow accordingly.
Related information
Command Reference
Example
Broadcast command response for command BRT, sent by monitor with address 7 at
9600 baud: Te = (2.5 + 9) x 10 x 8 / 9600 ≈ 0.0958 s ≈ 95.8 ms
The delay time Te is inserted by the monitor automatically, only if the RS485 interface is selected for the communication. If the RS232 interface is used, the response
message is generated and sent as fast as possible. This is true also for the Ethernet
communication, but the time when the response message is received depends actually
on the network load and speed.
The RS232 communication does not require a delay time due to the point-to-point
communication, where only two devices can be attached to the line (i.e. host and
monitor or monitor and monitor). Ethernet communication is similar to the RS485
communication, where many monitors can be attached to the same line. However,
in contrast to the RS485 interface, a collision is handled by the Ethernet architecture
and software, so there is no need for anti-collision support within the monitor.
16Beijer Electronics, MAEN975
Command Reference
6Command Reference
The Lauer SCOM protocol exposes many commands for remote control of a Beijer
Electronics MT230 Nautic Monitor by a dedicated software. It supports all standard
SCOM commands, as well as the new Lauer command set for special purpose functions.
This chapter describes each SCOM command and sub-commands for the following
currently available monitor: Beijer Electronics MT230 Nautic Monitor
Beijer Electronics, MAEN97517
Command Reference
6.1BRT
Backlight Brightness
Sets the backlight level to the given value. This command affects only the brightness
of the backlight lamp or LED array, not the brightness value of the video controller.
Value:0: dark … 255: bright
Type:Byte
Length:1
Descript i on: New backlight level
Response Message (Ack n o wledge)
012345678
0x06ADR
Backlight level
0x420x520x540x01ICHKH Backlight level ICHKD
Value:0: dark … 255: bright
Type:Byte
Length:1
Descript i on: Cur r ent backlight level
Response Message (Negati v e Ack n owl ed g e)
012345678
0x15ADR
Backlight level
0x420x520x540x01ICHKH Backlight level ICHKD
Value:0: dark … 255: bright
Type:Byte
Length:1
Description: Last backlight level
18Beijer Electronics, MAEN975
Command Reference
Maximum Lr for this Command
9
Example 1
Set the backlight level of monitor at address 0.7 (group 0, address 7) to 130 (0x82):
012345678
0x070x07
0x420x520x540x010x080x820x7D
Monitor at address 0.7 (group 0, address 7) has acknowledged the new backlight level
130 (0x82):
012345678
0x060x07
0x420x520x540x010x090x820x7D
Example 2
Send an invalid “BRT” command to the monitor at address 0.7 (group 0, address 7).
The command has two data bytes, but “BRT” accepts only one byte:
01234567...89
0x070x07
0x420x520x540x020x070xFF0xFF0x01
Monitor at address 0.7 (group 0, address 7) has not accepted the command. Instead,
it sent a negative acknowledge with the current backlight level 128 (0x80). The
length of the response message exceeds the specified value 9, because of the invalid
data field length:
01234567...89
0x150x07
0x420x520x540x020xF90x800x000x7F
Beijer Electronics, MAEN97519
Command Reference
6.2MAN
Manufacturer ID
Requests the manufacturer ID from the monitor. The manufacturer ID is a short,
max. 7 character ASCII-string containing the manufacturer specific code.
For monitors manufactured by Beijer Electronics, the returned code is always “LAU”.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
0123456
0x07ADR
0x4D0x410x4E0x00ICHKH
(This command has no data)
Response Message (Ack n o wledge)
01234567...7+[LEN]-17+[LEN]
0x06ADR
Manufacturer ID
0x4D0x410x4ELENICHKHManufacturer IDICHKD
Value:ASCII character s
Type:String
Length:0...7
Description: ASCII-string containing the manufacturer ID
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
15
Example
Query the manufacturer ID of the monitor at address 0.7 (group 0, address 7):
0123456
0x070x070x4D0x410x4E0x000x15
The monitor at address 0.7 (group 0, address 7) has returned “0x4C 0x41 0x55”,
which represents the ASCII-string “LAU”, indicating that the monitor is manufactured by Elektronik-Systeme Lauer GmbH & Co. KG:
01234567...910
0x060x07
20Beijer Electronics, MAEN975
0x4D0x410x4E0x030x130x4C0x410x550x1D
Command Reference
6.3VER
Unit ID and Model / Version Number
Requests the preassigned unit ID and model code, and the version of the serial
communications interface software. For compatibility reasons, this code is always
static and does not return information specific to Beijer Electronics Nautic Monitors.
To get device informations specific to Beijer Electronics Nautic Monitors, such as
firmware version etc., use the Lauer Extension command “LAU”.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
0123456
0x07ADR0x560x450x520x00ICHKH
(This command has no data)
Response Message (Acknowledge)
01234567...910
0x06ADR
Unit ID / Version
0x560x450x520x03ICHKH Unit ID / VersionICHKD
Value:0…255 each byte
Type:Byte array
Length:3
Description: Static unit ID, model and version number
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
11
Example
Query the unit ID, model and version number of the monitor at address 0.7 (group
0, address 7):
0123456
0x070x070x560x450x520x000x04
The monitor at address 0.7 (group 0, address 7) has returned “0x01 0x01 0x00”,
which indicates model 1, version 1.0:
01234567...910
0x060x070x560x450x520x030x020x010x010x000xFD
Beijer Electronics, MAEN97521
Command Reference
6.4POT
Local Control
Enables or disables the local backlight level control. If the local backlight control is
enabled, the backlight level can be changed using the front panel buttons and by remote control (serial or Ethernet interface, analog or digital input). If the local backlight control is disabled, the backlight level cannot be changed using the front panel
buttons. It can be still changed by any remote control option.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
012345678
0x07ADR0x500x4F0x540x01ICHKH Local controlICHKD
Local control
Value:0x00: Disable loca l control 0xFF: Enable local control
Type:Byte
Length:1
Description: New local control configuration
Response Message (Ack n o wledge)
012345678
0x06ADR
Local control
0x500x4F0x540x01ICHKH Local controlICHKD
Value:0x00: Local control disabled0xFF: Local control enabled
Type:Byte
Length:1
Description: Current local control configuration
Response Message (Negati v e Ack n owl ed g e)
012345678
0x15ADR
Local control
22Beijer Electronics, MAEN975
0x500x4F0x540x01ICHKH Local controlICHKD
Value:0x00: Local control disabled0xFF: Local control enabled
Type:Byte
Length:1
Description: Last local control configuration
Command Reference
Maximum Lr for this Command
9
Example 1
Disable the local control of monitor at address 0.7 (group 0, address 7):
012345678
0x070x07
0x500x4F0x540x010xFD0x000xFF
Monitor at address 0.7 (group 0, address 7) has acknowledged, that the local control
is disabled:
012345678
0x060x07
0x500x4F0x540x010xFE0x000xFF
Example 2
Send an invalid “POT” command to the monitor at address 0.7 (group 0, address 7).
The command uses an invalid value 0x90 for “Local control”:
012345678
0x070x07
0x500x4F0x540x010xFD0x900x6F
Monitor at address 0.7 (group 0, address 7) has not accepted the command. Instead,
it sent a negative acknowledge with the current local control mode 255 (0xFF):
012345678
0x150x07
0x500x4F0x540x010xEF0xFF0x00
Beijer Electronics, MAEN97523
Command Reference
6.5MCC
Unit Control Command
This command is used for remote configuration of the video controller within the
monitor. The video controller is an independent device, which controls the LCD
panel. Because each monitor model can be equipped with different kind of LCD
panel (size, resolution, type etc.), the used video controller can be also different from
model to model.
The MCC command is a container for video controller specific commands. These so
called sub-commands and their parameters, if available, are encapsulated within the
DATA field of the command stream. The base command stream is always the same
on each monitor model, while the specific video controller commands and parameters are hardware dependant and may not be supported by any model.
A MCC sub-command may specify an operation type as its parameter, which actually
indicates what to do. An operation type is an optional parameter. Generally, the following operation types are available:
Operation type Parameter valueDescription
ABSOLUTEAn ASCII-encoded
hexadecimal value
INC“+”Increments the current value of the selected
DEC“-”Decrements the current value of the selected
RESET“r” or “R”Resets the value of the selected video controller
QUER Y“?”Queries the current value of the selected video
Sets the selected video controller setting to the
given value.
video controller setting.
video controller setting.
setting to an internally predefined value.
controller setting.
If an absolute value is specified as parameter, it is always encoded as an hexadecimal
ASCII-string. This applies also to the returned response messages, whenever a value
is available. The returned response message contains always the sub-command and
its parameter, which was sent with the command stream. Additional data is simply
appended by the monitor after the sub-command and parameter.
Thus, for any MCC sub-command, the following command and response streams
are generally common:
Command Stream
01234567...7+[LEN]-17+[LEN]
0x07ADR
SCMD / Param
24Beijer Electronics, MAEN975
0x4D0x430x43LENICHKH SCMDParam ICHKD
Video controller specific sub-command and parameter(s ), if av aila ble
Command Reference
Response Message (Acknowledge)
01234567...7+[LEN]-17+[LEN]
0x06ADR0x4D0x430x43LENICHKH SCMD Param RetICHKD
SCMD / Param
Video controller specific sub-command and parameter(s), sent with the
command stream
Ret
Data returned by the monitor, i.e. current value of the selected video
controller setting
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
MCC Sub-commands
All supported MCC sub-commands are described in the following sections.
Beijer Electronics, MAEN97525
Command Reference
6.6MCC_BRIGHTNESS (0x81)
Brightness
Adjusts or queries the brightness value of the video controller. This command affects
only the brightness of the video controller, not the brightness of the backlight lamp
or LED array.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...7+[LEN]-17+[LEN]
0x07ADR
Param: ABSOLUTE
Value:“00”: dark … “FF”: bright
Type:Two-digit ASCII-encoded hexadecimal number
Length:2
Description: New brightness level
Param: INC
V alue:“+” (0x2B)
Type:ASCII character
Length:1
Description: Increment the current brightness value
Param: DEC
Value:“-” (0x2D)
Type:ASCII character
Length:1
Description: Decrement the current brightness value
Param: RESET
Value:“R” or “r” (0x52 or 0x72)
Type:ASCII character
Length:1
Description: Reset the brightness to an internally predefined value
Param: QUERY
Value:“?” (0x3 F)
Type:ASCII character
Length:1
Description: Query the current brightness value
0x4D0x430x43LENICHKH0x81Param ICHKD
26Beijer Electronics, MAEN975
Command Reference
Response Message (Acknowledge)
01234567...7+[LEN]-17+[LEN]
0x06ADR0x4D0x430x43LENICHKH 0x81 ParamRetICHKD
Ret
Value:“00”: dark … “FF”: bright
Type:Two-digit ASCII-encoded hexadecimal number
Length:2
Description: Current brightness value
Maximum Lr for this Command
13
Example 1
Set the brightness level of monitor at address 0.7 (group 0, address 7) to 200 (the
hexadecimal value of 200 is 0xC8, which is represented in ASCII as “C8” and split
into two ASCII codes as 0x43 0x38):
01234567...910
0x070x07
0x4D0x430x430x030x1B0x810x430x380x03
Monitor at address 0.7 (group 0, address 7) has acknowledged the new brightness level 130 (0x82):
Value:“00”: low … “FF”: high
Type:Two-digit ASCII-encoded hexadecimal number
Length:2
Description: Current contrast value
Maximum Lr for this Command
14
Example 1
Set the contrast level of monitor at address 0.7 (group 0, address 7) to 150 (the hexadecimal value of 150 is 0x96, which is represented in ASCII as “96” and split into
two ASCII codes as 0x35 0x41):
01234567...1011
0x070x07
0x4D0x430x430x040x1A0x820x410x390x360xCD
Monitor at address 0.7 (group 0, address 7) has acknowledged the new contrast level
100 (0x64):
Value:“?” (0x3 F)
Type:ASCII character
Length:1
Description: Query the current scaling mode
0x4D0x430x43LENICHKH 0x8CParamICHKD
32Beijer Electronics, MAEN975
Command Reference
Response Message (Acknowledge)
01234567...7+[LEN]-17+[LEN]
0x06ADR0x4D0x430x43LENICHKH 0x8CParam RetICHKD
Ret
Value:“0”: One to one
“1”: Fill all
“2”: Fill aspect ratio
Type:One-digit ASCII-encoded hexadecimal number
Length:1
Description: Current scaling mode
Maximum Lr for this Command
11
Example
Query the current scaling mode of monitor at address 0.15 (group 0, address 15):
01234567...89
0x070x0F0x4D0x430x430x020x140x8C0x3F0x34
Monitor at address 0.15 (group 0, address 15) has returned the current scaling mode
“One to one” (which is ASCII “0” with ASCII-code 0x30):
01234567...910
0x060x0F
0x4D0x430x430x030x140x8C0x3F0x300x04
Beijer Electronics, MAEN97533
Command Reference
6.9MCC_GAMMAVALUE (0x9D)
Gamma Value
Sets or queries the gamma value.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...7+[LEN]-1 7+[LEN]
0x07ADR
Param: ABSOLUTE
Value:“0”: Linear
Type:One-digit ASCII-encoded hexadecimal number
Length:1
Description: New gamma value
Param: RESET
Value:“R” or “r” (0x52 or 0x72)
Type:ASCII character
Length:1
Description: Reset the gamma setting to an internally predefined value
Param: QUERY
Value:“?” (0x3 F)
Type:ASCII character
Length:1
Description: Query the current gamma value
0x4D0x430x43LENICHKH 0x9DParam ICHKD
“1”: CRT
Response Message (Ack n o wledge)
01234567...7+[LEN]-17+[LEN]
0x06ADR
Ret
0x4D0x430x43LENICHKH 0x9D ParamRetICHKD
Value:“0”: Linear
“1”: CRT
Type:One-digit ASCII-encoded hexadecimal number
Length:1
Description: Current gamma value
Maximum Lr for this Command
11
34Beijer Electronics, MAEN975
Command Reference
Example 1
Set the gamma value of monitor at address 0.7 (group 0, address 7) to “CRT” (which
is ASCII “1” with ASCII-codes 0x31):
01234567...89
0x070x07
0x4D0x430x430x020x1C0x9D0x310x31
Monitor at address 0.7 (group 0, address 7) has acknowledged the new gamma value
“CRT” (0x31):
01234567...910
0x060x07
0x4D0x430x430x030x01C 0x9D0x310x310x00
Example 2
Query the current gamma value of monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x070x4D0x430x430x020x1C0x9D0x310x23
Monitor at address 0.7 (group 0, address 7) has returned the current gamma value
“CRT” (which is ASCII “1” with ASCII-code 0x31)
01234567...910
0x060x070x4D0x430x430x030x1C0x9D0x3F0x310xF2
Example 3
Reset the gamma value of monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x070x4D0x430x430x020x1C0x9D0x520x10
Monitor at address 0.7 (group 0, address 7) has returned the default gamma value
“Linear” (which is ASCII “0” with ASCII-code 0x30)
01234567...910
0x060x07
0x4D0x430x430x030x1C0x9D0x520x300xE0
Beijer Electronics, MAEN97535
Command Reference
6.10 MCC_COLOURTEMP (0xB3)
Color Temperature
Sets or queries the current color temperature.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...7+[LEN]-17+[LEN]
0x07ADR
Param: ABSOLUTE
Value:“0”: 9300K
Type:One-digit ASCII-encoded hexadecimal number
Length:1
Description:New color temperature
Param: RESET
Value:“R” or “r” (0x52 or 0x72)
Type:ASCII character
Length:1
Description: Reset the color temperature to an internally predefi ned va lue
Param: QUERY
Value:“?” (0x3F)
Type:ASCII character
Length:1
Description:Query the current color temperature
0x4D0x430x43LENICHKH 0xB3ParamICHKD
“1”: 7300K
“3”: 5000K
“4”: USER
Response Message (Ack n o wledge)
01234567...7+[LEN]-17+[LEN]
0x06ADR0x4D0x430x43LENICHKH0xB3Param RetICHKD
Ret
Value:“0”: 9300K
“1”: 7300K
“3”: 5000K
“4”: USER
Type:One-digit ASCII-encoded hexadecimal number
Length:1
Description: Current color temperature
36Beijer Electronics, MAEN975
Command Reference
Maximum Lr for this Command
11
Example 1
Set the colour temperature of monitor at address 0.15 (group 0, address 15) to
“5000K” (which is ASCII “3” with ASCII-code 0x33):
01234567...89
0x070x0F
0x4D0x430x430x020x140xB30x330x19
Monitor at address 0.15 (group 0, address 15) has acknowledged the new colour temperature “5000K” (0x33):
01234567...910
0x060x0F
0x4D0x430x430x030x140xB30x330x330xE6
Example 2
Query the colour temperature of monitor at address 0.15 (group 0, address 15):
01234567...89
0x070x0F
0x4D0x430x430x020x140xB30x3F0x0D
Monitor at address 0.15 (group 0, address 15) has returned the colour temperature
“5000K” (which is ASCII “3” with ASCII-code 0x33):
01234567...910
0x060x0F
0x4D0x430x430x030x140xB30x330x330xDA
Beijer Electronics, MAEN97537
Command Reference
6.11 MCC_REDLEVEL (0xB4)
Red Channel Level
Adjusts the level of the red channel.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...7+[LEN]-1 7+[LEN]
0x07ADR
Param: ABSOLUTE
Value:“00”: low...“FF”: high
Type:Two-digit ASCII-encoded hexadecimal number
Length:2
Description: New value for the red channel
Param: INC
V alue:“+” (0x2B)
Type:ASCII character
Length:1
Description: Increment the current value of the red channel
Param: DEC
V alue:“-” (0x2D)
Type:ASCII character
Length:1
Description: Decrement the current value of the red channel
Param: RESET
Value:“R” or “r” (0x52 or 0x72)
Type:ASCII character
Length:1
Description: Reset the valu e of the red channel to an internally
Param: QUERY
Value:“?” (0x3 F)
Type:ASCII character
Length:1
Description: Query the current value of the red channel
0x4D0x430x43LENICHKH 0xB4Param ICHKD
predefined value
38Beijer Electronics, MAEN975
Command Reference
Response Message (Acknowledge)
01234567...7+[LEN]-17+[LEN]
0x06ADR0x4D0x430x43LENICHKH 0xB4ParamRetICHKD
Ret
Value:“00”: low...“FF”: high
Type:Two-digit ASCII-encoded hexadecimal number
Length:2
Description: Current value of the red channel
Maximum Lr for this Command
13
Example 1
Set the red channel level of monitor at address 0.7 (group 0, address 7) to 190 (the
hexadecimal value of 190 is 0xBE, which is represented in ASCII as “BE” and split
into two ASCII codes as 0x42 0x45):
01234567...910
0x070x07
0x4D0x430x430x030x1B0xB40x420x450xC4
Monitor at address 0.7 (group 0, address 7) has acknowledged the new red channel
level 190 (0xBE):
Query the current red channel level of monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x07
0x4D0x430x430x020x1C0xB40x3F0x0C
Monitor at address 0.7 (group 0, address 7) has returned the current red channel level
190 (0xBE):
01234567...1011
0x060x07
0x4D0x430x430x040x1B0xB40x3F0x420x450x85
Beijer Electronics, MAEN97539
Command Reference
Example 3
Decrement the current red channel level of monitor at address 0.7 (group 0, address
7):
01234567...89
0x070x07
0x4D0x430x430x020x1C0xB40x2D0x1E
Monitor at address 0.7 (group 0, address 7) has returned the new red channel level
189 (0xBD):
01234567...1011
0x060x07
0x4D0x430x430x040x1B0xB40x2D0x420x440x98
Example 4
Reset the red channel level of monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x070x4D0x430x430x020x1C0xB40x520xF9
Monitor at address 0.7 (group 0, address 7) has returned the default red channel level
128 (0x80):
01234567...1011
0x060x070x4D0x430x430x040x1B0xB40x530x380x300x91
40Beijer Electronics, MAEN975
Command Reference
6.12 MCC_GREENLEVEL (0xB5)
Green Channel Leve l
Adjusts the level of the green channel.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...7+[LEN]-1 7+[LEN]
0x07ADR
Param: ABSOLUTE
Value:“00”: low...“FF”: high
Type:Two-digit ASCII-encoded hexadecimal number
Length:2
Description: New value for the green channel
Param: INC
Value:“+” (0x2B)
Type:ASCII character
Length:1
Description: Increment the current value of the green channel
Param: DEC
Value:“-” (0x2D)
Type:ASCII character
Length:1
Description: Decrement the current value of the green channel
Param: RESET
Value:“R” or “r” (0x52 or 0x72)
Type:ASCII character
Length:1
Description: Reset the value of the green channel to an internally
Param: QUERY
Value:“?” (0x3F)
Type:ASCII character
Length:1
Description: Query the current value of the green channel
0x4D0x430x43LENICHKH 0xB5Param ICHKD
predefined value
Beijer Electronics, MAEN97541
Command Reference
Response Message (Ack n o wledge)
01234567...7+[LEN]-17+[LEN]
0x06ADR0x4D0x430x43LENICHKH 0xB5ParamRetICHKD
Ret
Value:“00”: low...“FF”: high
Type:Two-digit ASCII-encoded hexadecimal number
Length:2
Description: Current value of the green channel
Maximum Lr for this Command
13
Example 1
Set the green channel level of monitor at address 0.7 (group 0, address 7) to 190 (the
hexadecimal value of 190 is 0xBE, which is represented in ASCII as “BE” and split
into two ASCII codes as 0x42 0x45):
01234567...910
0x070x07
0x4D0x430x430x030x1B0xB50x420x450xC3
Monitor at address 0.7 (group 0, address 7) has acknowledged the new green channel
level 190 (0xBE):
Query the current green channel level of monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x07
0x4D0x430x430x020x1C0xB50x3F0x0B
Monitor at address 0.7 (group 0, address 7) has returned the current green channel
level 190 (0xBE):
01234567...1011
0x060x07
0x4D0x430x430x040x1B0xB50x3F0x420x450x84
42Beijer Electronics, MAEN975
Command Reference
Example 3
Increment the current green channel level of monitor at address 0.7 (group 0, address
7):
01234567...89
0x070x07
0x4D0x430x430x020x1C0xB50x2B0x1F
Monitor at address 0.7 (group 0, address 7) has returned the new green channel level
191 (0xBD):
01234567...1011
0x060x07
0x4D0x430x430x040x1B0xB50x2B0x420x460x97
Example 4
Reset the green channel level of monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x070x4D0x430x430x020x1C0xB50x520xF8
Monitor at address 0.7 (group 0, address 7) has returned the default green channel
level 128 (0x80):
01234567...1011
0x060x070x4D0x430x430x040x1B0xB50x520x380x300x90
Beijer Electronics, MAEN97543
Command Reference
6.13 MCC_BLUELEVEL (0xB6)
Blue Channel Level
Adjusts the level of the blue channel.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...7+[LEN]-1 7+[LEN]
0x07ADR
Param: ABSOLUTE
Value:“00”: low...“FF”: high
Type:Two-digit ASCII-encoded hexadecimal number
Length:2
Description: New value for the blue channel
Param: INC
V alue:“+” (0x2B)
Type:ASCII character
Length:1
Description: Increment the current value of the blue channel
Param: DEC
V alue:“-” (0x2D)
Type:ASCII character
Length:1
Description: Decrement the current value of the blue channel
Param: RESET
Value:“R” or “r” (0x52 or 0x72)
Type:ASCII character
Length:1
Description: Reset the va lu e of the blue channel to an internally
Param: QUERY
Value:“?” (0x3 F)
Type:ASCII character
Length:1
Description: Query the current value of the blue channel
0x4D0x430x43LENICHKH 0xB6Param ICHKD
predefined value
44Beijer Electronics, MAEN975
Command Reference
Response Message (Acknowledge)
01234567...7+[LEN]-17+[LEN]
0x06ADR0x4D0x430x43LENICHKH 0xB6ParamRetICHKD
Ret
Value:“00”: low...“FF”: high
Type:Two-digit ASCII-encoded hexadecimal number
Length:2
Description: Current value of the blue channel
Maximum Lr for this Command
13
Example 1
Set the blue channel level of monitor at address 0.7 (group 0, address 7) to 190 (the
hexadecimal value of 190 is 0xBE, which is represented in ASCII as “BE” and split
into two ASCII codes as 0x42 0x45):
01234567...910
0x070x07
0x4D0x430x430x030x1B0xB60x420x450xC2
Monitor at address 0.7 (group 0, address 7) has acknowledged the new blue channel
level 190 (0xBE):
Query the current blue channel level of monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x07
0x4D0x430x430x020x1C0xB60x3F0x0A
Monitor at address 0.7 (group 0, address 7) has returned the current green channel
level 190 (0xBE):
01234567...1011
0x060x07
0x4D0x430x430x040x1B0xB60x3F0x420x450x83
Beijer Electronics, MAEN97545
Command Reference
Example 3
Decrement the current blue channel level of monitor at address 0.7 (group 0, address
7):
01234567...89
0x070x07
0x4D0x430x430x020x1C0xB60x2D0x1F
Monitor at address 0.7 (group 0, address 7) has returned the new blue channel level
189 (0xBD):
01234567...1011
0x060x07
0x4D0x430x430x040x1B0xB60x2D0x420x440x96
Example 4
Reset the blue channel level of monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x070x4D0x430x430x020x1C0xB60x720xD7
Monitor at address 0.7 (group 0, address 7) has returned the default blue channel level 128 (0x80):
01234567...1011
0x060x070x4D0x430x430x040x1B0xB60x720x380x300x6F
46Beijer Electronics, MAEN975
6.14 TYP
Unit Type and Model Number
Queries the monitor type and model.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
0123456
Command Reference
0x07ADR
0x540x590x500x01ICHKH
(This command has no data)
Response Message (Acknowledge)
01234567...7+[LEN]-1 7+[LEN]
0x06ADR0x540x590x50LENICHKH Type/ModelICHKD
Type/Model
Value:ASCII characters
Type:String
Length:1...15
Description: Monitor type and model
Response Message (Negative Acknowledge)
0123456
0x15ADR
0x540x590x500x00ICHKH
(No data is returned, in case of a negative acknowledge)
Maximum Lr for this Command
23
Example
Query the unit type and model of the monitor at address 0.7 (group 0, address 7):
0123456
0x070x070x540x590x500x000xF4
According to the data returned by the monitor at address 0.7 (group 0, address 7),
this is a Beijer Electronics Nautic Monitor:
01234567-20
0x060x070x540x590x500x0E0xE70x4D0x540x320x32
7-2021
0x330x200x4E0x410x560x2D0x320x330x300x470xB9
Beijer Electronics, MAEN97547
Command Reference
6.15 ETC
Elapsed Time Counter
Queries the total operation time in hours. Internally, each monitor is equipped with
a software counter, which counts the full number of operation hours. The counter
value is limited to 298261, which is equivalent to approximately 34 years of operation time. After this time, each monitor returns always the maximum value. The
counter is incremented only, if the monitor was powered on one full hour without
interruption. If the monitor is powered off prior one full hour, the counter will remain at its last value.
Supported since Firmware Version
MT230 Nautic Monitor: 1.2-C118
Command Stream
0123456
0x07ADR
0x450x540x430x00ICHKH
(This command has no data)
Response Message (Ack n o wledge)
01234567...910
0x06ADR0x450x540x430x03ICHKH HoursICHKD
Hours
Value:0 … 298261
Type:Byte Array
Length:3
Description: Number of hours. The most significant byte is transmitted first
Response Message (Negati v e Ack n owl ed g e)
0123456
0x15ADR
0x450x540x430x00ICHKH
(No data is returned, in case of a negative acknowledge)
Maximum Lr for this Command
11
48Beijer Electronics, MAEN975
Command Reference
Example
Query the total operation time in hours of the monitor at address 0.7 (group 0, address 7):
0123456
0x070x07
0x450x540x430x000x15
The monitor at address 0.7 (group 0, address 7) has returned “0x00 0x00 0x9C”,
which indicates that the monitor was used 156 hours:
01234567...910
0x060x07
0x450x540x430x030x130x000x000x9C0x63
Beijer Electronics, MAEN97549
Command Reference
6.16 LAU
Lauer Extension
The Lauer Extension is a new SCOM command specially developed for Beijer Electronics Nautic Monitors. It extends the standard SCOM command set with more
powerful functions, which add special remote configuration, controlling and status
capabilities to each device.
Like the MCC command, the LAU command is a container for specific subcommands and their parameters. They are encapsulated within the DATA field of the
command stream. In contrast to standard SCOM commands, a message returned in
a response to Lauer Extension command does not always contain the command itself.
This means, a response message may contain the same data for different commands.
Therefore, a response message should be processed immediately, after the command
is sent.
The LAU command exposes the capabilities of a monitor model through SCOM.
While there is a base set of sub-commands, which are always supported on each monitor model, there are also sub-commands, which may expose the special capabilities
of a device, not available on other models.
The full LAU sub-command set is divided into three functional groups:
GroupPurpose
CONFIGURATIONAllows to query for or change the current device configuration.
CONTROLIntended to control a device or its hardware extensions, such as
buzzer, I/Os etc., during operation.
STATUSUsed to query for the current device or hardware extension status,
such as IP address, buzzer state, analog/digital inputs etc.
For any LAU sub-command, the following command and response streams are generally common:
Command Stream
01234567...7+[LEN]-17+[LEN]
0x07ADR
SCMD
FNC
SCMD
0x4C0x410x55LENICHKH SCMD FNCParam ICHKD
Sub-command (group)
Individual function in a group
Parameter for the function (optional)
50Beijer Electronics, MAEN975
Command Reference
Response Message (Acknowledge)
01234567...7+[LEN]-1 7+[LEN]
0x06ADR0x4C0x410x55LENICHKH RetICHKD
Ret
Data returned by the monitor, if available
The following sections describe all supported LAU sub-commands in each functional
group in the order CONFIGURATION, CONTROL and STATUS.
Beijer Electronics, MAEN97551
Command Reference
6.17 LAU_CONFIG_GETFWVERSION (0x0101)
Firmware Version
Returns the current firmware name and version including build date.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x01ICHKD
Response Message (Ack n o wledge)
01234567...7+[LEN]-17+[LEN]
0x06ADR0x4C0x410x55LENICHKH RetICHKD
Ret
Value:ASCII character s
Type:String
Length:1...74
Description: ASCII-string containing firmware version information
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
82
Example
Read the firmware version from monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x010xFD
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the firmware version is “1.2-C118 [Build Nov 18 2008, 15:31:53]”:
01234567...44
0x060x07
0x430x310x310x380x200x5B0x420x750x690x6C0x640x20
0x4E0x6F0x760x200x310x380x200x320x300x300x380x2C
0x4C0x410x550x260xEA0x310x2E0x320x2D
7...44
7...44
7...4445
0x200x310x350x3A0x330x310x3A0x350x330x5D0xE4
52Beijer Electronics, MAEN975
Command Reference
6.18 LAU_CONFIG_GETHOSTNAME (0x0102)
Host Name
Returns the network name of the monitor. The network must support the WINS
protocol for name resolution, to access the monitor using its name.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x02ICHKD
Response Message (Acknowledge)
01234567...7+[LEN]-1 7+[LEN]
0x06ADR
Ret
0x4C0x410x55LENICHKH RetICHKD
Value:ASCII characters
Type:String
Length:1...8
Description: ASCII-string containing the host name
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
16
Example
Get the network host name of monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x020xFC
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the monitor’s host name is “LAU0001”:
Returns the configured static IP address, which is used, if no DHCP server is available.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x05ICHKD
Response Message (Ack n o wledge)
01234567...1011
0x06ADR0x4C0x410x550x04ICHKH RetICHKD
Ret
Value:0...255 each byte
Type:Byte array
Length:4
Description: IP address, where the first byte is the highest address field
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
12
Example
Read the static IP-address of monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x050xF9
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the monitor’s static IP-address is 192.168.0.1:
01234567...1011
0x060x07
56Beijer Electronics, MAEN975
0x4C0x410x550x040x0C0xC00xA80x000x010x96
Command Reference
6.22 LAU_CONFIG_GETIPMASK (0x0106)
Subnet Mask
Returns the configured static subnet mask, which is used, if no DHCP server is available.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x06ICHKD
Response Message (Acknowledge)
01234567...1011
0x06ADR0x4C0x410x550x04ICHKH RetICHKD
Ret
Value:0...255 each byte
Type:Byte array
Length:4
Description: Subnet mask, where the first byte is the highest mask field
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
12
Example
Read the static IP subnet mask of monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x060xF8
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the monitor’s static IP subnet mask is 255.255.255.0:
01234567...1011
0x060x07
Beijer Electronics, MAEN97557
0x4C0x410x550x040x0C0xFF0xFF0xFF0x000x02
Command Reference
6.23 LAU_CONFIG_GETGWADR (0x0107)
Gateway Address
Returns the configured static gateway IP address. Currently, the gateway address is
not used and internally set to 0.0.0.0.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x07ICHKD
Response Message (Ack n o wledge)
01234567...1011
0x06ADR0x4C0x410x550x04ICHKH RetICHKD
Ret
Value:0...255 each byte
Type:Byte array
Length:4
Description: Gateway IP address, where the first byte is the highest
address field
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
12
Example
Read the static gateway IP-address of monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x070x4C0x410x550x020x0D0x010x070xF7
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the monitor’s static gateway IP-address is 0.0.0.0:
01234567...1011
0x060x070x4C0x410x550x040x0C0x000x000x000x000xFF
58Beijer Electronics, MAEN975
Command Reference
6.24 LAU_CONFIG_GETDHCPMODE (0x0108)
DHCP Mode
Returns the DHCP mode. The DHCP mode indicates, whether the monitor should
communicate with a DHCP server to dynamically get an IP address. If a DHCP server should be used, but there is no server or free IP addresses available, the configured
static IP address is used. This is also true, if no DHCP server should be used.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x08ICHKD
Response Message (Acknowledge)
012345678
0x06ADR0x4C0x410x550x01ICHKHRetICHKD
Ret
Value:0x00: Monitor is configured not to use a DHCP server
0x01: Monitor is configured to use a DHCP server
Type:Byte
Length:1
Description: Indicates whether the monitor should use a DHCP server
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Check, whether the monitor at address 0.7 (group 0, address 7) should use a DHCP
server to get an IP-address:
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x080xF6
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the monitor uses a DHCP server, if available:
012345678
0x060x07
Beijer Electronics, MAEN97559
0x4C0x410x550x010x0F0x010xFE
Command Reference
6.25 LAU_CONFIG_GETDHCPTIMEOUT
(0x0109)
DHCP Timeout
Returns the DHCP timeout value in milliseconds. If the monitor is configured to use
a DHCP server to dynamically get an IP address, this value determines the time, in
which a DHCP server must assign an IP address to the monitor. After the time is
elapsed, the configured static IP address is used.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x09ICHKD
Response Message (Ack n o wledge)
01234567...89
0x06ADR
Ret
Value:0...65535
Type:Unsigned short
Length:2
Description: Timeout value in milliseconds, where the first byte is LSB
0x4C0x410x550x02ICHKHRetICHKD
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
10
Example
Query the time, for which the monitor at address 0.7 (group 0, address 7) will wait
to get an IP-address from a DHCP server, before using the static IP-address:
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x090xF5
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the monitor will wait 10000 (0x2710) ms for a DHCP server to get an IP-address,
before using the static IP-address:
01234567...89
0x060x07
60Beijer Electronics, MAEN975
0x4C0x410x550x020x0E0x100x270xC8
Command Reference
6.26 LAU_CONFIG_GETUDPRCVPORT
(0x010A)
UDP Receive P ort
All Beijer Electronics Nautic Monitors use two UDP ports for sending and receiving
SCOM command and response messages within UDP packets. This setting returns
the port number used to receive UDP packets.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x0AICHKD
Response Message (Acknowledge)
01234567...89
0x06ADR0x4C0x410x550x02ICHKH RetICHKD
Ret
Value:0...65535
Type:Unsigned short
Length:2
Description: UDP port number for receiving data, where the first byte i s LSB
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
10
Example
Get the UDP port number used by the monitor at address 0.7 (group 0, address 7)
to receive data:
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x0A0xF4
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the monitor uses port 10000 (0x2710) for receiving data:
01234567...89
0x060x07
Beijer Electronics, MAEN97561
0x4C0x410x550x020x0E0x100x270xC8
Command Reference
6.27 LAU_CONFIG_GETUDPSNDPORT
(0x010B)
UDP Send P ort
All Beijer Electronics Nautic Monitors use two UDP ports for sending and receiving
SCOM command and response messages within UDP packets. This setting returns
the port number used to send UDP packets.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x0BICHKD
Response Message (Ack n o wledge)
01234567...89
0x06ADR0x4C0x410x550x02ICHKH RetICHKD
Ret
Value:0...65535
Type:Unsigned short
Length:2
Description: UDP port number for sending data, where the first byte is LSB
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
10
Example
Get the UDP port number used by the monitor at address 0.7 (group 0, address 7)
to send data:
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x0B0xF3
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the monitor uses port 10001 (0x2711) for sending data:
01234567...89
0x060x07
62Beijer Electronics, MAEN975
0x4C0x410x550x020x0E0x110x270xC7
Command Reference
6.28 LAU_CONFIG_GETMANUFACTURER
(0x010C)
Manufacturer
Requests the manufacturer ID from the monitor. The manufacturer ID is a short,
max. 7 character ASCII-string containing the manufacturer specific code. For monitors manufactured by Beijer Electronics, the returned code is always “LAU”. Actually, this command returns the same value as the standard SCOM command
“MAN”.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x0CICHKD
Response Message (Acknowledge)
01234567...7+[LEN]-1 7+[LEN]
0x06ADR
Ret
0x4C0x410x55LENICHKH RetICHKD
Value:ASCII characters
Type:String
Length:0...7
Description: ASCII-string containing the manufacturer ID
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
15
Example
Query the manufacturer ID of the monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x070x4C0x410x550x020x0D0x010x0C0xF2
The monitor at address 0.7 (group 0, address 7) has returned “0x4C 0x41 0x55”,
which represents the ASCII-string “LAU”, indicating that the monitor is manufactured by Beijer Electronics:
01234567...910
0x060x07
Beijer Electronics, MAEN97563
0x4C0x410x550x030x0D0x4C0x410x550x1D
Command Reference
6.29 LAU_CONFIG_GETDEVICENAME
(0x010D)
Device Name
Returns the monitor type and model. Actually, this command returns the same value
as the standard SCOM command “TYP”.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x0DICHKD
Response Message (Ack n o wledge)
01234567...7+[LEN]-17+[LEN]
0x06ADR
Ret
0x4C0x410x55LENICHKH RetICHKD
Value:ASCII character s
Type:String
Length:0...15
Description: Monitor type and model
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
23
Example
Query the unit type and model of the monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x070x4C0x410x550x020x0D0x010x0D0xF1
According to the data returned by the monitor at address 0.7 (group 0, address 7),
this is a Beijer Electronics Nautic Monitor:
01234567...20
0x060x07
0x330x200x4E0x410x560x2D0x320x330x300x470xB9
64Beijer Electronics, MAEN975
0x4C0x410x550x0E0x020x4D0x540x320x32
7...2021
Command Reference
6.30 LAU_CONFIG_GETDILMODE (0x010E)
DIL Switch Mode
For a base configuration, Beijer Electronics Nautic Monitors are equipped with DIL
(DIP) switches, where the monitor address and the serial interface mode can be selected. Besides this configuration option, Beijer Electronics Nautic Monitors allow
full software configuration, which is stored in an internal flash memory. The software
configuration also includes monitor address and serial interface mode setting. The
value returned with this command indicates, whether the monitor should use hardware settings selected with the DIL switches, or override the hardware configuration
with the appropriate settings from the flash memory.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x0EICHKD
Response Message (Acknowledge)
012345678
0x06ADR0x4C0x410x550x01ICHKHRetICHKD
Ret
Value:0x00: Monitor is configured to use the DIL switch settings
0x01: Monitor is configured to use the software settings
Type:Byte
Length:1
Description: Indicates whether the monitor should the DIL switch settings
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Check, whether the monitor at address 0.7 (group 0, address 7) overrides the DIL
settings (i.e. monitor address and serial interface mode):
01234567...89
0x070x070x4C0x410x550x020x0D0x010x0E0xF0
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the monitor uses DIL settings:
012345678
0x060x070x4C0x410x550x010x0F0x000xFE
Beijer Electronics, MAEN97565
Command Reference
6.31 LAU_CONFIG_GETDISPLAYADR
(0x010F)
Monitor Address
Returns the software configured monitor address. This address is used, if the monitor
is configured to override the DIL (DIP) switch settings. The returned address does
not contain group information.
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Read the software configured monitor address (excluding group) from the monitor
at address 14.7 (group 14, address 7):
01234567...89
0x070xE7
0x4C0x410x550x020x2D0x010x0F0xEF
According to the data returned by the monitor at address 14.7 (group 14, address 7),
the monitors software configured address without group is 0x07:
012345678
0x060xE7
66Beijer Electronics, MAEN975
0x4C0x410x550x010x2F0x070xF8
Command Reference
6.32 LAU_CONFIG_GETCOMSERMODE
(0x0110)
SCOM Serial Interface Mode
Returns the software configured serial interface mode. The value returned by this
functions is used, if the monitor is configured to override the DIL (DIP) switch
settings. The serial interface mode indicates the physical type of the serial interface
used for the SCOM communication. Available modes are RS232 and RS485. RS232
allows a point-to-point communication, i.e. computer and monitor or monitor and
monitor. With RS485, many monitors can be attached to the same physical line and
can be controlled by one or more computers, allowing a kind of networking. Limitation is given only by the physical characteristics of the RS485 bus.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x10ICHKD
Response Message (Acknowledge)
012345678
0x06ADR
Ret
Value:0x00: The serial interface is configured as RS232
Type:Byte
Length:1
Description: Software configured serial interface mode used for SCOM
0x4C0x410x550x01ICHKHRetICHKD
0x01: The serial interface is configured as RS485
communication
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Beijer Electronics, MAEN97567
Command Reference
Example
Get the serial interface configuration of the monitor at address 0.7 (group 0, address
7):
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x100xEE
According to the data returned by the monitor at address 10.7 (group 0, address 7),
the serial interface is configured as RS232:
012345678
0x060x07
0x4C0x410x550x010x0F0x000xFF
68Beijer Electronics, MAEN975
Command Reference
6.33 LAU_CONFIG_GETCOMBAUD (0x0111)
SCOM Serial Interface Baudrate
Returns the configured baudrate for the SCOM communication over serial interface.
While the original SCOM specification defines only one baudrate at 9600 bits/second, Beijer Electronics Nautic Monitors can be configured to use another baudrate
than the given default.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x11ICHKD
Response Message (Acknowledge)
01234567...1011
0x06ADR0x4C0x410x550x04ICHKHRetICHKD
Ret
Value:300...115200
Type:Unsigned long
Length:4
Description: SCOM serial interface baudrate, where the first byte is LSB
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
12
Example
Get the serial interface baudrate of the monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x110xED
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the serial interface is configured at 9600 bits/s (0x2580):
01234567...108
0x060x07
Beijer Electronics, MAEN97569
0x4C0x410x550x040x0C0x800x250x000x000x5A
Command Reference
6.34 LAU_CONFIG_GETC118BAUD (0x0112)
Internal Video Controller Serial Interface
Baudrate
Returns the baudrate of the internal serial interface used to communicate with the
video controller.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x12ICHKD
Response Message (Ack n o wledge)
01234567...1011
0x06ADR
Ret
Value:300...115200
Type:Unsigned long
Length:4
Description: Video controller interface baudrate, where the first byte is LSB
0x4C0x410x550x04ICHKHRetICHKD
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
12
Example
Get the internal video controller serial interface baudrate of the monitor at address
0.7 (group 0, address 7):
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x120xEC
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the internal video controller serial interface is configured at 19200 bits/s (0x4B00):
01234567...108
0x060x07
70Beijer Electronics, MAEN975
0x4C0x410x550x040x0C0x000x4B0x000x000xB4
Command Reference
6.35 LAU_CONFIG_GETPOTMODE (0x0113)
POT Mode
Returns the local backlight level control configuration. If the local backlight control
is enabled, the backlight level can be changed using the front panel buttons and by
remote control (serial or Ethernet interface, analog or digital input). If the local backlight control is disabled, the backlight level cannot be changed using the front panel
buttons. It can be still changed by any remote control option. The configured backlight level control can be temporarily overridden by the SCOM command “POT”.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x13ICHKD
Response Message (Acknowledge)
012345678
0x06ADR
Ret
Value:0x00: Local backlight level control enabled
Type:Byte
Length:1
Description: Local backlight level control mode
0x4C0x410x550x01ICHKHRetICHKD
0x01: Local backlight level control disabled
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Get the local backlight level control configuration of the monitor at address 0.7
(group 0, address 7):
01234567...89
0x070x070x4C0x410x550x020x0D0x010x130xEB
According to the data returned by the monitor at address 10.7 (group 0, address 7),
the local backlight level control is enabled:
012345678
0x060x070x4C0x410x550x010x0F0x000xFF
Beijer Electronics, MAEN97571
Command Reference
6.36 LAU_CONFIG_GETECDISMODE (0x0114)
ECDIS Mode
This command returns the configuration for the startup ECDIS mode. ECDIS
mode is used to configure the display with a set of default configurations for color
and brightness. All Beijer Electronics Nautic Monitors supporting ECDIS mode
have a dedicated button on the front panel, to manually enable or disable ECDIS
mode, but can also be configured to automatically enter ECDIS mode at power on.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x14ICHKD
Response Message (Ack n o wledge)
012345678
0x06ADR
Ret
Value:0x00: Power on ECDIS mode disabled
Type:Byte
Length:1
Description: Power on ECDIS mode
0x4C0x410x550x01ICHKHRetICHKD
0x01: Power on ECDIS mode enabled
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Get the power on ECDIS mode configuration of the monitor at address 0.7 (group
0, address 7):
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x140xEA
According to the data returned by the monitor at address 10.7 (group 0, address 7),
the power on ECDIS mode is enabled:
012345678
0x060x07
72Beijer Electronics, MAEN975
0x4C0x410x550x010x0F0x000xFF
Command Reference
6.37 LAU_CONFIG_GETECDISBACKLIGHT
(0x0115)
ECDIS Default Backlight Level
If ECDIS mode is enabled, the backlight and video controller are configured with
predefined settings. This command returns the backlight level used to setup the backlight in ECDIS mode.
Note:
The backlight level for ECDIS mode depends on the backlight level value sent with the
“BRT” command. Whene ver t he monitor recei ve s a new ba ckli ght level value, it is automatically assumed to be used in the ECDIS mode, too. T his means, if for example the
backlight level value 200 is sent, then the backlight level is manually changed to 150,
activating the ECDIS mode will reset the backlight level to 200 again.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x15ICHKD
Response Message (Acknowledge)
012345678
0x06ADR
Ret
Value:0...255
Type:Byte
Length:1
Description: Backlight level used in ECDIS mode
0x4C0x410x550x01ICHKHRetICHKD
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Read the backlight level of the monitor at address 0.7 (group 0, address 7), which is
used in ECDIS mode:
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x150xE9
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the backlight level in ECDIS mode is 255 (0xFF):
012345678
0x060xE7
Beijer Electronics, MAEN97573
0x4C0x410x550x010x0F0xFF0x00
Command Reference
6.38 LAU_CONFIG_GETECDISCONTRAST
(0x0116)
ECDIS Default Contrast Level
If ECDIS mode is enabled, the backlight and video controller are configured with
predefined settings. This command returns the predefined contrast level used to setup the video controller in ECDIS mode.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x16ICHKD
Response Message (Ack n o wledge)
012345678
0x06ADR0x4C0x410x550x01ICHKHRetICHKD
Ret
Value:0...255
Type:Byte
Length:1
Description: Contrast level value used in ECDIS mode
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Read the predefined contrast level of the monitor at address 0.7 (group 0, address 7),
which is used in ECDIS mode:
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x160xE8
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the predefined contrast level in ECDIS mode is 64 (0x40):
012345678
0x060x07
74Beijer Electronics, MAEN975
0x4C0x410x550x010x0F0x400xBF
Command Reference
6.39 LAU_CONFIG_GETECDISCOLOURTEMP
(0x0117)
ECDIS Default Color Temperature
If ECDIS mode is enabled, the backlight and video controller are configured with
predefined settings. This command returns the predefined color temperature used to
setup the video controller in ECDIS mode.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x17ICHKD
Response Message (Acknowledge)
012345678
0x06ADR0x4C0x410x550x01ICHKHRetICHKD
Ret
Value:0: 9300K
1: 7300K
3: 5000K
4: USER
Type:Byte
Length:1
Description: Color temperature used in ECDIS mode
Maximum Lr for this Command
9
Example
Read the predefined colour temperature of the monitor at address 0.7 (group 0, address 7), which is used in ECDIS mode:
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x170xFB
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the predefined colour temperature in ECDIS mode is “USER” (0x04):
012345678
0x060x07
Beijer Electronics, MAEN97575
0x4C0x410x550x010x0F0x040xFB
Command Reference
6.40 LAU_CONFIG_GETECDISREDVALUE
(0x0118)
ECDIS Default Red Channel Value
If ECDIS mode is enabled, the backlight and video controller are configured with
predefined settings. This command returns the predefined red channel value used to
setup the video controller in ECDIS mode.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x18ICHKD
Response Message (Ack n o wledge)
012345678
0x06ADR0x4C0x410x550x01ICHKHRetICHKD
Ret
Value:0...255
Type:Byte
Length:1
Description: Red channel value used in ECDIS mode
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Read the predefined red channel value of the monitor at address 0.7 (group 0, address
7), which is used in ECDIS mode:
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x180xE6
According to the data returned by the monitor at address 14.7 (group 14, address 7),
the predefined red channel value in ECDIS mode is 128 (0x80):
012345678
0x060x07
76Beijer Electronics, MAEN975
0x4C0x410x550x010x0F0x800x7F
Command Reference
6.41 LAU_CONFIG_GETECDISGREENVALUE
(0x0119)
ECDIS Default Green Channe l Value
If ECDIS mode is enabled, the backlight and video controller are configured with
predefined settings. This command returns the predefined green channel value used
to setup the video controller in ECDIS mode.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x19ICHKD
Response Message (Acknowledge)
012345678
0x06ADR0x4C0x410x550x01ICHKHRetICHKD
Ret
Value:0...255
Type:Byte
Length:1
Description: Green channel value used in ECDIS mode
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Read the predefined green channel value of the monitor at address 0.7 (group 0, address 7), which is used in ECDIS mode:
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x190xE5
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the predefined green channel value in ECDIS mode is 128 (0x80):
012345678
0x060x07
Beijer Electronics, MAEN97577
0x4C0x410x550x010x0F0x800x7F
Command Reference
6.42 LAU_CONFIG_GETECDISBLUEVALUE
(0x011A)
ECDIS Default Blue Channel Value
If ECDIS mode is enabled, the backlight and video controller are configured with
predefined settings. This command returns the predefined blue channel value used
to setup the video controller in ECDIS mode.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x1AICHKD
Response Message (Ack n o wledge)
012345678
0x06ADR0x4C0x410x550x01ICHKHRetICHKD
Ret
Value:0...255
Type:Byte
Length:1
Description: Blue channel value used in ECDIS mode
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Read the predefined blue channel value of the monitor at address 0.7 (group 0, address 7), which is used in ECDIS mode:
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x1A0xE4
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the predefined blue channel value in ECDIS mode is 128 (0x80):
012345678
0x060x07
78Beijer Electronics, MAEN975
0x4C0x410x550x010x0F0x800x7F
Command Reference
6.43 LAU_CONFIG_GETECDISGAMMA
(0x011B)
ECDIS Default Gamma Value
If ECDIS mode is enabled, the backlight and video controller are configured with
predefined settings. This command returns the predefined gamma value used to setup the video controller in ECDIS mode.
Note:
On devices based on firmware 1 .0-DSCALE2 , the ECDIS gamma value is not us ed to setup the video controller.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x1BICHKD
Response Message (Acknowledge)
012345678
0x06ADR
Ret
Value:0...255
Type:Byte
Length:1
Description: Gamma value used in ECDIS mode
0x4C0x410x550x01ICHKHRetICHKD
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Read the predefined gamma value of the monitor at address 0.7 (group 0, address
7), which is used in ECDIS mode:
01234567...89
0x070x070x4C0x410x550x020x0D0x010x1B0xE3
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the predefined gamma value in ECDIS mode is 0 (0x00):
012345678
0x060x070x4C0x410x550x010x0F0x000xFF
Beijer Electronics, MAEN97579
Command Reference
6.44 LAU_CONFIG_GETREMOTECONTROL
(0x011C)
Remote Control Configuration
This command returns the configuration value that indicates whether the monitor is
configured to act as a remote controller. Beijer Electronics Nautic Monitors can be
used as passive devices, but can also be set up as remote controller devices to alter the
backlight level of any other monitor within the network.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x1CICHKD
Response Message (Ack n o wledge)
012345678
0x06ADR
Ret
Value:0x00: Remote control capability is disabled
Type:Byte
Length:1
Description: Indicates, whether the monitor is used also as remote controller
0x4C0x410x550x01ICHKHRetICHKD
0x01: Remote control capability is enabled
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Check if the monitor at address 0.7 (group 0, address 7) is configured to control other devices remotely within a network:
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x1C0xE2
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the monitor is capable to control other devices remotely within a network:
012345678
0x060x07
80Beijer Electronics, MAEN975
0x4C0x410x550x010x0F0x010xFE
Command Reference
6.45 LAU_CONFIG_GETUSEBROADCAST
(0x011D)
Remote Control B roadcast Mode
If a Beijer Electronics Nautic Monitor is configured as remote controller, this configuration defines the used address mode. If the remote control broadcast mode is enabled, the monitor uses the broadcast address 0xFF in the address field, so all
monitors within the network can be controlled simultaneously. Individual remote
control addressing is ignored, if this mode is enabled.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x1DICHKD
Response Message (Acknowledge)
012345678
0x06ADR
Ret
Value:0x00: Remote control broadcast mode is disabled
Type:Byte
Length:1
Description: Remote control broadcast mode
0x4C0x410x550x01ICHKHRetICHKD
0x01: Remote control broadcast mode is enabled
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Check if the monitor at address 0.7 (group 0, address 7) uses the broadcast address
0xFF, if it is used as remote controller:
01234567...89
0x070x070x4C0x410x550x020x0D0x010x1D0xE1
According to the data returned by the monitor at address 0.7 (group 0, address 7), it
does not use the broadcast address 0xFF, if remote controlling is enabled. Instead, it
uses configured device addresses:
012345678
0x060x07
Beijer Electronics, MAEN97581
0x4C0x410x550x010x0F0x000xFF
Command Reference
6.46 LAU_CONFIG_GETADDRESSLIST
(0x011E)
Remote Control Address List
If a Beijer Electronics Nautic Monitor is configured as remote controller, this command returns the addresses of monitors which should be controlled remotely. The
address list is returned as a bit field with 16 bits, enabling a total number of 16 monitors to be controlled remotely. A Beijer Electronics Nautic Monitor always addresses
the monitors within its own group, starting with the lowest address. The group bits
are added automatically to the address field, before the command is sent.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x1EICHKD
Response Message (Ack n o wledge)
01234567...88
0x06ADR0x4C0x410x550x02ICHKHRetICHKD
Ret
Value:0...65535
Type:Unsigned short
Length:2
Description: Bit field containing the address list, where the first byte is
LSB. Each bit corresponds to one monitor address. Bi t 0
specifies a monitor at address 0 and bit 15 a monitor at
address 15. If a bit is set (1), the corresponding monitor will
be controlled remotely.
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
10
82Beijer Electronics, MAEN975
Command Reference
Example
Get the list of device addresses from the monitor at address 0.7 (group 0, address 7),
which are used to control other devices within its own group in a network, if the
broadcast mode is disabled:
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x1E0xE0
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the monitors at following addresses will be remote controlled, if remote controlling
is enabled and no broadcast address is used: 0.0, 0.3, 0.11 and 0.15 (group 0, addresses 0, 3,11 and 15) (0x8809):
01234567...88
0x060x07
0x4C0x410x550x020x0E0x090x880xFF
Beijer Electronics, MAEN97583
Command Reference
6.47 LAU_CONFIG_GETANALOGTOBRT
(0x011F)
Analog to Brightness Routing Mode
Some Beijer Electronics Nautic Monitor models are equipped with an expansion
port, where an analog potentiometer or a variable voltage can be connected, to control the backlight level of the monitor. This command returns the configuration of
the analog input port usage. If the analog port control is enabled, the backlight level
cannot be changed using the front panel keys, digital input or SCOM commands.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x1FICHKD
Response Message (Ack n o wledge)
012345678
0x06ADR
Ret
Value:0x00: Routing from analog input to backlight level control disabled
Type:Byte
Length:1
Description: Configuration of the analog input port usage
0x4C0x410x550x01ICHKHRetICHKD
0x01: Routing from analog input to backlight level control enabled
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Check whether the monitor at address 0.7 (group 0, address 7) is configured to use
the analog input for setting the backlight level:
01234567...89
0x070x070x4C0x410x550x020x0D0x010x1F0xDF
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the monitor does not use analog input for backlight level control:
012345678
0x060x070x4C0x410x550x010x0F0x000xFF
84Beijer Electronics, MAEN975
Command Reference
6.48 LAU_CONFIG_GETLCDCONTROLDISABLE
(0x0120)
Video Controller Control Mode
This command returns the state of the OSD (video controller) keys (i.e. <MENU>,
<SET>, <UP>, <DOWN>). If the OSD keys are enabled, the OSD menu can be
used to configure the video controller. If the keys are disabled, only the ECDIS mode
and backlight level can be altered using the front panel keys.
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Read the OSD keys configuration for the monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x070x4C0x410x550x020x0D0x010x200xDE
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the OSD keys are enabled:
012345678
0x060x070x4C0x410x550x010x0F0x010xFE
Beijer Electronics, MAEN97585
Command Reference
6.49 LAU_CONFIG_GETDINCONFIG (0x0121)
Digital Input Configuration
Some Beijer Electronics Nautic Monitor models are equipped with an expansion port
with digital I/O. The digital I/O pins can be used for remote control with a PLC etc.,
by assigning predefined commands to the port. This command returns the command
assigned to the digital I/O port. The digital I/O control has the same priority as
SCOM commands or manual control, because only a pin level change triggers the
command.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x21ICHKD
Response Message (Ack n o wledge)
012345678
0x06ADR
Ret
Value:0x00:Command “No opera tion”
Type:Byte
Length:1
Description: Command assigned to the digital I/O port.
Input bits 0…1:Route the value of input pins 0 and 1 to
the output pins 0 and 1.
Input bit 2:1: Enable analog input to backlight level
control routing.
0: Disable analog input to back light level
control routing.
Special functions 2
Input bit 0:1: Enable ECDIS mode.
0: Disable ECDIS mode.
Input bit 1:1: Enable POT mode.
0: Disable POT mode.
Input bit 2:1: Disable OSD (video controller) keys.
0: Enable OSD (video controller) keys.
Response Message (Negati v e Ack n owl ed g e)
86Beijer Electronics, MAEN975
Command Reference
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Read the digital input port configuration for the monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x210xDD
According to the data returned by the monitor at address 0.7 (group 0, address 7),
command “Special functions 1” is assigned to the digital input port:
012345678
0x060x07
0x4C0x410x550x010x0F0x020xFD
Beijer Electronics, MAEN97587
Command Reference
6.50 LAU_CONFIG_GETBRTRANGEDELTAM
(0x0122)
Backlight Level Down Range
By default, the backlight level of a Beijer Electronics Nautic Monitor can be changed
within the full range of 0 to 255 steps by using the front panel keys. To allow the
backlight level change within a limited range, a delta value can be defined. The delta
value sets the upper and lower backlight level range limits relative to the ECDIS
backlight value (which is set by the SCOM command “BRT”). Normally, upper and
lower range limits are defined as 255 for full range support. The value returned by
this command is the lower range limit relative to the ECDIS backlight level.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x22ICHKD
Response Message (Ack n o wledge)
012345678
0x06ADR
Ret
Value:0...255
Type:Byte
Length:1
Description: Lower backlight level range limit relative to the ECDIS
0x4C0x410x550x01ICHKHRetICHKD
backlight level
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
88Beijer Electronics, MAEN975
Command Reference
Example
Read the lower backlight level range limit configuration for the monitor at address
0.7 (group 0, address 7):
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x220xDC
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the lower backlight level range limit is 0 (0x00). This means, the user cannot adjust
the backlight level lower than the ECDIS backlight level, using the front panel key:
012345678
0x060x07
0x4C0x410x550x010x0F0x000xFF
Beijer Electronics, MAEN97589
Command Reference
6.51 LAU_CONFIG_GETBRTRANGEDELTAP
(0x0123)
Backlight Level Up Range
By default, the backlight level of a Beijer Electronics Nautic Monitor can be changed
within the full range of 0 to 255 steps by using the front panel keys. To allow the
backlight level change within a limited range, a delta value can be defined. The delta
value sets the upper and lower backlight level range limits relative to the ECDIS
backlight value (which is set by the SCOM command “BRT”). Normally, upper and
lower range limits are defined as 255 for full range support. The value returned by
this command is the upper range limit relative to the ECDIS backlight level.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x23ICHKD
Response Message (Ack n o wledge)
012345678
0x06ADR
Ret
Value:0...255
Type:Byte
Length:1
Description: Upper backlight level range limit relative to the ECDIS
0x4C0x410x550x01ICHKHRetICHKD
backlight level
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
90Beijer Electronics, MAEN975
Command Reference
Example
Read the upper backlight level range limit configuration for the monitor at address
0.7 (group 0, address 7):
01234567...89
0x070x07
0x4C0x410x550x020x0D0x010x230xDB
According to the data returned by the monitor at address 0.7 (group 0, address 7),
the upper backlight level range limit is 255 (0x00), allowing full range backlight level
adjustment between the ECDIS backlight level and the maximum possible backlight
level:
012345678
0x060x070x4C0x410x550x010x0F0xFF0x00
Beijer Electronics, MAEN97591
Command Reference
6.52 LAU_CONFIG_GETSERIALNUMBER
(0x0125)
Serial Number
Returns the serial number of the device. By default, the returned two serial number
bytes and the two last bytes of the MAC (Ethernet) address are equal.
Supported since Firmware Version
MT230 Nautic Monitor: 1.2-C118
Command Stream
01234567...89
0x07ADR
0x4C0x410x550x02ICHKH0x010x25ICHKD
Response Message (Ack n o wledge)
01234567...88
0x06ADR
Ret
Value:0...65535
Type:Unsigned short
Length:2
Description: The unique serial number
0x4C0x410x550x02ICHKHRetICHKD
Response Message (Negati v e Ack n owl ed g e)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
10
Example
Read the serial number of the monitor at address 0.7 (group 0, address 7):
01234567...89
0x070x070x4C0x410x550x020x0D0x010x250xD9
According to the data returned by the monitor at address 0.7 (group 0, address 7), its
serial number is 1 (0x0001):
01234567...88
0x060x070x4C0x410x550x020x0E0x010x000xFE
92Beijer Electronics, MAEN975
Command Reference
6.53 LAU_CONFIG_GETDISPLAYGROUP
(0x0127)
Monitor Group
Besides the standard addressing scheme, where the lowest four address bits in field
ADR are used to address a total count of 16 monitors in a network, the Beijer Electronics Nautic Monitors use also the upper four bits, that indicate a group of monitors in a network (max. 14 groups). The monitor grouping is activated, if the
software configured monitor address is used (i.e. the DIL/DIP switch settings are ignored). This function returns the configured group that the monitor belongs to.
Supported since Firmware Version
MT230 Nautic Monitor: 1.2-C118
Command Stream
01234567...89
0x07ADR0x4C0x410x550x02ICHKH 0x010x27ICHKD
Response Message (Acknowledge)
012345678
0x06ADR0x4C0x410x550x01ICHKHRetICHKD
Ret
Value:0...14
Type:Byte
Length:1
Description: Configured display group
Response Message (Negative Acknowledge)
Under normal operation conditions, a device never sends a negative acknowledge in
response to this command.
Maximum Lr for this Command
9
Example
Read the software configured display group from the monitor at address 14.7 (group
14, address 7), which is effective, if the DIL switch settings are ignored:
01234567...89
0x070xE7
0x4C0x410x550x020x2D0x010x270xD7
According to the data returned by the monitor at address 14.7 (group 14, address 7),
the monitor belongs to display group 14 (0x0E), if the DIL switch settings are ignored:
012345678
0x060xE70x4C0x410x550x010x2F0x0E0xF1
Beijer Electronics, MAEN97593
Command Reference
6.54 LAU_CONTROL_ECDISMODE (0x0201)
ECDIS Mode Control
This control command activates or deactivates ECDIS mode. It has the same effect
as using the front panel ECDIS-key or digital input control. The setting is temporary,
and does not change the startup ECDIS mode configuration.
0x01: ECDIS mode enabled
Type:Byte
Length:1
Description: Current ECDIS mode
Response Message (Negati v e Ack n owl ed g e)
01234567...88
0x15ADR
0x4C0x410x550x02ICHKH0x020x01ICHKD
Under normal operation conditions, a negative acknowledge message does not contain any status data in response to this command. This response message is only sent,
if there is insufficient data in the command stream.
Maximum Lr for this Command
11
94Beijer Electronics, MAEN975
Command Reference
Example
Read the ECDIS mode of the monitor at address 0.7 (group 0, address 7):
01234567...910
0x070x070x4C0x410x550x030x0C0x020x010x010xFB
The monitor at address 0.7 (group 0, address 7) acknowledged the new ECDIS
mode:
01234567...910
0x060x070x4C0x410x550x030x0D0x02 0x01 0x010xFB
Beijer Electronics, MAEN97595
Command Reference
6.55 LAU_CONTROL_BUZZER (0x0202)
Buzzer Control
Activates the built-in buzzer, if available.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...910
0x07ADR
Param
0x4C0x410x550x03ICHKH 0x02 0x02 ParamICHKD
Value:0x00: Disable buzzer
0x01: Enable buzzer
Type:Byte
Length:1
Description: Buzzer control
Response Message (Ack n o wledge)
01234567...910
0x06ADR
Ret
0x4C0x410x550x03ICHKH0x02 0x02 RetICHKD
Value:0x00: Buzzer disabled
0x01: Buzzer enabled
Type:Byte
Length:1
Description: Current buzzer state
Response Message (Negati v e Ack n owl ed g e)
01234567...89
0x15ADR
0x4C0x410x550x02ICHKH0x020x02ICHKD
Under normal operation conditions, a negative acknowledge message does not contain any status data in response to this command. This response message is only sent,
if there is insufficient data in the command stream.
Maximum Lr for this Command
11
96Beijer Electronics, MAEN975
Command Reference
Example
Enable the buzzer of the monitor at address 0.7 (group 0, address 7):
01234567...910
0x070x070x4C0x410x550x030x0C0x020x020x010xFA
The monitor at address 0.7 (group 0, address 7) acknowledged that the buzzer is enabled:
01234567...910
0x060x070x4C0x410x550x030x0D0x020x020x010xFA
Beijer Electronics, MAEN97597
Command Reference
6.56 LAU_CONTROL_DIGITALOUT (0x0203)
Digital Output Control
Sets the output pin state of the digital I/O port, if available.
Note:
On some devices, the output port bit 0 is internally wired to the buzzer. Setting this
bit will activate also the buzzer. In turn, enabling the buzzer with command
LAU_CONTROL_BUZZER will also set output port bit 0.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...910
0x07ADR0x4C0x410x550x03ICHKH 0x02 0x03 ParamICHKD
Param
Value:Bit 0:0: Clear output port bit 0 (disable buzzer)
1: Set output port bit 0 (enable buzzer)
Bit 1:0: Clear output port bit 1
1: Set output port bit 1
Bit 2...7: unused
Type:Byte
Length:1
Description: Digital I/O output port control
Response Message (Ack n o wledge)
01234567...910
0x06ADR
Ret
0x4C0x410x550x03ICHKH0x020x03RetICHKD
Value:Bit 0:0: Output port bit 0 cleared (buzzer disabled)
1: Output port bit 0 set (buzzer enabled)
Bit 1:0: Output port bit 1 cleared
1: Output port bit 1 set
Bit 2...7: unused
Type:Byte
Length:1
Description: Digital I/O output port state
98Beijer Electronics, MAEN975
Command Reference
Response Message (Negative Acknowledge)
01234567...89
0x15ADR0x4C0x410x550x02ICHKH0x020x03ICHKD
Under normal operation conditions, a negative acknowledge message does not contain any status data in response to this command. This response message is only sent,
if there is insufficient data in the command stream.
Maximum Lr for this Command
11
Example
Set digital port output bit 1 of the monitor at address 0.7 (group 0, address 7):
01234567...910
0x070x07
0x4C0x410x550x030x0C0x020x030x02ICHKD
The monitor at address 0.7 (group 0, address 7) acknowledged, that the requested
digital port output bit is set:
01234567...910
0x060x07
0x4C0x410x550x030x0D0x020x030x020xF8
Beijer Electronics, MAEN97599
Command Reference
6.57 LAU_CONTROL_ANALOGTOBRT
(0x0204)
Analog to Brightness Routing Control
This command activates or deactivates the backlight level control using the analog
input. The setting is temporary, and does not change the startup analog port usage.
Supported since Firmware Version
MT230 Nautic Monitor: 1.0
Command Stream
01234567...910
0x07ADR
Param
0x4C0x410x550x03ICHKH0x020x04Param ICHKD
Value:0x00: Disable routing from analog input to backlight level
control
0x01: Enable routing from anal o g i nput to b acklight level
control
Type:Byte
Length:1
Description: Analog input port usage
Response Message (Ack n o wledge)
01234567...910
0x06ADR0x4C0x410x550x03ICHKH 0x02 0x04 RetICHKD
Ret
Value:0x00: Routing from analog input to backlight level control
disabled
0x01: Routing from analog input to backlight level control
enabled
Type:Byte
Length:1
Description: Current analog input port usage
Response Message (Negati v e Ack n owl ed g e)
01234567...89
0x15ADR
0x4C0x410x550x02ICHKH0x020x04ICHKD
Under normal operation conditions, a negative acknowledge message does not contain any status data in response to this command. This response message is only sent,
if there is insufficient data in the command stream.
100Beijer Electronics, MAEN975
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.