Back to FAQ's

How is a TelePACE ladder logic program written to the controller?

A TelePACE ladder logic program is typically written to the controller’s RAM and is done with the Write to Controller command. This command also writes the controller serial port settings, TCP/IP port settings, register assignment and register values (for registers designated as “available always”), to the controller.

To write a ladder logic program to the controller’s RAM:

  • Establish communication with the controller.
  • Create a ladder logic program.
  • Configure the controller serial port settings, TCP/IP port settings, register assignment and registers designated as ”available always”.
  • Select the Communication | Write to Controller command.

After the program download is complete, select the Operation | Run command to execute the code.