Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
cubloc:usepin:index [2026/03/22 04:24] – [설명] admincubloc:usepin:index [2026/03/22 04:24] (current) – [사용예] admin
Line 22: Line 22:
 ==== 사용예 ==== ==== 사용예 ====
 <code xbasic> <code xbasic>
-    Const Device = CB210   'CB210에서 더로직만 실행하는 경우, 최소한의 BASIC 프로그램+    Const Device = CB210   'CB210에서 더로직만 실행하는 경우, 최소한의 BASIC 프로그램
     Usepin 0,In     Usepin 0,In
     Usepin 8,Out     Usepin 8,Out
-    Set Ladder On    '더로직 시작+    Set Ladder On    '더로직 시작
  
     Do       'Basic에서는 아무것도 안하고 무한루프만 돕니다.     Do       'Basic에서는 아무것도 안하고 무한루프만 돕니다.