Bosch 6000 User's Guide Page 199

  • Download
  • Add to my manuals
  • Print
  • Page
    / 268
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 198
184
6000 Series Programmer's Guide
Registration – Sample Application 1
In this example, two-tiered registration is achieved (see illustration below). While axes 1 is
executing it's 50,000-unit move, trigger input A is activated and executes registration move A
to slow the load's movement. An open container of volatile liquid is then placed on the
conveyor belts. After picking up the liquid and while registration move A is still in progress,
trigger input B is activated and executes registration move B to slow the load to gentle stop.
DEL REGI1 ; Delete program (in case program already resides in memory)
DEF REGI1 ; Begin program definition
INFNC25-H ; Define input #25 (trigger A) as a trigger interrupt input
INFNC26-H ; Define input #26 (trigger B) as a trigger interrupt input
INFEN1 ; Enable programmable input functions defined with INFNC command
ENC0x ; Set positioning mode to motor step mode
(FOR STEPPERS ONLY)
A20 ; Set acceleration on axis 1 to 20 units/sec
2
AD40 ; Set deceleration on axis 1 to 40 units/sec
2
V1 ; Set velocity on axis 1 to 1 unit/sec
REGA4000 ; Set trigger A's registration distance on axis 1 to 4000 units
; (registration A move will use the ENC, A, AD, & V values above)
ENC0x ; Set positioning mode to motor step mode
(FOR STEPPERS ONLY)
A5 ; Set acceleration on axis 1 to 5 units/sec/sec
AD2 ; Set deceleration on axis 1 to 2 units/sec/sec
V.5 ; Set velocity on axis 1 to 0.5 units/sec
REGB13000 ; Set trigger B's registration distance on axis 1 to 13,000 units
; (registration B move will use the ENC, A, AD, & V values above)
RE10 ; Enable registration on axis 1 only
A50 ; Set acceleration to 50 units/sec/sec on axis 1
AD50 ; Set deceleration to 50 units/sec/sec on axis 1
V10 ; Set velocity to 10 unit/sec on axis 1
D50000 ; Set distance to 50000 units on axis 1
GO10 ; Initiate motion on axis 1
END ; End program definition
Velocity
Distance
Trigger A
Activated
Trigger B
Activated
0 20,000
0
2
4
6
8
10
Pick up
container
Page view 198
1 2 ... 194 195 196 197 198 199 200 201 202 203 204 ... 267 268

Comments to this Manuals

No comments