Detailed Description
2.12 Block descriptions
PLC Basic Program Solution Line (P3 sl)
2-92 Function Manual, 08/2005 Edition, 6FC5397-0BP10-0BA0
MCP1In := P#E0.0,
MCP1Out := P#A0.0,
MCP1StatSend := P#A8.0,
MCP1StatRec := P#A12.0,
MCP1BusAdr := 6,
MCP1Timeout := S5T#700MS,
MCP1Cycl := S5T#200MS,
NC-CyclTimeout := S5T#200MS,
NC-RunupTimeout := S5T#50S);
//INSERT USER PROGRAM HERE
END_ORGANIZATION_BLOCK
2.12.2 FB 2: Read GET NC variable
Description of functions
The PLC user program can read variables from the NCK area using FB GET. The FB is
multi-instance-capable.
FB 2 also includes an Instance DB from the user area.
When FB 2 is called with a positive signal edge change at control input "Req", a job is
started, which reads the NCK variables referenced by ADDR1-ADDR8 and then copies them
to the PLC operand areas referenced by RD1 to RD8. Successful completion of the read
process is indicated by a logical "1" in status parameter NDR.
The read process lasts for several PLC cycles (normally 1-2). The block can be called up in
cyclic mode only.
Any errors are indicated by Error and State.
In order to reference the NC variables, all required variables are first selected with the "NC
VAR selector" tool and generated as STL source in a data block. A name must then be
assigned to this DB in the symbol table.
"DB name.S7 name" is transferred as the actual parameter of the NCK variable address
(Addr1 to Addr8) when FB 2 is called.
Variable addressing
For some NC variables, it is necessary to select area no. and/or line or column from the
NC-VAR selector. A basic type can be selected for these variables,
i.e., area/column/line are preset to "0".
The contents of the area number, line and column specified by the NC VAR selector are
checked for a "0" in the FB. If a "0" is present, the value is transferred to the input parameter.
The user must supply the required parameters (UnitX/ColumnX/LineX) before calling FB
GET.
Here unit corresponds to the area number.