Bosch 6000 User's Guide Page 177

  • Download
  • Add to my manuals
  • Print
  • Page
    / 268
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 176
162
6000 Series Programmer's Guide
The third path consists of two pairs of the first two (see drawing below). Each pair is placed
at variable locations within the Work coordinate system and the two pairs are connected with a
Line segment. The Line leading into the first pair starts at (20,20) in the Work coordinate
system. The first pair starts at (VAR1,2Ø) and the second pair starts at (VAR2,2Ø) in the
Work coordinate system. HANDLE is defined using the Local coordinate system. Even
though HANDLE is defined in absolute coordinates and appears in two different places along
the path in PARTS, the statements describing it appear only once, in a path definition using
local coordinates.
6000 Code
SCALE1 ; Enable scaling
PSCLA10000 ; Path acceleration scaler
PSCLV10000 ; Path velocity scaler
PSCLD10000 ; Path position scaler
DEF PARTS ; Begin PARTS path definition
PAXES1,2 ; Set X axis to be axis 1, Y axis to be axis 2
PAB1 ; Use absolute coordinates
PWC20,20 ; Establish WORK coordinates
PL0 ; Enable WORK coordinates
PLIN(VAR1),20 ; LINE to (VAR1,20)
PLC0,0 ; Specify LOCAL coordinate system
PL1 ; Enable LOCAL coordinate system
PAB1 ; Use absolute coordinates
POUT1100 ; Programmable pattern for next segments
PARCOM10,10,0,10 ; CCW quarter circle
PLIN10,20 ; Vertical LINE segment
PARCP20,10,-10 ; CW 3/4 circle
PARCM20,0,5 ; CCW half circle
PAB0 ; Use incremental coordinates
POUT0011 ; Programmable pattern for next segments
PLIN30,0 ; Long LINE into circular knob
PARCOM0,0,0,10 ; CCW circle for the knob
PLIN10,0 ; Short LINE out of knob
PAB1 ; Use absolute coordinates
PL0 ; Return to WORK coordinates
PLIN(VAR2),20 ; LINE to (VAR2,20)
PLC0,0 ; Specify LOCAL coordinate system
PL1 ; Enable LOCAL coordinate system
PAB1 ; Use absolute coordinates
POUT1100 ; Programmable pattern for next segments
PARCOM10,10,0,10 ; CCW quarter circle
PLIN10,20 ; Vertical LINE segment
PARCP20,10,-10 ; CW 3/4 circle
PARCM20,0,5 ; CCW half circle
PAB0 ; Use incremental coordinates
POUT0011 ; Programmable pattern for next segments
PLIN30,0 ; Long LINE into circular knob
PARCOM0,0,0,10 ; CCW circle for the knob
PLIN10,0 ; Short LINE out of knob
END ; End of PARTS path definition
PCOMP PARTS ; Compile PARTS path definition
R = 10
R = 5
R = 10
(30,0)
20
VAR
1
VAR
2
20
Work Coordinate System
R = 10
R = 5
R = 10
(30,0)
Page view 176
1 2 ... 172 173 174 175 176 177 178 179 180 181 182 ... 267 268

Comments to this Manuals

No comments