Denso RC5 Specifications Page 81

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 80
Chapter 2 Program Flow
2-19
[ 2 ] Parameter Value Setting
Set the parameter values such as the numbers of side and lengthwise
partitions and the layers in palletizing by calling “pltInitialize” from the program
library.
If you select [1-palletizing] in [Equipment type] in the [New project] dialog box
when “New system project” is executed, the program “PRO2” titled “palletizing
initialization template 1” is automatically registered in the library. Since this
program is called “pltInitialize”, change the values of the arguments in the
CALL statement to the proper ones before using.
'!TITLE ”palletizing Initialization template 1”
#DEFINE pltIndex 0
PROGRAM PRO2
CALL pltInitialize(pltIndex, 4,3,1,50,50,50,52,53,54,55) 'Initializes palletizing
'number 0.
END
Fig. 2-18 Library Program “Palletizing Initialization Template 1”
CALL pltInitialize(pltIndex, 3, 5, 3, 50, 50, 10, 52, 53, 54, 55) in parameter
description
1stPalletizing program No. (pltIndex)
2ndNumber of side partitions (3)
3rdNumber of lengthwise partitions (5)
4thNumber of layers (3)
5thApproach length (50mm)
6thDepart length (50mm)
7thPallet height (10mm)
8thP1 position (P52)
9thP2 position (P53)
10thP3 position (P54)
11thP4 position (P55)
Fig. 2-19 Description of Parameter “pltInitialize”
The meaning of this parameter can be seen with the tool “Command builder” in
the PAC manager of WINCAPSII.
Designate only a number for type P variable.
}
Page view 80
1 2 ... 76 77 78 79 80 81 82 83 84 85 86 ... 691 692

Comments to this Manuals

No comments