CODESYS Development System
Testing in Simulation Mode Use simulation mode for testing and debugging your program when you do not have a physical target device. In this mode, the application is started on a simulated device. The
CODESYS Development System
Stepping Through a Program You can step through an application and navigate the code. This is useful to check the status of your code at runtime. You can examine the call process, track variable value
CODESYS Development System
compiler version 3.5.11.x or 3.5.12.x, enable
CODESYS Development System
:= 0; END_VAR VAR [...] :=0; END_VAR VAR [...] VarPersistent : INT:= 0; END
CODESYS Development System
Flow Control With flow control, you can monitor the processing of the application program. Flow control is provided for the ST, FBD, LD, and CFC language editors. With an activated flow control, CODES
CODESYS Development System
Determining the Current Processing Position with the Call Stack You can use the call stack for determining the current position of the program flow. This function is very useful when stepping into pro
CODESYS Development System
Checking the task list The Task List tab of the device editor indicates in an overview the tasks that process the individual inputs and outputs of the I/O mapping of your application and the priority
CODESYS Development System
Application at Runtime When the application is running on the PLC, there are functionalities in the CODESYS development system for monitoring and changing the variable values, as well as for recording
CODESYS Development System
Monitoring of Values At runtime, you can monitor the current variable values of a programming object at different places in a project. The following is what we refer to as "monitoring". Online view of
CODESYS Development System
[0..100, -9 [...] BaseLocal > 0 THEN Prop [...] THEN iBaseLocal := 0