How is a C/C++ program written to the controller using TelePACE Studio?
A C/C++ logic program is typically written to the controller’s RAM and is done from the C/C++ dialog. Only executable files with the extension <.abs> (16-bit controllers), <.mot> (SCADAPack 32 controllers) or <.out> (SCADAPack 300-Series) can be written. Executable files are created using only the following third-party compiler software: Microtec C compiler for the 16-bit controllers, Hitachi C++ compiler for the SCADAPack 32 controllers and open-source GNU C++ compiler for the SCADAPack 300-Series controllers. All compilers and associated CTools are available from Control Microsystems.
To write a C/C++ executable file to the controller’s RAM:

