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
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
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