Permette di accedere alle informazioni contenute nel report di RTE (default) oppure in quello del sistema operativo (se utilizzato parametro -s)
Esso contiene tutte le operazioni eseguite dal firmware durante la fase di boot.
Si consiglia di utilizzare il nuovo comando mreport.
NOTA: Il programmatore può inserire delle proprie stringhe di informazione utilizzando la funzione INF_REPORT.
Sintassi |
REPORT -O -S -D -DT -C |
---|---|
-O |
Visualizza dall'elemento più vecchio (opzionale) |
-S |
Visualizza report di OS (opzionale) |
-D |
Abilita visualizzazione delta ID (opzionale) |
-DT |
Abilita visualizzazione delta tempo (opzionale) |
-C |
Abilita la visualizzazione colorata |
Note |
Può essere visualizzato anche dalla finestra di progetto -->debugger--> processi utente |
NOTA: Tramite il BIT 20 della variabile SYS_LOG è possibile cambiare la visualizzazione del tempo in formato YY/MM/DD HH:MINJ:SEC.
NOTA: Tramite il BIT 4 della variabile SYS_CFG è possibile inserire anche gli allarmi presenti nello stack.
NOTA: Tramite il BIT 1 della variabile SYS_LOG è possibile creare un file in CF contenente le informazioni del MREPORT.
NOTA: Tramite il BIT 7 della variabile SYS_LOG è possibile disabilitare le informazioni dei warning nel MREPORT.
Ogni riga del report si presenta nella seguente forma:
n <tt.tttttt> [r] Report description
Dove:
n = numero progressivo del report (ID)
<tt.ttttttt> = tempo trascorso dall'accensione
[r] = codice di riferimento che indica il tipo di report
Report description = testo del report
Esempio 1:
Comando: REPORT Risultato: Vecchio ID: 1, nuovo ID: 17, numero: 17/512 da: 17, a: 1 Visualizzati 17 elementi. 17 < 2.476837> [ 1] 'RHW.CFG BAD (7) different configuration' 16 < 2.475190> [ 1] 'NET.INT.0: NULL-BCC3 communication <10.0.27.5 255.0.0.0 0.0.0.0??????????>' 15 < 2.375170> [ 1] 'start_netint2srv partito' 14 < 2.360523> [ 1] 'Watch Dog ON' 13 < 2.342482> [ 1] 'P.Ser4: DLE-BCC3 communication' 12 < 2.340801> [ 1] 'P.Ser3: DLE-BCC3 communication' 11 < 2.296703> [ 1] 'P.Ser2: DLE-BCC3 communication' 10 < 2.293562> [ 1] 'P.Ser1: ASCII-LF communication' 9 < 2.293521> [ 0] 'Alarm History initialized : 16/100 item' 8 < 2.293122> [ 0] 'Default alarms set (101)' 7 < 1.266519> [ 0] 'PARAMETER REGISTERS succesfully read:(area size [3008]) apr[10] api[3] pr[2] pi[6]' 6 < 1.264322> [ 0] 'VOLATILE REGISTERS defined: r[5000] rr[5000] sr[24]' 5 < 1.262251> [ 1] 'USER REGISTERS succesfully read : nvr[2500] nvrr[5000] nvsr[24] user[0]' 4 < 1.261467> [ 0] ' POWER_SET 'DEMOR3' POFFMA<0x3> CDMA<0x0> CDMI<0x3>' 3 < 1.261430> [ 0] 'Installed POWER_SET 'DEMOR3' code<1> axP<0x3> axL<0x3>' 2 < 1.248637> [ 1] 'System Awakening Time:(dmy):31/07/2006 (hms):11:54:19' 1 < 1.248588> [ 1] 'Report initialized with 512 item' |
Esempio 2:
Comando: REPORT -O Risultato: Vecchio ID: 1, nuovo ID: 17, numero: 17/512 da: 1, a: 17 Visualizzati 17 elementi. 1 < 1.248588> [ 1] 'Report initialized with 512 item' 2 < 1.248637> [ 1] 'System Awakening Time:(dmy):31/07/2006 (hms):11:54:19' 3 < 1.261430> [ 0] 'Installed POWER_SET 'DEMOR3' code<1> axP<0x3> axL<0x3>' 4 < 1.261467> [ 0] ' POWER_SET 'DEMOR3' POFFMA<0x3> CDMA<0x0> CDMI<0x3>' 5 < 1.262251> [ 1] 'USER REGISTERS succesfully read : nvr[2500] nvrr[5000] nvsr[24] user[0]' 6 < 1.264322> [ 0] 'VOLATILE REGISTERS defined: r[5000] rr[5000] sr[24]' 7 < 1.266519> [ 0] 'PARAMETER REGISTERS succesfully read:(area size [3008]) apr[10] api[3] pr[2] pi[6]' 8 < 2.293122> [ 0] 'Default alarms set (101)' 9 < 2.293521> [ 0] 'Alarm History initialized : 16/100 item' 10 < 2.293562> [ 1] 'P.Ser1: ASCII-LF communication' 11 < 2.296703> [ 1] 'P.Ser2: DLE-BCC3 communication' 12 < 2.340801> [ 1] 'P.Ser3: DLE-BCC3 communication' 13 < 2.342482> [ 1] 'P.Ser4: DLE-BCC3 communication' 14 < 2.360523> [ 1] 'Watch Dog ON' 15 < 2.375170> [ 1] 'start_netint2srv partito' 16 < 2.475190> [ 1] 'NET.INT.0: NULL-BCC3 communication <10.0.27.5 255.0.0.0 0.0.0.0??????????>' 17 < 2.476837> [ 1] 'RHW.CFG BAD (7) different configuration' |
Esempio 3:
Comando: REPORT -D Risultato: Vecchio ID: 1, nuovo ID: 17, numero: 17/512 da: 17, a: 1 Visualizzati 17 elementi. 17 (17) < 2.476837> [ 1] 'RHW.CFG BAD (7) different configuration' 16 (-1) < 2.475190> [ 1] 'NET.INT.0: NULL-BCC3 communication <10.0.27.5 255.0.0.0 0.0.0.0??????????>' 15 (-1) < 2.375170> [ 1] 'start_netint2srv partito' 14 (-1) < 2.360523> [ 1] 'Watch Dog ON' 13 (-1) < 2.342482> [ 1] 'P.Ser4: DLE-BCC3 communication' 12 (-1) < 2.340801> [ 1] 'P.Ser3: DLE-BCC3 communication' 11 (-1) < 2.296703> [ 1] 'P.Ser2: DLE-BCC3 communication' 10 (-1) < 2.293562> [ 1] 'P.Ser1: ASCII-LF communication' 9 (-1) < 2.293521> [ 0] 'Alarm History initialized : 16/100 item' 8 (-1) < 2.293122> [ 0] 'Default alarms set (101)' 7 (-1) < 1.266519> [ 0] 'PARAMETER REGISTERS succesfully read:(area size [3008]) apr[10] api[3] pr[2] pi[6]' 6 (-1) < 1.264322> [ 0] 'VOLATILE REGISTERS defined: r[5000] rr[5000] sr[24]' 5 (-1) < 1.262251> [ 1] 'USER REGISTERS succesfully read : nvr[2500] nvrr[5000] nvsr[24] user[0]' 4 (-1) < 1.261467> [ 0] ' POWER_SET 'DEMOR3' POFFMA<0x3> CDMA<0x0> CDMI<0x3>' 3 (-1) < 1.261430> [ 0] 'Installed POWER_SET 'DEMOR3' code<1> axP<0x3> axL<0x3>' 2 (-1) < 1.248637> [ 1] 'System Awakening Time:(dmy):31/07/2006 (hms):11:54:19' 1 (-1) < 1.248588> [ 1] 'Report initialized with 512 item' |
Esempio 4:
Comando: REPORT -DT Risultato: Vecchio ID: 1, nuovo ID: 17, numero: 17/512 da: 17, a: 1 Visualizzati 17 elementi. 17 < 2.476837> ( 2476.837mS) [ 1] 'RHW.CFG BAD (7) different configuration' 16 < 2.475190> ( -1.647mS) [ 1] 'NET.INT.0: NULL-BCC3 communication <10.0.27.5 255.0.0.0 0.0.0.0??????????>' 15 < 2.375170> ( -100.020mS) [ 1] 'start_netint2srv partito' 14 < 2.360523> ( -14.647mS) [ 1] 'Watch Dog ON' 13 < 2.342482> ( -18.041mS) [ 1] 'P.Ser4: DLE-BCC3 communication' 12 < 2.340801> ( -1.681mS) [ 1] 'P.Ser3: DLE-BCC3 communication' 11 < 2.296703> ( -44.098mS) [ 1] 'P.Ser2: DLE-BCC3 communication' 10 < 2.293562> ( -3.141mS) [ 1] 'P.Ser1: ASCII-LF communication' 9 < 2.293521> ( -0.041mS) [ 0] 'Alarm History initialized : 16/100 item' 8 < 2.293122> ( -0.399mS) [ 0] 'Default alarms set (101)' 7 < 1.266519> ( -1026.603mS) [ 0] 'PARAMETER REGISTERS succesfully read:(area size [3008]) apr[10] api[3] pr[2] pi[6]' 6 < 1.264322> ( -2.197mS) [ 0] 'VOLATILE REGISTERS defined: r[5000] rr[5000] sr[24]' 5 < 1.262251> ( -2.071mS) [ 1] 'USER REGISTERS succesfully read : nvr[2500] nvrr[5000] nvsr[24] user[0]' 4 < 1.261467> ( -0.784mS) [ 0] ' POWER_SET 'DEMOR3' POFFMA<0x3> CDMA<0x0> CDMI<0x3>' 3 < 1.261430> ( -0.037mS) [ 0] 'Installed POWER_SET 'DEMOR3' code<1> axP<0x3> axL<0x3>' 2 < 1.248637> ( -12.793mS) [ 1] 'System Awakening Time:(dmy):31/07/2006 (hms):11:54:19' 1 < 1.248588> ( -0.049mS) [ 1] 'Report initialized with 512 item' |