·192·
Operating manual
CNC 8055
CNC 8055i
10.
PLC
·T· M
ODEL
S
OFT
: V02.2
X
Lo
gic ana
lyzer
10.10.3 Run trace
Once the desired variables and trigger conditions have been selected, press the "EXECUTE
TRACE" softkey so the CNC starts capturing data.
When the selected trigger condition is met, the trigger line shown in the information window changes
colors.
While the trace is being executed, the information window shows the text "Trace status:
CAPTURING".
The trace will end when the internal memory buffer dedicated to it is full or if it is interrupted by
pressing the "STOP TRACE" softkey. While the trace is being executed, the information window
shows the text "Trace status: COMPLETE".
Data capture
The data capture takes place at the beginning of each cycle (PRG and PE) after reading the physical
inputs and updating the marks corresponding to the CNC logic outputs and just before starting the
program execution.
To also capture data while executing the PLC cycle, the "TRACE" instruction must be used.
With this instruction, it is possible to capture the data of the signals that vary with frequencies higher
than the cycle time and data of signals whose status changes while executing the cycle, but have
the same status at the beginning and at the end of the cycle.
Example of how to use the "TRACE" instruction:
PRG
-----------
TRACE
; Data capture
-----------
TRACE
; Data capture
-----------
TRACE
; Data capture
-----------
END
PE 5
-----------
TRACE
; Data capture
-----------
END
The data capture while executing the trace in this program takes place:
• At the beginning of each PRG cycle.
• Every time the periodic module is executed (every 5 milliseconds).
• 3 times within the PRG module.
• Once within the PE module.
This way, by using the "TRACE" instruction it is possible to capture data more often by inserting this
instruction at critical points.
The "TRACE" instruction must be used only when debugging the PLC program and it should be
removed once the debugging process is over.
Operating modes
The way the data is captured depends on the type of trigger that has been selected. Here are the
various types of trigger used and how the data is captured in each case:
Summary of Contents for CNC 8055
Page 1: ...CNC 8055 T Operating manual Ref 1705 Soft V02 2x...
Page 6: ...6 Operating manual CNC 8055 CNC 8055i T MODEL SOFT V02 2X...
Page 10: ...18 CNC 8055 CNC 8055i Declaration of conformity and Warranty conditions...
Page 14: ...10 CNC 8055 CNC 8055i Version history...
Page 20: ...16 CNC 8055 CNC 8055i Returning conditions...
Page 22: ...20 CNC 8055 CNC 8055i Additional notes...
Page 24: ...22 CNC 8055 CNC 8055i Fagor documentation...
Page 124: ...124 Operating manual CNC 8055 CNC 8055i 6 MANUAL T MODEL SOFT V02 2X Spindle movement...
Page 134: ...134 Operating manual CNC 8055 CNC 8055i 7 TABLES T MODEL SOFT V02 2X Tool Offset table...
Page 135: ...Operating manual CNC 8055 CNC 8055i TABLES 7 T MODEL SOFT V02 2X 135 Tool Offset table...
Page 138: ...138 Operating manual CNC 8055 CNC 8055i 7 TABLES T MODEL SOFT V02 2X Tool geometry table...
Page 196: ...196 Operating manual CNC 8055 CNC 8055i 10 PLC T MODEL SOFT V02 2X Logic analyzer...
Page 212: ...212 Operating manual CNC 8055 CNC 8055i 11 GRAPHIC EDITOR T MODEL SOFT V02 2X Modifications...
Page 240: ...240 Operating manual CNC 8055 CNC 8055i 13 DIAGNOSIS T MODEL SOFT V02 2X Interesting notes...
Page 253: ...Operating manual CNC 8055 CNC 8055i 14 T MODEL SOFT V02 2X 253...
Page 254: ...254 Operating manual CNC 8055 CNC 8055i 14 T MODEL SOFT V02 2X...
Page 255: ......