0% found this document useful (0 votes)
2K views7 pages

Zumtobel LM-SIO3 AV Interface Information

LM-SI03 is a Serial RS232 interface module for connecting external control units to the LUXMATE installation. It converts standardised ASCII clear-text commands into LUXMATE bus telegrams. Nearly all operating functions known by the LMEG control unit are possible. Status messages concern amongst other things current scene of rooms or groups current value of individual actuators display of LM-EG / LM-CG units, particularly time display.

Uploaded by

garethdickie
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views7 pages

Zumtobel LM-SIO3 AV Interface Information

LM-SI03 is a Serial RS232 interface module for connecting external control units to the LUXMATE installation. It converts standardised ASCII clear-text commands into LUXMATE bus telegrams. Nearly all operating functions known by the LMEG control unit are possible. Status messages concern amongst other things current scene of rooms or groups current value of individual actuators display of LM-EG / LM-CG units, particularly time display.

Uploaded by

garethdickie
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Art.-No.

20 975 530 LM-SI03

LM-SI03 LM AV interface module


Serial RS232 interface module for connecting external control units to the LUXMATE installation
Functional Description The following operating functions are amongst those available via the LM-SI03 for external control units: Scene call-up for different zones (rooms, groups) with different fading speeds continuous changing of the values (dimming) only for specific actuators (e.g. move shutter) store current values as scene switching on and off of the daylight automation (in installations with daylight processor) The protocol on the non-LUXMATE side uses ASCII clear text commands. Thus a call-up of scene 3 in the room having the number 2 for example, is performed via the character string "R2S3!". Status messages from the LM-SI03 concern amongst other things the following properties of the LUXMATE installation: current scene of rooms or groups current value of individual actuators display of LM-EG/LM-CG units, particularly time display These messages are normally performed on request of the external side, for example the status of room 2 is established with "R2?". Notes The behaviour of the LM-SI03 is configurable in wide ranges (also using clear text commands). For further details please request the comprehensive interface description. You can find this document (unfortunately only a german version) on the CD-ROM via the link "Operating instructions". Moreover, via the product entry "Software license for Building Management Interface TLR-BMS" on the CD-ROM you can find a detailled description of the general BMS protocol as implemented in TLR-BMS and LM-SI03.

Application The LM-SI03 interface module converts standardised ASCII clear-text commands into LUXMATE bus telegrams and thereby enables external control and operating units to have access to functions in a LUXMATE installation. The LM-SI03 is mainly used in conjunction with controls for audio-visual installations in training rooms and lecture theatres. Touch panels, touch screens, PCs etc. can be used as user interface. Nearly all operating functions known by the LMEG control unit are possible. Moreover, the LMSI03 passes on a very wide range of status messages concerning the LUXMATE installation. External systems are connected via a RS232 serial interface.

Wiring Scheme

Installation / Dimensions / Label 1) The LM-SI03 interface module is installed on a 35 mm DIN rail in the vicinity of the control unit. 2) The 9-pole socket (female) for the RS232 serial interface is located at the top of the housing. 3) Warning: An (uncrossed) extension cable and not a (crossed) connecting cable must be used as interface cable (max. 2m)!

Technical Data Nominal voltage...................................... Permitted input voltage........................ Loss power............................................... Inputs........................................................

230/240V~, 50/60Hz 207...264V~, 50...60Hz < 2W LUXMATE bus RS 232 interface (9-pole, female) Outputs..................................................... Reset signal (common, on at reset) Terminals.................................................. 0,75...2,5mm Installation............................................... On 35mm rail according to EN 50022 Dimensions............................................... 70 x 90 x 59mm 4 TE 17.5mm Housing material..................................... Flame-resistant polycarbonate; halogen-free Weight....................................................... Approx. 300g Permitted ambient temperature.......... 0...50C Protection type....................................... IP 20 Other......................................................... Status LED for indication of operating state

04.2001 LUXMATE Controls GmbH, Subject to technical alterations

www.luxmate.com

SI03 COMMANDS
Switch Room (light):
$02R1T2S1! $03

[AMX]

Set Blind 0%
$02R1G10T3W0$03

Switch Group (light):


$02R1G1T2S1!$03

Set Blinds 100%


$02R1G1T3W255$03

Set Room absolut (light):


$02R1T2W1$03

Stop Blind
$02R1G1T3D+0$03

Set Group absolut:


$02R1G1T2W1$03

Explanations Of String
$02R1G1T2S1!$03

Dim Room Up:


( in 2 steps) $02R1T2D+2$03 (IN 20 Steps) $02R1T2D+20$03

$02 Start String Address of Module:


R1 - Room G1 - Group

Dim Group up:


$02R1G1T2D+2$03

Type Of Module ( Examples )


T1 - all modules T2 - Lights T3 - Blind T10 - Screen

Dim Room Down:


$02R1T2D-2$03

Dim Group Down


$02R1G1T2D-2$03 Addresses can also be dimmed and set to values but not switched(example below)

Possibilities Of Commands
S1! - Scene 1 S2! - Scene 2 S0! - Scene 0 W0 - Value 0 W127 - Value 50 % W255 - Value 100%

Dim Address Up
$02R1B1T2D+2$03

Baud Rate = 9600 Format:


7 data bits, even parity, 1 stop bit Not configurable. ISSUE DATE 11/12/2003

$03 End String

EXAMPLE OF STRING COMMANDS -FOR AMX SYSTEM STRING INFORMATION ROOM B03 = LUXMATE R1 G4 $02R1T2S1!$03 ON - FULL ON - DIMMED $02R1T2S2!$03 ON - DIMMED $02R1T2S3!$03 ON - DIMMED $02R1T2S4!$03 ON - DIMMED $02R1T2S5!$03 OFF $02R1T2S0!$03 $02R1G4T2S1!$03 ON - FULL $02R1G4T2S2!$03 ON - DIMMED $02R1G4T2S3!$03 ON - DIMMED $02R1G4T2S4!$03 ON - DIMMED $02R1G4T2S5!$03 ON - DIMMED $02R1G4T2S0!$03 OFF ROOM B20 = LUXMATE R2 G20 ON - FULL $02R2T2S1!$03 ON - DIMMED $02R2T2S2!$03 ON - DIMMED $02R2T2S3!$03 ON - DIMMED $02R2T2S4!$03 ON - DIMMED $02R2T2S5!$03 OFF $02R2T2S0!$03 $02R2G20T2S1!$03 ON - FULL $02R2G20T2S2!$03 ON - DIMMED $02R2G20T2S3!$03 ON - DIMMED $02R2G20T2S4!$03 ON - DIMMED $02R2G20T2S5!$03 ON - DIMMED $02R2G20T2S0!$03 OFF STRING INFORMATION FOR ROOM B03 = LUXMATE R1 G4 ON - FULL $02R1T2S1!$03 $02R1T2S2!$03 ON - DIMMED ON - DIMMED $02R1T2S3!$03 $02R1T2S0!$03 OFF $02R1G4T2S1!$03 ON - FULL $02R1G4T2S2!$03 ON - DIMMED $02R1G4T2S3!$03 ON - DIMMED $02R1G4T2S0!$03 OFF ROOM B20 = LUXMATE R2 G20 ON - FULL $02R2T2S1!$03 ON - DIMMED $02R2T2S2!$03 ON - DIMMED $02R2T2S3!$03 OFF $02R2T2S0!$03 $02R2G20T2S1!$03 ON - FULL $02R2G20T2S2!$03 ON - DIMMED $02R2G20T2S3!$03 ON - DIMMED $02R2G20T2S0!$03 OFF

100% R1 40% R1 16% R1 8% R1 2% R1 0% R1 100% G4 40% G4 16% G4 8% G4 2% G4 0% G4 STANDARD DEFAULT SETTINGS 100% R2 ) 40% R2 ) THESE WILL 16% R2 )- MIMIC THE 8% R2 ) EG SETTINGS 2% R2 ) 0% R2 100% G20 ) 40% G20 ) THESE WILL 16% G20 )- MIMIC THE 8% G20 ) EG SETTINGS 2% G20 ) 0% G20

ROOM R1 R1 R1 R1 G4 G4 G4 G4 ROOM R2 R2 R2 R2 G20 G20 G20 G20

SCENE 1 2 3 OFF 1 2 3 OFF SCENE 1 2 3 OFF 1 2 3 OFF

) THESE WILL )- MIMIC THE ) SG SETTINGS ) THESE WILL )- MIMIC THE ) SG SETTINGS

) THESE WILL )- MIMIC THE ) SG SETTINGS ) THESE WILL )- MIMIC THE ) SG SETTINGS

SI03 COMMANDS
Switch Room (light):
\x02R1T2S1!\x03

[CRESTRON]

Set Blind 0%
\x02R1G1T3W0\x03

Switch Group (light):


\x02R1G1T2S1!\x03

Set Blinds 100%


\x02R1G1T3W255\x03

Set Room absolut (light):


\x02R1T2W1\x03

Stop Blind
\x02R1G1T3D+0\x03

Set Group absolut:


\x02R1G1T2W1\x03

Explanations Of String
\x02R1G1T2S1!\x03

Dim Room Up:


( in 2 steps) \x02R1T2D+2\x03 (IN 20 Steps) \x02R1T2D+20\x03

\x02 Start String Address of Module:


R1 - Room G1 - Group

Dim Group up:


\x02R1G1T2D+2\x03

Type Of Module ( Examples )


T1 - all modules T2 - Lights T3 - Blind T10 - Screen

Dim Room Down:


\x02R1T2D-2\x03

Dim Group Down


\x02R1G1T2D-2\x03 Addresses can also be dimmed and set to values but not switched(example below)

Possibilities Of Commands
S1! - Scene 1 S2! - Scene 2 S0! - Scene 0 W0 - Value 0 W127 - Value 50 % W255 - Value 100%

Dim Address Up
\x02R1B1T2D+2\x03

Baud Rate = 9600 Format:


7 data bits, even parity, 1 stop bit Not configurable. ISSUE DATE 11/12/2003

\x03 End String

EXAMPLE OF STRING COMMANDS - FOR CRESTRON SYSTEM STRING INFORMATION ROOM B03 = LUXMATE R1 G4 \x02R1T2S1!\x03 ON - FULL \x02R1T2S2!\x03 ON - DIMMED \x02R1T2S3!\x03 ON - DIMMED \x02R1T2S4!\x03 ON - DIMMED \x02R1T2S5!\x03 ON - DIMMED \x02R1T2S0!\x03 OFF \x02R1G4T2S1!\x03 ON - FULL \x02R1G4T2S2!\x03 ON - DIMMED \x02R1G4T2S3!\x03 ON - DIMMED \x02R1G4T2S4!\x03 ON - DIMMED \x02R1G4T2S5!\x03 ON - DIMMED \x02R1G4T2S0!\x03 OFF ROOM B20 = LUXMATE R2 G20 \x02R2T2S1!\x03 ON - FULL \x02R2T2S2!\x03 ON - DIMMED \x02R2T2S3!\x03 ON - DIMMED \x02R2T2S4!\x03 ON - DIMMED \x02R2T2S5!\x03 ON - DIMMED \x02R2T2S0!\x03 OFF \x02R2G20T2S1!\x03 ON - FULL \x02R2G20T2S2!\x03 ON - DIMMED \x02R2G20T2S3!\x03 ON - DIMMED \x02R2G20T2S4!\x03 ON - DIMMED \x02R2G20T2S5!\x03 ON - DIMMED \x02R2G20T2S0!\x03 OFF STRING INFORMATION FOR ROOM B03 = LUXMATE R1 G4 \x02R1T2S1!\x03 ON - FULL \x02R1T2S2!\x03 ON - DIMMED \x02R1T2S3!\x03 ON - DIMMED \x02R1T2S0!\x03 OFF \x02R1G4T2S1!\x03 ON - FULL \x02R1G4T2S2!\x03 ON - DIMMED \x02R1G4T2S3!\x03 ON - DIMMED \x02R1G4T2S0!\x03 OFF ROOM B20 = LUXMATE R2 G20 \x02R2T2S1!\x03 ON - FULL \x02R2T2S2!\x03 ON - DIMMED \x02R2T2S3!\x03 ON - DIMMED \x02R2T2S0!\x03 OFF \x02R2G20T2S1!\x03 ON - FULL \x02R2G20T2S2!\x03 ON - DIMMED \x02R2G20T2S3!\x03 ON - DIMMED \x02R2G20T2S0!\x03 OFF

100% R1 40% R1 16% R1 8% R1 2% R1 0% R1 100% G4 40% G4 16% G4 8% G4 2% G4 0% G4 STANDARD DEFAULT SETTINGS 100% R2 ) 40% R2 ) THESE WILL 16% R2 )- MIMIC THE 8% R2 ) EG SETTINGS 2% R2 ) 0% R2 100% G20 ) 40% G20 ) THESE WILL 16% G20 )- MIMIC THE 8% G20 ) EG SETTINGS 2% G20 ) 0% G20

ROOM R1 R1 R1 R1 G4 G4 G4 G4 ROOM R2 R2 R2 R2 G20 G20 G20 G20

SCENE 1 2 3 OFF 1 2 3 OFF SCENE 1 2 3 OFF 1 2 3 OFF

) THESE WILL )- MIMIC THE ) SG SETTINGS ) THESE WILL )- MIMIC THE ) SG SETTINGS

) THESE WILL )- MIMIC THE ) SG SETTINGS ) THESE WILL )- MIMIC THE ) SG SETTINGS

5 9 4 8 3 7 2 6 1 6 7 8 9

9 Pin Sub-D Female

9 Pin Sub-D Male

Pin Assignment 1 2 3 4 5 6 7 8 9 Legend CD RxD TxD DTR Grd DSR RTS CTS RI

Necessary lines Permanent Not necessary lines

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy