Allows to read COE objects connected via Fieldbus.
Syntax |
SOE_RIDN nws idn [element] [-T n] [-C xx] [-L n] [-P] -[V] |
---|---|
nws |
Number of workstations (R.ID) |
idn |
Parameter number. •If -P absent S-0-idn •If -P present P-0-idn |
element |
Name of the element to be read: (optional) •STS parameter status 0x01 •NAME parameter name 0x02 •ATTR parameter attribute 0x04 •UNIT parameter units 0x08 •MIN parameter minimum value 0x10 •MAX parameter maximum value 0x20 •DATA parameter data (Default) 0x40 •DEF parameter default value 0x80 |
-T n |
Data type: (optional) •0 = AUTO (Default) •2 = INTEGER 8 •3 = INTEGER 16 •4 = INTEGER 32 •5 = UNSIGNED 8 •6 = UNSIGNED 16 •7 = UNSIGNED 32 •8 = REAL 32 •9 = VISIBLE_STRING •10= OCTET_STRING •17 = REAL 64 •21= INTEGER 64 •27= UNSIGNED 64 •45 = BITARR8 •46 = BITARR16 •47 = BITARR32 •-2 = INTEGER8 ARRAY •-3 = INTEGER16 ARRAY •-4 = INTEGER32 ARRAY •-5 = UNSIGNED8 ARRAY •-6 = UNSIGNED16 ARRAY •-7 = UNSIGNED32 ARRAY •-8 = REAL32 ARRAY •-9 = VISIBLE_STRING soe NOTE: To view syntax/element tables and DataType code use the command: SOE_RIDN -H. |
-C xx |
Serve per abilitare lettura stato del comando. xx deve essere un numero compreso tra 1 e 3. (opzionale) |
-P |
Specifica che si tratta di PRODUCT SPECIFIC parameter (P-0-xxxx). (opzionale) |
-L n |
Numero di byte massimi visualizzati in caso OCTET_STRING. (opzionale) |
-V |
Visualizzazione verbosa per elementi ATTR e STS. (opzionale) |
Note |
Per avere la stringa di errore partendo dal codice utilizzare il comando: SOE_RIDN -AC 0xhhhh 0xllll dove hhhh e llll rappresentano i quattro digit alti (hex) del codice di errore (0 se codice<65536) mentre llll quelli bassi |