Hi,
KSS: 8.5
Controller: KR C4 Compact
Robot: KR10 R1100-2
In my program I use
BAS (#VEL_PTP, 40)
... to limit the speed.
But this has a negative side effect of limiting the allready lowered speed in T1 mode by another factor when I run through my program.
So basically I end up with:
250mm/s * My limit 40% * TouchPad limit 100% = 100mm/s
I have also limited the ACC_PTP; VEL_CP and ACC_CP using the BAS function. Running through my program in T1 mode to see that everything is OK is super slow.
Is there a clever trick where I still get the 250mm/s in T1 mode regardless of the speed limits I have set in the program... other than commenting out the speed limit. Beacause this results in me forgetting to re-enable the speed limits and things are too fast.
Thank you,