05-02-2016 07:00 AM
Loading all cycles on 'top' of each other provides the efffect desired.
Unfortunately have a flyback effect that needs to be removed.
Any suggestions?
Solved! Go to Solution.
05-02-2016 07:21 AM
Hi xseadog,
It seems that in your X channels the first and last value are the same or your X channel is rotating like 0 - 360°.In case one you can delete the last value or set it to NoValue. In case two you neet to insert a Novalue between each rotation like:
old: 0, 1, 2, ... 358, 359, 360, 0, 1, 2, ... 358, 359, 360, 0, 1, 2, ...
new: 0, 1, 2, ... 358, 359, 360, NoValue, 0, 1, 2, ... 358, 359, 360, NoValue, 0, 1, 2, ...
Greetings
Walter