Attached you find a small program that moves the robot along a helix-like path.
It is very simple, in a loop the waypoints are calculated, then the coordiantes are transformed from polar to cartesian coordinates using some sin and cos- relation. At the end the MoveP command is used to “send” the robot to the target position. The movement is stopped when the maximum angle e.g. 1440 degress is reached.
Right now it is pretty uncomfortable to change the area etc.
I don´t have much knowledge about URCaps but I have a running HelloWorldExample on my Virtual Machine.
My question is:
Would it take long time to “transform” the attached programm in to a URCaps Plugin where I can parameterize e.g the area that the helix will “use” etc.
spirale_changeDegrees.zip (3.1 KB)