//ANY-Parameter von Bausteinschnittstelle zu TEMP kopieren in FC
//Pointer auf IN-Parameter IN_SRCBLK erstellen
L P##IN_SRCBLK
LAR1 // AR1: Adresse des IN-ANY
//Pointer auf TEMP-Variable tmp_SRCBLK erstellen
LAR2 P##tmp_SRCBLK // AR2: Adresse des TEMP-ANY
//ANY IN_SRCBLK nach tmp_SRCBLK kopieren
L D [AR1,P#0.0] // (S7-ID + Datentyp + Wiederholfaktor)
T D [AR2,P#0.0]
L W [AR1,P#4.0] // (DB_Nr)
T W [AR2,P#4.0]
L D [AR1,P#6.0] // (Bereichsadresse)
T D [AR2,P#6.0]
//das gleiche noch für IN_DSTBLK ...
//...
CALL "BLKMOV"
SRCBLK :=#tmp_SRCBLK
RET_VAL:=#tmp_Int
DSTBLK :=#tmp_DSTBLK