Syscmd_Reset; Syscmd_Get_Info - Siemens SIMATIC RF1000 Operating Instructions Manual

Hide thumbs Also See for SIMATIC RF1000:
Table of Contents

Advertisement

Programming
7.2 Programming via USB/RS232 interface (using DLL functions)
7.2.1.6

syscmd_reset

This function restarts the reader.
Note that you wait for about 3 seconds after the function "syscmd_reset" and then have to
execute the functions "brp_close_session" and "brp_open_usb_session" once again.
Function call
int
syscmd_reset (
);
Table 7-6
Parameter
syscmd_reset
 
Return value
7.2.1.7

syscmd_get_info

The function reads out information about the firmware of the reader.
The value read out contains information on the type of firmware, the version and the serial
number of the reader.
Function call
int
syscmd_get_info(
int Handle,
char * fws,
int * Status
);
40
int Handle,
int * Status
Description of the parameters
Description
This function call restarts the reader.
Handle
The session key returned by the "brp_open_usb_session" or "brp_open_seri‐
al_session" function.
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)".
Operating Instructions, 05/2023, C79000-G8976-C432-10
SIMATIC RF1000

Advertisement

Table of Contents
loading

Table of Contents