Hey everyone,
I'm new to KRL and I need some help into my palletizing project.
Basically I want to move the same point on a FRAME and changed the frame. X every time my program is looped.
exemple:
DECL Point 1 ={X 2123.80151,Y -11.0088034,Z 1258.20068,A 175.519653,B 89.8564301,C 23.5823574,S 2,T 35,E1 0.0,E2 0.0,E3 0.0,E4 0.0,E5 0.0,E6 0.0}
FRAME_DATA[1]={X -1329.70984,Y 1787.50391,Z 143.175064,A 0.0,B 0.0,C 0.0}
every time program is loop add 400 to X coord of base :
FRAME_DATA[1]={X -1329.70984 +(400 * nb looped) ,Y 1787.50391,Z 143.175064,A 0.0,B 0.0,C 0.0}
I thought I can use a variable inside the frame coordinate but that does not work.
any help on frame transformation would be appreciate
thanks in advance