I have about 10 robtarget positions whose x and y coordinates are all dependent from a which is an input variable so it cannot be constant. My robtarget positions look something like this:
VAR robtarget Target_10:=[[(10a), (8a), 0],…];
VAR robtarget Target_20:=[[(18a), (10a), 0],…];
But the problem is that the values in robtarget positions have to be constant.
So is it somehow possible to make my positions dependent from a?