ABB IRC6 Programming Series - The Difference Between Standard & Absolute Motions

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024

Комментарии • 4

  • @Axio95
    @Axio95 2 года назад

    can you do more videos of flexpendant explaining the other instructions and variables etc, maybe can explain with some project tutorial

  • @RogerBetterer
    @RogerBetterer 2 года назад

    Hello, I have a simple question. How can I define a VAR robtarget on Flexpendant? For example, exactly like
    " VAR robtarget p20; "
    When I try to do this, I always get a result with the values of their current positions, for example
    VAR robtarget p20:= [86, 85 ,85]......
    I would be very grateful if you could help.

    • @roboticsgaming1854
      @roboticsgaming1854  2 года назад

      Try structuring it like this:
      VAR robtarget targetname;
      VAR robtarget target1:=[[0,0,0],[...etc
      VAR robtarget target2:=[[0,0,0],[...etc
      VAR robtarget target100:=[[0,0,0],[...etc
      VAR num x{100}:={0,0,0,0,....,0};
      FOR i FROM 1 TO 100 DO
      GetDataVal "target"+NumToStr(i,0),targetname;
      x{i}:=targetname.trans.x+10;
      ENDFOR

  • @rosalinecannon7061
    @rosalinecannon7061 3 года назад +1

    raowz
    vum.fyi