Hallo everyone
I have a problem with my LV , the goal of this program is :
1) choosing the Axes from 1 to 4 , max. 4 and min. 1
2) puting a start, End and Step values for each selected axe
3) run
It must work like this :
The first selected axe ( let us say X-axe) moves from A to B and when it's done, moves the next axe(e.g.Y-axe) one and just one step and than moves once again the first axe from A to B
and this action repeat itself till all the axes move to B
e.g.
X-axe : form 0 to 2 in 2 steps
Y-axe : from 0 to 1 in 1 step
X=0,1,2,0,1,2
Y= 0,1
i tried to work with FOR-Loop (see attachment) but i dont know where is the problem please if someone has an Idea please tell me
thank you in advance