Denso RC5 Specifications Page 86

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 85
2-24
Q. How do you chAnge N1, M1 and K1?
A. Add the program libraries “pltLetK1”, “pltLetM1”, “pltLetN1”.
* call pltLetK1(Index, iValue)
* call pltLetM1(Index, iValue)
* call pltLetN1(Index, iValue)
'Index...PalletizingprogramNo.
'iValue...EnterthisvalueintoK1,M1,andN1.
Example) #define pltIndex 0 'Palletizing program No.
Program Exmp
DefInt Index, iValue
Index = pltIndex 'Inserts the palletizing
'program number
'into the Index register.
iValue = 10 'Enters values in K1, M1, and
'N1.
call pltLetK1(Index, iValue)
'Enters the value of iValue
'into K1.
call pltLetM1(Index, iValue)
'Enters the value of iValue
'into M1.
call pltLetN1(Index, iValue)
'Enters the value of iValue
'into N1.
End
Q. How do you obtain the total counter?
A. Add the program library ”pltGetCnt.”
*call pltGetCnt(Index, iValue)
'Index ....Palletizing program No.
'iValue ...Number of type I variable to which the value
of the total counter is returned.
Example) #define pltIndex 0 'Palletizing program No.
Program Exmp
DefInt Index, iValue
Index = pltIndex 'Inserts the palletizing
'program number into Index
'register.
call pltGetCnt(Index, iValue)
'Returns the value of the
'total counter to the type
'I variable specified with
'iValue.
End
Page view 85
1 2 ... 81 82 83 84 85 86 87 88 89 90 91 ... 691 692

Comments to this Manuals

No comments