Using Arrays & Template Variables in Core Studio by Chris Koerner Array variables in Core Studio are a great way to store large sets of data, or dynamically expand upon existing data. And when used with templates and template variables, they can greatly improve your... ACS Sample Project Control System Software Core Studio
Using ReAX / Core Studio GUI with Android & iOS by Chris Koerner Do you know that any device with a web browser can access ReAX control GUIs in the browser, including computers, tablets, and mobile devices? We often get questions about mobile device apps. We do not... Control System Software iPad
ACS Sample - IR Learning with ReAX Controllers by Chris Koerner The video and sample files below cover the topic of how to learn and use IR commands that you will be sending from RXC, RXT, LXC, and DXB controllers. Note: The method for sending IR from VLX and VPX ... ACS Sample Project Control System Hardware Control System Software Core Studio
VPX/VLX Streaming Preview Options by Chris Koerner Editor's note: this article was written focused on VPX, but the general concept applies to VPX and VLX products, unless where specified otherwise. VPX encoders and decoders provide a secondary strea... AV over IP Control System Software Core Studio VLX VPX
How to apply CSS styles to specific UI elements in by Chris Koerner You can apply CSS styles in a few different ways in Core Studio: Global styles using ThemeRoller Mobile Using a custom CSS file Using JS to apply CSS styles Option #2 is implemented similar to option ... Control System Software Core Studio
Core Studio Training Videos by Chris Koerner The ReAX ecosystem encompasses dedicated hardware control processors, touch panels, button panels, and other hardware devices; as well as free software used for programming. Check out our Aurora Acade... Control System Software Core Studio
Sending a Wake-on-LAN (WoL) message by Chris Koerner 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 netwo... Control System Software
Helpful tips for using Telnet and TCP in ReAX Core Studio by Chris Koerner Telnet Actions in Core Studio are used to send Telnet and TCP data to a specific IP:port. Without a Telnet Event listening for data from that same IP:port, the Action will open the socket, send the co... Control System Software Core Studio
Convert legacy YIPI5/WOWE project to Core Studio by Chris Koerner 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... Control System Software
How do I work with hexadecimal data in a ReAX system? by Chris Koerner Let's say you are working with a device that is controlled via serial or Telnet. The manufacturers manual specifies that the command requires sending hex data. What is this and how do you do that? The... Control System Software