Transcript S-Bus

Workshop
E-Line, pRoom Panel, E-Suite 15.06.2016
Workshop model and Exercises for today
Equipment:
• E-Line CPU (PCD1.M2220-C15)
and one RIO module (PCD1.G50x0-A20)
• Programmable room Web Panel
and one E-Line prog. Modules (PCD1.G3600-C15)
• USB cable, PG5 V 2.2.xxx, E-Suite V2
Topics: E-Line CPU and E-Line RIO as main controlling (zone regulation) and then
the 4,3 Room Panel with free programmable module (room regulation)
• Learn the new CPU and make “Device settings” and a small “Fupla program” for
communication with the E-Line RIO module
• S-Bus communication with E-Line Lib.
• free programmable E-Line Module with E-Suite Lib.
• S-Bus communication with E-Suite Lib.
2
Daniel Keinath
Saia Burgess Controls | www.saia-pcd.com
Functionalities local override
 Use the manual values in your program (Ex. BACnet)
 Operate the override operating level via panel or Internet
 Setup without PCD program possible
3
Security level
Operation on
module
Operation via SBus
0
No
No
1
Yes
No
2
Yes
Reduced
3
Yes
Yes
4
No
Yes
Saia Burgess Controls | www.saia-pcd.com
Exercises E-Line CPU, S-Bus network, E-Line RIO
4
Saia Burgess Controls | www.saia-pcd.com
Exercises E-Line CPU and S-Bus network
•
•
Create a new project
Device configuration E-Line CPU
• Service key for Web etc: SBC
• S-Bus Station number: 110
• RS-485 (Port 0)
•
•
•
Ethernet setting
•
•
•
Gateway function: Yes
Baudrate: 115200
IP address: 192.168.12.90
Sub mask: 255.255.255.0
Small Fupla program
• S-Bus initialization “EL S-Bus Master” (E-Line library)
• and for diagnostic “EL-Diag devices” (E-Line library)
• additional broadcast clock (S-Bus standard Library)
• Please test with the “PG5 online Debug” the network
for example the RIO module is present on the network
Notes:
Broadcast clock helps for auto baud mechanism
5
Daniel Keinath
Saia Burgess Controls | www.saia-pcd.com
Exercises E-Line RIO
•
Fupla program (new page)
• Fbox for the PCD1.G50x0-A20
• Make one test button (public symbol) for the DI0
Notes:
The Inputs EN and Man must be “1”
•
Web application (WE8) for the room panel
• Create a Start view (start.htm)
• Make a second side for the RIO template
Test this application and play with the settings
Use the room panel for the visualization
6
Daniel Keinath
Saia Burgess Controls | www.saia-pcd.com
Exercises E-Line RIO Settings in pPanel
Network
TCP/IP address: 192.168.12.91
Subnet mask: 255.255.255.0
Web Connection
Start Page: start.htm
Remote host IP:192.168.12.90
System settings
Order of file search: remote before local
Display
Rotation 180°
7
Daniel Keinath
Saia Burgess Controls | www.saia-pcd.com
Manual overwrite
Parameters for manual overwrite:
only ToggleMan… is for using
Value, ManMode… are for feedback (Status)
8
Daniel Keinath
Saia Burgess Controls | www.saia-pcd.com
9
Saia Burgess Controls | www.saia-pcd.com
Saia PCD1 E-Line for room automation
Room automation with E-Line Serie
Features:
• Installation-friendly design for electro cabinets (DIN 43880)
• free programmable
• autonomous operation
• 24 V AC / DC
• 2 terminals per analog input
• Status display for DI / DO
• without battery
Product number key (ASN key)
Restrictions:
• without automation server
• reduced instruction set
• reduced media
10
Commissioning
S-Bus Address setting
The S-Bus address can be set by switches or by device
configuration.
In case of device configuration, the switches need to be
set at 99, otherwise the switches have priority.
Example:
1. Power ON with switch position 10 (EEPROM content is also 10) -> Display S-Bus -> 10
2. Download config with S-Bus 4 -> display S-Bus -> 10: EEPROM content is updated but not taken into account
3. Switch position 99 -> Display S-Bus -> 4: EEPROM content is used
4. Switch position 10 -> Display S-Bus -> 10: EEPROM content is updated
5. Switch position 99 -> Display S-Bus -> 10: EEPROM content is used
Device configuration
For easy installation set the device configuration to auto
baud and download the settings. Attach the device to the
S-Bus network and do the commissioning remote via the
PCD.
11
IO Data access
IO Data definition
 IOs are represented by predefined symbols.
Take them from the Device configurator.
 Direct access by I and O media is not
supported.
Drag and drop
Symbols from
Device Conf. to
Fupla
12
Resources
Application focus
 Room automation
 Decentralized control stations for district heating / cooling plants
PLC Program (None Volatile Flash memory)
 64k Program
 COB 0, COBSEG, XOB 10, 12,13 and 16
 50 PBs with maximum calling hierarchy of 10 PBs
 16 ROM Text / DB
 IEEE floating point
 SASI Mode C without interpreted text (EnOcean, MP-Bus…)
 No Graphtec and no Media pointer instructions, no Download in Run
PLC Media (Volatile RAM without battery back up)
 2000 Registers
 2000 Flags
 200 Timer / Counter
 5K Byte memory for 16 RAM Text / DB
 Real time clock, cyclically synchronized by the PCD
 500 Elements of EEPROM memory for parameter (media) backup
13
Supported Fbox libraries I
Standard
14
Supported Fbox libraries II
Application
15
Supported Fbox libraries III
If you used not supported Fboxes…
For example you place the not supported “HVC Init 8” FBox
After a built
You get the following error message:
With duple click on the message you go directly to the false page
It is not possible to have more information on the error message,
but you can see you have placed Fboxes how are not supported.
Please have a look to the list of supported Fboxes or make this small test.
In this case please use “HVC Init 4” FBox !
16
E-Suite Fbox library
 Solutions for standard components like switches,
blinds and dimmer and room control loops
 Parameter Backup / Restore
*
17
E-Suite V2 Fbox library introduction
•
•
•
•
Perfect for room and zone-automation applications
Fboxes for electrical and HVC applications
Set point selection in dependence of room states
Optimized data exchange
•
•
•
•
New E-Suite V2 Variant (V2.0.100)
PG5 Version V2.1 + V2.2
Installation an parallel to V1 (beta lib possible)
E-Suite V2 usable in all PCD Controllers (PCD3.M,PCD2.M,PCD1.M, PCD1
E-Line prog. modules, PCD7 pPanels, PCD3.T,…)
Note:
• Symbols will be per default as not public symbol
This helps for create your own FUPLA templates
If you give the Fbox one Name than it generates automatically public
* symbols
18
E-Suite V2 Structure and initialization
• Group by use case
• 1. you must have one HVC Init Fbox from the HVC Library
• PLC/CPU system HVC 8
• E-Line prog. Modules HVC 4
• 2. you must place one of the Init Fboxes from the E-Suite Library
Note: ES Backup Restore Media is only for E-Line programmable modules and
4,3 pRoom Panel!
*
19
E-Suite Fbox library - Parameter Backup / Restore
Volatile RAM without battery back up
• 500 Elements of EEPROM memory for parameter
(media) backup
• FBox for programmable E-Line devices to backup and
restore adjust parameters “EL Backup Restore Media”
FBox for programmable E-Line devices to backup and restore adjust parameters.
For Backup and restore the FBox Enable Input “En” must be set.
EEPROM chips have a limited amount of write cycles (typically 100.000). Backup triggered
by the FBox input writes all parameters to the EEPROM. For backup of only changed
parameters in runtime the cycle time adjust parameter shall be used.
For more Information please have a look to the Help of this Library!
20
E-Suite V2 communication
• Modbus
device is master station
E-Suite Modbus RTU driver with reduced functionality. It is
optimized to interface with room operation units based on
Modbus RTU using a subset of Modbus commands. This
implementation is compatible with all Saia PCD Systems
supporting serial RS-485 interfaces.
• S-Bus
for fast data exchange with E-Line modules
• all CPUs and pPanels (master)
• E-Line programmable modules (slave)
“SASI Initialization” FBox must be placed before
Alternative "SASI S-Bus Master"
It can not be used with "SASI S-Bus Extended".
*
More details Fbox help!
21
E-Suite V2 electrical
• Fboxes for electrical application
A set of Fbox provide solutions for electrical applications
like light and sun blind. Electric installations require free
combinations from different switches to several actuators.
• Input Fbox (sensors values) to send an adjustable
Commands or Events
• Cmd Fboxes (program values) for a specific
command like ON, OFF, TOGGLE and so on from
application program
• Output FBox (actor) to receive commands and
control the actor for switching elements (Relay,
Triac,...),…
*
22
E-Suite V2 general Fboxes and HVC
• Fboxes for general
Room control needs to follow different scenarios according
to the use case of the room. For this we have
• Mode Control (The FBox represents different standard modes in
a Register value)
• Mode Enable (The FBox sets the En output according to
adjustable conditions)
• Fboxes for HVC application
Set of FBox for HVC applications with Set Point selection,
heating and cooling and output control functions.
• SetPoint (provides a set of set points and dead bands for
•
•
23
following control loops)
Valve (0-10 V for analogue valves, 6-Way for analogue 6-Way
valves, PWM for Thermal Valves)
Ventilation (for Fan Coils as well as analogue Ventilators or VAV
controllers with Inputs for heating, cooling and air quality controls
loops)
*
Exercises E-Line prog. Modules and E-Suite
•
•
Create a new project
Device configuration E-Line prog. module
• S-Bus Station number: 1
• RS-485
•
•
24
Baudrate: 115200
Small Fupla program “Play with E-Suite”
• Make a small lighting control
• Mode control regulation
• Small VAV controlling
Daniel Keinath
Saia Burgess Controls | www.saia-pcd.com
Application for a room automation system
PCD1.G3601-C15
• Example Mode Control
25
SBC – PPTX Template | www.saia-pcd.com
4.3” pWeb Panel as room controller
Exercise: IO-Data exchange with the PCD1.G3601-C15 device
• Implement the data exchange with the E-Line, use the Com Box
• Test the application in Fupla online, check the data exchange with the E-Line Module
S-Bus
Web
Prog
26
IO Driver
Systemkatalog | Kapitel A1 – Automationsstationen | PCD1
4.3” pWeb Panel as room controller head station
Exercise: IO-Data exchange with the PCD1.G360x-C15 device
• Data exchange with the E-Line, use the Com Box
Data exchange Master (Panel)
27
Systemkatalog | Kapitel A1 – Automationsstationen | PCD1
4.3” pWeb Panel as room controller head station
Exercise: IO-Data exchange with the PCD1.G360x-C15 device
• Ddata exchange with the E-Line, use the Com Box
• Test the application in Fupla online, check the data exchange with the E-Line Module
Data exchange E-Line (PCD1.G3601-C15)
28
Systemkatalog | Kapitel A1 – Automationsstationen | PCD1
29
Daniel Keinath
Saia Burgess Controls | www.saia-pcd.com