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
ACS Sample - Basic Room Combine by Chris Koerner This article covers creating a Core Studio project to handle a room combine application. When it comes to room combine, there are 2 general programming methods you could choose: Multiple independent c... ACS Sample Project Core Studio
ACS Sample - Multi-Language Support in Control Interfaces by Chris Koerner A customer asked about supporting multiple languages within one Core Studio project. This could be easily accomplished by defining the various language text for all UI controls, then programmatically ... ACS Sample Project 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
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