Command: Compress Symbol: Function : The command compresses the trace graph by zooming into the displayed time range by a fixed percentage. Call : Trace menu; context menu For more information, see: S
Command: Stretch Symbol: Function : The command stretches the trace graph by zooming out of the displayed time range by a fixed percentage. Call : Trace menu; context menu For more information, see: N
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
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