Hallo everyone,
i have a Problem. I define an Loaddata Array als PERS.
PERS loaddata Muffe_Load{47}:=[[03.62, [0, 0, 0.4],[1, 0, 0, 0], 0, 0, 0],
[04.66, [0, 0, 0.4],[1, 0, 0, 0], 0, 0, 0], …];
But it is not working with Gripload.
PROC GreiferClose()
Reset DO10_0GripperClose;
Set DO10_1GripperOpen;
WaitTime 0.5;
GripLoad Muffe_Load{12};
ENDPROC
Everytime Shows the follow Message:
41442: Reference Error
Description
Task: T_ROB1The reference in argument Load is not an entire persistent variable. Program Ref. /VenConfig/Greiferspannen/GripLoad/96
Actions
It is not possible to use record component or array element in arg. Load . It is only possible to use entire persistent variables for Tool, WObj or Load in any motion instruction.
Thanks