en:software:qview:qview_6:qcl_library:vr10asctouby

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:vr10asctouby [2017/02/06 17:45] – created qem103en:software:qview:qview_6:qcl_library:vr10asctouby [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  |  ARRGBL  |  array  |  B  |Array contenente il dato da convertire (deve essere dichiarato con almeno "index+1" elementi)| +|  IN  |  ARRGBL  |  array  |  B  |Array containing the data to be converted (must be declared with at least "index + 1" items)| 
-|  IN  |  GLOBAL  |  index  |  L  |Indice dell'elemento array dove inizia il dato+|  IN  |  GLOBAL  |  index  |  L  |Index of the array element at the beginning of the data
-|  OUT  |  GLOBAL  |  return  |  W  |Valore del dato convertito+|  OUT  |  GLOBAL  |  return  |  W  |Data value converted
-|  OUT  |  GLOBAL  |  errcode  |  F  |Variabile che segnala un eventuale errore sulla funzione|+|  OUT  |  GLOBAL  |  errcode  |  F  |Variable that indicates a possible error on 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 on certain valuesthe meaning of these values is summarized below:\\ 
-0: Nessun errore\\ +0: No error\\ 
-1: Errorevalore ASCII non compreso tra 48÷57 65÷70 +1: Error: ASCII value is not within 48÷57 or 65÷70 
  
-=== Esempio ===+=== Example ===
  
-Trasforma il valore 48H (Ascii) in un valore unsigned byte+Transforms the value 48H (Ascii) in an unsigned byte value
  
 <code QCL> <code QCL>
Line 38: Line 38:
 VR10AscToUBy (array, index, return, errcode) VR10AscToUBy (array, index, return, errcode)
  
-;Sul dato return  si troverà :+;On the return data you will find :
 ; return = 72 ; return = 72
 </code> </code>
  • Last modified: 2019/08/29 17:18