Syscmd_Get_Boot_Status - Siemens SIMATIC RF1000 Operating Instructions Manual

Hide thumbs Also See for SIMATIC RF1000:
Table of Contents

Advertisement

Table 7-7
Parameter
syscmd_get_info
 
Return value
7.2.1.8

syscmd_get_boot_status

The function returns a boot status.
Each bit of the value returned by the function represents an internal component of the
reader. If the component of the reader could not be initialized the corresponding bit is set.
Check the value of "boot_status" for the value "0" and output an error or a warning if the
values do not match.
Function call
int syscmd_get_boot_status(
int Handle,
dword * boot_status,
int * Status
);
SIMATIC RF1000
Operating Instructions, 05/2023, C79000-G8976-C432-10
Description of the parameters
Description
This function call reads out information about the firmware of the reader.
Handle
The session key returned by the "brp_open_usb_session" or "brp_open_seri‐
al_session" function.
fws
This parameter contains information on the type of firmware, the version and
the serial number of the reader.
Format: xx...xx r.rr.rr dd/dd/dd ssssssss
xx...xx
r.rr.rr
dd/dd/dd
ssssssss
Status
OK
You can find more detailed information on the reader status in the section
"Status codes (Page 66)".
BRP_OK
You will find more information on return values in the section "Return values
(Page 52)".
7.2 Programming via USB/RS232 interface (using DLL functions)
Firmware type
Version (major release, minor release, build ID)
Date of the version
Serial number of the reader
Programming
41

Advertisement

Table of Contents
loading

Table of Contents