Slide 82 / 95
TutorialTier 3 — 심화#82 SensorWithTimeout(ms) 조합
T3 · H · SensingType Slide 82 / 95

SensorWithTimeout(ms) 조합

복합 감지 (AND/OR)

Robot6Axis

↑ S11 Robot6Axis — 6축 로봇 + 비전 통합

🎬 3D 인터랙티브로 보기 →

📋 IO Table (S11)

TagDirAddr
Rob_MoveStartOUT%QX0.1.0.0
Rob_AtTargetIN%IX0.1.0.0
Vision_DoneIN%IX0.1.0.1

🔧 자산 구성

  • Robot — 6 자유도 로봇
  • Vision — 2D 비전
  • ToolChanger — 툴 체인저

🎯 핵심 메시지

  • SensorWithTimeout(ms) SensingType
  • EdgeRising + Debounce(ms) 조합 Sensing (도착 + 비전)
  • 로봇 통합 인터페이스

🎯 학습 포인트

← 이전#81 S09