Detailed Description
2.12 Block descriptions
PLC Basic Program Solution Line (P3 sl)
2-232 Function Manual, 08/2005 Edition, 6FC5397-0BP10-0BA0
FUNCTION FC 99: VOID Comment
VAR_INPUT
Addr: POINTER; //Points to variable
END_VAR
BEGIN
NETWORK
TITLE =
L P##Addr;
LAR1 ; //Retrieve pointer from Addr
L D [AR1,P#2.0]; //Offset part of pointer of variable
LAR1 ;
END_FUNCTION