User guide

103
VTB USER GUIDE
Display the content of TASK PLC
WARNING: in TASK PLC it isn't possible to set a Break-Point.
13.2 Writing of a variable
It is possible to change the value of all the variables in the WATCH list. Double click on the value and then write the
desired value.
If the variable is a type BIT the double click switches from TRUE to FALSE and vice versa.
13.3 Insert/Remove a Break-Point
The insert of a Break-Point allows to break the program in a specified point. When a Break-Point is reached it is possible
to execute STEP by STEP the program checking the correctness.
WARNING: Break-Points can not be inserted in the hardware NGM13.
By Select File select the desired page of code.
Click with the left button of the mouse on the left of the source code window.
Click here
When the program passes from that line, the bar, from BROWN, will turn YELLOW and the execution will be BROKEN. At
this point it will be possible re-run the program with Run after BreakPoint (F5) or execute it Step by Step.
To remove a Break-Point click again on the Break-Point
WARNING: When a Break-Point is reached and the program is stopped, the TASK PLC continues to run. Anyway
breaking the program in CRITICAL points we can create unsafe situation operating on machine. BE CAREFUL !