
FANUC PMC-MODEL SD7
Programming Manual
01 01.11.26
Hanaoka
New
A-78550E
EDIT DATE DESIG.
DESCRIPTION
188/
316
TITLE
DRAW.NO.
4.6.1 Move Data
4.6.1.1 MOVE_INT(in, length, q)
Move a block of INT data from one location in PMC memory to another.
in: INT variable; the location of the first source data item.
length: Constant; the number of data items to move (1 - 256).
q: INT variable; the location of the first destination data item.
4.6.1.2 MOVE_UINT(in, length, q)
Move a block of UINT data from one location in PMC memory to another.
in: UINT variable; the location of the first source data item.
length: Constant; the number of data items to move (1 - 256).
q: UINT variable; the location of the first destination data item.
4.6.1.3 MOVE_DINT(in, length, q)
Move a block of DINT data from one location in PMC memory to another.
in: DINT variable; the location of the first source data item.
length: Constant; the number of data items to move (1 - 256).
q: DINT variable; the location of the first destination data item.
4.6.1.4 MOVE_BOOL(in, length, q)
Move a block of boolean data from one location in PMC memory to another.
in: BOOL variable; the location of the first source data item.
length: Constant; the number of data items to move.
q: BOOL variable; the location of the first destination data item.
4.6.1.5 MOVE_BYTE(in, length, q)
Move a block of BYTE data from one location in PMC memory to another.
in: BYTE variable; the location of the first source data item.
length: Constant; the number of data items to move (1 - 256).
q: BYTE variable; the location of the first destination data item.
4.6.1.6 MOVE_WORD(in, length, q)
Move a block of WORD data from one location in PMC memory to another.
in: WORD variable; the location of the first source data item.
length: Constant; the number of data items to move (1 - 256).
q: WORD variable; the location of the first destination data item.
4.6.1.7 MOVE_DWORD(in, length, q)
Move a block of DWORD data from one location in PMC memory to another.