Great job...
Interrupt Example
-
SkyeFire -
March 18, 2021 at 8:25 PM -
Thread is Unresolved
-
-
- Best Answer
Looking in the manual for KSS8.7 now you can optionally declare interrupt with BRAKE command already instead of in the interrupt program. But now i see it was also available from KSS8.5 also .
From the KSS8.7 manual:
Using BRAKE in the interrupt declaration has the advantage that the braking
reaction is initiated without a delay as soon as the interrupt is detected.
The system does not wait until the interrupt program has been started
and the line with the BRAKE statement has been processed before initiating
the braking reaction. This means that the braking reaction is not dependent
on the interpreter.
And explanation for different BRAKE options:
-
Hm! I have to assume that this improves stopping performance enough to make this change worth it. And I hadn't been aware of the FF option before, either.
-
the FF existed before but i don't think it was mentioned much.
-
Yes FF is quite old. Already existed in late KSS5.x if I remember correctly.
And I hadn't been aware of the FF option before, either.
You never asked ...
-
You never asked ...
Silly me, I just read the manuals back-to-front. Multiple times.
And I just finished doing a full text search of all my KSS 5 series PDFs -- it doesn't show up in any of them.
-
brake ff has existed for a good while. But i wouldn't recommend using it if speeds are anything but really really slow.
-