I am trying to set payload using TP program:
9: $PLST_GRP1[1].$PAYLOAD=(1.2) ;
10: $PLST_GRP1[1].$PAYLOAD_X=(0.5) ;
11: $PLST_GRP1[1].$PAYLOAD_Y=(0.2) ;
12: $PLST_GRP1[1].$PAYLOAD_Z=(0.1) ;
I am running this TP program using karel CALL_PROGLIN which is called by my python code. Whenever this program is run, Teach pendant throws error: "Need to apply DCS param".
Is there a way to override this approval error in the code?