Control the Data Sampling Use menu commands for controlling how data is recorded. Requirement: The application is loaded on the runtime system and a trace is configured. . Menu Commands Trace → Downlo
Navigating into Trace Data Use menu commands to navigate the data in the trace diagram. Requirement: The application is in online mode. Menu Commands Trace → Cursor Trace → Mouse Zooming Trace → Reset
Showing Statistics CODESYS evaluates and displays the sampled data with an option of saving the data to the clipboard. Click Trace → Statistics . :
Getting Started Program PLC_PRG PROGRAM PLC_PRG VAR iVar : INT; rSin : REAL; rVar : REAL; END_VAR iVar := iVar + 1; iVar := iVar MOD 33; rVar := rVar + 0.1; rSin := 30 * SIN(rVar); Requirement: The ap
Accessing All Traces on the Controller If the controller supports the runtime component CmpTraceMgr (Trace Manager), then you can access all traces from a CODESYS project which are running on the cont
Command: Add Variable Function : The command adds a trace variable to the configuration. Call : Trace menu A new variable is displayed in the tree view of the trace configuration. The associated varia
Command: Online List Function : The command opens the Online List dialog. When the trace editor of a DeviceTrace object is enabled, all traces which are running on the controller are displayed in a tr
Managing Trace Use menu commands to load and save traces in various formats. Menu Commands Trace → Save Trace Trace → Load Trace Trace → Export Symbolic Trace Config :
Command: Move All Variables to First Diagram Function : This command causes the variables, which are each displayed individually in one diagram, to be displayed together in the first diagram. Call : T