Validity: Rule, Task
This keyword allows the RTE version to be read.
Syntax |
I32 rte_vers |
---|---|
Attributes |
Read only |
The meaning of bytes is as follows:
Byte |
Meaning |
---|---|
B3 |
Version |
B2 |
Revision |
B1 |
-- |
B0 |
Build |
This version can also be read via the device commands D VE, WHO or via the shell command SYSINFO.
Example
; I store in version_rte the value of rte_ver version_rte = rte_vers |
Example
; if I read the value 0x22020007 it means that I have: ; B3 = 0x22 = 34 (Version) ; B2 = 0x02 = 2 (Revision) ; B0 = 0x07 = 7 (Build) ; so the version of RTE is 34.02.07 |