|
【USE】 |
SW
|
A=SW(192) /*入力ポートの読み出し IF SW(A)==0 THEN : ON 5 : END_IF /*入力による条件分岐 WAIT SW(192)==1 /*条件待ち |
【FORMAT】 |
【FUNCTION】 |
SW(arg)
|
Read the value of a input port |
【EXPLANATION】 |
Read the value of a input. It gives "1" when the input shorted to GND, gives "0" When the Input is floating.
|
|
|
|
|
|
[LASTMODIFY]2014-09-01 17:06:40 |
[CREATEDATE]2007-06-14 20:06:01 |
|
|
|
|