Denso RC5 Spécifications Page 86

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 692
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 85
1 2 ... 81 82 83 84 85 86 87 88 89 90 91 ... 691 692

Commentaires sur ces manuels

Pas de commentaire