77
3.25 User-defined Model
3.25.1 Add an User-defined Model
You can create your own projector definition and add it as User-defined model. In order to add new User-defined
model, click [Add Model…] button on the Add Projector window. Once you have added a User-defined model,
the new model is added in the standard model list.
(1) General Settings
Model Name --- Enter the name of User-defined model.
Command Type --- Select command type wither Binary or Text (ASCII).
Power On Command --- Define Power On command. Up to 32 ASCII character length.
Binary type command
Ex: BEEF030600BAD2010000600100
* Only 0-9, a-f and A-F are available to enter.
Text type command
Ex: POWER ON[CR]
* Control characters are defined as below.
Power Off Command --- Define Power Off command. Up to 32 ASCII character length.
Binary type command
Ex: BEEF0306002AD3010000600000
* Only 0-9, a-f and A-F are available to enter.
Text type command
Ex: POWER OFF[CR]
* Control characters are defined as below.
Control Characters
Control Character Notation Control Character Notation Control Character Notation
NUL 0x00 [NUL] VT 0x0b [VT] SYN 0x16 [SYN]
SOH 0x01 [SOH] NP 0x0c [NP] ETB 0x17 [ETB]
STX 0x02 [STX] CR 0x0d [CR] CAN 0x18 [CAN]
ETX 0x03 [ETX] SO 0x0e [SO] EM 0x19 [EM]
EOT 0x04 [EOT] SI 0x0f [SI] SUB 0x1a [SUB]
ENQ 0x05 [ENQ] DLE 0x10 [DLE] ESC 0x1b [ESC]
ACK 0x06 [ACK] DC1 0x11 [DC1] FS 0x1c [FS]
BEL 0x07 [BEL] DC2 0x12 [DC2] GS 0x1d [GS]
BS 0x08 [BS] DC3 0x13 [DC3] RS 0x1e [RS]
HT 0x09 [HT] DC4 0x14 [DC4] US 0x1f [US]
LF 0x0a [LF] NAK 0x15 [NAK] DEL 0x7f [DEL]