Validity: Rule, Task
This keyword allows the OSE version to be read.
Syntax |
I32 ose_vers |
---|---|
Attributes |
Read only |
The meaning of the bytes is as follows:
Byte |
Meaning |
---|---|
B3 |
Version |
B2 |
Revision |
W0 |
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_ose the value of ose_vers version_ose = ose_vers |
Example
; if I read the value 0x01000000 means that I have: ; B3 = 0x01 = 1 (Version) ; B2 = 0x00 = 0 (Revision) ; W0 = 0x0000 = 0 (Build) ; so the version of the OSE is 1.0.0 |