en:software:qview:qview_6:qcl_library:vr10swrtobin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:software:qview:qview_6:qcl_library:vr10swrtobin [2017/02/06 15:49] – created qem103en:software:qview:qview_6:qcl_library:vr10swrtobin [2019/08/29 17:01] (current) – external edit 127.0.0.1
Line 16: Line 16:
  
 ^IN/OUT^VARIABLE TYPE^EXAMPLE NAME^DIM^^ ^IN/OUT^VARIABLE TYPE^EXAMPLE NAME^DIM^^
-|  IN  |  GLOBAL  |  value  |  W  |Valore del dato da convertire+|  IN  |  GLOBAL  |  value  |  W  |Data value to convert
-|  IN  |  GLOBAL  |  index  |  L  |Indice dell'elemento array dove iniziare il "deposito del dato convertito+|  IN  |  GLOBAL  |  index  |  L  |Index of the array element to start the "depositof the converted data
-|  OUT  |  ARRGBL  |  array  |  B  |Array contenente il dato convertito (deve essere dichiarato con almeno "index+1" elementi)| +|  OUT  |  ARRGBL  |  array  |  B  |Array containing the converted data (must be declared with at least "index + 1" items)| 
-|  OUT  |  GLOBAL  |  errcode  |  F  |Variabile che segnala un eventuale errore sulla funzione|+|  OUT  |  GLOBAL  |  errcode  |  F  |Variable that indicates a possible error on the function|
  
 ==== Errcode ==== ==== Errcode ====
  
-Una volta richiamata la funzione, 'errcode' può assumere determinati valoriil significato di tali valori è riassunto di seguito:\\ +After calling the function, 'errcode' can take certain valuesthe meaning of these values is summarized below:\\ 
-0: Nessun errore+0: No error
  
-=== Esempio ===+=== Example ===
  
-Trasforma il valore  -100 (signed word) in un valore binario+Transforms the value -100 (signed word) in a binary value
  
 <code QCL> <code QCL>
Line 36: Line 36:
 VR10SWrToBin (value, index, array, errcode) VR10SWrToBin (value, index, array, errcode)
  
-;Sull'array si troverà :+;On the array will be :
 ; array[1] = -1 ; array[1] = -1
 ; array[2] = -20 ; array[2] = -20
  • Last modified: 2019/08/29 17:18