Lumens LC200 RS-232/RS-485/TCP-IP Command List

5m ago
4 Views
1 Downloads
1,006.81 KB
24 Pages
Last View : 1m ago
Last Download : 3m ago
Upload by : Raelyn Goode
Transcription

1 Lumens LC200 RS-232/RS-485/TCP-IP Command List Revision: 1.6 2021/06/28 RS128 - LC200 RS-232 command set

2 History Ver. Issue Date Description Apply FW 1.0 2019/07/02 LC200 1st release NA 1.1 2020/02/20 Fix :get stream type : type "off" was return 4.3.0.48 "sync" 1.2 2020/06/30 New command: 4.4.0.17 Set Camera Save Preset Set / Get Switch Channel Source Set Marco (scene and camera preset ) Get Video Source ID Modify: 1.3 Description of Set Stream ( command is same as before ) Description of Macro ( It was wrong with Marco ) Set Camera Move: Parameter of speed revert to 0x01 0x18 Set Camera Zoom: Parameter of speed revert to 0x01 0x07 Description of Set/Get Switch Channel Source command name modified to Set Video Source ID and Get Video Source Total Number 2020/07/16 New command Set Standby / Wake up 4.4.0.19 Remove command Remove the Power on/off command. for User, power on/off replace by standby / wakeup command Modify: TCP connection procedure in 2.1 Description 1.4 2020/09/28 New Get State support Standby state Modify: Description of Set Standby / Wake up Modify: Set Camera Move: Parameter of speed revert to 0x01 0x18 v4.5.0.13 1.5 2021/01/14 New Set Backup to USB V4.8.0.9 RS128 - LC200 RS-232 command set

3 1.6 Ntfy Media State add standby and reboot state Fix 3.3.1 Ntfy Media State add Stopping state Modify Set Audio Volume Output Add Line & HDMI Out in parameter 2 Add PGM in parameter 2 Set Audio Mute Output Add Line & HDMI Out in parameter 2 Add PGM in parameter 2 Set Audio Type Input Add IP Audio in parameter 3 Set Audio Type Output Change Line & HDMI Out in parameter 2 Get Audio Volume Output Add Line & HDMI Out in parameter 2 Add PGM in parameter 2 Get Audio Mute Output Add Line & HDMI Out in parameter 2 Add PGM in parameter 2 Get Audio Type Input Add IP Audio in parameter 3 Get Audio Type Output Change Line & HDMI Out in parameter Set Overlay parameter 1 : 0x00 0x1e Set Theme title name : Set Scene parameter 1 : 0x00 0x1e Set Backup to USB add parameter 1 : 0x30 0x31 2021/06/28 New Set Intermission & Live Set Camera Tracking On/Off *Notice: 1. The RS-232/RS-485/TCP-IP command list is for LC200. 2. The yellow highlight means the latest update. 3. The blue highlight means the deleted item. RS128 - LC200 RS-232 command set V4.8.0.22

4 1 Interface 1.1Hardware RS-232 / RS-485 Connect the RS-232 cable to the RS-232 upper port of the media station. Connect the RS-485 cable to the RS-485 lower port of the media station. The pin definition of the RS-232 / RS-485 port: GND:Ground RX:Receive Data TX:Transmit Data T/R : D T/R- : D- TCP Connect the CAT-5 (or greater) cable to WAN (or LAN) RJ-45 port of Media Station. 1.2 Connection RS-232 Connect the GND, RX, TX pins of the RS-232 port with external control equipment. The media station will be controlled by RS-232 protocol. For example, use the standard 9 pin DB9 serial cable as follows: RS128 - LC200 RS-232 command set

5 RS-485 Connect the GND, T/R , T/R- pins of the RS-485 port with external control equipment. The media station will be controlled by RS-485 protocol. For example: TCP Connect the Media Station’s WAN port (or LAN port) and an external control equipment’s ethernet port with a CAT-5 (or greater) cable. 1.3 Configuration RS-232 / RS-485 Baud rate :9600 Data length:8 Parity:none Stop bit:1 Flow control:none TCP IP address : Media Station’s WAN IP address Port : 5080 RS128 - LC200 RS-232 command set

6 2 Control Protocol 2.1 Description RS-232 / RS-485 The media station can be controlled from an external controller through a serial RS-232 / RS-485 connection. Control protocol is used for the communication between the media station and controller. TCP When an external controller connects Media Station through networks connection, the Media Station can be controlled by command described in Control Protocol. If connection is not closed by client, connection will keep and get event notification until new connection established. 2.2 Format Name Header Extended Header Length Address Action Command Parameters End Byte count 1 1 1 1 1 2 n 1 Header 0x55 Protocol header. Extended header 0xf0 no checksum in format Length Length is a byte counter from address to Parameters field. Example: Name Header Extended Header Length Address Action Command Parameters End Hex 0x55 0xf0 0x05 0x01 0x73 0x4c 0x4f 0x01 0x0d Counter address 1 byte action 1 byte command 2 bytes parameter 1 byte Total length 5 bytes Address Identification of device. Range is 0x01 0xff.(0 is reserved) *Address is reserved for future use. Don’t care Action Get: 0x67 “Query” operation for the media station. Set: 0x73 “Set” operation for the media station. ACK: 0x06 When the media station receives the protocol data correctly and executes the correspond command successfully. It replaces the action field with ACK in the received protocol format and return to controller. NAK: 0x15 When the media station receives the protocol data correctly but there is something wrong while the media station executes the correspond command. It replaces the action field with NAK in the received protocol format and return to controller. RS128 - LC200 RS-232 command set

7 In addition, when the media station receives the invalid protocol data (ie. the protocol data that the media station can’t understand), It returns NAK code and End code only. Command Two bytes. Please refer to 2.3 Command Set and Parameters for more information. Parameters Please refer to 2.3 Command Set and Parameters for more information. Example: Name Header Extended Header Length Address Action Command Parameters End Hex 0x55 0xf0 0x05 0x01 0x73 0x4c 0x4f 0x01 0x0d End 0x0d Protocol end code 2.3 Command Set and Parameters 2.3.1 Set Power ASCII Hex Description Command code PW 0x50 0x57 Parameter 1 0 1 0x30 0x31 Power off Power on(NOT supported. Hardware limitation) Example Name Header Extended Header Length Address SET ACK Action Command Parameters End 0x50 0x57 0x30 0x0D Command Parameters End 0x52 0x43 None 0x0D 0x73 0x55 0xF0 0x05 0x01 FAILED 0x06 0x15 2.3.2 Set Record Start Command code ASCII Hex Description RC 0x52 0x43 Start record process Example Name Header Extended Header Length Address SET Action 0x73 0x55 0xF0 ACK RS128 - LC200 RS-232 command set 0x04 0x01 0x06

8 FAILED 0x15 2.3.3 Set Stop Record Command code ASCII Hex Description SP 0x53 0x50 Stop record process Example Name Extended Header Header Length Address Action SET Command Parameters End 0x53 0x50 None 0x0D Command Parameters End 0x53 0x53 None 0x0D Command Parameters End 0x4C 0x4F 0x01 0x0D 0x73 ACK 0x55 0xF0 0x04 0x06 0x01 FAILED 0x15 2.3.4 Set Snapshot Command code ASCII Hex Description SS 0x53 0x53 Insert snapshot Example Name Extended Header Header Length Address SET Action 0x73 ACK 0x55 0xF0 0x04 0x01 FAILED 0x06 0x15 2.3.5 Set Layout Command code Parameter 1 ASCII LO Hex 0x4C 0x4F 0x01 0x12 Description Set layout ID Layout ID Example Name Header Extended Header Length Address SET ACK Action 0x73 0x55 0xF0 FAILED RS128 - LC200 RS-232 command set 0x05 0x01 0x06 0x15

9 2.3.6 Set Background Command code Parameter 1 ASCII BG Hex 0x42 0x47 0x00 0x09 Description Set background ID Background ID 0x00: Background off Example Name Header Extended Header Length Address SET Action Command Parameters End 0x42 0x47 0x01 0x0D Command Parameters End 0x4F 0x4C 0x01 0x0D Command Parameters End 0x54 0x45 0x01 0x0D 0x73 ACK 0x55 0xF0 0x05 0x01 FAILED 0x06 0x15 2.3.7 Set Overlay Command code Parameter 1 ASCII OL Hex 0x4F 0x4C 0x00 0x1e Description Set overlay ID Overlay ID 0x00: Overlay off Example Name Header Extended Header Length Address SET Action 0x73 ACK 0x55 0xF0 0x05 0x01 FAILED 0x06 0x15 2.3.8 Set Scene Command code Parameter 1 ASCII TE Hex 0x54 0x45 0x01 0x1e Description Set scene ID Scene ID Example Name Header Extended Header Length Address SET ACK Action 0x73 0x55 0xF0 FAILED RS128 - LC200 RS-232 command set 0x05 0x01 0x06 0x15

10 2.3.9 Set Audio Volume Input Command code Parameter 1 Parameter 2 ASCII AV I 1 2 3 4 Parameter 3 Hex 0x41 0x56 0x49 0x31 0x32 0x33 0x34 0x00 0x7D Description Set audio volume Set input volume Audio channel 1 Audio channel 2 Audio channel 3 Audio channel 4 Audio volume(0 125) Example Name Header Extended Header Length Address SET Action Command Parameters End 0x41 0x56 0x49 0x31 0x00 0x0D Command Parameters End 0x41 0x56 0x4F 0x31 0x00 0x0D 0x73 ACK 0x55 0xF0 0x07 0x01 FAILED 0x06 0x15 2.3.10 Set Audio Volume Output ASCII Hex Description Command code AV 0x41 0x56 Set audio volume Parameter 1 O 0x4F Set output volume Parameter 2 1 2 0x31 0x32 Line & HDMI output PGM output Parameter 3 0x00 0x7D Audio volume(0 125)) Example Name Header Extended Header Length Address SET ACK Action 0x73 0x55 0xF0 0x07 FAILED 0x01 0x06 0x15 2.3.11 Set Audio Mute Input Command code Parameter 1 Parameter 2 Parameter 3 ASCII AM I 1 2 3 4 0 1 Hex 0x41 0x4D 0x49 0x31 0x32 0x33 0x34 0x30 0x31 RS128 - LC200 RS-232 command set Description Set audio mute/unmute Set input volume Audio channel 1 Audio channel 2 Audio channel 3 Audio channel 4 Audio unmute Audio mute

11 Example Name Header Extended Header Length Address SET Action Command Parameters End 0x41 0x4D 0x49 0x31 0x30 0x0D Command Parameters End 0x41 0x4D 0x4F 0x31 0x30 0x0D Command Parameters End 0x41 0x54 0x49 0x31 0x31 0x0D 0x73 ACK 0x55 0xF0 0x07 0x01 FAILED 0x06 0x15 2.3.12 Set Audio Mute Output Command code Parameter 1 Parameter 2 Parameter 3 ASCII AM O 1 2 0 1 Hex 0x41 0x4D 0x4F 0x31 0x32 0x30 0x31 Description Set audio mute/unmute Set output volume Line & HDMI output PGM output Audio unmute Audio mute Example Name Header Extended Header Length Address SET Action 0x73 ACK 0x55 0xF0 0x07 0x01 FAILED 0x06 0x15 2.3.13 Set Audio Type Input Command code Parameter 1 Parameter 2 Parameter 3 ASCII AT I 1 2 3 4 1 2 3 6 Hex 0x41 0x54 0x49 0x31 0x32 0x33 0x34 0x31 0x32 0x33 0x36 Description Set audio type Set input volume Audio channel 1 Audio channel 2 Audio channel 3 Audio channel 4 Line in Mic in HDMI in IP Audio Example Name Header Extended Header Length Address 0x55 0xF0 0x07 0x01 SET Action 0x73 ACK RS128 - LC200 RS-232 command set 0x06

12 FAILED 0x15 2.3.14 Set Audio Type Output Command code Parameter 1 Parameter 2 Parameter 3 ASCII AT O 1 1 2 3 Hex 0x41 0x54 0x4F 0x31 0x31 0x32 0x33 Description Set audio type Set output volume Line & HDMI output ALL Line out PGM MultiView Example Name Header Extended Header Length Address SET Action Command Parameters End 0x41 0x54 0x4F 0x31 0x31 0x0D Command Parameters End 0x53 0x43 0x31 0x01 0x0D 0x73 ACK 0x55 0xF0 0x07 0x01 FAILED 0x06 0x15 2.3.15 Set Stream Command code Parameter 1 ASCII SC 1 2 3 Parameter 2 Hex 0x53 0x43 0x31 0x32 0x33 0x01 0x02 Description Start/Stop stream Stream 1 Stream 2 Stream 3 Stop Stream Start Stream Example Name Header Extended Header Length Address SET ACK Action 0x73 0x55 0xF0 0x06 FAILED 0x01 0x06 0x15 2.3.16 Set Camera Preset Command code Parameter 1 Parameter 2 ASCII CP 1 2 3 4 Hex 0x43 0x50 0x31 0x32 0x33 0x34 0x01 0x09 RS128 - LC200 RS-232 command set Description Set camera of channel goto preset Channel 1 Channel 2 Channel 3 Channel 4 Preset ID

13 Example Name Header Extended Header Length Address SET Action Command Parameters End 0x43 0x50 0x31 0x01 0x0D 0x73 ACK 0x55 0xF0 0x06 0x01 FAILED 0x06 0x15 2.3.17 Set Camera Save Preset Command code Parameter 1 ASCII CS 1 2 3 4 Parameter 2 Hex 0x43 0x53 0x31 0x32 0x33 0x34 0x01 0x09 Description Save preset of camera of channel by id Channel 1 Channel 2 Channel 3 Channel 4 Preset ID Example Name Header Extended Header Length Address SET Action Command Parameters End 0x43 0x53 0x31 0x01 0x0D 0x73 ACK 0x55 0xF0 0x06 0x01 FAILED 0x06 0x15 2.3.18 Set Camera Move Command code Parameter 1 Parameter 2 ASCII CM S U D L R 1 2 3 4 Parameter 3 Hex 0x43 0x4D 0x53 0x55 0x44 0x4C 0x52 0x31 0x32 0x33 0x34 0x01 0x18 Description Set camera move Camera stop move Camera move up Camera move down Camera move left Camera move right Channel 1 Channel 2 Channel 3 Channel 4 The percentage of speed , this parameter in stop command is dispensable Example Name Header Extended Header Length Address Action Command Parameters End SET 0x55 0xF0 0x07 0x01 0x73 0x43 0x4D 0x55 0x31 0x0D RS128 - LC200 RS-232 command set

14 ACK 0x06 FAILED 0x15 0x01 2.3.19 Set Camera Zoom Command code Parameter 1 Parameter 2 ASCII CZ S I O 1 2 3 4 Parameter 3 Hex 0x43 0x5A 0x53 0x49 0x4F 0x31 0x32 0x33 0x34 0x01 0x07 Description Set camera zoom Camera stop zoom Camera zoom in Camera zoom out Channel 1 Channel 2 Channel 3 Channel 4 The percentage of speed , this parameter in stop command is dispensable Example Name Header Extended Header Length Address SET Action Command Parameters End 0x43 0x5A 0x49 0x31 0x01 0x0D 0x73 ACK 0x55 0xF0 0x07 0x01 FAILED 0x06 0x15 2.3.20 Set Camera Tracking On/Off Command code Parameter 1 Parameter 2 ASCII CR 1 2 3 4 0 1 Hex 0x43 0x52 0x31 0x32 0x33 0x34 0x30 0x31 Description Set camera of channel tracking on or off Channel 1 Channel 2 Channel 3 Channel 4 ON OFF Example Name Header Extended Header Length Address SET ACK Action Command Parameters End 0x43 0x52 0x31 0x30 0x0D 0x73 0x55 0xF0 FAILED RS128 - LC200 RS-232 command set 0x06 0x01 0x06 0x15

15 2.3.21 Set Video Source ID Command code Parameter 1 ASCII CH 1 2 3 4 Parameter 2 Hex 0x43 0x48 0x31 0x32 0x33 0x34 Description Set channel source to specific channel Channel 1 Channel 2 Channel 3 Channel 4 ID of channel source 0x01 0xFF If parameter 2 greater than the ID which is maximum of stream source, will return success but no action on GUI Example Name Header Extended Header Length Address SET Action Command Parameters End 0x43 0x48 0x31 0x01 0x0D Command Parameters End 0x4D 0x43 0x31 0x0D 0x73 ACK 0x55 0xF0 0x06 0x01 FAILED 0x06 0x15 2.3.22 Set Macro Command code Parameter 1 ASCII MC 1 2 3 Hex 0x4D 0x43 0x31 0x32 0x33 Description scene and camera preset control Macro 1 Macro 2 Macro 3 Example Name Header Extended Header Length Address SET ACK Action 0x73 0x55 0xF0 0x05 FAILED 0x01 0x06 0x15 2.3.23 Set Standby / Wake up ASCII Hex RS128 - LC200 RS-232 command set Description

16 Command code SR 0x53 0x52 Parameter 1 1 2 0x31 0x32 Set power mode to Standby or Wake up When get in Standby mode, only accept command including "Get state" and "Set Standby/Wakeup" Set power mode to Standby Wake up, active only power mode was Standby Example Name Header Extended Header Length Address Action SET Command Parameters End 0x53 0x52 0x31 0x0D 0x73 ACK 0x55 0xF0 0x05 0x06 0x01 FAILED 0x15 2.3.24 Set Backup to USB ASCII Hex Description Command code BU 0x42 0x55 Copy latest record folder to USB Parameter 1 1 2 0x30 0x31 Start backup to USB Stop backup to USB Example Name Header Extended Header Length Address Action SET Command Parameters End 0x42 0x55 0x31 0x0D 0x73 ACK 0x55 0xF0 0x05 0x06 0x01 FAILED 0x15 2.3.25 Set Intermission & Live ASCII Hex Description Command code IL 0x49 0x4c Set theme as intermission or live mode Parameter 1 1 2 0x30 0x31 Live mode Intermission mode Example Name Header Extended Header Length Address Action Command Parameters End SET 0x55 0xF0 0x05 0x01 0x73 0x49 0x4c 0x31 0x0D RS128 - LC200 RS-232 command set

17 ACK 0x06 FAILED 0x15 2.4 Command Get and Parameters 2.4.1 Get State Command code Response Parameter 1 ASCII ST 0 1 2 3 4 5 6 7 Hex 0x53 0x54 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 Description Get system state Uninitialize Ready Stopped Recording Paused Waiting Stopping Standby Example Name Header Extended Header Length GET Address Action 0x04 ACK 0x55 0xF0 0x05 FAILED Command 0x67 0x06 0x01 End None 0x53 0x54 0x15 0x04 Parameters 0x31 0x0D None 2.4.2 Get Layout Command code ASCII Hex Description LO 0x4C 0x4F Get layout ID 0x01 0x12 Layout ID Response Parameter 1 Example Name Header Extended Header GET ACK Length Address 0x04 0x55 0xF0 FAILED RS128 - LC200 RS-232 command set 0x05 0x04 Action Command 0x67 0x01 0x06 0x15 Parameters End None 0x4C 0x4F 0x01 None 0x0D

18 2.4.3 Get Background Command code ASCII Hex Description BG 0x42 0x47 Get background ID 0x00 0x09 Background ID 0x00: Background off Response Parameter 1 Example Name Header Extended Header Length GET Address 0x04 ACK 0x55 0xF0 0x05 FAILED Action Command 0x67 0x01 0x06 End None 0x42 0x47 0x15 0x04 Parameters 0x01 0x0D None 2.4.4 Get Overlay Command code ASCII Hex Description OL 0x4F 0x4C Get overlay ID 0x00 0x09 Overlay ID 0x00: Overlay off Response Parameter 1 Example Name Header Extended Header Length GET ACK Address 0x04 0x55 0xF0 0x05 FAILED 0x04 Action 0x67 0x01 0x06 0x15 2.4.5 Get Audio Volume Input ASC II Hex Description Command code AV 0x41 0x56 Get audio volume Command/Response Parameter 1 I 0x49 Set input volume Command/Response 1 0x31 Audio channel 1 RS128 - LC200 RS-232 command set Command Parameters End None 0x4F 0x4C 0x01 None 0x0D

19 Parameter 2 2 3 4 Response Parameter 3 0x32 0x33 0x34 Audio channel 2 Audio channel 3 Audio channel 4 0x00 0x7D Audio volume(0 125) Example Name Header Extended Header Length GET Address 0x06 ACK 0x55 0xF0 0x07 FAILED Action Command 0x67 0x01 0x06 End 0x49 0x31 0x41 0x56 0x15 0x06 Parameters 0x49 0x31 0x00 0x0D 0x49 0x31 2.4.6 Get Audio Volume Output Command code Command/Response Parameter 1 Command/Response Parameter 2 Response Parameter 3 ASCII AV O Hex 0x41 0x56 0x4F Description Get audio volume Set output volume 1 2 0x31 0x32 Line & HDMI output PGM output Audio volume(0 125) 0x00 0x7D Example Name Header Extended Header GET ACK Length Address 0x06 0x55 0xF0 FAILED RS128 - LC200 RS-232 command set 0x07 0x06 Action Command 0x67 0x01 0x06 0x15 Parameters End 0x4F 0x31 0x41 0x56 0x4F 0x31 0x00 0x4F 0x31 0x0D

20 2.4.7 Get Audio Mute Input Command code Command/Response Parameter 1 Command/Response Parameter 2 Response Parameter 3 ASCII AM I Hex 0x41 0x4D 0x49 Description Get audio mute/unmute Set input volume 1 2 3 4 0 1 0x31 0x32 0x33 0x34 0x30 0x31 Audio channel 1 Audio channel 2 Audio channel 3 Audio channel 4 Audio unmute Audio mute Example Name Header Extended Header Length GET Address 0x06 ACK 0x55 0xF0 0x07 FAILED Action Command 0x67 0x01 0x06 End 0x49 0x31 0x41 0x4D 0x15 0x06 Parameters 0x49 0x31 0x30 0x0D 0x49 0x31 2.4.8 Get Audio Mute Output Command code Command/Response Parameter 1 Command/Response Parameter 2 Response Parameter 3 ASCII AM O Hex 0x41 0x4D 0x4F Description Get audio mute/unmute Set output volume 1 2 0 1 0x31 0x32 0x30 0x31 Line & HDMI output PGM output Audio unmute Audio mute Example Name Header Extended Header Length GET ACK Address 0x06 0x55 0xF0 0x07 FAILED 0x06 Action Command 0x67 0x01 0x06 0x41 0x4D 0x15 ASCII AT I Hex 0x41 0x54 0x49 Description Get audio input type Set input volume 1 2 3 0x31 0x32 0x33 Audio channel 1 Audio channel 2 Audio channel 3 RS128 - LC200 RS-232 command set End 0x4F 0x31 2.4.9 Get Audio Type Input Command code Command/Response Parameter 1 Command/Response Parameter 2 Parameters 0x4F 0x31 0x30 0x4F 0x31 0x0D

21 4 1 2 3 6 Response Parameter 3 0x34 0x31 0x32 0x33 0x36 Audio channel 4 Line in Mic in HDMI in IP Audio Example Name Header Extended Header Length GET Address 0x06 ACK 0x55 0xF0 0x07 FAILED Action Command 0x67 0x01 0x06 End 0x49 0x31 0x41 0x54 0x15 0x06 Parameters 0x49 0x31 0x31 0x0D 0x49 0x31 2.4.10 Get Audio Type Output Command code Command/Response Parameter 1 Command/Response Parameter 2 Response Parameter 3 ASCII AT O Hex 0x41 0x54 0x4F Description Get audio input type Set output volume 1 0x31 Line & HDMI output 1 2 3 0x31 0x32 0x33 ALL Line out PGM MultiView Example Name Header Extended Header Length GET Address 0x06 ACK 0x55 0xF0 0x07 FAILED 0x06 Action Command 0x67 0x01 0x06 Command code Command/Response Parameter 1 Response Parameter 2 Hex 0x53 0x43 0x31 0x32 0x33 0x00 0x01 0x02 0x04 Example RS128 - LC200 RS-232 command set End 0x4F 0x31 0x41 0x54 0x15 2.4.11 Get Stream ASCII SC 1 2 3 Parameters Description Get Stream type Stream 1 Stream 2 Stream 3 Sync Ready ( enable ) Streaming ( enable ) Off 0x4F 0x31 0x31 0x4F 0x31 0x0D

22 Name Header Extended Header Length GET Address 0x05 ACK 0x55 0xF0 Command Parameters 0x67 0x06 FAILED Action 0x01 0x06 0x31 0x53 0x43 0x31 0x01 0x15 0x05 End 0x0D 0x31 2.4.12 Get Video Source Total Number Command code Command/Response Parameter 1 ASCII CH 1 2 3 4 Response Parameter 2 Hex 0x43 0x48 0x31 0x32 0x33 0x34 Description Get channel source total number Channel 1 Channel 2 Channel 3 Channel 4 Number of channel source could be used in specific 0x01 0xFF channel Example Name Header Extended Header Length GET Address 0x05 ACK 0x55 0xF0 Command Parameters 0x67 0x06 FAILED Action 0x01 0x06 0x31 0x43 0x48 0x31 0x01 0x15 0x05 End 0x0D 0x31 2.4.13 Get Current Video Source ID Command code Command/Response Parameter 1 ASCII CU 1 2 3 4 Response Parameter 2 Hex 0x43 0x55 0x31 0x32 0x33 0x34 Description Get channel source current index Channel 1 Channel 2 Channel 3 Channel 4 Index of channel source 0x01 0xFF Example Name Header Extended Header GET ACK Length Address 0x05 0x55 0xF0 FAILED RS128 - LC200 RS-232 command set 0x06 0x05 Action Command 0x67 0x01 0x06 0x15 Parameters End 0x31 0x43 0x55 0x31 0x01 0x31 0x0D

23 3 Event Notification 3.1 Description The event message sent to an external controller from media station for notifying system state change such as entering recording state while recording. The system state is defined same as the “State” command in Get Action Command List. Please refer to 4.3 Event Code and Parameters for more information. 3.2 Format Name Byte count Header 1 Event Code 2 Parameters n End 1 Header 0x23 (ASCII code: #) Protocol header. Event Code Two bytes event code. Please refer to 4.3 Event Code and Parameters for more information. Parameters Please refer to 4.3 Event Code and Parameters for more information. End 0x0d End code of event. 3.3 Event Code and Parameters 3.3.1 Ntfy Media State Event code Event Parameter 1 ASCII ST 0 1 2 3 4 5 6 7 8 Hex 0x53 0x54 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 Description System event Uninitialize Ready Stopped Recording Paused Waiting Stopping Standby Reboot, only available when state was standby Example Name Header Event Code Parameters End NTFY 0x23 0x53 0x54 0x31 0x0D RS128 - LC200 RS-232 command set

24 4 Note 1. Commands are not accepted during media station boot-up. RS128 - LC200 RS-232 command set

Please refer to 2.3 Command Set and Parameters for more information. Parameters Please refer to 2.3 Command Set and Parameters for more information. Example: Name Header Extended Header Length Address Action Command Parameters End Hex 0x55 0xf0 0x05 0x01 0x73 0x4c 0x4f 0x01 0x0d End 0x0d Protocol end code 2.3 Command Set and Parameters

Related Documents:

Great solution to replace 1 or 2-lamp CFL downlights Extremely quick and easy installation into most 6” and 8” CFL rough-in frames CCT: 3000K, 3500K, 4000K Typical CRI of 82 6”: 14W at 1000 lumens 8”: 14W at 1000 lumens; 19.5W at 1500 lumens; 25W at 2000 lumens L70 @ 50,000 hours

Description: CROSSTOUR WALL MOUNT LED WITH REFRACTIVE LENS Light Source: EATON LED 5000K Ballast/Driver: ELECTRONIC DRIVER Summary Lumens per Lamp: N/A Luminaire Lumens: 13458 lumens Efficiency: N/A Efficacy: 131.9 lumens/watt Luminous Opening: Rectangular (W 0.33' x L: 1' x H:

Polycom conference phone Speaker with tripod Tripod screen with bottom drape 6’ x 6’ Tripod screen with bottom drape 8’ x 8’ VGA signal splitter Video projector 2,500 lumens Video projector 3,000 lumens short-range (3-6 feet) Video projector 3,500 lumens Video projector 5,000 lumens MICROPHONES Active DI Box Standard microphone

L-Acoustics Arcs wide Top kasten 4 SB18m sub 2 x8 Compact box/monitor 2 . LA4x versterkers 2 Mackie SRM-450 Actieve speaker 4 SWA1801 sub 1 Video: BEAMERS Sanyo PLC-XP55 4500 ANSI lumens 1 Sanyo PLC-XP57L 5500 ANSI lumens 1 Sanyo PLC-XP100L 6500 ANSI lumens 1 Optoma GT760 DLP 3400 ANSI lumens 2 .

INTENDED USE — The CPX Series LED is a low-glare panel featuring an external driver. This cost-effective, . CPX LED PANEL Non-Configurable 1' x 4', 2' x 2'and 2' x 4' [43mm] 1.7in 2400 IC RATED LUMENS 3300 LUMENS 4400 LUMENS Switchable Lumens 3500K 4000K 5000K SWITCHABLE WHITE

Figure 2. RS-232 to RS-485 adapters SEL-2886: EIA-232 to EIA-485 interface adapter Advantech BB-485SD9TB: RS-232 to RS-485 adapter DTech RS-232 to RS-485 serial adapter 1.1.3. RS-422 To connect RS-422 devices to a Cisco RS-232 serial port, commonly available RS-422 to RS-232 adapters can be used. Most RS-

Wildlife 232-12-051 [2010 WAC Supp—page 1] Title 232 Title 232 WAC FISH AND WILDLIFE, DEPARTMENT OF (WILDLIFE) Chapters 232-12 Permanent regulations. 232-16 Game reserves. 232-2

Second Grade ELA Curriculum Unit 1 . Orange Board of Education 3 Purpose of This Unit: The purpose of this document is to provide teachers with a set of lessons that are standards-based and aligned with the Common Core State Standards (CCSS). The standards establish guidelines for English language arts (ELA) as well as for literacy in social studies, and science. Because students must learn to .