VA Motion Controller Programming Manual
261
10.6.10 GET_ERROR ( details of errors obtained in the
error directory )
Note
: The GET_ERROR
instruction is temporarily unavailable.
10.6.11 GET_ERROR_CATALOG ( information about
the current content obtained in the error directory )
Note
: The GET_ERROR_CATALOG
instruction is temporarily unavailable.
10.6.12 GET_SYM ( search for the symbolic name of
the PDD variable )
Note
: The GET_SYM
instruction is temporarily unavailable.
10.6.13 HOT_RESTART ( PLC Hot Start )
Note
: The HOT_RESTART
instruction is temporarily unavailable.
10.6.14 IMEMCPY ( data replication )
LD, FBD
programming language
Function: The IMEMCPY instruction is used to copy data from the source data area to the
target data area.
IMEMCPY SRC, SRC_OFF, DST, DST_OFF
OUT:=IMEMCPY ( CNT, SRC, SRC_OFF,
DST, DST_OFF ) ;