Lenze DDS Function library PLCToolBox Manual de usuario Pagina 21

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 26
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 20
Function library LenzePLCToolBox.lib
Functions/function blocks
2.13 L_TBResetBitOfDword
2−13
L LenzePLCToolBox.lib EN 1.5
2.13 L_TBResetBitOfDword
DWORD L_TBResetBitOfDword (dwInput, byBitNr)
This function resets a single bit in a value of type "double word" to 0".
L_TBResetBitOfDword
0
31
dwInput
byBitNr
0
0...31
Reset
Transfer parameters
Identifiers Data type Info/possible settings
dwInput Double word Value in which a bit is to be reset to 0".
byBitNr Byte No. (0 ... 31) of the bit to be reset.
Return value: Double word
Value Meaning
0 ... 4294967295 Value of type "double word" resulting from the reset bit.
Example
Calling the function in ST:
dwValue := 105 (* dwValue = 105 dec = 01101001 bin *)
dwValue := L_TBResetBitOfDword(dwValue, 3); (* reset bit 3 *)
(* dwValue = 97 dec = 01100001 bin *)
Vista de pagina 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26

Comentarios a estos manuales

Sin comentarios