0% found this document useful (0 votes)
45 views

Free Simulator T Examples Manual

The document provides examples for programming a lathe simulator. It includes instructions on copying files, defining tools, programming in different coordinate systems and radii/diameters, and examples of canned cycles and profile editing. Sections cover ISO programming coordinates in absolute and incremental modes, programming arcs, canned cycles examples with different operations, and profile editor examples for contouring.

Uploaded by

JoySalinas
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views

Free Simulator T Examples Manual

The document provides examples for programming a lathe simulator. It includes instructions on copying files, defining tools, programming in different coordinate systems and radii/diameters, and examples of canned cycles and profile editing. Sections cover ISO programming coordinates in absolute and incremental modes, programming arcs, canned cycles examples with different operations, and profile editor examples for contouring.

Uploaded by

JoySalinas
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 29

Free Simulator

Examples manual (Tmodel)


28/12/2014

Index
1. Copy files .....................................................................................................................................................2
2. Tools (Lathe tools.nc) .............................................................................................................................3
3. ISO. Programming coordinates. ................................................................................................................5
4. ISO. Arc programming "G02/G03" ............................................................................................................6
5. Canned Cycles ............................................................................................................................................7
5.1 Canned Cycles Example 1 (Canned Cycles Example 1.nc) ..................................................................7
5.2 Canned Cycles Example 2 (Canned Cycles Example 2.nc) ..................................................................9
5.3 Canned Cycles Example 3 (Canned Cycles Example 3.nc) ................................................................11
5.4 Canned Cycles Example 4 (Canned Cycles Example 4.nc) ................................................................13
5.5 Canned Cycles Example 5 (Canned Cycles Example 5.nc) ................................................................15
5.6 Canned Cycles Example 6 (Canned Cycles Example 6.nc) ................................................................17
5.7 Canned Cycles Example 7 (Canned Cycles Example 7.nc) ................................................................19
5.8 Canned Cycles Example 8 (Canned Cycles Example 8.nc) ................................................................21
5.9 Canned Cycles Example 9 (Canned Cycles Example 9.nc) ................................................................23
6. Profile editor ..............................................................................................................................................25
6.1 Profile editor. Example 1 (Profile editor. Example 1.nc) ......................................................................25
6.2 Profile editor. Example 2 (Profile editor. Example 2.nc) ......................................................................27
6.3 Profile editor. Example 3 Profile editor. Example 3.nc) .......................................................................28
6.4 Profile editor. Example 4 (Profile editor. Example 4.nc) ......................................................................29

[email protected] Page 1 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

1. Copy files

C:\

[email protected] Page 2 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

2. Tools (Lathe tools.nc)


Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

Tool T3

"A" Cutter angle 30


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

Tool T4

"A" Cutter angle 60


"B" Cutter width 7.5
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

Tool T5

L Tool length 100


R Tool radius 10
Lc Cutting length 100
"Rp" - Tool tip radius 0
Tool type Orientation "Ae" - Entry angle 0

Tool T6

"A" Cutter angle 50


"B" Cutter width 2
"C" Cutting angle 65
"Lc" Cutting length 5
Tool type Shape. "Rp" Tool tip radius 0.1

Tool T7

"A" Cutter angle 50


"B" Cutter width 5
"C" Cutting angle 65
"Lc" Cutting length 5
Tool type Shape. "Rp" Tool tip radius 0.1

[email protected] Page 3 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

Tool T8

"A" Cutter angle 90


"B" Cutter width 4
"C" Cutting angle 90
"Lc" Cutting length 4
Tool type Shape. "Rp" Tool tip radius 0

Tool T9

"A" Cutter angle 90


"B" Cutter width 4
"C" Cutting angle 90
"Lc" Cutting length 4
Tool type Shape. "Rp" Tool tip radius 0

[email protected] Page 4 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

3. ISO. Programming coordinates.


Absolute coordinates (G90) programming in radius (G152). (Coordinates Absolute & radius.nc)
Absolute coordinates (G90) programming in diameters (G151). (Coordinates Absolute & diameters.nc)
Incremental coordinates (G91) programming in radius (G152). (Coordinates Incremental & radius.nc)
Incremental coordinates (G91) programming in diameters (G151). (Coordinates Incremental & diameters.nc)

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 5 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

4. ISO. Arc programming "G02/G03"


Absolute coordinates (G90), defining the radius and programming in radius (G152).
(G02_G03_radio_Absolute & radius.nc)
Absolute coordinates (G90), defining the radius and programming in diameters (G151).
(G02_G03_radio_Absolute & diameters.nc)
Absolute coordinates (G90), defining the arc centre and programming in radius (G152).
(G02_G03_centre_Absolute & radius.nc)
Absolute coordinates (G90), defining the arc centre and programming in diameters (G151).
(G02_G03_centre_Absolute & diameters.nc)
Incremental coordinates (G91), defining the radius and programming in radius (G152).
(G02_G03_radio_Incremental & radius.nc)
Incremental coordinates (G91), defining the radius and programming in diameters (G151).
(G02_G03_radio_Incremental & diameters.nc)
Incremental coordinates (G91), defining the arc centre and programming in radius (G152).
(G02_G03_centre_Incremental & radius.nc)
Incremental coordinates (G91), defining the arc centre and programming in diameters (G151).
(G02_G03_centre_Incremental & diameters.nc)

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 6 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

5. Canned Cycles

5.1 Canned Cycles Example 1 (Canned Cycles Example 1.nc)


Inside turning of curved and straight sections

First fixture. Operation 1: Drilling

Tool T5

L Tool length 100


R Tool radius 10
Lc Cutting length 100
"Rp" - Tool tip radius 0
Tool type Orientation "Ae" - Entry angle 0

First fixture. Operation 2: Inside curved turning

Tool T4

"A" Cutter angle 60


"B" Cutter width 7.5
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

First fixture. Operation 3: Taper turning, facing and outside turning

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 7 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

Second fixture. Operation 4: Taper turning and facing

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 8 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

5.2 Canned Cycles Example 2 (Canned Cycles Example 2.nc)


Facing of inside curved sections and outside straight sections

First fixture. Operation 1: Drilling

Tool T5

L Tool length 100


R Tool radius 10
Lc Cutting length 100
"Rp" - Tool tip radius 0
Tool type Orientation "Ae" - Entry angle 0

First fixture. Operation 2: Inside curved facing

Tool T4

"A" Cutter angle 60


"B" Cutter width 7.5
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

First fixture. Operation 3: Taper turning , Facing and outside turning

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 9 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

Second fixture. Operation 4: Taper facing

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 10 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

5.3 Canned Cycles Example 3 (Canned Cycles Example 3.nc)


Facing of inside straight sections and outside curved sections

First fixture. Operation 1: Drilling

Tool T5

L Tool length 100


R Tool radius 10
Lc Cutting length 100
"Rp" - Tool tip radius 0
Tool type Orientation "Ae" - Entry angle 0

First fixture. Operation 2: Inside taper turning

Tool T4

"A" Cutter angle 60


"B" Cutter width 7.5
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

First fixture. Operation 3: Taper turning , Facing and outside turning

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 11 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

Second fixture. Operation 4: Outside curved facing

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 12 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

5.4 Canned Cycles Example 4 (Canned Cycles Example 4.nc)


Inside roughing along Z axis and outside turning of curved sections

First fixture. Operation 1: Drilling

Tool T5

L Tool length 100


R Tool radius 10
Lc Cutting length 100
"Rp" - Tool tip radius 0
Tool type Orientation "Ae" - Entry angle 0

First fixture. Operation 2: Inside profile facing

Tool T4

"A" Cutter angle 60


"B" Cutter width 7.5
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

First fixture. Operation 3: Facing and outside turning

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 13 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

Second fixture. Operation 4: Outside curved facing

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 14 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

5.5 Canned Cycles Example 5 (Canned Cycles Example 5.nc)


Inside turning of straight sections and outside roughing along the Z axis

First fixture. Operation 1: Drilling

Tool T5

L Tool length 100


R Tool radius 10
Lc Cutting length 100
"Rp" - Tool tip radius 0
Tool type Orientation "Ae" - Entry angle 0

First fixture. Operation 2: Inside taper turning

Tool T4

"A" Cutter angle 60


"B" Cutter width 7.5
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 15 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

First fixture. Operation 3: Facing and outside turning

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

Second fixture. Operation 4: Taper turning and facing

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 16 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

5.6 Canned Cycles Example 6 (Canned Cycles Example 6.nc)


Inside and outside roughing along the X axis

First fixture. Operation 1: Drilling

Tool T5

L Tool length 100


R Tool radius 10
Lc Cutting length 100
"Rp" - Tool tip radius 0
Tool type Orientation "Ae" - Entry angle 0

First fixture. Operation 2: Inside profile turning

Tool T4

"A" Cutter angle 60


"B" Cutter width 7.5
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 17 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

First fixture. Operation 3: Facing and outside turning

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

Second fixture. Operation 4: Taper turning and facing

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 18 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

5.7 Canned Cycles Example 7 (Canned Cycles Example 7.nc)


Inside and outside taper threading

First fixture. Operation 1: Drilling

Tool T5

L Tool length 100


R Tool radius 10
Lc Cutting length 100
"Rp" - Tool tip radius 0
Tool type Orientation "Ae" - Entry angle 0

First fixture. Operation 2: Inside taper turning

Tool T4

"A" Cutter angle 60


"B" Cutter width 7.5
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

First fixture. Operation 3: Facing and outside turning

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 19 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

First fixture. Operation 4: Inside threading

Tool T6

"A" Cutter angle 50


"B" Cutter width 2
"C" Cutting angle 65
"Lc" Cutting length 5
Tool type Shape. "Rp" Tool tip radius 0.1

Second fixture. Operation 5: Outside taper turning

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

Second fixture. Operation 6: Outside threading

Tool T7

"A" Cutter angle 50


"B" Cutter width 5
"C" Cutting angle 65
"Lc" Cutting length 5
Tool type Shape. "Rp" Tool tip radius 0.1

[email protected] Page 20 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

5.8 Canned Cycles Example 8 (Canned Cycles Example 8.nc)


Roughing on the X axis. Outside grooving and threading

First fixture. Operation 1: Drilling

Tool T5

L Tool length 100


R Tool radius 10
Lc Cutting length 100
"Rp" - Tool tip radius 0
Tool type Orientation "Ae" - Entry angle 0

First fixture. Operation 2: Inside profile turning

Tool T4

"A" Cutter angle 60


"B" Cutter width 7.5
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

First fixture. Operation 3: Facing and outside turning

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 21 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

Second fixture. Operation 4: Outside profile turning

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

Second fixture. Operation 5: Grooving

Tool T8

"A" Cutter angle 90


"B" Cutter width 4
"C" Cutting angle 90
"Lc" Cutting length 4
Tool type Shape. "Rp" Tool tip radius 0

Second fixture. Operation 6: Outside threading

Tool T7

"A" Cutter angle 50


"B" Cutter width 5
"C" Cutting angle 65
"Lc" Cutting length 5
Tool type Shape. "Rp" Tool tip radius 0.1

[email protected] Page 22 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

5.9 Canned Cycles Example 9 (Canned Cycles Example 9.nc)


Outside pattern repeat. Internal grooving and threading

First fixture. Operation 1: Drilling

Tool T5

L Tool length 100


R Tool radius 10
Lc Cutting length 100
"Rp" - Tool tip radius 0
Tool type Orientation "Ae" - Entry angle 0

First fixture. Operation 2: Inside profile turning

Tool T4

"A" Cutter angle 60


"B" Cutter width 7.5
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 23 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

First fixture. Operation 3: Taper turning , Facing and outside turning

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

First fixture. Operation 4: Inside grooving

Tool T9

"A" Cutter angle 90


"B" Cutter width 4
"C" Cutting angle 90
"Lc" Cutting length 4
Tool type Shape. "Rp" Tool tip radius 0

First fixture. Operation 5: Inside threading

Tool T6

"A" Cutter angle 50


"B" Cutter width 2
"C" Cutting angle 65
"Lc" Cutting length 5
Tool type Shape. "Rp" Tool tip radius 0.1

Second fixture. Operation 6: Outside profile roughing

Tool T1

"A" Cutter angle 60


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

Second fixture. Operation 7: Outside profile finishing

Tool T3

"A" Cutter angle 30


"B" Cutter width 7
"C" Cutting angle 100
"Lc" Cutting length 6
Tool type Shape. "Rp" Tool tip radius 0.4

[email protected] Page 24 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

6. Profile editor

6.1 Profile editor. Example 1 (Profile editor. Example 1.nc)

[email protected] Page 25 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

[email protected] Page 26 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

6.2 Profile editor. Example 2 (Profile editor. Example 2.nc)

[email protected] Page 27 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

6.3 Profile editor. Example 3 Profile editor. Example 3.nc)

[email protected] Page 28 / 29 Free simulator T examples manual.doc


Free Simulator
Examples manual (Tmodel)
28/12/2014

6.4 Profile editor. Example 4 (Profile editor. Example 4.nc)

[email protected] Page 29 / 29 Free simulator T examples manual.doc

You might also like