Detailed description
2.12 Block descriptions
Power Line Basic PLC Program (P3)
2-146 Function Manual, 08/2005 Edition, 6FC5397-0BP10-0BA0
State Meaning Note
WORD H WORD L
0 4 Data areas or data
types do not tally
Check data to be
read in RD
0 6 FIFO full Job must be repeated,
since queue is full
0 7 Option not set BP parameter "NCKomm" is not set
0 8 Incorrect target area (SD) RD may not be local data
0 9 Transmission occupied Job must be repeated
0 10 Error in addressing Unit contains value 0
0 11 Address of variable
invalid
Check Addr (or variable name), area,
unit
Configuration steps
To be able to read a GUD variable, its name must be stored in a string variable. The data
block with this string variable must be defined in the symbol table so that the "Addr"
parameter can be assigned symbolically for FB GETGUD. A structure variable can be
defined optionally in any data area of the PLC to receive the variable pointer (see
specification in following example).
Pulse diagram
'RQH
5HT
(UURU
(1) Activation of function
(2) Positive acknowledgment: variables have been written
(3) Reset function activation after receipt of acknowledgment
(4) Signal change by means of FB
(5) If function activation is reset prior to receipt of acknowledgment, the output signals are not
updated without the operational sequence of the activated function being affected.
(6) Negative acknowledgment: Error has occurred, error code in the output parameter state.