Practical examples
Section 5-2
341
failed=0
ELSE 'If the mark has not been detected
PRINT "Mark not detected"
failed=1
IF failed>max_fail THEN 'After several
'consecutive misdetection stop the application
PRINT "Mark definitelly lost"
program_alarm=3
STOP
ENDIF
ENDIF
ENDIF
'Wait until the feed movement has finished
WAIT IDLE
GOTO loop
5-2-8
CAM table inside a program
It shows how to create a CAM table inside a program, and use the
CAMBOX
motion command.
The profile used is the COS square one. This is a quite typical profile for
feeder-type applications as:
• The motion provides a smooth acceleration without sudden acceleration
changes, so the material slip is minimized
• It gives a fast deceleration so the cycle time is reduced. During
deceleration there is no material slip and the friction helps to the stop to
zero.
Содержание SYSMAC CJ Series
Страница 2: ......
Страница 70: ...Specifications Section 2 4 58...
Страница 84: ...FINS commands Section 3 4 72...
Страница 148: ...All BASIC commands Section 4 2 136 AXIS 1 AXIS 0...
Страница 277: ...Section 265 SECTION 5 Examples This chapter gives 2 categories of examples and tips How to s Practical examples...
Страница 370: ...Section 358...