Below is a series of videos that take you through Core Studio, which will allow you to create your own custom interfaces with the ReAX control platform. Video 1: Basic Intro Video 2: Design Mode Part ...
Core Studio is the latest dev tool for the Reax Series controllers. If you want to re-purpose an older project that was ceated in YIPI5 and WOWE, you can follow the below steps to convert/import to th...
Wake-on-LAN is a standard that allows a computer to be turned on by a network message. This message is sent on the data link layer (layer 2 in the OSI model), and broadcast to all devices on the netw...
Here's a useful resource to seach for Pronto Formatted IR files. http://irdb.tk/find/ Use drop-down for MFG: Select Device Type (This case): Then select the PRONTO tab, and copy/paste as needed: You a...
Here, we want a SpinBox to show steps 0-15, but generate a db level range of -45 to 0 for mic level, in 3db steps. The attached zip file (Rename and drop the .txt) contains a WOWE and YIPI project fil...
Here's a quick YIPI5 project, demonstrating how you can program a basic 1-way web-control page to operate control ports. Using the discrete commands found under the green PLUS sign for button properti...
In the example below, you will see how to create a perfectly round button in YIPI. The idea is simple - create a square button, then set the border radius to half of the button dimensions. For insta...
Want to lock your user out of the GUI while a projector is warming up or cooling down? Using some simple tricks with timer Events, variables, sliders, and/or icons can give good results. In this samp...
Many times, you will want to protect your touch panel GUI with a password prompt to prevent unauthorized users from accessing controls that they should not be using. or, perhaps you want to protect a...
In YIPI, there are a variety of ways to accomplish the same thing, depending on your design. A good example is controlling a device with a command that toggles. For instance: power on/off mute/unmu...