Hatteland HD 15T22 MMD Series User manual

Hatteland Display AS, Eikeskogvegen 52, N-5570 Aksdal, Norway
Tel: (+47) 4814 2200 - mail@hatteland-display.com - www.hatteland-display.com
Serial/Ethernet/USB Communication Control Interface (SCOM)
TECHNICAL
MANUAL
Technical Manual SCOM Series X MMD G2 & MVD Series
Updated: 08 Jan 2018 Doc Id: INB100018-6 (Rev 04)
Created: 6644/363
Approved: 6644
Please visit www.hatteland-display.com for the latest electronic version of this manual.
Applies for Series X G2 Maritime Multi Display (MMD) product range:
HD 15T22 MMD-xxx-xxxx
HD 17T22 MMD-xxx-xxxx
HD 19T22 MMD-xxx-xxxx
HD 24T22 MMD-xxx-xxxx
HD 26T22 MMD-xxx-xxxx
Series X Multi Vision Display (MVD) product range
HD 32T22 MVD-xxx-xxxx
HD 55T22 MVD-xxx-xxxx

Copyright © 2017 Hatteland Display AS
Eikeskogvegen 52, N-5570 Aksdal, Norway.
All rights are reserved by Hatteland Display AS. This information may not, in whole or in part, be
copied, photocopied, reproduced, translated or reduced to any electronic medium or machine-
readable form without the prior written consent of Hatteland Display AS. Review also:
www.hatteland-display.com/pdf/misc/doc100703-1_permission_to_create_user_manuals.pdf
The products described, or referenced, herein are copyrighted to the respective owners.
The products may not be copied or duplicated in any way. This documentation contains proprietary
information that is not to be disclosed to persons outside the user’s company without prior written consent
of Hatteland Display AS.
The copyright notice appearing above is included to provide statutory protection in the event of
unauthorized or unintentional public disclosure.
All other product names or trademarks are properties of their respective owners !
WARNING: This is a class A product. In a domestic environment this product may cause radio interference
in which case the user may be required to take adequate measures.
Last revised 6 Jan 2015

3
IND100130-51
3
Contents
Contents................................................................................................. 3
Serial/Ethernet/USB Communication (SCOM) Interface......................5
Introduction...........................................................................................5
Serial / USB Interface Conguration .................................................................................................... 5
Ethernet Interface Conguration .......................................................................................................... 7
Cables.................................................................................................................................................. 7
Electrical Interface................................................................................................................................ 7
SCOM Introduction............................................................................................................................... 9
Data Rates ........................................................................................................................................... 9
Data Format Serial Mode..................................................................................................................... 9
Message Format .................................................................................................................................. 9
Attention (ATTN) ................................................................................................................................. 9
Address (ADDR) ................................................................................................................................ 10
Message Commands and Queries (CMD) Contents ......................................................................... 10
Data Length (LEN) ............................................................................................................................. 11
Inverse Header Checksum (IHCHK).................................................................................................. 11
Data Field (DATA) .............................................................................................................................. 11
Inverse Data Checksum (IDCHK) ...................................................................................................... 11
SCOM Section: Brightness.................................................................12
"BRI" - Minimum Backlight Brightness ............................................................................................... 13
"BRM" - Maximum Backlight Brightness ........................................................................................... 14
"BRT" - Brightness Control................................................................................................................. 15
"BRL" - Brightness LED ..................................................................................................................... 16
"BRU" - User Brightness Control........................................................................................................ 17
SCOM Section: Glass Display Control™(GDC).................................18
"GMB" - Buttons Minimum Brightness ............................................................................................... 18
"GBF" - Keypad Brightness auto follow.............................................................................................. 19
"LIS" - Read Ambient Light Sensor .................................................................................................... 22
"ODM" - Outdoor Mode...................................................................................................................... 23
"REC" - Recall GDC........................................................................................................................... 24
"POT" - Backlight Control Interface selection..................................................................................... 25
SCOM Section: Buzzer ......................................................................26
"BZZ" - Buzzer Control....................................................................................................................... 26
SCOM Section: Service......................................................................27
"SWI" - Main Software Version Query................................................................................................ 27
"SWV" - Video Scalar Software Version Query.................................................................................. 27
"TYP" - Type/Model Number Query ................................................................................................... 28
"SNB" - Serial Number Query ............................................................................................................ 28
"SCI" - Store Customer Service ID..................................................................................................... 28
"CSI" - Read Customer Service ID..................................................................................................... 29
"ETC" - Elapsed Time Counter .......................................................................................................... 29
"MAN" - Read Manufacturer data....................................................................................................... 29
"TMP" - Read Temperature Sensor ................................................................................................... 30
"VER" - Read Specic Type ............................................................................................................... 31
"FWV" - Read Firmware information .................................................................................................. 31

4
IND100130-51
4
Contents
SCOM Section: Interface....................................................................32
"CBR" - COM Ports Baudrate Conguration...................................................................................... 32
"BAK" - Broadcast Acknowledgement................................................................................................ 33
SCOM Section: ECDIS.......................................................................34
"DLN" - Download package................................................................................................................ 34
"DL?" - Request Number of packages available................................................................................ 35
"CAL" - Calibration brightness level ................................................................................................... 36
SCOM Section: Factory......................................................................37
"RCF" - Recall Factory Conguration................................................................................................. 37
SCOM Section: Power .......................................................................38
"PWR" - Power On/Off/Sleep unit ...................................................................................................... 38
SCOM Section: Video Scaler .............................................................39
"VUR" - Read User Conguration from Video Scalar......................................................................... 39
"VUS" - Store User Conguration to Video Scalar............................................................................. 40
SCOM Section: OSD Control Functionality........................................41
"MOD" - Operation Mode Selection ................................................................................................... 41
"MCC" - OSD Control Functionality.................................................................................................... 42
MCC Commands List......................................................................................................................... 43
Comments to MCC Command table .................................................................................................. 51
Operational Requirements ................................................................................................................. 52
Unit Response and Addresses........................................................................................................... 53
Additional Commands........................................................................................................................ 53
Appendixes .......................................................................................... 55
HEX, ASCII, BIN and Character table ................................................56
C# / Pseudo Ethernet/TCP Code example.........................................61
Revision History .................................................................................62

5
IND100084-17
Introduction
This document denes the electrical interface, serial data format, and communication protocols of the Serial
Communication Control Interface (SCOM). The purpose of this interface is to enable a computer application to control
one or more units. Unit refer to display product.
Serial / USB Interface Conguration
The serial / USB interface can have different congurations, selected by the OSD menu. The congurations is
dened as follows:
RS-232 One computer controls one unit, no individual address
USB One computer controls one unit, no individual address
4-wire RS-485/RS-422 One computer controls max 16 units, each with individual address.
2-wire RS-485 One computer controls max 16 units, each with individual address.
Each unit will be assigned with an address value before it is connected to a shared RS485/422 network. The user
application (PC) can send the message to the specic unit by marking the message with corresponding address
number. The unit which has the matching address will respond immediately, while the others keep silent.
Broadcast commands will be processed by all linked units simultaneously once the last byte of the message is
received. In order to avoid coniction on bus, each unit should respond back at different times. As the units are
working independently, they can hardly know how many units are linked in the same bus. In this case, the interval
between receiving message and responding back should be calculated in the base of their own address. The lowest
addressed unit will respond rst.
To calculate the address based interval, there is a formula to calculate the interval (Te):
Te = (Tr +Lr) * N, where
Lr = length of the ACK/NAK message response
Tr = Response time
N = the total number of monitors
Response time Tr is a xed value which are calculated to make sure there is no conict on the bus. Principally, Tr is
equivalent to 2.5 byte periods after the last byte of a command message is received. However, due to the difference
in microcontroller clock, all the units may not nish the message receive at the same timing point. So the Tr should be
calculated based on the jitter changes.
Illustration: Broadcast Message: Timing 1
Serial/Ethernet/USB Communication (SCOM) Interface
This manual suits for next models
6
Table of contents