en:software:devices:recdata

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
en:software:devices:recdata [2016/12/27 16:04] – [2. Installazione] qem103en:software:devices:recdata [2020/07/13 15:00] (current) qem103
Line 2: Line 2:
  
  
-===== - Introduction =====+====== - Introduction ======
  
 The internal RECDATA device is the tool that resides in CPU that allows you to manage data logging type: The internal RECDATA device is the tool that resides in CPU that allows you to manage data logging type:
Line 16: Line 16:
 ===== - Installation ===== ===== - Installation =====
  
-==== - Dichiarazione device nel file di configurazione (.CNF) ====+==== - Device declaration in the configuration file (.CNF) ==== 
 + 
 +In the configuration file (.CNF), the BUS section must be declared so that you have the hardware resources required for the implementation of the RECDATA device.\\ 
 +In the INTDEVICE section of the .CNF file must be add the following definition: 
 + 
 +^:info:^It is necessary that each definition are present on the same line. In case you do not want to assign a resource, for example IntL, You must enter in the appropriate field the X string.^
  
-Nel file di configurazione (.CNF), la sezione BUS deve essere dichiarata in modo tale che siano 
-presenti le risorse hardware necessarie all’implementazione del device RECDATA.\\ 
-Nella sezione INTDEVICE del file .CNF deve essere aggiunta la seguente definizione: 
-<WRAP center round info 60%> 
-È necessario che tutte le 
-voci di definizione siano 
-presenti sulla stessa linea. 
-Nel caso in cui non si desideri 
-associare una risorsa, 
-ad esempio IntL, si deve comunque 
-inserire nel relativo 
-campo la stringa X. 
-</WRAP> 
 <code QCL> <code QCL>
 ;--------------------------------- ;---------------------------------
-Dichiarazione devices interni+Internal device declaration
 ;--------------------------------- ;---------------------------------
 INTDEVICE INTDEVICE
 .. ..
-<NOME_DEVICE> RECDATA TCAMP QCTL1 QCTL2 IOUTA1 IOUTA2 INTL1 INTL2 ING1 ING2 OUT1 OUT2+<DEVICE_NAME> RECDATA TCAMP QCTL1 QCTL2 IOUTA1 IOUTA2 INTL1 INTL2 ING1 ING2 OUT1 OUT2
 </code> </code>
  
-dove+where
-|<nome device>Nome assegnato al device.| +|<device name>| The name assigned to the device.| 
-|RECDATA|Parola chiave che identifica il devices.|+|RECDATA|Keyword that identifies the devices.|
 |TCamp|Tempo di campionamento device (1÷255 ms).| |TCamp|Tempo di campionamento device (1÷255 ms).|
-|QCTL1|Indirizzo contatore bidirezionale 1 (per evitare che il device utilizzi questa risorsa inserire il carattere X.X).| +|QCTL1|Address bi-directional meter 1 (to prevent the device uses this resource to put the X.X character).| 
-|QCTL2|Indirizzo contatore bidirezionale 2 (per evitare che il device utilizzi questa risorsa inserire il carattere X.X).| +|QCTL2|Address bi-directional meter 2 (to prevent the device uses this resource to put the X.X character).| 
-|IOutA1|Indirizzo hardware del componente DAC dell’uscita analogica 1. (per evitare che il device utilizzi questa risorsa inserire il carattere X.X).| +|IOutA1|Hardware address of the DAC component of analog output 1. (to prevent the device uses this resource to put the X.X character).| 
-|IOutA2|Indirizzo hardware del componente DAC dell’uscita analogica 2. (per evitare che il device utilizzi questa risorsa inserire il carattere X.X).| +|IOutA2|Hardware address of the DAC component of analog output 2. (to prevent the device uses this resource to put the X.X character).| 
-|IntL1|Numero della linea di interrupt 1 (per evitare che il device utilizzi questa risorsa inserire il carattere X). Questa linea di interrupt può dare lo start alla registrazione.| +|IntL1|Number of the interrupt line 1 (to prevent the device uses this resource to put the character). This interrupt line can give the start to registration.| 
-|IntL2|Numero della linea di interrupt 2 (per evitare che il device utilizzi questa risorsa inserire il carattere X).| +|IntL2|Number of the interrupt line 2 (to prevent the device uses this resource to put the character).| 
-|Ing1|Ingresso generico 1| +|Ing1|Generic input 1| 
-|Ing2|Ingresso generico 2| +|Ing2|Generic input 2| 
-|Out1|Uscita generica 1| +|Out1|Generic output 1| 
-|Out2|Uscita generica 2|+|Out2|Generic output 2| 
 <code QCL> <code QCL>
 ;--------------------------------- ;---------------------------------
-Dichiarazione devices interni+Internal device declaration
 ;--------------------------------- ;---------------------------------
 INTDEVICE INTDEVICE
Line 63: Line 56:
  
  
-===== - Funzionamento =====+===== - Operation =====
  
-Di seguito si riporta uno schema di principio del funzionamento del device RECDATA +Below is a diagram of the operation of the RECDATA device {{ :software:devices:recdata:recdata_01.png?nolink550 |}} 
-{{ :software:devices:recdata:recdata_01.png?nolink550 |}} +The RECDATA device works only with the maximum resolution of the transducer (bit encoder * 4). 
-Il device RECDATA lavora solamente con la risoluzione massima del trasduttore (bit encoder * 4). +In the case that the analog output declared in the configuration file is used by a device to analog positioning (CAMMING or EANPOS type), the monitor offers the display of the theoretical position of the axis in addition to the practicalThe difference between the two counts is the following error of axisThe reference device for this information is the one that currently using the analog output hardware resource.\\ 
-Nel caso in cui l’uscita analogica dichiarata nel file di configurazione sia utilizzata da un device +You can start recording via the interrupt input (''IntL1'')
-di posizionamento analogico (tipo CAMMING EANPOS), il monitor propone la visualizzazione +
-della posizione teorica dell’asse oltre a quella praticaLa differenza tra i due conteggi è l’errore +
-di inseguimento dell’asseIl devices di riferimento per queste informazioni è quello che in +
-quel momento sta utilizzando la risorsa hardware di uscita analogica.\\ +
-E’ possibile avviare la registrazione tramite l’ingresso in interrupt (''IntL1'')+
  
-==== - Step disponibili per la memorizzazione ====+==== - Available steps for storing ====
  
-Il device utilizza il 50% della memoria RAM della CPUla quale viene suddivisa in bancate di 16 +The device uses 50% of CPU RAM memorywhich is split into banks of 16 BytesThe number of steps available for registration is indicated by //stepnum// parameterwhich is read onlyand is calculated with the formula:\\ 
-ByteIl numero di passi disponibili per la registrazione viene indicato dal parametro //stepnum//, il +//stepnum// = RAM available : 16\\ 
-quale è solamente in letturaed è calcolato con la formula:\\ +The 16 Bytes of the Bank (named step) are divided into 4 Long, named //data1//, //data2//, //data3// and //data4//Formatting data in memory depends on how you set the mode parameter according to the following order:\\ 
-//stepnum// = RAM disponibile : 16\\ +State I/O\\
-16 Byte della bancata (chiamati step) sono a loro volta divisi in 4 Long, chiamati //data1//, //data2//, +
-//data3// //data4//La formattazione dei dati all’interno della memoria dipende da come viene +
-impostato il parametro mode seguendo il seguente ordine:\\ +
-Stato I/O\\+
 Encoder 1\\ Encoder 1\\
 Encoder 2\\ Encoder 2\\
-Uscita analogica 1\\ +Analog output 1\\ 
-Uscita analogica 2\\ +Analog output 2\\ 
-Errore di inseguimento 1\\ +Following error 1\\ 
-Errore di inseguimento 2\\ +Following error 2\\ 
-Encoder virtuale 1\\ +Virtual encoder 1\\ 
-Encoder virtuale 2\\ +Virtual encoder 2\\ 
-Per l’utente risulterà difficile interpretare i dati rilevati senza passare attraverso il QVIEW (l’ambiente +For the user it will be difficult to interpret the data obtained without going through the QVIEW (the development software has a dedicated tool). For this reason is not delved into the topic if not upon the customer's request.
-di sviluppo dispone di un tool dedicato). Per questo motivo non viene approfondito l’argomento +
-se non su specifica richiesta del cliente.+
  
  
-===== - Gestione errori device =====+===== - Device error management =====
  
-La presenza di un errore nel device viene segnalato dallo stato //st_error//.\\ +An error in the device is signaled by the //st_error// state.\\ 
-Quando //st_error// è uguale a 1, troviamo presente sulla variabile //errcode// il tipo di errore intervenuto +When //st_error// is equal to 1, are present on the //errcode// variable the type of error occurred (see tableand in the //errvalue// variable an indication on the cause of the error
-(vedi tabellae nella variabile //errvalue// una indicazione sulla causa dell’errore+
  
-^Codice^Priorità^Descrizione+^Code^Priority^Description
-|1|1|Modificato parametro mode durante la registrazione|+|1|1|Modified mode parameter during registration|
  
-Se il device va in erroreper poter riprendere la lavorazione bisogna cancellare lo stato //st_error// +If the device goes wrongin order to start working you have to clear the //st_error// status through the //RSERR// command.
-attraverso il comando //RSERR//.+
  
  
-===== - Gestione warning device =====+===== - Warning device management =====
  
-La presenza di un warning nel sistema camming viene segnalato dallo stato //st_warning//.\\ +The presence of a warning in the system camming is signaled by the //st_warning// state.\\ 
-Essendo causato da un evento non grave ed essendo garantita in questa situazione la gestione del +Being caused by a minor event and being guaranteed in this situation the management of device, the tool continues his work.\\ 
-device, il tool continua il suo lavoro.\\ +When //st_warning// is equal to 1, are present on the //wrncode// variable the type of warning intervened (see tableand in the //wrnvalue// variable an indication as to the cause of the warning.
-Quando //st_warnin//g è uguale a 1, troviamo presente sulla variabile //wrncode// il tipo di warning +
-intervenuto (vedi tabellae nella variabile //wrnvalue// una indicazione sulla causa che ha provocato +
-il warning.+
  
-^Codice^Priorità^Descrizione+^Code^Priority^Description
-|1|0|Comando non eseguito|+|1|0|Command not executed|
  
-Per cancellare lo stato //st_warning// bisogna inviare il comando //RSWRN//.+To clear the //st_warning// state must be send the //RSWRN// command.
  
  
-===== - Tabella comandi e parametri =====+===== - Commands and parameters table =====
  
-==== - Simbologia adottata ====+==== - Symbols used ====
  
-Il nome del parametrostato o comando viene riportato alla sinistra della tabella.+The parameter namecondition or command is taken back to the left side of the table.
  
 **R**\\ **R**\\
-Indica se il relativo parametro o stato è ritentivo (al momento dell’inizializzazione del device +Indicates if the parameter or state is retentive (upon initialization of the device maintains the previously defined), or the state assumes upon initialization of the device.\\ 
-mantiene lo stato precedentemente definito), oppure lo stato che assume al momento +If the device does not need to initialize the "R" field indicates the value that the parameter or state take at the power up of the card.\\ 
-dell’inizializzazione del device.\\ +R = Retentive\\ 
-Se il device non necessita di inizializzazione il campo “R” indica il valore che il parametro o +0 = Upon initialization of the device the value is forced to zero.\\ 
-stato assume all’accensione della scheda.\\ +1 = Upon initialization of the device the value is forced to one.\\ 
-R = Ritentivo\\ +- = Upon initialization of the device is presented significant value.
-0 = Al momento dell’inizializzazione del device il valore viene forzato a zero.\\ +
-1 = Al momento dell’inizializzazione del device il valore viene forzato a uno.\\ +
-- = Al momento dell’inizializzazione del device viene presentato il valore significativo.+
  
 **D**\\ **D**\\
-Indica la dimensione del parametro.\\+Indicates the size of the parameter.\\
 F = Flag\\ F = Flag\\
 B = Byte\\ B = Byte\\
Line 151: Line 125:
 S = Single Float S = Single Float
  
-=== - Condizioni === +=== - Conditions === 
-Vengono descritte tutte le condizioni necessarie affinché il parametro sia considerato corretto + 
-o perché il comando venga accettato.\\ +Describes all the conditions necessary so that the parameter is considered correct or because the command is accepted.\\ 
-In alcuni casi vengono specificati dei valori limite per l’accettazione del parametrose vengono +In some cases, limit values are specified for the acceptance of the parameterif introduced any values outside the limits setthe data is however acceptedtherefore appropriate controls of the application must be provided to ensure the proper functioning.\\ 
-introdotti dei valori esterni ai limiti impostatiil dato viene comunque accettatopertanto +To execute a commandall the conditions must be metotherwise, the command is not sent.
-devono essere previsti opportuni controlli dell’applicativo tali da garantire il corretto funzionamento.\\ +
-Per l’esecuzione di un comandotutte le relative condizioni devono necessariamente essere +
-soddisfattein caso contrario il comando non viene inviato.+
  
 **A**\\ **A**\\
-Indica la **modalità di accesso**.\\ +Indicates the **access mode**.\\ 
-R = Read (lettura).\\ +R = Read.\\ 
-W = Write (scrittura).\\+W = Write.\\
 RW = Read / Write. RW = Read / Write.
  
-==== - Comandi ====+==== - Commands ====
  
-I comandi sono stati ordinati con priorità decrescenteAd esempio, in caso di contemporaneità +The commands were ranked by decreasing priorityFor example, in the case of contemporary of //INIT// and //EMRG// commandsis acquired first the //INIT// command.
-dei comandi //INIT// ed //EMRG//, viene acquisito per primo il comando //INIT//.+
  
-^Nome^Condizioni^Descrizione+^Name^Conditions^Description
-|STARTR|st_rec = 0\\ st_error = 0|**Start recording**\\ Comanda l'inizio dell'acquisizione dei dati.\\ Attiva lo stato //st_reck//.| +|STARTR|st_rec = 0\\ st_error = 0|**Start recording**\\ Command the beginning of data acquisition.\\ Activates the //st_reck// state.| 
-|STOPR|st_rec = 1|**Stop recording**\\ Ferma la procedura di registrazione dati.\\ Azzera lo stato //st_rec//.| +|STOPR|st_rec = 1|**Stop recording**\\ Stops the registration process data.\\ Reset the //st_rec// state.| 
-|READSTEP|stepnum>stepin>1|**Read step**\\ Consente di leggere lo step specificato in stepin. il dato è disponibile quando stepin=stepout. E' consigliato leggere quando non è in corso una registrazione (st_rec = 0).| +|READSTEP|stepnum>stepin>1|**Read step**\\ You can read the step specified in stepin. The data is available when stepin=stepout. It is recommended to read when a recording is in progress (st_rec = 0).| 
-|INTENBL|capture>0|**Interrupt enable**\\ Abilita cattura dell'interrupt indicato in IntL1 nel file di configurazioneAll'arrivo dell'interrupt il devices inizierà la registrazione che verrà memorizzato in delta.\\ Attiva lo stato //st_intenbl//.| +|INTENBL|capture>0|**Interrupt enable**\\ Enable interrupt capture indicated in IntL1 in the configuration file. Upon arrival of the interrupt the devices starts recording that will be stored in delta.\\ Activates the //st_intenbl// state.| 
-|INTDSBL|Nessuna|**Interrupt disable**\\ Disabilita la cattura dell'interrupt.\\ Azzera lo stato //st_intenbl//.| +|INTDSBL|No|**Interrupt disable**\\ Disable the interrupt capture.\\ Reset the //st_intenbl// state.| 
-|RSCAPTURE|Nessuna|**Reset capture**\\ Disattiva lo stato di //st_capture//.| +|RSCAPTURE|No|**Reset capture**\\ Disable the //st_capture// state.| 
-|RSERR|Nessuna|**Reset error**\\ Azzera lo stato //st_error//.| +|RSERR|No|**Reset error**\\ Reset the //st_error// state.| 
-|RSWRN|Nessuna|**Reset warning**\\ Azzera lo stato //st_warning//.|+|RSWRN|No|**Reset warning**\\ Reset the //st_warning// state.|
  
-==== - Parametri ====+==== - Parameters ====
  
-^Nome^D^R^A^Condizioni^Descrizione+Name      ^ D  ^ R  ^ A    Conditions  Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
-|stepnum|L|0|R|Nessuna|**Step number**\\ Indica il massimo numero di step possibili da registrareIl valore viene fissato automaticamente all'accensione del sistema e non può essere variato.\\ Range valido: 1 ÷ 999999| +| stepnum   | L  | 0  | R    No     | **Step number**\\ Indicates the maximum number of steps possible to registerThe value is automatically fixed when you turn on the system and cannot be changed.\\ Valid range: 1 ÷ 999999                                                                                                                                                                                                                                                                                                                                                                        
-|stepin|L|0|R-W|Nessuna|**Step input**\\ Indica il numero di step che l'utente intende leggere con il comando di READSTEP.\\ Range valido: 1 ÷ //stepnum//+| stepin    | L  | 0  | R-W  No     | **Step input**\\ Indicates the number of steps that the user wants to read with the READSTEP command.\\ Valid range: 1 ÷ //stepnum//                                                                                                                                                                                                                                                                                                                                                                                                                                         
-|stepout|L|0|R|Nessuna|**Step output**\\ Indica il numero di step disponibile alla lettura nei parametri data1, data2, data3 data4.\\ Range valido: -999999 ÷ 999999| +| stepout   | L  | 0  | R    No     | **Step output**\\ Indicates the number of steps available to read in data1, data2, data3 and data4 parameters.\\ Valid range: -999999 ÷ 999999                                                                                                                                                                                                                                                                                                                                                                                                                            
-|data1|L|0|R|Nessuna|**Data number 1**\\ Variabile d'usoAl suo interno di trovano i valori catturati durante la registrazione.\\ Vedi capitolo dediato.| +| data1     | L  | 0  | R    No     | **Data number 1**\\ Variable useInside are the values captured during recording.\\ See dedicated chapter                                                                                                                                                                                                                                                                                                                                                                                                                                      
-|data2|L|0|R|Nessuna|**Data number 2**\\ Variabile d'usoAl suo interno di trovano i valori catturati durante la registrazione.\\ Vedi capitolo dedicato.| +| data2     | L  | 0  | R    No     | **Data number 2**\\ Variable useInside are the values captured during recording.\\ See dedicated chapter                                                                                                                                                                                                                                                                                                                                                                                                                                     
-|data3|L|0|R|Nessuna|**Data number 3**\\ Variabile d'usoAl suo interno di trovano i valori catturati durante la registrazione.\\ Vedi capitolo dedicato.| +| data3     | L  | 0  | R    No     | **Data number 3**\\ Variable useInside are the values captured during recording.\\ See dedicated chapter                                                                                                                                                                                                                                                                                                                                                                                                                                     
-|data4|L|0|R|Nessuna|**Data number 4**\\ Variabile d'usoAl suo interno di trovano i valori catturati durante la registrazione.\\ Vedi capitolo dedicato.| +| data4     | L  | 0  | R    No     | **Data number 4**\\ Variable useInside are the values captured during recording.\\ See dedicated chapter                                                                                                                                                                                                                                                                                                                                                                                                                                     
-|capture|B|R|R-W|Nessuna|**Capture mode**\\ Definisce il modo di cattura dell'interrupt sull'impulso di zero.\\ **0**=Disabilitato.\\ **1**=One-shot su fronte di salitaViene catturato il primo fronte di salita dell`impulso di zero dopo l`attivazione di st_intenbl.\\ **2**=One-shot su fronte di discesaViene catturato il primo fronte di discesa dell`impulso di zero dopo l`attivazione di st_intenbl.\\ Range valido: 0 ÷ 2.| +| capture   | B  | R  | R-W  No     | **Capture mode**\\ Defines how to catch the interrupt on zero-pulse.\\ **0**=Disable.\\ **1**=One-shot on the rising edgeHe was captured on the first rising edge of zero-pulse after enabling of st_intenbl.\\ **2**=One-shot on falling edgeHe was captured on the first falling edge of zero-pulse after enabling of st_intenbl.\\ Valid range: 0 ÷ 2.                                                                                                                                                          
-|mode|B|R|R-W|st_rec = 0|**Recording mode**\\ Il modo di registrazione viene definito da un Byte i cui singoli bit, se impostati a 1, abilitano l'acquisizione.\\ **2<sup>0</sup>** = Encoder 1\\ **2<sup>1</sup>** = Encoder 2\\ **2<sup>2</sup>** = Uscita analogica 1\\ **2<sup>3</sup>** = Uscita analogica 2\\ **2<sup>4</sup>** = Errore di inseguimento 1\\ **2<sup>5</sup>** = Errore di inseguimento 2\\ **2<sup>6</sup>** = Encoder virtuale 1\\ **2<sup>7</sup>** = Encoder virtuale 2\\ Ad esempiose si vogliono registrare i valori di Encoder 1 Encoder 2, si imposterà mode = 3| +| mode      | B  | R  | R-W  | st_rec = 0  | **Recording mode**\\ The recording mode is defined by a Byte whose individual bit, if set to 1, enable the acquisition.\\ **2<sup>0</sup>** = Encoder 1\\ **2<sup>1</sup>** = Encoder 2\\ **2<sup>2</sup>** = Analog output 1\\ **2<sup>3</sup>** = Analog output 2\\ **2<sup>4</sup>** = Following error 1\\ **2<sup>5</sup>** = Following error 2\\ **2<sup>6</sup>** = Virtual encoder 1\\ **2<sup>7</sup>** = Virtual encoder 2\\ For exampleif you want to record the values of Encoder 1 and Encoder 2, you will set mode = 3  
-|tbase|W|R|R|Nessuna|**Time base**\\ Visualizza il tempo di campionamento programmato nel file di configurazione.| +| tbase     | W  | R  | R    No     | **Time base**\\ View sample time programmed in the configuration file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
-|errcode|B|0|R|Nessuna|**Error code**\\ Indica il tipo di errore intervenuto nel sistemaIl codice è valido solo se st_error = 1 (Vedi capitolo dedicato)\\ Range valido: 0 ÷ 100.| +| errcode   | B  | 0  | R    No     | **Error code**\\ Indicates the type of error intervened in the systemThe code is valid only if st_error = 1 (See dedicated chapter)\\ Valid range: 0 ÷ 100.                                                                                                                                                                                                                                                                                                                                                                                                               
-|errvalue|B|0|R|Nessuna|**Error value**\\ Indica la causa dell'errore intervenuto nel sistemaIl codice è valido solo se st_error = 1 (Vedi capitolo dedicato)\\ Range valido: 0 ÷ 100.| +| errvalue  | B  | 0  | R    No     | **Error value**\\ Indicates the cause of the error in the systemThe code is valid only if st_error = 1 (See dedicated chapter)\\ Valid range: 0 ÷ 100.                                                                                                                                                                                                                                                                                                                                                                                                           
-|wrncode|B|0|R|Nessuna|**Warning code**\\ Indica il tipo di warning intervenuto nel sistemaIl codice è valido solo se st_warning = 1 (Vedi capitolo dedicato)\\ Range valido: 0 ÷ 100.| +| wrncode   | B  | 0  | R    No     | **Warning code**\\ Indicates the warning type intervened in the systemThe code is valid only if st_warning = 1 (See dedicated chapter)\\ Valid range: 0 ÷ 100.                                                                                                                                                                                                                                                                                                                                                                                                          
-|wrnvalue|B|0|R|Nessuna|**Warning value**\\ Indica la causa del warning intervenuto nel sistemaIl codice è valido solo se st_warning = 1 (Vedi capitolo dedicato)\\ Range valido: 0 ÷ 100.|+| wrnvalue  | B  | 0  | R    No     | **Warning value**\\ Indicates the cause of the warning intervened in the systemThe code is valid only if st_warning = 1 (See dedicated chapter)\\ Valid range: 0 ÷ 100.                                                                                                                                                                                                                                                                                                                                                                                                       |
  
-==== - Stati ====+==== - States ====
  
-^Nome^D^R^A^Condizioni^Descrizione+Name        ^ D  ^ R  ^ A  Conditions  Description                                                                                                                                                                                                                                                                                                                                       
-|st_intenbl|F|0|R|Nessuna|**Interrupt enabled**\\ Segnala l'abilitazione alla cattura dello lo start alla registrazione da linea di interrupt. Viene attivato dal comando INTENBL e disattivato dal comando INTDSBL o sul fronte di salita di st_capture.\\ **0** = Interrupt disabilitato\\ **1** = Interrupt abilitato.\\ All'accensione per default viene posto a zero.| +| st_intenbl  | F  | 0  | R  No     | **Interrupt enabled**\\ Reports enabling the capture of start recording interrupt lineIs activated by the INTENBL command and disable by the INTDSBL command or on the rising edge of st_capture.\\ **0** = Interrupt disable\\ **1** = Interrupt enable.\\ To power up by default is set to zero.  
-|st_capture|F|0|R|Nessuna|**Interrupt captured**\\ Segnalazione di interrupt catturatoviene resettato con il comando RSCAPTURE.\\ **0** = Interrupt non catturato\\ **1** = Interrupt catturato\\ All'accensione per default viene posto a zero.| +| st_capture  | F  | 0  | R  No     | **Interrupt captured**\\ Interrupt signal capturedis reset with the RSCAPTURE command.\\ **0** = Not captured interrupt\\ **1** = Captured interrupt\\ To power up by default is set to zero.                                                                                                                          
-|st_int1|F|0|R|Nessuna|**Status of interrupt line 1**\\ Indica lo stato della linea di interrupt IntL1.\\ **0** = Ingresso in interrupt disattivo.\\ **1** = Ingresso in interrupt attivo.\\ All'accensione per default viene posto a zero.| +| st_int1     | F  | 0  | R  No     | **Status of interrupt line 1**\\ Indicates the status of the IntL1 interrupt line.\\ **0** = Disable interrupt input.\\ **1** = Active interrupt input.\\ To power up by default is set to zero.                                                                                                                              
-|st_int2|F|0|R|Nessuna|**Status of interrupt line 2**\\ Indica lo stato della linea di interrupt IntL2.\\ **0** = Ingresso in interrupt disattivo.\\ **1** = Ingresso in interrupt attivo.\\ All'accensione per default viene posto a zero.| +| st_int2     | F  | 0  | R  No     | **Status of interrupt line 2**\\ Indicates the status of the IntL2 interrupt line.\\ **0** = Disable interrupt input.\\ **1** = Active interrupt input.\\ To power up by default is set to zero.                                                                                                                              
-|st_error|F|0|R|Nessuna|**Status of device error**\\ Indica lo stato di errore nel device.\\ Per la decodifica dell'errore si deve fare riferimento alla variabile errcode ed errvalue.\\ **0** = Errore non presente.\\ **1** = Errore presente.\\ All'accensione per default viene posto a zero.| +| st_error    | F  | 0  | R  No     | **Status of device error**\\ Indicates the error state in the device.\\ To decode the error you must reference the errcode and errvalue variables.\\ **0** = Error not present.\\ **1** = Error present.\\ To power up by default is set to zero.                                                                        
-|st_warning|F|0|R|Nessuna|**Status of device warning**\\ Indica lo stato di warning nel device.\\ Per la decodifica del warning si deve fare riferimento alla variabile wrncode wrnvalue.\\ **0** = Warning non presente.\\ **1** = Warning presente\\ All'accensione per default viene posto a zero.|+| st_warning  | F  | 0  | R  No     | **Status of device warning**\\ Indicates the warning state in the device.\\ To decode the warning you must reference the wrncode and wrnvalue variables.\\ **0** = Warning not present.\\ **1** = Warning present\\ To power up by default is set to zero.                                                                     |
  
  
-===== - Limitazioni =====+===== - Limitations =====
  
-Nessuna limitazione+No limitation
  
  
  • Last modified: 2019/08/29 17:18