Rti Integration Designer Programming Software Free

  1. Integration Designer Software Download
  2. Example Programming Software

SHAKOPEE, Minn. — July 24, 2017 —

Inducted into the CEDIA Product Hall of Fame in 2011, RTI’s Integration Designer programming software is a powerful Windows-based solution that provides efficient, custom programming of all aspects of any RTI control system. DDS vs DDS4CCM 1. The Teton Project DDS vs. DDS4CCM July 13, 2011 Teton SNA Core Team 2. Background Layered Architecture. Object Management Group (OMG) View 1 – International software open standards organization – DDS, CCM, CORBA, UML, SysML, MDA, IDL, D&C, MARTE, MOF, UPDM, XMI, many others. Data Distribution Service (DDS) – Popular real-time middleware open standard.

RTI, a leading control and automation manufacturer for residential and commercial settings, today announced that its highly-anticipated Integration Designer(R) APEX software is now available. The enhanced Windows(R)-based programming platform is packed with new features that dramatically speed up the installation process for projects of any size, while maintaining the ease of customization that RTI is known for.

“We couldn’t be more excited to say that our highly-anticipated APEX software is now available for our dealers to put into action,” said Mike Everett, Vice President of Global Sales, RTI. “For system designers, standard buttons and functionality that previously took hours to program can now be done in a matter of minutes, and customization has never been easier. This gives dealers an enormous head start on every project, allowing them to spend more time focusing on the possibilities of an RTI system with their clients, and providing the scalability to compete in new residential and commercial markets.”

The backbone of RTI’s control and automation solutions, Integration Designer APEX supports the advanced capabilities the company has planned for upcoming software releases, while delivering numerous immediate features that simplify programming and make system design more efficient than ever. These include automatic generation of the graphical user interface and programming, a new IR library, multi-room programming, advanced graphic resizing, and more. The completely flexible software allows system designers to modify auto-generated templates, take advantage of third-party templates, or create their own pages while still utilizing APEX’s powerful features.

Live dealer training webinars are scheduled all this week. To sign up, dealers can visit

.

The enhanced software is available for download now at

.

# # #

About RTI

Celebrating 25 years of innovation, RTI delivers the connected world to users’ fingertips via advanced control and automation systems for residential and commercial applications. The company’s award-winning solutions let users take complete control over their home or business with ease, bringing together entertainment, distributed A/V, lighting, climate, security, and more into one simple user interface. For dealers, RTI’s systems are backed by the company’s renowned Integration Designer(R) programming software, which allows them to deliver a completely customized control experience and powerful third-party integration.

Guided by a passion for redefining the limits of engineering, the RTI portfolio of powerful, yet affordable, central processors, A/V distribution products, Apple(R) and Android™ apps, in-wall touchpanels, and beautiful handheld remotes deliver smart and reliable control in elegant form factors. Part of the RTI family of innovative control solutions, the Pro Control line of easy-to-program handheld remote controls, control processors, and ProPanel(R) app are engineered with RTI’s advanced capabilities built-in and bring unprecedented value to professionally installed electronic systems. Together, RTI and Pro Control are setting the standard for enhanced, fully customizable control and automation solutions for every application.

More information is available at

and

Integration Designer Software Download

www.procontrol.com.

PR Link:

www.ingearpr.com/RTI/170724RTI.docx

Photo Link:

All trademarks and registered trademarks mentioned herein are the property of their respective owners.

Share it on Twitter:

Follow RTI:

Twitter:

https://twitter.com/RTICorp

Facebook:

http://www.facebook.com/rticorp

LinkedIn:

Introduction

Example Programming Software

RTI is a company that makes in-wall screens, remote controls and other specialized equipment to control home and building automation. For more details, please see http://www.rticorp.com

Since we got multiple questions regarding the possibility to have a 2-way driver for RTI, we've created one and it's freely available. We also provide the source code for the RTI driver.

RTI material is pretty expensive but very high quality and the software (Integration Designer) is very easy to use for someone that is a little technical. Integration Designer is only available for integrator's but we've multiple end-users that got the software from the re-seller/integrator where they bought the material.

The goal of RTI is to have a fully integrated solution so a remote control, an in-wall screen, an ipad has full control over hifi, lights, cooling, heating, camera's etc and this with an interface that can be fully customized by using the RTI Integration Designer software.

RTI components

An RTI installation consist of a few components:

  • RTI control processor: This is the central process unit that will retrieve information from the different devices like the Openmotics gateway, Hifi receivers, Television, Remote controls, in-wall screens, Philips Hue lights and be able to give commands. Different models exist and the difference between the models depends on the number of ports (RS232, dry contacts, relay contacts etc). The Openmotics Gateway is connected to the RTI control processor by using RS232. Please always use an XP processor since the 2-way driver for Openmotics has been written for the XP processors. Also, most of the third party drivers have been written for the XP series.
  • Remote control (optional): Different models of RTI remote controls exist (some without LCD, other with color LCD etc) and can be programmed by using the Integration Designer software. Please use RTI remote controls with Zigbee since those have better reaction time from sleep to active state in other words, when you press a button, the action will be immediate (with wifi remote controls, the connection must established which takes sometime more then a second).
  • Zigbee: The XP-3 control processor has a built-in zigbee transceiver, the XP-6 and XP-8 both needs a separate Zigbee transceiver (ZM-24). The XP-3 offers good value for money. My experience with the RTI zigbee is that the range is very good and far better then Wifi (I've 3 wifi bridges in my house and only 1 Zigbee transceiver).
  • In-wall screen (optional): RTI has different type of screens that can be incorporated in any wall in your house. The screens that integrate in your house are connected (by 1 POE connection per screen) to a POE switch. You can easily connect multiple screens and let be controlled by a single processor.
  • POE switch (optional): When you use in-wall screens, a POE switch is needed.

RTI communication principle

Many people have used the Philips pronto system. Openmotics has also written a driver for the Philips pronto system a few years ago. The Philips Pronto system had a huge disadvantage compared to the RTI system: The remote controls acted as master in other words, when information was needed from the receiver for example, each remote control individually would request the same information. When multiple remotes were used at the same time, this often resulted in communication conflicts, or even equipment stop functioning.

RTI has taken a different approach: Only 1 master exist which is the Control processor. Only the Control processor will communicate with the different components in your system avoiding any conflicts. The control processor will have the different drivers of the equipment connected and retrieve the necessary information and execute the different commands. The remote controls, in-wall screens etc will communicate with the Control Processor (and not with the equipment itself).

All your different equipment will be connected by using ethernet or RS232.

Openmotics driver Version 1.0

This version provides all functionality to have bidirectional control of following functions of the Openmotics home/building automation system:

Free
  1. Switch On/Off lights
  2. Dim lights
  3. Switch On/Off outputs
  4. Read temperature sensor data
  5. Read thermostat setpoint
  6. Set thermostat setpoint
  7. Read thermostat mode (Manual, automatic, Party, vacation and away mode)
  8. Set thermostat mode
  9. Execute Basic Actions
  10. Events

We're working on version 1.1 which will also integrate the power/voltage/current information when using the Openmotics power modules.

Downloads

All the RTI driver code can be found on Github. If you only want to use the 2-way driver in RTI integration designer software, just download 'Openmotics serial.rtidriver'. All the other files you can find in this directory are needed when you want to change the driver or write your own driver.

The below download will you provide the 2-way driver to control your full Openmotics system by using RTI material and the source code files:

OpenMotics serial.rtidriver
[1]
Retrieved from 'https://wiki.openmotics.com/index.php?title=RTI&oldid=2438'