Topcnc TC55H Instruction Manual

Topcnc TC55H Instruction Manual

16 input port and 8 output port

Advertisement

jiafengqi.xtf@hotmail.com
TC55H Instruction Manual
TOPCNC Automation Technology Co., Ltd.
Felicia Jia
jiafengqi.xtf@hotmail.com
Skype: feliciajia19861229
Whats app:+8613811674107
1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TC55H and is the answer not in the manual?

Questions and answers

John Campbell-Brown .
January 20, 2025

log in code button on tc55h .

1 comments:
Mr. Anderson
May 14, 2025

The login code button on the Topcnc TC55H is used to access the password interface, allowing users to enter a password to unlock certain functions or settings.

This answer is automatically generated

Summary of Contents for Topcnc TC55H

  • Page 1 TC55H Instruction Manual TOPCNC Automation Technology Co., Ltd. Felicia Jia jiafengqi.xtf@hotmail.com Skype: feliciajia19861229 Whats app:+8613811674107...
  • Page 2 1. Product Introduction TC55H is an upgrading version of TC55. It can control 4 feeding axis, 1 analog spindle. It is equipped with 16 input port and 8 output port, supporting importing files from USB stick. 2. Technical Specifications Minimum data unit 0.001 mm...
  • Page 3 jiafengqi.xtf@hotmail.com Operation 1. Main Interface This is the interface showing after booting without boot picture. It shows the coordinates of each axis, F speed and rate, S speed and rate, as well as condition of input and output port. P1000 means the program currently running;...
  • Page 4 jiafengqi.xtf@hotmail.com In Auto Interface, Press start to run the last read program, Press Pause to Stop. 2.1 Step Positive display means consecutive operation. Negative display means operate command by command. When it is negative display, press Start once, one program line will be executed. 3.4.2 Edit ●...
  • Page 5 jiafengqi.xtf@hotmail.com 3. Jog ● Press X, Y, Z and C to choose relevant axis. ● S for feeding rate gaining, N for feeding rate decreasing. (10%-150%) ● G for spindle rate gaining, M for spindle rate decreasing. (10%-150%) ● Press Shift to change output port, press Enter to change from ON or OFF. ●...
  • Page 6 jiafengqi.xtf@hotmail.com 3.2 MPG Press MPG, then move the wheel up, the axis chosen move positively, move the wheel down, the chosen axis move negatively. Press X10X100 to change the cardinal number which shown on the top of the screen. Status Cardinal Number 0.001mm 0.01mm...
  • Page 7 jiafengqi.xtf@hotmail.com Speed+Time(ms): time use for motor to reach F speed  Jog+Distance: in manual operation, increment for jogging. Unit of it is depended on electric gear ratio.  Language: English (0)or Chinese(1)  4.1.1 Setting of Electronic Gear Ratio Setting the electronic gear is to set different data unit for different machines. Different axis of the same machine can be set based on different unit.
  • Page 8 jiafengqi.xtf@hotmail.com ● BMZ High: Go to machine zero at high speed. ● BMZ low: Go back to machine zero first at high speed, through zero switch and move back at low speed. Finally slider will stop on the switch. ● BMZ Mode: two modes to go back to machine zero, trough switch or not. Through switch(0): slider will stop on switch.
  • Page 9 jiafengqi.xtf@hotmail.com Z Lim- Z axis Negative limit setting Z axis zero switch setting Man Z+ Z axis clockwise spinning outside manual switch Man Z- Z axis counter clockwise spinning outside manual switch Z Boot Zero Z axis go back to Machine zero after booting external manual switch C Lim+ C axis Positive limit setting C Lim-...
  • Page 10 jiafengqi.xtf@hotmail.com 4.6 Operation ● Press ←→↑↓to move the cursor ● Long Press ↑↓to change page ● After changing the parameters, press ESC, here appears the window ask whether save the parameters or not, press Enter and save, press ESC or Not to give up saving. 5.
  • Page 11 jiafengqi.xtf@hotmail.com 6. USB  Boot Picture Name: K123.bmp or K1234.bmp Pixel: 320*240  Program Name: P123.TXT or P1234. TXT...
  • Page 12 jiafengqi.xtf@hotmail.com Programming 1. Introduction 1.1 Program Name The name of a Program in USB or in system has to be P+ number, Like P1, P123, P1234 1.2 Code Explanation Same Code might means differently in different place. Code Number Range Meaning 0~9999 Sub program name...
  • Page 13 jiafengqi.xtf@hotmail.com Subprogram End Note: G22 and G44 used in pair G25 Nxxxxx Skip Absolute Programming Modal Incremental Programming G92 X_ Y_ Z_ C_ Set Coordinates 2.1G00——Fast Positioning Formula:G00 X_ Y_ Z_ C_ Note: Set the speed in Parameters-Speed. Ex.:Tool move from A to B at fast speed. Absolute Programming:...
  • Page 14 jiafengqi.xtf@hotmail.com Ex.: Absolute Programming: N001 G90 N002 G00 X126 Y80 A→B N003 G01 X84 Y120 F500 B→C N004 G01 X84 Y160 F500 C→D N005 G01 X126 Y160 F500 D→E N006 G01 X84 Y200 F500 E→F Incremental Programming: N001 G91 N002 G00 X84 Y40 A→B N003 G01 X-42 Y40 F500 B→C...
  • Page 15 jiafengqi.xtf@hotmail.com Absolute Programming: N001 G90 N002 G02 X30 Y20 R15 F800 A→B N003 G00 X10 Y50 B→C Incremental Programming: N001 G91 N002 G02 X20 Y10 R15 F800 A→B N003 G00 X-20 Y30 B→C 2.4 G03——Counter Clockwise Interpolation Format:G03 X_ Y_ R_ F_ Note: (1)F is the speed (2)Whole circle can not be finished one time...
  • Page 16 jiafengqi.xtf@hotmail.com Absolute Programming: N001 G90 N002 G03 X30 Y20 R15 F800 A→B N003 G00 X10 Y50 B→C Incremental Programming: N001 G91 N002 G03 X20 Y10 R15 F800 A→B N003 G00 X-20 Y30 B→C 2.5 G04——Delay Time Format:G04 Kxxxxx.xxx Note:0.001~99999.999s Ex:G04 K5 2.6 G20——Subprogram Call Format:G20 Nxxxx.xxx...
  • Page 17 jiafengqi.xtf@hotmail.com 2.8 G92——Set Coordinates Format: G92 X_ Y_ Z_ C_ Note: Set current location as new coordinates 3.M Code M code is used to control input and output. Code Functions Program End Spindle clockwise spinning Spindle counter clockwise spinning Spindle Stop M51~M66 Corresponding output port open or close (1)...
  • Page 18 Wiring Diagram 1. TC55H Back View 2. Wiring Instruction X axis pulse positive output Xp - X axis pulse negative output X axis direction positive output X axis direction negative output Y axis pulse positive output Yp - Y axis pulse negative output...
  • Page 19 jiafengqi.xtf@hotmail.com 01~16 (Input) Connect to power 24V- through machine or switch AGND Analog Spindle Output 0-10V Positive Analog Spindle Output 0-10V Negative System Power Positive System Power Negative I/O Power Positive I/O Power Negative 3. Connection...
  • Page 20 jiafengqi.xtf@hotmail.com...
  • Page 21 Four Reference How to use TC55H correctly? Wiring according to instruction 2. After booting, press and find the button for code and log in. 3. Press PAR, then choose Output; Set M51, Output 1, Press Enter to turn the output port On; Set M52, Output 1, maintain Off;...

Table of Contents

Save PDF