_vel_rpm_cmd 변수
설명
문법
var res
_vel_rpm_cmd[6] = 1000 # 7축의 모터를 1000rpm으로 회전
res = _vel_rpm_cmd[6] # 7축의 모터 회전속도를 얻음 사용 예
...
# 현재 7축의 모터회전 속도 출력한 후, 1000 rpm으로 설정한다.
print _vel_rpm_cmd[6]
_vel_rpm_cmd[6]=1000
...
endLast updated
Was this helpful?