manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. Siemens
  6. •
  7. Controllers
  8. •
  9. Siemens SEZ50MB User manual

Siemens SEZ50MB User manual

Siemens Building Technologies / HVAC productsB309920.10.2009 1/ 2
Operating Instructions SEZ50MB
ProductOverview:
TheSEZ50MB unit is aRS485 type Modbus communicationinterface (RTUmode only). It connects with
RWD controllers viaRS232interface forremote monitoring functions. SEZ50MB Modbus communication
canbe developedby usersaccordingto Modbus Application Protocol SpecificationV1.1b
(www.Modbus.org), or userscan use Siemens Modbus SW tool as theSEZ50MBModbusinterface.
ModbusConnection
TheSEZ50MB Modbus Interface Unit enables remotemonitoring onRWD devices on the same network
(Modbus).The BUStopologyis recommended,i.e. one singlebus.
A
M
odbus
RS485 Type
MaxCable Length= 1000m
+
-
RefGND
Ref
-+
SEZ50MB
RS232
RWDxx
RS232
Ref
-+
SEZ50MB
RS232
RWDxx
RS232
Ref
-+
SEZ50MB
RS232
RWDxx
RS232
+
-
Termination
Resistance of
both ends
150
Ω
RX
TX
GND
TX
RX
GND
D+
D-
RS232
-
TO
-
RS485
Converter
IsolatedConverter Recommended
B
USB
USB
+
-
Ref
Ref
-
+
SEZ50MB
RS232
RWDxx
RS232
Ref
-
+
SEZ50MB
RS232
RWDxx
RS232
Ref
-
+
SEZ50MB
RS232
RWDxx
RS232
+
-
Termination
Resistance
ofbothends
150 Ω
GND
D+
D
-
ModbusRS485Type
MaxCableLength=1000m
RS232
-
TO
-
RS485
Converter
IsolatedConverterRecommended
Power SupplyInterface
G & G0 terminals areforAC24 VSELV powersupply(LED indicates poweron).
ModbusRS485Interface
+, - Differential Signals
RefDifferential COMMON
RS232Interfaceto RWD Device (DB9Connector)
A 1.5 meters long RS232cable is provided togetherwith SEZ50MBand the RS232 cable is one-to-one type
(the samepin numbers are connected at both ends of thiscable). TheDB9 male socket ofthe RS232 cable
willbe connected to RWD devicewhile the female plugwillbe connected toSEZ50MB.
Pin No. Descriptions Functions
1 Not Used Not Used
2 RXD Receive Input
3 TXD Transmit Output
4 Voltage Output 1 DC +12 V
5 Reference GroundRS232 0 V
6 Not Used Not Used
7 Voltage Output 2 DC -12 V
8 Not Used Not Used
9 Not Used Not Used
ON
1
2
3
4
5
6
7
8
DeviceAddress Bit
The SEZ50MBdevice address canbe setvia an 8-wayDIP switchand the validaddresses are 1 to 247.
DIPswitch Position à
1 2 3 4 5 6 7 8
Address No. Bit7
Bit6
Bit5
Bit4
Bit3
Bit2
Bit1
Bit0
BroadcastAddress(=0) 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 1
UserAddresses(=1 to 247) 1 1 1 1 0 1 1 1
1 1 1 1 1 0 0 0
Reserved Address (=248 to 255) 1 1 1 1 1 1 1 1
ON
1
2
3
4
DeviceSetting
The communication settingssuchasbaud rate, parityand stop bits can be set viaa4-wayDIP switch.
DIP switch Position Function Settings ON(1) or OFF (0)
ON 19200bps (Default)
1 BaudRate Selection OFF 9600bps
2, 3 Parity&Stop Bits
OFF
ON
OFF
ON
OFF
OFF
ON
ON
ODD Parity,1StopBit
Even Parity, 1 Stop Bit (Default)
None Parity,2Stop Bits
None Parity,2Stop Bits
ON No Function
4 Reserved OFF No Function (Default)
Siemens Building Technologies / HVAC productsB309920.10.2009 2/ 2
Beforeturning on thepowersupplyofSEZ50MB,please do thefollowings:
lCheck all required connections on the RWDdevice;
lConfigure RWD deviceto a desired application manuallyorvia RWD SW tool andcheck if the
standalone operationofthis RWD is working properly(refer toRWD datasheet formoredetails);
lSet the8-wayDIP switchforSEZ50MBdevice address.If morethan one SEZ50MBsare usedwithin
thesameModbusnetwork, differentdeviceaddressesshouldbe usedforeverySEZ50MB;
lSet the4-wayDIP switchforSEZ50MBcommunicationsettings, and the same communication
settings should beapplied to allSEZ50MBs connectedto the same network;
lConnect the RS232 cable between RWDdeviceand SEZ50MB;
lConnect PC RS232 port withaRS232-TO-RS485 converteror connect USB port witha USB-TO-
RS485converter (converterwith electricalisolation is highlypreferred);
lConnect the RS485 side of the converter withtheModbus interface(+,-, Ref) ofSEZ50MB –If
multiple SEZ50MBs areused on the sameModbus network, itis recommended to use a single BUS
type topologyand to terminate the Modbus networkwith a termination resistor of 150 Ωfor the best
performance.
SEZ50MBModbusSpecifications
The DeviceAddresses forSEZ50MBs are from1to 247 while the valid Function Codes are as follows:
Function
Code (Hex)
Data
Length Functions RWD ParameterAddressable
Ranges
0x01 1 ReadR/W Flag (Coil)
0x05 1 Write R/W Flag (Coil) 0xxxx
e.g. 00001, 00003
0x02 1 ReadR-onlyFlag (DiscreteInput) 1xxxx
e.g. 10004
0x03 2 ReadR/W Register (Holding Register)
0x10 2 Write R/W Register 4xxxx
e.g. 40109, 40111
0x04 2 ReadR-onlyRegister (InputRegister) 3xxxx
e.g. 30001, 30007
Examples of usingdifferent function codes
UsingFunction Code0x01 to read RWD32Sparameter(ADDR =00001) called “bFrostEnable”with
Modbus ADDR =0000:
SEZ50MB
DeviceAddress Function
Code Modbus Address
Data Length CRC16 Check
Send F7 01 00 00 00 01 E9 5C
SEZ50MB
Device Address Function
Code Byte
Count Status CRC16Check
Respond F7 01 01 01
(bFrostEnable =Enable) A3 C0
UsingFunction Code0x02 to read RWD68 parameter(ADDR=10005) called “Q1_output”with Modbus
ADDR =0004:
SEZ50MB
Device Address Function
Code Modbus Address
Data Length CRC16Check
Send F7 02 00 04 00 01 EC 9D
SEZ50MB
DeviceAddress Function
Code Byte
Count Status CRC16Check
Respond F7 02 01 00
(Q1_output =Off) 92 00
Using FunctionCode 0x03to read RWD68 parameter (ADDR =40117,40118)called “SP3day”with
Modbus ADDR=0116,0117:
SEZ50MB
DeviceAddress Function
Code ModbusAddress
DataLength CRC16 Check
Send F7 03 00 74 00 02 90 87
SEZ50MB
Device Address
Function Code
Byte Count
Status
(IEEE754 format) CRC16 Check
Respond
F7 03 04 41 E0 00 00
(SP3 daysetpoint28 °C)
79 F6
Using FunctionCode 0x04to read RWD68 parameter (ADDR =30055,30056)called “RWDAPP”with
Modbus ADDR=0054,0055:
SEZ50MB
DeviceAddress Function Code
Modbus Address
Data Length CRC16 Check
Send F7 04 00 36 00 02 85 53
SEZ50MB
Device Address
FunctionCode
Byte Count
Status
(IEEE 754 format) CRC16 Check
Respond F7 04 04 42 480000
(Application No. is 50) 92 00
Using FunctionCode 0x05to write RWD32S parameter(ADDR=00001) called “bFrostEnable”with
Modbus ADDR=0000:
SEZ50MB
DeviceAddress Function Code
Modbus Address
Value CRC16 Check
Send F7 05 00 00 FF 00 98 AC
SEZ50MB
DeviceAddress Function Code
Modbus Address
Value CRC16 Check
Respond F7 05 00 00 FF 00 98 AC
Note: Onlytwo possibilities forValueabove - writinga “0”using Value =0000
or writing a “1”usingValue =FF00.
Using FunctionCode 0x10to write RWD68 parameter (ADDR =40117,40118)called “SP3day”with
Modbus ADDR=0116,0117:
SEZ50MB
DeviceAddress Function Code
ModbusAddress
Data Length Byte
Count
Send F7 10 00 74 00 02 To below
Data
Length Byte
Count Status
(IEEE754 format) CRC16
Check
From
Above 04 41 E80000
(SP3 daysetpoint29 °C)
7C FB
SEZ50MB
DeviceAddress Function Code
Modbus Address
Data Length CRC16 Check
Respond F7 10 00 74 00 02 15 44
Note: This operatinginstructionprovidesinformation about the setup andtheoverall Modbus requirements.
For RWDparameters, IOsignal statusand their correspondingModbus addresses, please referto
theSEZ50MB User ManualCB1P3099en for moreinformation.
2009Siemens SwitzerlandLtd.
Subject tochange

Other manuals for SEZ50MB

1

Other Siemens Controllers manuals

Siemens GDB 9E Series User manual

Siemens

Siemens GDB 9E Series User manual

Siemens SlMATlC S5-010W User manual

Siemens

Siemens SlMATlC S5-010W User manual

Siemens ACVATIX SAYxP Series User manual

Siemens

Siemens ACVATIX SAYxP Series User manual

Siemens RLU2 Series User manual

Siemens

Siemens RLU2 Series User manual

Siemens OpenAir GLB 1E Series User manual

Siemens

Siemens OpenAir GLB 1E Series User manual

Siemens SIMATIC S7-200 User guide

Siemens

Siemens SIMATIC S7-200 User guide

Siemens GPC 1A Series User manual

Siemens

Siemens GPC 1A Series User manual

Siemens Simatic S7-400 User manual

Siemens

Siemens Simatic S7-400 User manual

Siemens REV13 series User manual

Siemens

Siemens REV13 series User manual

Siemens LOGO! 24RC User manual

Siemens

Siemens LOGO! 24RC User manual

Siemens SIRIUS 3RW44 User manual

Siemens

Siemens SIRIUS 3RW44 User manual

Siemens instabus JB526C23 User manual

Siemens

Siemens instabus JB526C23 User manual

Siemens Stratos Outstation Guide

Siemens

Siemens Stratos Outstation Guide

Siemens OpenAir GDE141.1U Owner's manual

Siemens

Siemens OpenAir GDE141.1U Owner's manual

Siemens SINAMICS S120 Parts list manual

Siemens

Siemens SINAMICS S120 Parts list manual

Siemens RWF40 Series Quick start guide

Siemens

Siemens RWF40 Series Quick start guide

Siemens SINAMICS S120 Quick start guide

Siemens

Siemens SINAMICS S120 Quick start guide

Siemens SITOP UPS1600 User manual

Siemens

Siemens SITOP UPS1600 User manual

Siemens SIMATIC S7-1200 User guide

Siemens

Siemens SIMATIC S7-1200 User guide

Siemens RCM-1 Service manual

Siemens

Siemens RCM-1 Service manual

Siemens SIMOTION D410 Quick start guide

Siemens

Siemens SIMOTION D410 Quick start guide

Siemens ECOFAST 3RK1323 Series User manual

Siemens

Siemens ECOFAST 3RK1323 Series User manual

Siemens RVP201 User manual

Siemens

Siemens RVP201 User manual

Siemens SQN72 Series User manual

Siemens

Siemens SQN72 Series User manual

Popular Controllers manuals by other brands

ComAp InteliDrive DCU Marine manual

ComAp

ComAp InteliDrive DCU Marine manual

Team Losi LOSB9524 manual

Team Losi

Team Losi LOSB9524 manual

Emerson 1301G instruction manual

Emerson

Emerson 1301G instruction manual

Omron SYSMAC CS Series Operation manual

Omron

Omron SYSMAC CS Series Operation manual

Prolon C1050 Series Hardware guide

Prolon

Prolon C1050 Series Hardware guide

RDZ UMHPI user manual

RDZ

RDZ UMHPI user manual

Motorola RZ100 manual

Motorola

Motorola RZ100 manual

IAI MSEL instruction manual

IAI

IAI MSEL instruction manual

Zennio MAXinBOX 8 v3 Technical documentation

Zennio

Zennio MAXinBOX 8 v3 Technical documentation

PIETRO FIORENTINI APERVAL Technical manual

PIETRO FIORENTINI

PIETRO FIORENTINI APERVAL Technical manual

Mitsubishi Electric FX1N-2AD-BD user manual

Mitsubishi Electric

Mitsubishi Electric FX1N-2AD-BD user manual

Danfoss erc 112 user manual

Danfoss

Danfoss erc 112 user manual

Toshiba TCB-SC640U installation manual

Toshiba

Toshiba TCB-SC640U installation manual

Victron energy BlueSolar MPPT 150/35 manual

Victron energy

Victron energy BlueSolar MPPT 150/35 manual

Watts HF scientific Air Sentinel II 110010 Installation and operation manual

Watts

Watts HF scientific Air Sentinel II 110010 Installation and operation manual

ERS AirCool plus manual

ERS

ERS AirCool plus manual

Prolon M2000 SERIES Hardware guide

Prolon

Prolon M2000 SERIES Hardware guide

Spektrum VR6010 instructions

Spektrum

Spektrum VR6010 instructions

manuals.online logo
manuals.online logoBrands
  • About & Mission
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Copyright 2025 Manuals.Online. All Rights Reserved.