![Topcnc TC55V Скачать руководство пользователя страница 3](http://html1.mh-extra.com/html/topcnc/tc55v/tc55v_instruction-manual_1128025003.webp)
Delay
Define the time of delay
Judge
Judge if certain condition is met and skip to command called
Skip
Whenever this command is executed, unconditionally skip to
command called .
Fast
Fast positioning
Machine Zero
Go back to machine zero
Speed
Axis move at certain speed, and will stop when certain condition met
Register
When this command is executed, the number on main interface and
manual interface will be set to this number.
Count
When this command is executed, the number on main interface and
manual interface will increase by 1 or decrease by 1.
Subprog Call
Subprogram Called
Subprog Start
Subprogram Started
Subprog End
Subprogram Ended
Coordinate
Set the current position as new coordinates
End
When the commands can not be read, it will be considered as “End”.
Coordinating
This command is similar with Judge, when certain condition of
coordinates is met, it will skip to command called.
PLC Judge
When certain condition of PLC register value is met, it will skip to
command called.
PLC Set
Set Register address and value
3.2 Programming Example
3.2.1 Start to program
X axis motor first run 10mm, 500mm/min, then output port 1 is connected, then wait for the
signal of input port 1, when the signal of input port 1 is detected, output port 1 is off.
Main Interface
Choose “Prog”
Then choose “New”
A new file is created, with interface showing “n 1 End File---- Tab:0”
Press “
”to find “Incremental”
Then the interface will be
N001 Incremental File----
Tab:0 X:0.000 Y:0.000 Z:0.000 C:0.000 F:0
Move the up and down arrow, to take the cursor go to X, and input 10, then go to F, input 500