Posts by litrmleka

    What can be done to make the toolpath smooth but accurate?

    For example:

    Unfortunately, the robot slows down at each end.

    If i change:

    Code
    $APO.CDIS=20

    It goes without pauses, unfortunately with smoothing, i.e. less accuracy. What to do to make it without pauses with accuracy?


    Regards.

    So it's better to try to avoid interruptions to such solutions?

    And what in case, if in "DO_SOMETHING" I would like to have a timer of 3 seconds and if after these 3 seconds the signal does not disappear then stop the program and display the alarm. But without WAIT in SPS. Only timer. Which solution would be appropriate?


    I added "GLOBAL" instinctively, because I have many branches and subprograms.


    The second (in the loop) is only example, of course, this is the main loop in SPS.SUB.

    Hello. I create such a little more expanded SPS and I have a question how it is more correct.


    SPS file:

    Code
    ...
    ;user init
    GLOBAL INTERRUPT DECL 21 WHEN WATER_PRESSURE_MISSING DO DO_SOMETHING()
    INTERRUPT ON 21
    ...

    or (also in SPS file):

    Code
    ...
    LOOP
    IF (WATER_PRESSURE_MISSING) THEN
    DO_SOMETHING()
    ENDIF
    ENDLOOP
    ...

    WATER_PRESSURE_MISSING is input signal from external sensor.

    Regards.

    Hi everyone,
    I turned on my robot today and found a message: "Data of RDC and Hard Disk inconsistent! Check robot data!"
    In Robot Data i have wrong Machine Data on RDC, but when i try send correct value from Hard Disk to RDC i get:
    "Writing on RDC failed".


    What can be the reason?


    Best regards


    KUKA KR360 L240
    KRC2 - KSS 5.6.6

Advertising from our partners