Advertisement
Guest User

Untitled

a guest
May 4th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SCL 0.43 KB | None | 0 0
  1. REGION SekwencjaPodajnikSlimakowy
  2.     IF "StanMaszyny".iStanProgramu = "Start" OR "StanMaszyny".iStanProgramu = "Pauza" THEN
  3.         IF "Wejscia".xZasobnikPoziomGorny THEN
  4.             "Wyjscia".xNapedPodajnikSlimakowy := 0;
  5.         ELSIF NOT "Wejscia".xZasobnikPoziomDolny THEN
  6.             "Wyjscia".xNapedPodajnikSlimakowy := 1;
  7.         END_IF;
  8.     ELSE
  9.         "Wyjscia".xNapedPodajnikSlimakowy := 0;
  10.     END_IF;
  11.    
  12. END_REGION
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement