24.01.2015 Views

PLC Programming

  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Languages...<br />

BOOL2 := FALSE;<br />

END_CASE;<br />

FOR<br />

J:=101;<br />

FOR I:=1 TO 100 BY 2 DO<br />

IF ARR[I] = 70 THEN<br />

J:=I;<br />

EXIT;<br />

END_IF;<br />

END_FOR;<br />

WHILE<br />

REPEAT<br />

J:=1;<br />

WHILE J

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!