CODESYS provides various options for testing your application and detecting errors. You can start your application in simulation mode, even without connecting any hardware. Using breakpoints and stepping commands, you can examine specific parts of a program. By writing values to variables, you can influence the running program.
Commands are available which reset your application to varying degrees. This ranges from resetting only non-persistent variables to completely resetting the controller to the factory settings.
-
Testing in Simulation Mode
-
Using Breakpoints
-
Stepping Through a Program
-
Forcing and Writing of Variables
-
Resetting Applications
-
Flow Control
-
Determining the Current Processing Position with the Call Stack
-
Checking the task list