Advancedcmd - Siemens SIMATIC Ident Function Manual

Rfid systems. ident profile, add-on instruction for rockwell systems
Hide thumbs Also See for SIMATIC Ident:
Table of Contents

Advertisement

4.5.3.10

AdvancedCMD

Using the "AdvancedCmd" instruction, every command can be executed including
commands not represented by other instructions. This general structure can be used for all
commands and is intended only for trained users.
This instruction gives you the option of sending the command as a chained command. The
instruction provides a CMD buffer for 10 commands for this. All chained commands must be
entered starting at the first position in the buffer. For every chained command, the "chained
bit" must also be set in the CMD structure. The "chained bit" is not set in the last command in
the chain. You will find further information on the "chained bit" in the section "Chaining
(Page 93)".
The entire command structure must be specified in the "CMD" input parameter. You create
the structure for the "CMD" parameter in a data block.
Figure 4-19
Table 4- 23
Parameter
CMDSEL
CMDREF
IDENT_DATA
Ident profile, Add-on instruction for Rockwell systems
Function Manual, 01/2019, C79000-G8976-C410-03
Instruction "AdvancedCMD"
Explanation for the instruction "AdvancedCMD"
Data type
INT
IID_CMD_STRUCT
[10]
SINT[10]
4.5 Programming add-on instructions
Default values
Description
1
Selection of the command to be exe-
cuted "CMDREF";
1 ⇒ 1. Command, ...
The value of the "CMDSEL" parame-
ter can never be > 100.
--
You will find a detailed description of
the parameter in the sections:
"Overview of the commands
(Page 66)"
"Command structure (Page 68)"
0
Buffer for data to be written or read.
Note:
When necessary, an array of any size
can be transferred to this parameter.
Note that the array must be ≥ 10 bytes
long (e.g. "SINT[12400]").
Configuring the instructions
43

Advertisement

Table of Contents
loading

Table of Contents