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

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:software:qview:qview_6:qcl_library:vr10swrtobin [2017/02/06 15:51] – [IMPLEMENTATION] qem103en:software:qview:qview_6:qcl_library:vr10swrtobin [2017/02/06 15:53] – [Esempio] qem103
Line 23: Line 23:
 ==== 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:01